/*
Theme Name: Publication Child
Theme URI: https://wordpress.com/themes/publication/
Template: publication
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Publication is an elegant blog and magazine theme that features full-screen Featured Images. It’s perfect for sites about fashion, food, travel, or design. With balanced typography, colors, and attention to detail, Publication helps you create visually stunning posts.
Tags: author-bio,black,blog,blog-excerpts,clean,collaboration,contemporary,custom-colors,custom-menu,dark,elegant,featured-images,food,gaming,geometric,holiday,infinite-scroll,journal,light,magazine,minimal,modern,news,orange,professional,responsive-layout,right-sidebar,rtl-language-support,simple,site-logo,sophisticated,sticky-post,three-columns,translation-ready,white
Version: 1.0.11-wpcom.1719322696
Updated: 2024-06-25 07:38:16

*/
.site:before {
	display: none !important;
}
p {
    font-family: new-hero, Arial, Helvetica, sans-serif !important;
}
.wf-active body, html body, body, p, h1, h2, h3, h4, h5, h6, li, a, button, input, select, textarea, span, div, header, footer, nav, article, section, main, figure, figcaption, label, legend, table, tbody, thead, tr, th, td, input, textarea, button, select, option {
    font-family: new-hero, Arial, Helvetica, sans-serif;
}
.body-wrapper {
    overflow-x: hidden;
    overflow-y: clip;
}
.search-form {
    margin-bottom: 0;
}
#top-bar {
    background-color: #115740;
    color: #fff;
    text-align: center;
}
#top-bar .container {
    padding: 0 20px;
}
#top-bar #tb-center {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.header {
    background-color: #fff;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 100;
    top: auto;
    border-bottom: 0;
}
.header.showscroll {
    background-color: #000 !important;
    left: 0;
    position: fixed !important;
    top: 0;
    border-bottom: 0;
    min-height: 56px;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#formula-s-page .header.showscroll {
    display: none;
}
.header.showscroll #top-bar {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    margin: 0;
}
.header.showscroll .header-logo {
    margin: 0 auto;
}
.header li.navPage-subMenu-item.account-nav a {
    display: inline-block;
}
.header li.navPage-subMenu-item.account-nav a:first-child {
    margin-right: 0;
    padding-right: 5px !important;
}
.header li.navPage-subMenu-item.account-nav a:last-child {
    margin-left: 0;
    padding-left: 5px !important;
}
.header li.navPage-subMenu-item.account-nav a:only-child {
    padding: 10px 20px !important;
}
.header>.container {
    width: 100%;
    max-width: 1740px;
}
.header.is-open {
    height: 100%;
}
.header #bottom-nav {
    background-color: #f1ece3;
}
.header #bottom-nav #header-scroll-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0 auto;
    justify-content: left;
}
.header #bottom-nav #header-scroll-nav .navPages-item {
    display: inline-block;
}
.header #bottom-nav #header-scroll-nav .navPages-item>.navPages-action {
    display: inline-block;
    line-height: 40px;
    color: #2d2825;
    font-weight: 700 !important;
    text-transform: capitalize;
    padding: 0 15px;
}
.header-logo {
    height: 59px;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}
