/* Global */

@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"), 
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
.site-container {
    background: #fff;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
    top: 35px;
}
.site-inner{
    clear: both;
    padding-top: 110px;
    max-width: 100%;
    background: #fff;
    position: relative;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
    line-height: 1 !important;
    margin: 0 0 1em;
    font-family: 'archer-pro', Arial, Helvetica, sans-serif;
}
h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}
body .site-container{
    color: #058093;
}
body a {
    color: #2BB04A;
    text-decoration: none;
}
body a:hover {
    color: inherit;
}
body p{
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 1.2em;
    padding: 0;
}
body .site-inner ul {
    line-height: 1.3;
    margin: 0 0 1.2em;
}
body li {
    list-style-type: none;
}
.site-inner li {
    font-size: 1.2rem;
    list-style-type: unset;
    line-height: 1.5;
    margin-bottom: 10px;
}
.page-faq table td,
.page-enespanol table td{
    width: 25%;
    padding: 5px;
}
.grey-bg{
    background-color: #ededee;
}
.gold-bg{
    background-color: #fdb813;
    color: #fff;
    position: relative;
    text-shadow: 5px 3px 6px #d9820a, 6px 7px 6px #d9820a, -5px -3px 6px #d9820a;
}
.widget-title {
    font-size: 18px;
    margin-bottom: 0.8em;
}
h2.large{
    font-size: 4.5rem;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.white-popup .button {
    background-color: #FA9D1C;
    border: 0.15em solid white;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 24px !important;
    text-transform: uppercase;
    width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.white-popup .button:hover {
    background-color: #BF3038;
    color: #fff;
}
.disclaimer{
    font-size: 16px;
}
ul ul,
ol ul {
    padding-left: 1.4rem;
}
/* Navigation */
.utility-bar {
    background: #F1F1F1;
    border-bottom: 2px solid #E6E6E6;
    height: 35px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14;
}
.utility-bar .genesis-nav-menu {
    max-width: 90%;
    margin: 0 auto;
    text-align: right;
}
.utility-bar:after {
    content: "";
    position: absolute;
    top: 5px;
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
}
.utility-bar .genesis-nav-menu a {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #076324;
}
.utility-bar .genesis-nav-menu a:hover {
    color: #FA9D1C;
}
#menu-item-24 .sub-menu {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}
.genesis-nav-menu {
    clear: both;
    font-size: 1em;
    line-height: 1;
    padding: 0 0 0 0px;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu a {
    color: #2BB04A;
    display: block;
    padding: 0.5em 0.3em;
    font-family: 'archer-pro', Arial, Helvetica, sans-serif;
}
.genesis-nav-menu a:hover, 
.genesis-nav-menu .current-menu-item > a, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #B18559;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}
.nav-primary .genesis-nav-menu a {
    color: #2BB04A;
    font-weight: 600;
    font-size: 1.2em;
}
/* Header */
.site-header {
    background-color: #fff;
    min-height: 3.6em;
    padding: 0 2%;
    z-index: 10;
    top: 32px;
    position: fixed;
    width: 100%;
}
.site-header .wrap {
    padding: 0.6em 0em;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    vertical-align: middle;
    margin: 0 auto;
}
.entry-header {
    display: none;
}
/* Footer */
.footer-container {
    background-color: #076324;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
    flex: 1 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: center;
}
.site-footer {
    text-align: right;
    color: white;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
}
.site-footer p {
    margin-right: 0.6em;
    margin-top: 1em;
    font-size: 1em;
    font-size: .9em;
}
.site-footer p a {
    color: #fef400;
}
.site-footer p a:hover {
    color: #fff;
}
#menu-footer a, 
.footer-container #menu-utility-menu-1 a, 
#menu-utility-footer a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fef400;
    font-weight: 600;
}
#menu-footer a:hover {
    color: #fff !important;
}
.row.follow-us {
    align-items: center;
    text-align: left;
   /* max-width: 328px;*/
}
.row.follow-us .widget-title {
    margin-bottom: 6px;
    width: 140px;
}
.footer-container .social a {
    text-align: center;
}
.social a {
    border-radius: 50%;
    background: #0A3818;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2em;
    width: 2em;
    padding: 0.3em;
    margin: 0 0.2em;
    color: white;
    transition: all 0.3s ease;
}
.footer-widgets {
    clear: both;
    padding: 0;
    width: auto;
    text-align: center;
    border-left: 1px solid #23ae49;
    padding: 0 40px;
    margin-left: 40px;
    min-width: 180px;
}
.footer-widgets p:last-child {
    margin-bottom: 0;
}
.footer-container .footer-widgets .button {
    background-color: #FA9D1C;
    border: none;
    line-height: 1.2em;
    font-size: 20px;
    display: block;
    padding: 18px 106px 18px 24px !important;
    min-width: 172px;
}
.footer-widgets a.button, .footer-widgets a:hover {
    color: #fff;
}
.footer-container .footer-widgets .button:hover {
    color: white;
    background-color: #BF3038;
}
.join-our-team-footer {
    pointer-events: none;
    z-index: 1;
}
.footer-container .footer-widgets .button img {
    position: absolute;
    bottom: -46px;
    right: -75px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: auto;
    max-width: 500px;
    float: none !important;
    margin: 0 auto 2em;
}
.footer-widgets-1,
.footer-widgets-3 {
    display: none;
}
.widget {
    position: relative;
    word-wrap: break-word;
}
.orange-arrow{
    padding: 10px;
    min-height: 192px;
    min-width: 100px;
    align-content: center;
    position: relative;
    z-index: 1;
}

.orange-arrow:after {
    background-image: url(/wp-content/uploads/2024/04/orange-arrow.png);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    left: 0px;
    background-repeat: no-repeat;
    z-index: -1;
    min-width: 158px;
}
.orange-arrow p {
    background-color: #fa9c1b;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 12px;
    max-width: 92px;
}
/* Rewards */
.rewards-header {
    color: #fff;
    text-shadow: 4px 4px 6px #024451;
}
.rewards-header div:nth-child(2){
    max-width: 450px;
}
.rewards-header h1{
    font-size: 3rem;
}
.rewards-header p{
    font-size: 1.2em;
}
.reward-app h2{
    font-size: 3rem;
}
.special-section h2 {
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.special-section h2 span{
    font-size: 7rem;
    text-transform:uppercase;
    text-wrap: nowrap;
}
.no-frame-image img {
    position: absolute;
    top: -32px;
}
.red-banner{
    background-color:#ed1f24;
    color:#ffffff;
}
.red-banner div {
    position: relative;
}
.red-banner div:not(:last-child):after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
/* Table */
table {
    max-width: 1030px;
    width: 100%;
    display: block;
    margin: auto;
}
table th {
    border: 6px solid #FFF;
    transform: skewX(-32deg);
    height: 182px;
    padding: 12px;
    position: relative;
    right: -62px;
}
thead.rotate th:nth-child(even){
    background-color: #2BB04A;
}
thead.rotate th:nth-child(odd){
    background-color: #fdb813;
}
thead.rotate th div{
    color: #fff;
    text-wrap: nowrap;
    transform: rotate(180deg) skewY(19deg);
    writing-mode: vertical-rl;
    text-shadow: 0px 0px 3px #000;
}
thead.rotate th:not(:nth-child(3)) div{
    position: relative;
    right: -15px;
}
table td{
    background-color: #dcddde;
    border: 6px solid #fff;
    color: #000;
    font-weight: bold;
}
table td:not(:first-child){
    width: 100px;
}
td img {
    position: relative;
    top: -5px;
}

.accordion {
    max-width: 900px;
    margin: 0 auto;
}
.accordion .accordion-button {
    font-size: 20px;
    line-height: 1.2em;
}
.accordion button:hover {
    background-color: #FA9D1C;
}
:root .accordion-button:not(.collapsed) {
    background-color: #058093;
    color: white;
}
:root .accordion-button:not(.collapsed):after {
    background-image: url('/wp-content/themes/rewards/images/arrow-bottom-white.svg');
    transform: rotate(-180deg);
}

/*.page-terms-conditions-faq .accordion .accordion-button {
    background-color: #FA9D1C;
    color: white;
}*/

.page-terms-conditions-faq .accordion ul li,
.page-terms-conditions-faq .accordion ol li {
    margin-bottom: 0;
}
.disclosure {
    font-size: 80%;
}


/* Responsive */
@media only screen and (max-width: 1366px){
    .utility-bar .genesis-nav-menu a {
        font-size: 0.8em;
        line-height: 1.8em;
    }

    .row.follow-us {
        align-self: flex-start;
        text-align: center;
        margin-top: 16px;
    }
}
/* @media only screen and (max-width: 1030px){
} */
@media only screen and (min-width: 768px) and (max-width: 1220px){
    .footer-container .footer-widgets {
        padding: 0 24px;
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1050px){
    .site-header {
        position: relative;
        top: 0 !important;
    }
    .site-inner{
        padding-top: 0;
    }
    .nav-primary,
    .utility-bar {
        display: none;
    }
}
@media only screen and (max-width: 992px){
    .site-header .wrap {
        padding: 4px 1%;
    }
    table{
        overflow-x: scroll;
    }
    .footer-container {
        flex-direction: column-reverse;
    }
    .footer-widgets {
        border-left: none !important;
    }
    .footer-container .footer-widgets .button img {
        position: absolute;
        bottom: 0px;
        width: 118px;
        right: -27px;
    }
}
@media only screen and (max-width: 768px){
    h2.large{
        font-size: 3rem;
    }
    .special-section h2 span{
        font-size: 5rem;
    }
    .no-frame-image img {
        position: relative;
        top: unset;
    }
    .red-banner div{
        margin-bottom: 15px;
    }
    .red-banner div:not(:last-child):after{
        content: unset;
    }
    .footer-container {
        flex-direction: column;
        -webkit-flex-direction: column;
        font-size: 3vw;
    }
    .site-footer {
        text-align: center;
        order: 2;
        padding: 0 3%;
        -webkit-order: 2;
    }
    .site-footer .row {
        flex-direction: column !important;
    }
    .footer-widgets {
        margin: 1em 0;
        border: 0px;
        order: 1;
        -webkit-order: 1;
    }
    .row.follow-us {
        width: 100%;
        text-align: center;
        max-width: none;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 500px){
    table th{
        padding: 5px;
        white-space: nowrap;
    }
    .footer-menu #menu-footer li {
        text-align: center;
        font-size: 0.9em;
        margin: 0.2em;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 100%;
        margin: 0 auto;
        float: none !important;
        overflow: visible;
    }
}
@media only screen and (max-width: 425px){
    .special-section h2 span{
        font-size: 3rem;
    }
}
.utility-bar {
    background: #076324;
    border-bottom: 2px solid #E6E6E6;
    height: 35px;
    padding: 0 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000;
}

.utility-bar .genesis-nav-menu {
    margin: 0 auto;
    text-align: right;
}

.utility-bar .genesis-nav-menu a {
    font-family: 'Open Sans';
    font-weight: 600;
    color: white;
    padding: 0.5em 0.8em;
}

.utility-bar .genesis-nav-menu a:hover {
    color: #fef400;
}

.utility-bar:after {
    content: "";
    position: absolute;
    top: 5px;
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    color: #218739;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-size: 1em;
  line-height: 1;
  padding: 0 0 0 0px;
}

.nav-primary ul {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #218739;
  display: block;
  padding: 0.5em 0.5em;
  font-family: 'archer-pro', Arial, Helvetica, sans-serif;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #B18559;
}

.genesis-nav-menu .sub-menu {
  padding: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  transition:         opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}
#menu-item-7260 .sub-menu {
  /* display: inline-block; */
  padding-left: 0;
  margin: 0;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  color: #218739;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus-within > .sub-menu {
  /* left: auto; */
  visibility: visible;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  /* float: left; */
  /* margin-left:2em; */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 100;
  display: inline-block;
}

.nav-primary .genesis-nav-menu a {
  color: #218739;
  font-weight: 600;
  font-size: clamp(1.2em, 1.6vw, 1.6em);
  padding: 0.5em 1.6vw;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #B18559;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

#side-menu a:hover {
  color: #218739;
}


.sidr a, .sidr button, .sidr .sub-menu-toggle:before {
  font-family: 'archer-pro', Arial, Helvetica, sans-serif;
  font-size: 1.4em;
}

.site-header {
    background-color: #fff;
    min-height: 3.6em;
    box-shadow: 0 0.4em 0.6em rgba(0, 0, 0, 0.4);
    z-index: 200;
    position: fixed;
    width: 100%;
    padding: 0 2%;
}

.site-header .wrap {
    padding: 0.6em 0em;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    vertical-align: middle;
    height: 114px;
    justify-content: center;
    margin: 0 auto;
}

.site-header.sticky {
    top: 0px !important;
}

.header-offset {
    transform: translate(0px, 4px);
}

.scrollmagic-pin-spacer {
    min-height: inherit !important;
}

.site-header.sticky .site-title > a {
    min-height: 3.6em;
    margin-top: -0.6em;
}

.header-full-width .sticky .title-area {
    width: 80px;
    margin-bottom: -0.4em;
    top: 0;
}

/* Title Area */
.site-title a img {
    width: 107px;
    height: auto;
}

.site-logo {
    margin-bottom: 0;
}

.site-logo a {
    display: block;
    width: fit-content;
}

.sticky .site-title > a img {
    width: 6.4em;
    min-height: 3.6em;
}

.title-area {
    width: auto;
    height: auto;
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
    display: inline-block;
    float: left;
}

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.header-image .site-title > a {
    z-index: 999;
    margin: -1em -1em -0.8em;
    overflow: hidden;
    margin-left: 0;
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
    font-size: 1em;
}

.header-image .site-description {
    display: block;
    text-indent: -9999px;
    position: absolute;
}

/* Widget Area */
.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}

.header-right {
    width: 18em;
    height: 4em;
    margin-left: auto;
    float: right;
}


/* -------------------------------------------------------
   SEARCH (utility bar / header)
   New rules from _header.scss not present in main.css
   ------------------------------------------------------- */

.search.menu-item button {
    padding: 0 10px;
    vertical-align: middle;
    height: 100%;
    background-color: transparent;
    border: none;
}

.search.menu-item .search-container {
    position: relative;
}

.search.menu-item .search-form {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.search-form input.search-field {
    letter-spacing: 1px;
    padding: 6px 10px;
    opacity: 0;
    visibility: hidden;
    width: 210px;
    height: calc(1.5em + 0.75rem + 2px);
    margin-left: 15px;
    background: white;
    background: -moz-radial-gradient(circle, white 0%, #f4f4f4 100%);
    background: -webkit-radial-gradient(circle, white 0%, #f4f4f4 100%);
    background: radial-gradient(circle, white 0%, #f4f4f4 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.search-form ::placeholder {
    color: #2BB04A;
    opacity: 1;
}

.search-form :-ms-input-placeholder {
    color: #2BB04A;
}

.search-form ::-ms-input-placeholder {
    color: #2BB04A;
}

.icon-search {
    background-color: transparent;
    color: #2BB04A;
    font-size: 18px;
}

/* Mobile Search */
.moby .search.menu-item .search-container {
    padding: 10px 2rem 0px;
}

.moby .search.menu-item .search-form-container {
    visibility: visible;
}

.moby .search.menu-item button {
    position: absolute;
    right: 0;
}

.moby .search-form {
    margin-left: unset;
    position: relative;
    top: 0px;
}

.moby .search-form input {
    margin-left: unset;
    padding: 6px 10px;
}

.mobile-search {
    max-width: clamp(168px, 56vw, 400px);
    background-color: #fa9d1c;
    padding: 0.7em 1em;
    margin: 0 0 0 14px;
}

.mobile-search label {
    color: white;
    font-size: 16px;
    margin-bottom: 3px;
}

.mobile-search input {
    padding: 6px;
}

.mobile-search input::placeholder {
    font-weight: bold;
}

#moby-button button,
#mobile-search button {
    border: none;
}

.search-button {
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 250;
    padding: 15px 25px;
}

.search-button:focus {
    box-shadow: none;
}

.search-container {
    position: relative;
    z-index: 1000;
}

.search-form-container {
    margin-left: 12px;
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 100;
}

.search-form-container .input-group .btn {
    z-index: 20;
}

.search-button:hover,
.search-submit:hover {
    background-color: transparent;
}


/* -------------------------------------------------------
   RESPONSIVE — header/utility-bar adjustments
   Retaining existing breakpoints from main.css,
   updated to match new header height (114px wrap)
   ------------------------------------------------------- */

@media only screen and (max-width: 1366px) {
    .utility-bar .genesis-nav-menu a {
        font-size: 0.8em;
        line-height: 1.8em;
    }
}

@media only screen and (max-width: 1050px) {
    .site-header {
        position: relative;
        top: 0 !important;
    }

    .site-inner {
        padding-top: 0;
    }

    .nav-primary,
    .utility-bar {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .site-header .wrap {
        padding: 4px 1%;
        height: auto;
    }
}