.header-logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    position: relative;
    width: 85px;
    z-index: 20;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    -webkit-box-align: center;
    padding: 5px 0 7px;
    margin: 0 auto;
}
.header-logo__link:hover {
    color: #757575;
}
.header-logo__link:active {
    color: #757575;
}
.header-logo__link:after, .header-logo__link:before {
    display: none;
}
.header-logo .header-logo-image {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    margin: auto;
}
.navPages-quickSearch {
    display: block;
    margin-bottom: 0;
    border-bottom: 0;
}
.mobileMenu-toggle {
    display: inline-block;
    height: 59px;
    left: auto;
    position: relative;
    width: 50px;
    z-index: 50;
    top: auto;
    font-size: 0;
    overflow: hidden;
    padding: 0;
}
.mobileMenu-toggle svg {
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 26px;
    color: #115740;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#header-search {
    background-color: #000;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    padding: 10px;
}
.header.showscroll #header-search {
    top: 60px;
}
#header-search #hs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#header-search .search-form {
    display: inline-block;
    width: calc(100% - 40px);
}
#header-search .search-form .form-input {
    background-color: #000;
    border: 2px solid #949494;
    color: #fff;
}
#header-search .search-form .form-input::-webkit-input-placeholder {
    color: #bfbfbf;
}
#header-search .search-form .form-input::-moz-placeholder {
    color: #bfbfbf;
}
#header-search .search-form .form-input:-ms-input-placeholder {
    color: #bfbfbf;
}
#header-search .search-form .button--search svg {
    color: #fff;
}
#header-search #close-hs {
    display: inline-block;
    height: 44px;
    position: absolute;
    width: 50px;
    right: 0;
    vertical-align: top;
}
#header-search #close-hs:focus svg, #header-search #close-hs:hover svg {
    color: #fff;
    -moz-transform: translate(-50%,-50%) scale(1.25);
    -webkit-transform: translate(-50%,-50%) scale(1.25);
    -o-transform: translate(-50%,-50%) scale(1.25);
    transform: translate(-50%,-50%) scale(1.25);
}
#header-search #close-hs svg {
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #929292;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.search-form .form-field {
    margin-bottom: 0;
}
.search-form .form-input {
    background-color: #fff;
    height: 42px;
    width: 100%;
    font-size: 16px;
    border: 0;
    border: 1px solid #939393;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 12px;
}
.search-form .form-input::-webkit-input-placeholder {
    color: #666;
}
.search-form .form-input::-moz-placeholder {
    color: #666;
}
.search-form .form-input:-ms-input-placeholder {
    color: #666;
}
.search-form .form-input:focus::-webkit-input-placeholder {
    color: transparent;
}
.search-form .form-input:focus::-moz-placeholder {
    color: transparent;
}
.search-form .form-input:focus:-ms-input-placeholder {
    color: transparent;
}
.search-form legend span {
    height: auto;
    left: -9999px;
    position: absolute;
    width: 100px;
    overflow: hidden;
}
.quickSearchResults {
    margin-top: 10px;
}
.navPages-action-moreIcon {
    height: auto !important;
    width: 10px !important;
    font-size: 16px;
    color: #000;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    stroke: #000 !important;
    margin: 0 !important;
}
#desk-nav-header {
    background-color: #fff;
    position: relative;
    width: 100%;
    min-height: 60px;
}
#desk-nav-header img {
    left: 13px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-59%);
    -webkit-transform: translateY(-59%);
    -o-transform: translateY(-59%);
    transform: translateY(-59%);
}
#desk-nav-header #nav-close {
    height: 60px;
    position: absolute;
    width: 60px;
    right: 0;
    cursor: pointer;
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
#desk-nav-header #nav-close:hover svg {
    color: #115740;
    -moz-transform: translate(-50%,-50%) scale(1.2);
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -o-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2);
}
#desk-nav-header #nav-close svg {
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #000;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
#sbc {
    background-color: #f1ece3;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 50px;
    color: #115740;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 20px;
}
#le {
    background-color: #115740;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 20px;
}
.navPages {
    background-color: #f6f1eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0;
}
.navPages-container {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 10;
    bottom: auto;
    right: 0;
    -webkit-overflow-scrolling: touch;
}
.navPages-container.is-open {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 51;
    top: 0;
    padding-top: 0;
    position: fixed;
    left: 0px;
    overflow: auto;
}
.navPages-container .navPages-list {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 0px;
}
.navPages-container .navPages-list--user {
    background-color: #115740;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1.0;
    flex: 1.0;
    border: 0;
    -webkit-box-flex: 1.0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0;
    list-style: none;
}
.navPages-container .navPages-list--user .navPage-subMenu-action {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navPages-container .navPages-list--user .navPage-subMenu-action:hover {
    text-decoration: underline;
}
.navPages-container .navPages-list--user .navPage-subMenu-action .navPages-action-moreIcon {
    color: #fff;
}
.navPages-container .navPages-list--user .navPage-grid {
    background-color: #f1ece3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1.0;
    flex: 1.0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-box-flex: 1.0;
    padding: 10px;
    margin: 0;
}
.navPages-container .navPages-list--user .navPage-grid li a {
    background-color: #fff;
    display: inline-block;
    height: 77px;
    width: 80px;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #cecece;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 18px 0 10px;
}
.navPages-container .navPages-list--user .navPage-grid li a svg {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-bottom: 9px;
    margin-left: auto;
    font-size: 24px;
    color: #115740;
}
.navPages-container .navPages-item {
    float: none;
}
.navPages-container .navPages-item .navPages-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    outline: 0 !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
}
.navPages-item>.navPages-action {
    font-size: 18px;
    line-height: 24px;
    color: #2d2825;
    font-weight: 700;
    text-transform: capitalize;
    padding: 13px 20px;
}
.navPages-item>.navPages-action.is-open, .navPages-item>.navPages-action:focus, .navPages-item>.navPages-action:hover {
    text-decoration: underline;
    background-position: 0 0;
    text-underline-offset: 16px;
    text-decoration-color: #84a857;
    text-decoration-thickness: 3px;
}
.navPages-item>.navPages-action.is-open {
    position: relative;
}
.navPage-subMenu-item {
    float: none;
    padding: 0 !important;
}
.navPage-subMenu-item .navPage-subMenu-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    padding: 10px 20px !important;
}
.navPage-subMenu-item .navPage-subMenu-action:focus, .navPage-subMenu-item .navPage-subMenu-action:hover {
    background-color: #f5f5f5;
    text-decoration: underline;
}
.navPage-subMenu-item .navPage-subMenu-action.is-open {
    background-color: #f5f5f5;
    font-weight: 700;
    text-decoration: none;
}
.navPage-subMenu-item .navPage-subMenu-action.is-open svg {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navPage-subMenu-item .navPage-subMenu-action svg {
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.navPage-subMenu-item .navPage-childList.is-open {
    border: 0;
    padding: 0;
    margin: 0;
}
.navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    padding: 16px 20px;
}
.navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:focus, .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:hover {
    text-decoration: underline;
}
.navPage-subMenu-item .nav-heading {
    font-size: 18px;
    line-height: 60px;
    color: #115740;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;
}
.navPage-subMenu-item .nav-heading:after, .navPage-subMenu-item .nav-heading:before {
    content: " ";
    display: table;
}
.navPage-subMenu-item .nav-heading:after {
    clear: both;
}
.navPage-subMenu-item .nav-heading .button--line {
    margin-top: 15px;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid #115740;
    float: right;
    color: #115740;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0 12px;
}
.navPage-subMenu-item .nav-heading .button--line:focus, .navPage-subMenu-item .nav-heading .button--line:hover {
    background-color: #115740;
    color: #fff;
}
.goback {
    position: relative;
    border-top: 0;
    padding: 0 !important;
}
.goback:after, .goback:before {
    content: " ";
    display: table;
}
.goback:after {
    clear: both;
}
.goback .goback-close {
    height: 4.28571rem;
    position: absolute;
    width: 4.28571rem;
    z-index: 10;
    top: 0;
    right: 0;
}
.goback .goback-close svg {
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #000;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.goback .navPage-subMenu-action {
    display: block;
    margin-bottom: 0;
    font-size: 16px !important;
    line-height: 60px;
    color: #000;
    border-bottom: 0;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px !important;
}
.goback .navPage-subMenu-action:hover {
    text-decoration: underline;
}
.goback .navPage-subMenu-action:hover svg {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.goback .navPage-subMenu-action svg {
    margin-right: 8px;
    font-size: 14px;
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.navPage-subMenu {
    background-color: #fff;
    height: 100%;
    left: -100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    font-size: 0;
    opacity: 0;
    outline: 0;
    overflow-y: auto;
    padding: 0 !important;
    margin: 0;
}
.navPage-subMenu.is-open {
    left: 0;
    top: 0;
    opacity: 1.0;
}
.navPage-subMenu .navPage-banner img {
    display: block;
}
.navPage-subMenu .navPage-banner .nb-text {
    background-color: #f1ece3;
    width: 100%;
    -ms-flex: 1.0;
    flex: 1.0;
    -webkit-box-flex: 1.0;
    padding: 20px;
}
.navPage-subMenu .navPage-banner .nb-text ul {
    margin: 0;
}
.navPage-subMenu .navPage-banner .nb-text a {
    font-size: 16px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
}
.navPage-subMenu .navPage-subMenu-list {
    margin: 0;
}
.navPage-subMenu .navPages-action {
    margin-bottom: 0;
    font-family: new-hero,Arial,Helvetica,sans-serif;
    text-transform: none;
}
.navPage-subMenu .nav-close {
    display: none;
    height: 1.42857rem;
    position: absolute;
    width: 1.42857rem;
    top: 20px;
    font-size: 30px;
    color: #000;
    right: 20px;
    padding: 0;
}
.navPage-subMenu .nav-close svg {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#acc-dd {
    background-color: #fff;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
}
#acc-dd .page-heading {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
    line-height: 59px;
    color: #115740;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
}
#acc-dd #acc-close {
    height: 4.21429rem;
    position: absolute;
    width: 4.21429rem;
    top: 50%;
    font-size: 20px;
    color: #000;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}
#acc-dd #acc-close svg {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#acc-dd .button {
    max-width: 360px;
}
#acc-dd .button--primary {
    display: block;
    line-height: 48px;
    padding: 0 10px;
    margin: 0 auto;
}
#acc-dd .button--line {
    margin: 20px auto 0;
}
#acc-dd ul {
    margin: 0;
}
#acc-dd a:not(.button--primary):not(.button--line):not(#acc-close) {
    display: block;
    margin-top: -1px;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    border-top: 1px solid #ddd;
    padding: 0 20px;
}
#acc-dd a:not(.button--primary):not(.button--line):not(#acc-close):focus, #acc-dd a:not(.button--primary):not(.button--line):not(#acc-close):hover {
    text-decoration: underline;
}
.footer {
    position: relative;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    border-top: 0;
    padding: 0;
    background: #F1ECE3;
}
.footer #footer-bar {
    background-color: #115740;
}
.footer #footer-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-top: 36px;
    padding-right: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-left: 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1633px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
}
.footer #footer-bar img {
    margin-bottom: 24px;
}
.footer #footer-bar #fb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer #footer-bar #fb-content .fb-box {
    width: 50%;
    margin-bottom: 15px;
}
.footer #footer-bar #fb-content .fb-box a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
}
.footer #footer-bar #fb-content .fb-box svg {
    margin-right: 5px;
    font-size: 24px;
    color: #84a857;
}
.footer #footer-bar #fb-content .fb-box .fb-text {
    -ms-flex: 1.0;
    flex: 1.0;
    -webkit-box-flex: 1.0;
}
.footer #footer-bar #fb-content .fb-box .fb-text * {
    color: #fff;
}
.footer #footer-bar #fb-content .fb-box .fb-text strong {
    display: block;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    text-transform: capitalize;
}
.footer #footer-bar #fb-content .fb-box .fb-text p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: normal;
}
.footer>.container {
    max-width: 1633px;
    padding: 0 15px;
}
.footer .footer-info {
    width: auto;
    margin-top: 0;
    margin-right: -.75rem;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: -.75rem;
    margin-left: auto;
    padding-top: 34px;
    font-size: 0;
    max-width: none;
}
.footer .footer-info:after, .footer .footer-info:before {
    content: " ";
    display: table;
}
.footer .footer-info:after {
    clear: both;
}
.footer .footer-info-heading {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #115740;
    border-bottom: 1px solid #a6a6a6;
    font-weight: 800;
    text-transform: uppercase;
    border-top: 1px solid #a6a6a6;
}
.footer .footer-info-heading a {
    display: block;
    color: #115740;
    text-decoration: none;
    padding: 12px 0;
    font-weight: 800 !important;
}
.footer .footer-info-heading a:after, .footer .footer-info-heading a:before {
    content: " ";
    display: table;
}
.footer .footer-info-heading a:after {
    clear: both;
}
.footer .footer-info-heading a:focus {
    outline: 0 !important;
}
.footer .footer-info-heading.active svg {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.footer .footer-info-heading svg {
    margin-top: 5px;
    margin-right: 5px;
    float: right;
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.footer .footer-info-col {
    display: inline-block;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: .75rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: .75rem;
    padding-left: 0;
    font-size: 1rem;
    float: left;
    float: none;
    color: #afafaf;
    vertical-align: top;
    text-align: left;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
}
.footer .footer-info-col>:first-child {
    margin-top: 0;
}
.footer .footer-info-col>:last-child {
    margin-bottom: 0;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .footer-info-heading {
    font-size: 21px;
    line-height: 21px;
    border: 0;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 auto 9px;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] p {
    line-height: normal;
    color: #333;
    margin: 0 auto 18px;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form {
    max-width: 346px;
    margin: 0 auto 20px;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-field {
    margin-bottom: 0;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .button, .footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-input {
    height: 50px;
    width: auto;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-input {
    border: 1px solid #828282;
    color: #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-right: 0;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-input::-webkit-input-placeholder {
    color: #707070;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-input::-moz-placeholder {
    color: #707070;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-input:-ms-input-placeholder {
    color: #707070;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-input::-ms-input-placeholder {
    color: #707070;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-input::placeholder {
    color: #707070;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .form-input:focus {
    outline: 0 !important;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .button--primary {
    line-height: 48px;
    color: #fff;
    padding: 0 20px;
    margin: 0;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form .button--primary:active, .footer .footer-info-col[data-section-type=newsletterSubscription] .form .button--primary:focus, .footer .footer-info-col[data-section-type=newsletterSubscription] .form .button--primary:hover {
    border-color: #84a857;
}
.footer .footer-info-list {
    display: none;
    margin-left: 0;
    list-style: none;
    padding: 5px 0;
}
.footer .footer-info-list a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 0;
}
.footer .footer-info-list a:focus, .footer .footer-info-list a:hover {
    text-decoration: underline;
}
.socialLinks {
    line-height: normal;
    margin: 0;
}
.socialLinks .socialLinks-item {
    display: inline-block;
    font-size: 24px;
    margin: 0;
}
.socialLinks .socialLinks-item+.socialLinks-item {
    margin-left: 12px;
}
.socialLinks .socialLinks .socialLinks-item {
    margin: 0;
}
.socialLinks .socialLinks .socialLinks-item:last-child {
    margin-right: 0;
}
.socialLinks .socialLinks-item a {
    display: inline-block;
    font-size: 32px;
    color: #6e6259;
    padding: 0 10px;
}
.socialLinks .socialLinks-item a svg {
    color: #6e6259;
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.socialLinks .socialLinks-item a:focus svg, .socialLinks .socialLinks-item a:hover svg {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.footer-copyright {
    padding: 23px 0 34px;
}
.footer-copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
}
.footer-copyright .powered-by {
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}
.footer-copyright a {
    color: #444;
    text-decoration: none;
}
.footer-copyright a:hover {
    color: #000;
    text-decoration: underline;
}
.footer-copyright #payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 342px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-copyright #payment-methods svg {
    font-size: 30px;
}
#cart-preview-dropdown {
    margin-top: 24px;
    border: 0;
    max-width: 480px !important;
}
#cart-preview-dropdown:after, #cart-preview-dropdown:before {
    display: none;
}
#cart-preview-dropdown:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 20px;
    top: -10px;
    border-bottom: 0;
    right: 20px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 0;
}
#cart-preview-dropdown #cart-close {
    height: 1.92857rem;
    position: absolute;
    width: 1.92857rem;
    top: 50%;
    font-size: 30px;
    color: #000;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}
#cart-preview-dropdown #cart-close svg {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#cart-preview-dropdown .previewCartWrapper .previewCart {
    border: 1px solid #ccc;
    padding: 34px 60px 60px;
}
#cart-preview-dropdown .previewCartWrapper .previewCart .page-heading {
    position: relative;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 72px;
    text-align: left;
}
#cart-preview-dropdown .previewCartWrapper .previewCartList {
    display: block;
    margin-bottom: 24px;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    -webkit-box-align: start;
    padding: 15px 0 11px;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem:last-child {
    border-bottom: 1px solid #ddd;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-content, #cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-image {
    display: block;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-image {
    position: relative;
    max-width: 60px;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-content {
    padding-right: 0;
    padding-left: 10px;
    -ms-flex: 1.0;
    flex: 1.0;
    -webkit-box-flex: 1.0;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-name {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-name a {
    color: #000;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-name a:hover {
    text-decoration: underline;
}
#cart-preview-dropdown .previewCartWrapper .previewCartItem .previewCartItem-price {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
#cart-preview-dropdown .previewCartWrapper .previewCartAction {
    border: 0;
    padding: 0;
}
#cart-preview-dropdown .previewCartWrapper .previewCartAction .previewCartAction-checkout, #cart-preview-dropdown .previewCartWrapper .previewCartAction .previewCartAction-viewCart {
    display: block;
    width: 100%;
}
#cart-preview-dropdown .previewCartWrapper .previewCartAction .previewCartAction-checkout .button, #cart-preview-dropdown .previewCartWrapper .previewCartAction .previewCartAction-viewCart .button {
    font-size: 18px;
}
#cart-preview-dropdown .previewCartWrapper .previewCartAction .previewCartAction-checkout {
    padding: 0;
}
#cart-preview-dropdown .previewCartWrapper .previewCartAction .previewCartAction-checkout .button--red {
    line-height: 48px;
    font-weight: 900;
}
#cart-preview-dropdown .previewCartWrapper .previewCartAction .previewCartAction-viewCart {
    padding: 20px 0 0;
}
#cart-preview-dropdown .previewCartWrapper .previewCartAction .previewCartAction-viewCart .button--line {
    line-height: 46px;
    font-weight: 700;
}
#le-desk #led-text {
    margin-left: 10px;
}
#le-desk span, #le-desk strong {
    display: block;
    width: 100%;
}
#le-desk strong {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 14px;
    color: #115740;
}
#le-desk strong svg {
    font-size: 10px;
    color: #84a857;
}
#le-desk span {
    font-size: 10px;
    line-height: 14px;
    color: #000;
}
.navUser {
    position: absolute;
    width: 100%;
    z-index: unset;
    top: 0;
    font-size: 0;
    right: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0 10px;
}
.navUser:after, .navUser:before {
    content: " ";
    display: table;
}
.navUser:after {
    clear: both;
}
.navUser ol, .navUser ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navUser ol ol, .navUser ol ul, .navUser ul ol, .navUser ul ul {
    margin-bottom: 0;
    list-style: none;
}
.navUser ol li, .navUser ul li {
    padding: 0;
    margin: 0;
}
.navUser-section {
    float: left;
}
.navUser-section:after, .navUser-section:before {
    content: " ";
    display: table;
}
.navUser-section:after {
    clear: both;
}
.navUser-section--alt {
    margin-left: 1.5rem;
    float: right;
}
.navUser-section+.navUser-section {
    margin-left: 1.5rem;
}
.navUser-action, .navUser-item {
    display: block;
}
.navUser .navUser-section+.navUser-section {
    margin-left: 0;
}
.navUser .navUser-section .navUser-item.navUser-item--menu .navUser-action svg {
    font-size: 26px;
}
.navUser .navUser-section .navUser-item.navUser-item--menu .navUser-action.is-open svg, .navUser .navUser-section .navUser-item.navUser-item--menu .navUser-action:focus svg, .navUser .navUser-section .navUser-item.navUser-item--menu .navUser-action:hover svg {
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.navUser .navUser-section .navUser-item.navUser-item--retail .navUser-action svg.fa-times {
    display: none;
}
.navUser .navUser-section .navUser-item.navUser-item--retail .navUser-action.active .fa-search {
    display: none;
}
.navUser .navUser-section .navUser-item.navUser-item--retail .navUser-action.active .fa-times {
    display: block;
    font-size: 18px;
}
.navUser .navUser-section .navUser-item.navUser-item--rewards {
    display: none;
}
.navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action {
    position: relative;
}
.navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action .countPill {
    background-color: #84a857;
    height: 20px;
    position: absolute;
    width: 20px;
    top: 0;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    right: 0;
    font-weight: 700;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
}
.navUser .navUser-section .navUser-action {
    position: relative;
    color: #115740;
    font-weight: 700;
    text-transform: none;
    min-width: 50px;
    text-decoration: none;
    outline: 0 !important;
    min-height: 59px;
    padding: 0;
}
.navUser .navUser-section .navUser-action svg {
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 24px;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.navUser .navUser-section .navUser-action .nu-text {
    display: none;
}
.navUser .navUser-section .navUser-action.fa-times {
    display: none;
}
.navUser .navUser-section .navUser-action.active .fa-search {
    display: none;
}
.navUser .navUser-section .navUser-action.active .fa-times {
    display: block;
    font-size: 18px;
}
.navUser .navUser-section .navUser-action.active svg, .navUser .navUser-section .navUser-action.is-open svg, .navUser .navUser-section .navUser-action:focus svg, .navUser .navUser-section .navUser-action:hover svg {
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
.navUser .navUser-section .navUser-item.navUser-item--menu .navUser-action svg {
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.navUser .navUser-section .navUser-item {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navUser .navUser-section .navUser-item+.navUser-item {
    margin-left: 8px;
}
.footer-copyright .powered-by span {
    display: block;
}
.navPage-subMenu .navPage-banner {
    display: none;
}
.navPage-subMenu .desk-all {
    display: none;
}
.navPage-subMenu-item .navPage-childList .navPage-childList-item {
    margin-top: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.navPage-subMenu-item {
    border-top: 1px solid #ddd;
}
.navPages-item {
    margin-top: -1px;
    border-bottom: 1px solid #ccc9c4;
    border-top: 1px solid #ccc9c4;
}
.navPages-container .navPages-list--user .navPage-subMenu-item {
    margin-top: -1px;
}
.header-logo {
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    max-height: 59px;
}
}
@media screen and (max-width: 767px) {
#cart-preview-dropdown {
    width: 100% !important;
    right: 0;
}
}
@media (min-width: 551px) {
.navUser-item {
    float: left;
}
.footer #footer-bar #fb-content .fb-box .fb-text p {
    font-size: 12px;
}
}
@media (min-width: 768px) {
.navUser .navUser-section .navUser-action .nu-text {
    display: block;
    left: 50%;
    position: absolute;
    bottom: 7px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 400;
}
.navUser .navUser-section .navUser-action svg {
    top: 3px;
    font-size: 22px;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.navUser .navUser-section .navUser-action {
    min-width: 50px;
    min-height: 50px;
}
.navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action .countPill {
    top: 2px;
    right: 5px;
}
.navUser .navUser-section .navUser-item.navUser-item--rewards {
    display: inline-block;
    margin-right: 5px;
}
.navUser .navUser-section .navUser-item.navUser-item--retail {
    margin-right: 5px;
    border: 0;
}
.navUser .navUser-section .navUser-item.navUser-item--account {
    margin-right: 5px;
}
.navUser .navUser-section .navUser-item.navUser-item--menu {
    display: none;
}
.navUser {
    position: absolute;
    width: auto;
    top: 68px;
    border: 0;
}
#cart-preview-dropdown {
    width: 480px !important;
    right: -10px;
}
.footer #footer-bar #fb-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    padding-left: 40px;
    -ms-flex: 1.0;
    flex: 1.0;
    -webkit-box-flex: 1.0;
}
.footer #footer-bar img {
    margin-bottom: 0;
}
.footer #footer-bar .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 29px 20px 7px;
}
.navPage-subMenu .nav-close {
    display: block;
}
.navPage-subMenu .navPage-banner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 1.0;
    flex: 1.0;
    max-width: 297px;
    -webkit-box-flex: 1.0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.navPage-subMenu .navPage-subMenu-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
.navPage-subMenu .nc-inner {
    -ms-flex: 1.0;
    flex: 1.0;
    -webkit-box-flex: 1.0;
    padding: 20px 20px 20px 0;
}
.navPage-subMenu .desk-all {
    display: inline-block;
    margin-bottom: 11px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 40px;
    color: #115740;
    font-weight: 700;
    text-decoration: none;
}
.navPage-subMenu .desk-all:hover {
    text-decoration: underline;
}
.navPage-subMenu .desk-all:hover svg {
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.navPage-subMenu .desk-all svg {
    margin-left: 10px;
    font-size: 20px;
    color: #84a857;
    -moz-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.navPage-subMenu .navPage-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 20px 10px;
}
.navPage-subMenu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    top: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}
.navPage-subMenu {
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.goback {
    display: none;
}
.navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
    padding: 11px 0;
}
.navPage-subMenu-item .navPage-subMenu-action {
    width: auto;
    font-size: 16px;
    font-weight: 500;
    background-position: 0 0 !important;
    padding: 2px 10px !important;
}
.navPage-subMenu-item.navPage-subMenu-item-heading {
    display: none;
}
.navPage-subMenu-item {
    width: auto;
    margin-bottom: 7px !important;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}
.navPages-item>.navPages-action {
    font-size: 16px;
    color: #fff;
    padding: 42px 10px;
}
.navPages-item {
    float: none;
}
.navPages-container .navPages-item {
    float: left;
}
.navPages-container .navPages-list--user {
    display: none;
}
.navPages-container .navPages-list {
    display: inline-block;
    background-position: 0 0;
}
.navPages-container {
    display: none !important;
}
.navPages {
    display: block;
    width: 100%;
    font-size: 0;
    max-width: 85.71429rem;
    text-align: center;
    background-position: 0 0;
    overflow-y: visible;
    padding: 0;
    margin: 0 auto;
}
#le {
    display: none;
}
#sbc {
    display: none;
}
#desk-nav-header {
    display: none;
}
.navPages-action-moreIcon {
    display: none;
}
.search-form .form-input {
    border-width: 2px;
}
#header-search #close-hs {
    display: none;
}
#header-search .search-form {
    max-width: 700px;
    margin: 0 auto;
}
#header-search:before {
    background-color: #000;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 20px;
    top: -10px;
    right: 136px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header-search {
    left: 0;
    position: absolute;
    width: 100%;
    top: 154px;
    top: 86px;
    padding: 20px;
    margin: 0;
}
.mobileMenu-toggle {
    display: none;
}
.navPages-quickSearch {
    left: 220px;
    position: absolute;
    width: calc(100% - 455px);
    top: 40px;
    max-width: 864px;
}
.header-logo .header-logo-image {
    max-height: 106px;
}
.header-logo__link {
    width: 191px;
    padding: 9px 0 6px;
}
.header-logo {
    display: inline-block;
    height: 121px;
    position: relative;
    z-index: 51;
    margin: 0;
}
.header.fixed .header-logo {
    background-color: #e5e5e5;
    position: absolute;
    width: 100%;
    top: 0;
    padding: .35714rem 0;
    margin: 0;
}
.header.is-open {
    height: auto;
}
.header>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    overflow: visible;
    min-height: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
@media (min-width: 960px) {
.navUser {
    top: 36px;
}
#le-desk span {
    font-size: 12px;
    line-height: 16px;
}
#le-desk strong svg {
    margin-left: 4px;
    font-size: 12px;
}
#le-desk strong {
    font-size: 16px;
    line-height: 16px;
}
#cart-preview-dropdown:before {
    right: 22px;
}
.footer-copyright #payment-methods {
    width: auto;
    padding-left: 20px;
    -ms-flex: 1.0;
    flex: 1.0;
    -webkit-box-flex: 1.0;
    -ms-flex-item-align: center;
    align-self: center;
}
.footer-copyright .powered-by {
    margin-bottom: 0;
    line-height: 24px;
}
.footer-copyright .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-copyright {
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 17px 0 15px;
}
.footer .footer-info-list a {
    display: inline-block;
}
.footer .footer-info-list {
    display: block !important;
    border-bottom: 0 !important;
}
.footer .footer-info-col.footer-info-col--small {
    width: 25%;
    padding: 0 20px;
}
.footer .footer-info-col {
    width: 25%;
    margin-top: 0;
    margin-bottom: 60px;
    padding-right: 5px;
    padding-left: 5px;
}
.footer .footer-info-heading svg {
    display: none;
}
.footer .footer-info-heading a {
    pointer-events: none;
    padding: 0 0 5px;
}
.footer .footer-info-heading {
    border: 0;
}
.footer .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .footer-info:after, .footer .footer-info:before {
    display: none !important;
}
.footer #footer-bar #fb-content .fb-box {
    width: auto;
    margin-bottom: 0;
}
.footer #footer-bar .container {
    padding-bottom: 22px;
}
#acc-dd:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 20px;
    top: -10px;
    right: 80px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#acc-dd {
    width: 480px;
}
.navPage-subMenu .navPage-container {
    padding: 26px 40px 40px;
}
#header-search {
    top: 102px;
}
.navPages-quickSearch {
    width: calc(100% - 682px);
}
}
@media (min-width: 1060px) and (max-width: 1279px) {
.navPages-container .navPages-list {
    margin-right: -60px;
}
}
@media (min-width: 1196px) {
.header #bottom-nav #header-scroll-nav {
    max-width: 1730px;
    justify-content: left;
}
}
@media (min-width: 1230px) {
.navPages-item>.navPages-action {
    padding: 42px 15px;
}
.header.showscroll .navPages-container .navPages-item>.navPages-action {
    padding: 18px 15px;
}
}
@media (min-width: 1280px) {
.navUser .navUser-section .navUser-action {
    min-width: 70px;
}
.navUser .navUser-section .navUser-item.navUser-item--retail {
    margin-right: 10px;
}
.navUser .navUser-section .navUser-item.navUser-item--account {
    margin-right: 10px;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] .form {
    margin: 0 0 20px;
}
.footer .footer-info-col[data-section-type=newsletterSubscription] {
    width: auto;
    text-align: left;
}
.footer .footer-info-col.footer-info-col--small {
    width: auto;
}
.footer #footer-bar #fb-content .fb-box .fb-text p {
    font-size: 14px;
}
.footer #footer-bar #fb-content .fb-box .fb-text strong {
    font-size: 21px;
    line-height: 21px;
}
.footer #footer-bar #fb-content .fb-box svg {
    font-size: 32px;
}
.footer #footer-bar #fb-content {
    padding-left: 135px;
}
.navPage-subMenu .navPage-subMenu-list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}
.navPages-item>.navPages-action {
    padding: 42px 25px;
}
#header-search:before {
    right: 196px;
}
.navPages-quickSearch {
    left: 248px;
    width: calc(100% - 820px);
}
.header.showscroll .navPages-container .navPages-item>.navPages-action {
    padding: 18px 25px;
}
}
@media (min-width: 1280px) and (max-width: 1299px) {
.navPages-container .navPages-list {
    margin-right: -50px;
}
}
@media (min-width: 1681px) {
.header.showscroll .navUser {
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header.showscroll .navPages-container .navPages-item>.navPages-action {
    padding: 18px 10px;
}
.header.showscroll .navPages-container .navPages-item>.navPages-action.is-open, .header.showscroll .navPages-container .navPages-item>.navPages-action:focus, .header.showscroll .navPages-container .navPages-item>.navPages-action:hover {
    text-underline-offset: 4px;
}
.header.showscroll .navPages-container {
    top: 0;
}
.header.showscroll .navPage-subMenu.is-open {
    top: 60px;
}
.header.showscroll .header-logo a {
    width: 147px;
}
.header.showscroll {
    min-height: 60px;
}
}
@media (min-width: 1920px) {
.navPage-subMenu.is-open {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1920px;
}
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    padding: 0 20px;
    position: relative
}

[aria-label=Breadcrumb] .container {
    padding: 0
}

.category-body .container {
    max-width: 1840px;
    padding: 0 10px
}

.header .container {
    max-width: 1960px;
    padding: 0 10px
}

@media (min-width: 960px) {
    .header .container {
        padding:0 20px
    }
}

.footer .container {
    max-width: 1720px
}

.navUser .container {
    padding: 0
}

@media (min-width: 960px) {
    .navUser .container {
        padding-left:255px
    }
}


fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

label.is-srOnly {
    display: none;
}

.button {
    font-weight: 400;
    border-radius: 0
}

.button.button--primary {
    padding: 0 30px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    font-weight: 700;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #84a857;
    border: 1px solid #84a857
}

@media (min-width: 960px) {
    .button.button--primary {
        line-height:48px
    }
}

.button.button--primary:active,.button.button--primary:focus,.button.button--primary:hover {
    background: #115740;
    border-color: #115740;
    color: #fff
}

.button.button--round {
    padding: 11px 20px 5px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    font-weight: 800;
    font-size: 0;
    line-height: 14px;
    text-transform: uppercase;
    color: #115740;
    background: 0 0;
    border-radius: 1000px;
    border: 2px solid #115740;
    margin-bottom: 0;
    display: block
}

@media (min-width: 768px) {
    .button.button--round {
        font-size:16px;
        padding: 22px 20px 20px
    }
}

@media (min-width: 960px) {
    .button.button--round {
        padding:22px 10px 20px
    }
}

.button.button--round span {
    font-size: 14px;
    display: inline-block
}

@media (min-width: 768px) {
    .button.button--round span {
        display:none
    }
}

.button.button--round.selected,.button.button--round:active,.button.button--round:focus,.button.button--round:hover {
    background: #115740;
    border-color: #115740;
    color: #fff;
    outline: 0!important
}

.button.button--white {
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
    border-color: #fff;
    border-radius: 0;
    color: #20462b;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.button.button--white:active,.button.button--white:focus,.button.button--white:hover {
    background: #20462b;
    border-color: #20462b;
    color: #fff;
    outline: 0!important
}

.button.button--line {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    padding: 0 10px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    background: 0 0;
    border: 1px solid #115740;
    border-radius: 0;
    color: #115740;
    display: block
}

.button.button--line:active,.button.button--line:focus,.button.button--line:hover {
    background: #115740;
    border-color: #115740;
    color: #fff;
    outline: 0!important
}

.button--search {
    background: #84a857;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    cursor: pointer
}

.button--search:focus svg,.button--search:hover svg {
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2)
}

.button--search span {
    display: none
}

.button--search svg {
    color: #fff;
    font-size: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}
header#masthead, div#cart-preview-dropdown, span.countPill.cart-quantity, .menu-toggle {
    display: none;
}

h2 a {
    font-weight: 900 !important;
    text-transform: uppercase;
}

.home div#primary article:first-child .entry-wrapper, .home div#primary article:first-child .entry-wrapper * {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.home div#primary article:first-child .entry-wrapper .cat-links a {
    display: none;
}
.home div#primary article:first-child .entry-wrapper {
    padding: 20px;
}
h2.footer-title-sr-only {
    display: none;
}


.home main#main > article:nth-child(2) {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.cat-links {
    box-shadow: none;
    color: inherit;
    font-weight: inherit;
    padding-left: 0.15em;
    padding-right: 0.15em;
    font-weight: bold !important;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.entry-meta a {
    font-weight: bold !important;
    text-decoration: underline;
}
.entry-title a {
    color: inherit;
    font-weight: bold !important;
    color: #115740;
    text-transform: capitalize;
}

header.entry-header {
    width: 100% !important;
}
a.more-link {
    border: 2px #20462B solid;
    display: block;
    text-decoration: none;
    color: #20462B;
    text-align: center;
    font-weight: bold !important;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    max-width: 165px;
}
.entry-summary {
    width: 100% !important;
}

.hero .entry-meta a {
    box-shadow: none;
}
.hero .entry-meta a:active {
    color: #fff;
}
.hero .entry-meta a:active, .hero .entry-meta a:focus, .hero .entry-meta a:hover {
    background: none;
    color: inherit;
}
div#secondary {
    background: #fff;
}
div#sidebar-1 a {
    color: #20462B;
    font-size: 12px;
}
div#sidebar-1 #wpcom_social_media_icons_widget-5 a {
    color: #20462B;
    font-size: 24px;
}
h2.widget-title {
    color: #115740;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.site:before {
    background: #fff;
}
div#subscribe-text p {
    color: #20462B;
    font-size: 12px;
}
.author-bio a, .comment-content a, .comment-respond a, .entry-content a, .entry-summary a, .reply a {
    box-shadow: none;
}
.home div#primary article:first-child .entry-wrapper a.more-link {
    background: #84A857;
    border-color: #84A857;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#sidebar-1 {
    padding-top: 10px;
}
#sidebar-1 > aside, #sidebar-2 > aside {
    background: #F1ECE3;
    padding: 25px 25px 1px 25px;
    margin-bottom: 0px;
    border: 0px;
}
#sidebar-1 > aside#search-2 {
    background: #115740;
    padding-top: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#search-2 h2.widget-title {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.widget_rss_links li {
    border-top: 0px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li, .widget_rss li {
    border-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 25px;
}
.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
    border-bottom: 0px;
    list-style: none;
}
.widget_authors ul, .widget_jp_blogs_i_follow ol, .widget_top-clicks ul, .widget_top-posts ul, .widget.top_rated ul, .widget_upcoming_events_widget ul {
    border-bottom: 0px;
}
.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea {
    background: #fff;
    border: 1px solid #115740;
}
.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea {
    background: #fff !important;
    color: #000;
}
.widget_rss_links ul {
    border-bottom: 0px;
    list-style: none;
}
aside#wpcom_social_media_icons_widget-5 {
    margin-top: 0px;
}
.widget-area {
    background: #222;
    color: #20462B;
    padding: 24px 0 0;
}
.wp-block-button__link {
    background: #84A857;
    color: #fff;
}
.home main#main > article:nth-child(3) {
    width: 100%;
    margin-right: 0px;
}
input.search-submit {
    background-image: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/searchglass.png) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.widget_recent_comments tr, .widget_recent_comments td {
    border: 0;
    border-bottom: 0px;
}
.widget_recent_comments table {
    background: transparent;
    border: 0;
    border-top: 0px;
    margin-bottom: 24px;
}
.widget_authors li, .widget_jp_blogs_i_follow li, .widgets-list-layout li, .widget_top-clicks li, .widget_top-posts li, .widget.top_rated li, .widget_upcoming_events_widget li {
    border-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 25px;
}
.widget_authors ul ul:before {
    display: none;
}
div#sidebar-1 {
    padding-top: 0px;
    margin-top: 23px;
}
.widget-column:after, .widget-column + .widget-column:before {
    display: none;
}
.home div#primary article:first-child .entry-wrapper p {
    font-size: 0px;  
}
.widget .search-form .search-submit {
    background: transparent;
    border: 1px #115740 solid;
    height: 35px;
    position: absolute;
    width: 36px;
    right: 0px;
}
.more-link {
    font-size: 0px;
}
.more-link:before {
    content: "LEARN MORE";
    font-size: 17px;
    color: #20462B;
    display: block;
}
a.more-link:hover {
    background: #20462B;
    color: #fff;
}
a.more-link:hover:before {
    color: #fff;
}
.home div#primary article:first-child .entry-wrapper .more-link:before {
    color: #fff;
    text-shadow: none;
}
header.entry-header h2:before {
    content: "LATEST ARTICLE";
    font-weight: 600;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
table.recentcommentsavatar {
    font-size: 14px;
}
aside#widget_contact_info-4 {
    font-size: 14px;
}
.widget_wpcom_social_media_icons_widget ul li {
    border: 0;
    display: inline;
    margin-right: 4px;
}
#sidebar-1 > aside:after, #sidebar-2 > aside:after {
    display: block;
    content: " ";
    background: #ccc;
    height: 1px;
    margin-bottom: -1px;
}
div#sidebar-1 a:hover {
    text-decoration: underline;
}
h1.entry-title {
    font-weight: 900;
    text-transform: uppercase;
}
#categories-2 h2.widget-title, #recent-posts-2 h2.widget-title, #recent-comments-2 h2.widget-title, .widget_archive h2.widget-title {
    padding-left: 28px;
    position: relative;        
    margin-bottom: 0px;
    padding-bottom: 18px;
    cursor: pointer;
}

aside#categories-2 h2:before, aside#recent-posts-2 h2:before, aside#recent-comments-2 h2:before, aside.widget_archive h2:before {
    background-image: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/fishing-rod.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding-left: 28px;
    padding-bottom: 10px;
    background-position: 0px 0px;
    padding-top: 2px;
    content: " ";
    display: inline-block;
    height: 28px;
    position: absolute;
    margin-top: -2px;
    left: 0px; 
    top: 0px;
}
aside#recent-posts-2 h2:before {
    background-image: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/newspaper.png);
}
aside#recent-comments-2 h2:before {
    background-image: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/comment-alt-lines.png);
}
aside.widget_archive h2:before {
    background-image: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/box-archive.png);
}
aside#categories-2 h2:after, aside#recent-posts-2 h2:after, aside#recent-comments-2 h2:after, aside.widget_archive h2:after {
    background-image: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/chevron-down.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 0px;
    padding-bottom: 10px;
    background-position: 0px 0px;
    padding-top: 2px;
    content: " ";
    display: inline-block;
    height: 9px;
    position: absolute;
    margin-top: -18px;
    right: 0px;
    top: 50%;
    width: 15px;
    background-size: 100%;
    transform: rotate(180deg); 
    transition: all 0.3s ease;
}
aside#categories-2 h2.active:after, aside#recent-posts-2 h2.active:after, aside#recent-comments-2 h2.active:after, aside.widget_archive h2.active:after {
    transform: rotate(0deg);
}
#recent-comments-2 .recentcommentsavatar, #categories-2 ul, #recent-posts-2 ul, #recent-comments-2 ul, aside.widget_archive ul {
    display: none;    
}
#categories-2 ul, #recent-posts-2 ul, aside.widget_archive ul {
    margin-top: 10px;
}
.fb-page.fb_iframe_widget {
    overflow: hidden;
}
aside#search-2:after {
    display: none;
}
.quick-links {
    float: left;
    width: 100%;
}
.quick-links h2 {
    color: #115740;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    float: left;
    margin-right: 30px;
}
.quick-links ul {
    display: flex;
    width: calc(100% - 200px);
    float: left;
}
.quick-links li {
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
}
.quick-links a {
    color: #000;
}
/* River Report */
.river-report-page div#content {
    width: 100%;
    margin: auto;
    max-width: 1960px;
}
.river-report-page .content-area {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.river-report-page .entry-content {
    margin: 0px;
    padding: 0px;
    margin-top: 0px !important;
}
.river-report-page header.entry-header {
    display: none;
}
.river-report-page .entry-content > *, .seasonswrap .wp-block-column, .entry-footer   {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    width: 100%;
}

.river-report-page .entry-content > .wp-block-coblocks-hero {
    position: relative;
    max-width: 100%;
    padding: 0px;
}
.rr-herotag {
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.rr-hero h2 {
    font-weight: 900;
    line-height: normal;

}
.rr-headers strong {
    font-weight: 900;
    display: block;
    margin-top: 40px;
    margin-bottom: 0px;
    line-height: 54px;
}
div#conditionsblocks {
    background: #F1ECE3;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
div#cdblock-wrap {
    display: flex;    
    flex-wrap: wrap;
}
.cdspacer {
    display: none;
}
.cdblock {
    text-align: center;
    padding: 10px 0px;
    width: 50%;
}
.cdtext-top {
    color: #6E6259;
    font-weight: bold;
    letter-spacing: 1px;
}
.cdtext-btm {
    color: #115740;
    font-weight: 900;
    font-size: 24px;
}
div#fiveday h3 {
    color: #115740;
    font-weight: bold;
    font-size: 24px;
}
div#waterflowdata {
    margin-top: 25px;
    display: block;
    padding-top: 55%;
    position: relative;
    width: 100%;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
}
div#waterflowdata iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.river-report-page .hero2 h2.wp-block-heading.alignfull.has-x-large-font-size {
    text-align: center;
    margin-top: 40px;
}
.river-report-page .hero2box strong {
    border-bottom: 2px #84A857 solid;
    display: block;
    padding-bottom: 5px;
    margin-bottom: -5px;
    
}
.river-report-page .remember-hero .hero2box strong {
    color: #115740;
    font-size: 24px;
}
.river-report-page .entry-content > .hero2 {
    margin-bottom: 50px;
    display: block;    
    text-shadow: 0 0 5px #000;
}

.river-report-page .wp-block-column .wp-block-heading {
    color: #115740;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 24px;
}
p.has-text-align-center.rr-tagline {
    margin-bottom: 25px;
    font-size: 18px;
    color: #6E6259;
    font-weight: 400;
}
.river-report-page .wp-block-columns-is-layout-flex figure {
    margin-bottom: 0px;
}
.river-report-page .wp-block-columns-is-layout-flex .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
    order: 1;
}
.river-report-page .wp-block-columns-is-layout-flex .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) {
    order: 2;
}
.river-report-page .cdblock:nth-child(1), .river-report-page .cdblock:nth-child(5) {
    border-right: 1px #84A857 solid;
}
.wp-block-columns.seasonswrap.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
    background: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/seasonsbg.jpg);
    max-width: 100%;
    margin-top: 50px;
    
}
.rr-hero h2 {
    font-weight: 900;
    line-height: normal;
    max-width: 500px;
}
p.rr-hero-p {
    max-width: 500px;
}
.river-report-page .wp-block-columns-is-layout-flex.myg-box .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
    order: 2;
}
.myg-box {
    background: #F4E8D9;
    padding: 30px 30px;
    border-radius: 10px;
}
p.myg-tagline {
    color: #6E6259;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
p.myg-name {
    color: #115740;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 7px;
    margin-top: 7px;
    line-height: 30px;
}
p.myg-info {
    font-size: 13px;
    font-weight: bold;
}
.myg-link a {
    color: #115740;
    text-decoration: underline;
    font-weight: bold !important;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.forecast-box img {
    background: #ccc;
    border-radius: 1000px;
    margin-bottom: 20px;
}
div#fivedayboxes h3 {
    color: #000;
    margin-bottom: 0px;
    font-weight: normal;
}
p.forecast-temp {
    font-weight: 900;
    color: #000;
    font-size: 19px;
}
p.forecast-description {
    font-weight: bold;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0px;
}
p.forecast-sunrise {
    margin-bottom: 0px;
}
p.waterflowdata-title {
    border-top: 2px #ddd solid;
    margin-top: 35px;
    padding-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
    display: block;
}
.river-report-page .entry-content > .hero2.remember-hero {
    text-shadow: none;
}
.river-report-page .hero2box.lastbox {
    margin-right: 0px;
}
.remember-hero .wp-block-coblocks-hero__inner {
    padding-bottom: 40px;
}
.river-report-page div#comments {
    display: none;
}
.sliderheader {
    border-top: 1px #ddd solid;
    padding-top: 30px;
}
div#swiper1, div#swiper2 {    
    margin-bottom: 40px;
}
.product-wrap {    
    padding: 20px;
    padding-bottom: 30px;
}
.product-img {
    background: #eee;
    padding: 5px;
    margin-bottom: 20px;
}
.product-img img {
    mix-blend-mode: multiply;
}
.product-name a {
    color: #000;
    font-weight: bold !important;
    font-size: 18px;
    display: block;
    text-decoration: none !important;
    line-height: 20px;
    margin-bottom: 10px;    
}
@media screen and (min-width: 768px) {
    .product-name a {
        min-height: 60px;
    }
}
a.shopnowbtn {
    color: #115740;
    border: 2px #115740 solid;
    height: 40px;
    display: inline-block;
    padding: 0px 20px;
    line-height: 45px;
    font-weight: bold !important;
    font-size: 16px;
	display: none;
}
.producttext p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
div#swipernav {
    text-align: center;
    margin-top: 20px;
    max-width: 300px;
    margin: auto;
    margin-top: 40px;
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
    height: 50px;
}
.swiper-slide {
    outline: 1px #eee solid;
    margin-top: 1px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #115740;
    outline: 2px #115740 solid;
    outline-offset: 4px;
    cursor: pointer;
}
span.swiper-pagination-bullet {
    margin: 0px 8px !important;
}
.customswiper-button-prev, .customswiper-button-next {
    display: inline-block;
    vertical-align: middle;
    border: 2px #115740 solid;
    border-radius: 999px;
    padding: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding: 0px;
    background: #115740;
    position: absolute;
    left: 0px;
    top: 11px;
    cursor: pointer;
}
.customswiper-button-next {
    right: 0px;
    left: auto;
}
.customswiper-button-prev svg, .customswiper-button-next svg {
    color: #fff;
}
.customswiper-button-prev.swiper-button-disabled {
    border-color: #6E6259;
    background: #fff;
}

.customswiper-button-prev.swiper-button-disabled svg {
    color: #6E6259;
}
span.swiper-pagination-bullet {
    color: #6E6259;
    background: #6E6259;
    opacity: 1;
    height: 10px;
    width: 10px;
}
.wp-block-coblocks-accordion.rrstate-acc:nth-child(2) {
    margin-top: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 22px;
}
p.rrstate-box-title {
    margin-bottom: 0px;
    color: #000;
}
p.rrstate-box-tag {
    text-transform: none;
    margin-top: 0px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 15px !important;
    display: block;
}
.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter>[class*=wp-block]:not(:last-child) {
    margin-bottom: 0px !important;
}
.wp-block-coblocks-column {
    margin-bottom: 20px;
}
.rrstate-acc .wp-block-coblocks-column {
    margin-bottom: 20px !important;
}
.wp-block-coblocks-accordion-item__title.has-background:after, .wp-block-coblocks-accordion-item__title:after {
    border-radius: 0px;
}
.wp-block-coblocks-accordion-item details[open] summary {
    border-radius: 0px;
}
.wp-block-coblocks-accordion-item__title, .wp-block-coblocks-accordion-item__title.has-background {
    border-radius: 0px;
}
.rrstate-acc a.wp-block-button__link.has-text-color.has-background.has-link-color.wp-element-button {
    height: 35px;
    line-height: 38px;
    font-weight: bold !important;
    letter-spacing: 1px;
    padding: 0px 22px;
    margin-top: 15px;
    background-color: #fff !important;
}
.rrstate-acc a.wp-block-button__link.has-text-color.has-background.has-link-color.wp-element-button:hover {
    background-color: #115740 !important;
    color: #fff !important;
}
summary.wp-block-coblocks-accordion-item__title.has-background.has-text-color.has-white-color {
    position: relative;
}
summary.wp-block-coblocks-accordion-item__title.has-background.has-text-color.has-white-color:before {
    background: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/chevron.png);
    height: 5px;
    width: 10px;
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
}
summary.wp-block-coblocks-accordion-item__title.has-background.has-text-color.has-white-color:before {
    background: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/chevron.png);
    height: 13px;
    width: 23px;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    scale: 70%;
}
@media screen and (min-width: 768px) {
summary.wp-block-coblocks-accordion-item__title.has-background.has-text-color.has-white-color:before {
    background: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/chevron.png);
    height: 13px;
    width: 23px;
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    scale: 90%;
}
}
.rrstate-acc .wp-block-coblocks-column__inner.has-background.has-padding.has-medium-padding.has-no-margin {
    background: #fff !important;
}

details[open] summary.wp-block-coblocks-accordion-item__title.has-background.has-text-color.has-white-color:before {
    transform: rotate(180deg);
}
.wp-block-coblocks-accordion-item__title, .wp-block-coblocks-accordion-item__title.has-background { 
    padding: 15px 15px;
}
.wp-block-coblocks-accordion-item.has-custom-transform {
    background: #f1ece3;
}
@media screen and (max-width: 767px) {
.rrstate-hero .wp-block-coblocks-hero__inner.bg-cover.has-background-image.bg-no-repeat.bg-center-center.hero-center-center-align.has-padding.has-huge-padding.has-center-content {
    min-height: 300px !important;
}
}
@media screen and (min-width: 768px) {
    .wp-block-coblocks-accordion-item__title, .wp-block-coblocks-accordion-item__title.has-background {
        padding: 0px;
        height: 70px;
        padding-left: 25px;
        line-height: 74px;
        font-size: 22px;
    }
}
.rrstate-hero h2.wp-block-heading.has-white-color.has-text-color.has-link-color.has-x-large-font-size {
    font-weight: 900;
    font-size: 58px !important;
    letter-spacing: 3px;
    line-height: 60px;
}

#mobileselect {
    display: none;
}
@media screen and (max-width: 767px) {
    #mobileselect {
        display: block;
    }
}
div#mobileselect select {
    border-radius: 50px;
    height: 50px;
    width: 100%;
    appearance: none;
    padding: 0px 20px;
    font-weight: bold;
    color: #115740;
    text-transform: uppercase;
    background: url(https://cdn11.bigcommerce.com/s-y8p1d/images/stencil/original/image-manager/chevron-down-black.png) no-repeat;
    background-color: #fff;
    background-position: right 20px center;
}
.header #bottom-nav #header-scroll-nav .navPages-item>.navPages-action.is-open, .header #bottom-nav #header-scroll-nav .navPages-item>.navPages-action:hover {
    text-decoration: underline;
    text-decoration-color: #84A857;
    text-decoration-thickness: 4px;
    text-underline-offset: 7px;
    background: #fff;
}
#le-desk #le-desk-dropdown.active {
    display: block;
}
#le-desk #le-desk-dropdown.active {
    -webkit-box-shadow: 0 .0625rem .125rem .0625rem #00000026;
    box-shadow: 0 .0625rem .125rem .0625rem #00000026;
}
#le-desk #le-desk-dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    width: 390px;
    right: 0;
    bottom: -482px;
}
#le-desk #le-desk-dropdown #led-close {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    position: absolute;
    padding: 5px;
    right: 15px;
    top: 15px;
    z-index: 1;
    cursor: pointer;
}
#le-desk #le-desk-dropdown #led-banner {
    position: relative;
    text-align: center;
}
#le-desk #le-desk-dropdown #led-banner #leb-text {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
}
#le-desk #le-desk-dropdown #led-banner #leb-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.4px;
    margin: 4.5px auto 0;
}
#le-desk #le-desk-dropdown ul {
    background: #fff;
    list-style: none;
    margin: 0;
    text-align: left;
    padding: 20px;
    margin-top: -10px;
}
#le-desk #le-desk-dropdown ul li a {
    text-decoration: none;
    color: #2d2825;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    padding: 0 20px;
    display: block;
}
.navPage-subMenu {
    display: none !important;
}
h3.slidertitle {
    font-weight: bold;
    color: #115740;
}

@media (max-width: 767px) {
    div#mobileselect {
        background: #115740;
        padding: 20px;
        margin-top: -25px;
        margin-bottom: 20px;
    }
    p.rr-quicklinks a {
        display: inline-block;
        border-bottom: 2px #fff solid;
        padding: 3px 5px;
        margin: 0px -3px;
    }
    p.rr-quicklinks {
        text-align: center;
        max-width: 300px;
        display: none;
    }
    .rr-hero div#mobileselect {
        position: absolute;
        bottom: 0px;
        margin-bottom: 0px;
        width: 100%;
        background: none;
    }
    .quick-links ul, .quick-links h2 {
        display: none;
    }
    .quick-links #mobileselect {
        display: block;
    }
    .river-report-page h2, .river-report-page .entry-title {
        font-size: 24px;
        line-height: 36px;
}
.river-report-page .entry-title {
    font-size: 42px;
}
.home div#primary article:first-child .entry-wrapper h2.entry-title {
    margin-bottom: 15px;
    margin-top: 20px;
}

}
div#bottom-nav {
    display: none;
}
@media (min-width: 768px) {
    div#bottom-nav {
        display: block;
    }
    .header #bottom-nav #header-scroll-nav .navPages-item>.navPages-action {
        font-size: 14px;
        line-height: 14px;
        padding: 20px 15px;
        font-weight: bold !important;
    }
    .wp-block-coblocks-accordion.rrstate-acc:nth-child(2) {
        margin-top: 40px;
    }
    .wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content {
        position: static;
    }
    .rr-hero {
        position: relative;
    }
    .rr-quicklinks {
        display: flex;
        border-bottom: 2px #fff solid;
        text-align: center;
        width: calc(100% - 120px);
        justify-content: space-between;
        max-width: 900px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .rr-quicklinks a {
        padding: 0px 18px;
    }
    .rr-quicklinks a:first-child {
        border-bottom: 4px #fff solid;
    }
    .remember-hero .rr-headers strong {
        font-weight: 900;
        display: block;
        margin-top: 40px;
        margin-bottom: 0px;
        line-height: 54px;
        font-size: 46px;
    }
    .remember-hero .wp-block-coblocks-hero__inner {
        padding-bottom: 80px;
    }
    .remember-hero p#hero-tagline-center {
        margin-bottom: 50px;
    }
    .remember-hero p#hero-tagline-center {
        text-align: center;
        max-width: 650px;
    }
    .river-report-page .hero2box:last-child {
        margin-right: 0px;
    }
    .river-report-page .hero2 h2.wp-block-heading.alignfull.has-x-large-font-size {
        text-align: center;
        margin-top: 0px;
        font-weight: 900;
        font-size: 58px !important;
        margin-top: 50px;
        justify-content: space-around;
    }
    .river-report-page .hero2box {
        float: left;
        width: calc(33% - 20px);
        margin-right: 35px;
    }
    .river-report-page .hero2 .wp-block-coblocks-hero__content-wrapper, .river-report-page .wp-block-coblocks-hero__content {
        max-width: 1280px !important;
        padding-left: 20px; 
        padding-right: 20px;
        margin: auto;
        width: 100%;
    }
    .river-report-page .wp-block-columns.seasonswrap.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
        background-size: cover;
    }
    .river-report-page .cdblock:nth-child(1), .river-report-page .cdblock:nth-child(3), .river-report-page .cdblock:nth-child(5) {
        border-right: 1px #84A857 solid;
    }   
    .river-report-page .cdblock {
        text-align: center;
        padding: 10px 0px;
        width: 25%;
    }
    .home main#main > article:nth-child(n+3) {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0px;
    }
    .home div#primary article:first-child .entry-wrapper h2 a {
        text-transform: capitalize;
    }
    .river-report-page .entry-title a {     
        font-size: 24px;
    }
    .widget-column {
        padding-top: 22px;
    }
    .home div#primary article:first-child .entry-wrapper h2 a {
        font-size: 50px;
    }
    .hero .hentry-inner {
        left: 50%;        
        top: 60%;
        bottom: auto;
        transform: translate(-50%, -50%) !important;
        background: none;
    }
    .hero .entry-wrapper {
        text-align: center;        
        padding: 0px;
        margin: auto;
        text-shadow: 0 0 5px #000;
    }
    .river-report-page .wp-block-columns.tactics-cols.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
        flex-basis: 720px !important;
        order: 2;
    }
    .river-report-page .wp-block-columns-is-layout-flex.tactics-cols .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) {
        order: 1;
    }
    .river-report-page .wp-block-columns.season-cols.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
        order: 1;
        flex-basis: 720px !important;         
        text-align: left;
    }
    .wp-block-columns.tactics-cols p, .wp-block-columns.season-cols p {
        font-size: 16px !important;
    }
    .river-report-page .wp-block-column .wp-block-heading {        
        margin-bottom: 10px;
        font-size: 24px;
    }
    .wp-block-columns.tactics-cols p.has-small-font-size, .wp-block-columns.season-cols p.has-small-font-size {
        font-size: 17px !important;
    }
    p#hero-tagline-center {
        text-align: center;
        max-width: 574px;
        margin: auto;
        font-weight: bold;
        margin-top: -15px;
        margin-bottom: 200px;
    }    
    .river-report-page .hero2box strong {     
        font-size: 22px;
    }
}
#le-desk {
    display: none;
}
@media (min-width: 768px) {
    #le-desk {
        display: block;
    }
}
#le-desk #le-desk-link.active {
    padding-bottom: 19px;
}
#le-desk #le-desk-link.active:after {
    content: "";
    display: block;
    height: 4px;
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    bottom: 8px;
    background: #84a857;
}
@media (min-width: 768px) {
    #le-desk #le-desk-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 2px;
        border: 1px solid #ddd;
        background: #fff;
        text-decoration: none;
        padding: 9px 10px 7px;
    }

#le-desk {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 0px;
}
}
@media (min-width: 960px) {
    #le-desk {
        right: 235px;
        top: 36px;
    }
    #le-desk #le-desk-link {
        padding: 7px 10px 6px;
    }
}

@media (min-width: 1280px) {
    #le-desk {
        right: 335px;
        top: 36px;
    }
    #le-desk #le-desk-link {
        padding: 7px 10px 6px;
    }
}


#swiperw .swiper-slide {
    outline: 0px;
    margin-top: 0px;
}
@media (min-width: 768px) {
#swiperw .swipernav {
    display: none;
}
}

h3#reply-title {
    color: #115740;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

h3, .comments-title, .site-title, .widget-title {
    font-size: 24px;
 
}
p.recentreports.has-text-color strong, p.waterflowdata-title strong {
    font-size: 24px;
}
.river-report-page .entry-content > .graph-container {
    text-align: center;
    padding: 40px 20px;
}

div#rr-comingsoon {
    text-align: center;
    margin: 15px auto;
}
.producttext p {
    display: none;
}