*,::before,::after {
    box-sizing: inherit
}

::before,::after {
    text-decoration: inherit;
    vertical-align: inherit
}

*,::before,::after {
    border-style: solid;
    border-width: 0
}
:root {
    box-sizing: border-box;
    cursor: default;
    font: 18px/1.5 sans-serif;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}

::selection {
    background-color: #cce2ff;
}

a {
    color: #E0221B;
    text-decoration: none;
}

@font-face {
    font-family: "Knockout";
    src: url("../otf/knockout-50welterweight.otf") format("opentype"), url("../knockout-50welterweight.html") format("woff");
    font-style: normal;
}

button {
    border: none;
}

h1, h2, h3, h4, h5, h6, p, dl, ol, ul, dt, dd {
    margin: 0;
}

body, button, input, select, textarea, pre, ul, ol {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

body {
    padding-top: 121px;
    position: relative;
    font-family: "ProximaNova-Regular",Helvetica,Arial,sans-serif;
    background-color: #fff;
    color: #1F1E1D;
}

small, .small {
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Knockout",Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding-bottom: 1rem;
}

h1,.h1 {
    font-size: 65px;
    line-height: 67px;
    text-transform: uppercase;
}

h2,.h2 {
    font-size: 52px;
    line-height: 54px
}

h3,.h3 {
    font-size: 40px;
    line-height: 42px
}

h4,.h4 {
    font-size: 34px;
    line-height: 36px
}

h5,.h5 {
    font-size: 26px;
    line-height: 30px
}

h6,.h6 {
    font-size: 23px;
    line-height: 30px
}

@media only screen and (max-width: 960px) {
    h1#heading {
        font-size:55px;
        line-height: 57px
    }
}

@media only screen and (max-width: 768px) {
    h1#heading {
        font-size:45px;
        line-height: 47px
    }

    h2,.h2 {
        font-size: 42px;
        line-height: 44px
    }

    h3,.h3 {
        font-size: 34px;
        line-height: 36px
    }
}

@media only screen and (max-width: 480px) {
    h1#heading {
        font-size:35px;
        line-height: 37px
    }

    h2,.h2 {
        font-size: 32px;
        line-height: 34px
    }
}

.caps {
    text-transform: uppercase
}

strong,.bold {
    font-weight: bold
}

.post, .page {
    margin: 0;
}

.site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.site-header {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e4e1;
    height: 121px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: background-color .3s;
    padding:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.scrolled .site-header {
    height: 90px;
}

body.admin-bar {
    margin-top: 32px;
    padding-top: calc(121px - 32px);
}
body.admin-bar .site-header {
    margin-top: 32px;
}

#masthead .site-title {
    margin: 0;
}

@media only screen and (max-width: 920px) {
    body:not(.fullscreen) {
        padding-top:105px
    }
}

@media only screen and (max-width: 600px) {
    body:not(.fullscreen) {
        padding-top:67px
    }
}

/*#masthead .site-title a {
    background-image: url(https://www.tacobueno.com/assets/theme/css/img/bueno-logo.svg);
    background-position: top center;
    background-size: 75%;
    background-repeat: no-repeat;
    font-family: "Knockout",Helvetica,Arial,sans-serif;
    height: 83px;
    width: 100px;
    padding: 0;
    position: relative;
    display: block;
    color: #1F1E1D;
    transition: background-size .3s;
}*/

[role=banner] .logo {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left
}

[role=banner] a.logo {
    background-image: url("../svg/bueno-logo.svg");
    background-position: top center;
    background-size: 75%;
    background-repeat: no-repeat;
    font-family: "Knockout",Helvetica,Arial,sans-serif;
    height: 83px;
    width: 100px;
    padding: 0;
    position: relative;
    display: block;
    color: #1F1E1D;
    transition: background-size .3s
}

[role=banner] a.logo svg {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: block;
    fill: #1F1E1D
}

@media only screen and (max-width: 1024px) {
    [role=banner] .logo {
        margin-left:10px;
        margin-right: 10px
    }
}

@media only screen and (max-width: 920px) {
    [role=banner] {
        height:105px
    }

    [role=banner] a.logo {
        height: 76px;
        width: 92px
    }
}

@media only screen and (max-width: 600px) {
    [role=banner] {
        height:67px
    }

    [role=banner] .logo {
        margin-top: 10px;
        margin-bottom: 0
    }

    [role=banner] a.logo {
        height: 49px;
        width: 60px;
        font-size: .8rem;
        background-size: 70%
    }

    [role=banner] a.logo svg {
        bottom: 5px
    }
}

body.scrolled #masthead .site-title a {
    background-size: 100%;
    height: 64px;
    width: 64px;
}

#masthead .site-title a svg {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: block;
    fill: #1F1E1D;
}

body.scrolled #masthead .site-title a svg {
    display: none;
}

#mobile-menu {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99999;
    overflow-y: scroll;
    height: 100vh;
}

#mobile-menu ul {
    padding: 1rem
}

#mobile-menu ul li {
    display: block;
    padding: .5rem
}

#mobile-menu ul li a {
    color: #1F1E1D;
    display: block
}

#mobileClose {
    position: absolute;
    padding: 1.5rem;
    top: 0;
    right: 0;
    background: #fff;
    cursor: pointer;
}

#mobileClose svg {
    width: 18px;
    height: 18px
}

#socials-icons_mobile ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch
}

#socials-icons_mobile ul li {
    flex: 1 1 0;
    text-align: center
}

#socials-icons_mobile ul li svg {
    fill: #9E9C98
}

.disclaimer {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: .014rem;
    color: #1F1E1D;
}

[aria-hidden="true"] {
    display: none;
}
[aria-hidden="false"] {
    display: block;
}

.main-navigation {
    display: block;
    width: auto;
}
.main-navigation ul {
        display: flex;
        justify-content: end;
        width: auto;
        align-items: center;
    }
@media screen and (min-width:768px) {
    .main-navigation ul {
        display: flex;
        justify-content: space-between;
        width: 746px;
        width: 600px;
        font-size: 14px;
    }
}
@media screen and (min-width:1000px) {
    .main-navigation ul {
        width: 746px;
        font-size: 16px;
    }
}

.hero img {
    width: 100%;
}

#search {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #aaa9a5;
    position: fixed;
    z-index: 9999;
    transition: all .3s ease
}

#search[aria-hidden="true"] {
    top: -121px
}

#search[aria-hidden="false"] {
    top: 121px
}

#search[aria-hidden="false"]+.tlayer {
    display: block
}

#search form {
    margin: 0;
    padding: 2rem 0
}

#search fieldset {
    padding: 0 1rem
}

#search #search-icon {
    width: 32px;
    height: 32px
}

#search #search-input {
    width: 70%;
    height: 46px;
    text-indent: 10px;
    font-size: 1.75rem;
    color: #1F1E1D;
    border:0;
}

#search #search-text {
    position: absolute;
    padding: 2rem 1rem;
    top: 13px;
    right: 50px;
    color: #9E9C98;
    font-size: .8rem
}

#search #search-close {
    position: absolute;
    padding: 2rem 1.4rem 1rem 1rem;
    top: 10px;
    right: 0;
    background: #fff;
    cursor: pointer;
}

#search #search-close svg {
    width: 18px;
    height: 18px
}

#search-form_mobile {
    border-bottom: 1px solid #aaa9a5;
    margin: 0 1rem 1rem 1rem;
    padding: 0
}

#search-form_mobile label {
    display: inline !important;
    width: 40px;
    vertical-align: middle
}

#search-form_mobile #s {
    width: auto;
    min-width: 90%;
    display: inline !important;
    height: 45px;
    text-indent: 10px;
    font-size: 1.25rem;
    color: #1F1E1D;
    border:0;
}

.icon-large {
    width: 20px;
    height: 20px;
}

form label, form legend {
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    color: #9E9C98;
    padding: 0.25rem 0;
    font-size: .7rem;
    text-transform: uppercase;
}

body *:focus {
    outline: none;
}

@media only screen and (max-width: 480px) {
    #search-form_mobile #s {
        max-width:80%;
        min-width: 50%
    }
}

#site-navigation li.mobile-menu-heading {
    display: none;
}

@media only screen and (max-width: 767px) {
    [role=navigation] ul li a {
        padding-right:.55rem;
        padding-top: 1.1rem
    }

    [role=navigation] ul li a span {
        margin-top: 16px
    }

    #site-navigation ul li.locations,
    #site-navigation ul li.careers,
    #site-navigation ul li.franchising {
        display: none
    }

    #site-navigation ul li.locations-mobile,
    #site-navigation .mobileOpen {
        display: inline-block;
        float: left;
    }
    #mobile-menu #primary-menu .mobileOpen,
    #mobile-menu #primary-menu .search-link,
    #mobile-menu #primary-menu .locations-mobile {
        display: none;
    }
    #primary-menu .search-link {
        display: none;
    }
    a:focus, nav a:focus em, a#searchOpen:focus svg, .tablist button:focus {
    outline: 2px solid #f1b12f;
}
}
@media screen and (min-width:768px) {
    #site-navigation .mobileOpen {
        display: none !important;
    }
    #site-navigation ul li.locations-mobile {
    display: none;
}
}
#site-navigation li {
    display: inline-block;
    float: left;
}

#site-navigation li a {
    display: block;
    color: #1F1E1D;
    text-decoration: none;
    padding-right: 0.7rem;
    padding-bottom: 0;
    padding-left: 0.7rem;
    text-align: center;
    font-weight: normal;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
}
#mobile-menu #primary-menu li a {
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
}
@media screen and (min-width:768px) {
#site-navigation li a {
    padding-top: 2.6rem;
}
    body.scrolled #site-navigation li a {
        padding-top: 1.75rem !important;
    }

    body.scrolled #site-navigation li a span {
        margin-top: 27px;
    }

    #site-navigation li.search-link a {
        padding-top: 2.6rem;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    #site-navigation li a span {
        content:'';
        background: #FABA19;
        display: block;
        height: 4px;
        width: 0;
        margin-top: 43px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}

#wantMoreBanner {
    transition: all .3s;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e4e1;
    text-align: center;
}
#wantMoreBanner .want-more {
    color: #9E9C98;
    font-size: .8rem;
    display: block;
    text-decoration: none;
}

#wantMoreBanner .want-more svg {
    fill: #9E9C98;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.want-more-fixed {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e4e1;
}

.container, main, #subFooter, .promo {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}

footer#colophon {
    background-color: #1F1E1D;
    padding: 4.5rem 0;
    color: #9E9C98;
    font-size: .8rem;
}

@keyframes growHorizontal {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

@media only screen and (min-width: 960px) {
    #primary-menu li a:hover span {
        width: 100%;
        animation-name: growHorizontal;
        animation-duration: .3s;
    }
}

/* Food Single */
.btn-black {
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: background-color;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1.9rem;
    height: auto;
    min-height: 1rem;
    padding: 0.25rem 2rem 0.2rem 2rem;
    border-width: 2px;
    border-style: solid;
    font-size: 13px;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    letter-spacing: .035rem;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background-color: #1F1E1D;
    border-color: #1F1E1D;
}
.menu-back-btn {
    padding: 1rem 0 0 2rem;
}
.menu-back-btn a.btn-black {
    padding: 0 0.5rem;
    font-size: 10px;
}
.menu-back-btn a.btn-black svg {
    fill: #FABA19;
}

#main .menu-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#main .menu-item .menu-article {
    flex-basis: 60%;
    max-width: 60%;
    padding-bottom: 1rem;
}
#main .menu-aside {
    flex-basis: 38%;
    max-width: 38%;
}

.menu-aside h1 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    #main .menu-item {
        padding:0 1rem 1rem 1rem
    }
}

#main .menu-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

@media only screen and (min-width: 768px) {
    #main .menu-item {
        padding:0 1rem 1rem 1rem
    }
}

#main .menu-item .menu-article {
    flex-basis: 60%;
    max-width: 60%;
    padding-bottom: 1rem
}

#main .menu-item .menu-article h4 {
    margin-bottom: .5rem
}

#main .menu-item .menu-article p:last-of-type {
    padding: 0 0 1.5rem 0
}

@media only screen and (max-width: 768px) {
    #main .menu-item .menu-article {
        flex-basis:100%;
        max-width: 100%
    }
}

.btn {
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: background-color;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1.9rem;
    height: auto;
    min-height: 1rem;
    padding: .25rem 2rem .2rem 2rem;
    border-width: 2px;
    border-style: solid;
    font-size: 13px;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    letter-spacing: .035rem;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff !important;
    background-color: #E0221B;
    border-color: #E0221B
}

.btn:hover {
    color: #1F1E1D !important;
    background-color: transparent
}

.btn-secondary {
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: background-color;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1.9rem;
    height: auto;
    min-height: 1rem;
    padding: .25rem 2rem .2rem 2rem;
    border-width: 2px;
    border-style: solid;
    font-size: 13px;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    letter-spacing: .035rem;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1F1E1D;
    background-color: #FABA19;
    border-color: #FABA19
}

.btn-secondary:hover {
    color: #1F1E1D;
    background-color: transparent
}

.btn-gray {
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: background-color;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1.9rem;
    height: auto;
    min-height: 1rem;
    padding: .25rem 2rem .2rem 2rem;
    border-width: 2px;
    border-style: solid;
    font-size: 13px;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    letter-spacing: .035rem;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1F1E1D;
    background-color: #9E9C98;
    border-color: #9E9C98
}

.btn-gray:hover {
    color: #1F1E1D;
    background-color: transparent
}

.btn-black {
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: background-color;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1.9rem;
    height: auto;
    min-height: 1rem;
    padding: .25rem 2rem .2rem 2rem;
    border-width: 2px;
    border-style: solid;
    font-size: 13px;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    letter-spacing: .035rem;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background-color: #1F1E1D;
    border-color: #1F1E1D
}

.btn-black:hover {
    color: #1F1E1D;
    background-color: transparent
}

.black {
    color: #1F1E1D !important;
}

button:disabled {
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: background-color;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1.9rem;
    height: auto;
    min-height: 1rem;
    padding: .25rem 2rem .2rem 2rem;
    border-width: 2px;
    border-style: solid;
    font-size: 13px;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    letter-spacing: .035rem;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1F1E1D;
    background-color: #9E9C98;
    border-color: #9E9C98;
    cursor: not-allowed
}

button:disabled:hover {
    color: #1F1E1D;
    background-color: transparent
}

button:disabled:hover {
    color: #1F1E1D;
    background-color: #aaa9a5
}

.menu-back-btn {
    padding: 1rem 0 0 2rem
}

.menu-back-btn a.btn-black {
    padding: 0 .5rem 0 .5rem;
    font-size: 10px
}

.menu-back-btn a.btn-black svg {
    fill: #FABA19
}

@media only screen and (max-width: 1024px) {
    .menu-back-btn {
        padding:1rem 0 1rem 1rem
    }
}

.menu-aside {
    flex-basis: 38%;
    max-width: 38%
}

@media only screen and (max-width: 768px) {
    .menu-aside {
        flex-basis:100%;
        max-width: 100%
    }

    .menu-aside h4 {
        text-align: center
    }
}

.menu-aside h1 {
    text-transform: uppercase;
    margin-bottom: 1rem
}

.menu-aside h4 {
    padding: 0 0 .8rem 0
}

.menu-aside .tablist {
    padding-bottom: 1.6rem
}

@media only screen and (max-width: 768px) {
    .menu-aside .tablist {
        text-align:center
    }
}

.menu-aside .tablist button {
    color: #1F1E1D;
    text-decoration: none;
    background: #fff;
    font-size: .8rem;
    text-align: left;
    cursor:pointer;
}

.menu-aside .tablist button:after {
    content: "/"
}

.menu-aside .tablist button:last-of-type:after {
    content: ""
}

.menu-aside .tablist button span {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 5px;
    pointer-events: none
}

.menu-aside .tablist button:hover span,.menu-aside .tablist button[aria-selected="true"] span {
    background-color: #FABA19;
    color: #1F1E1D;
    border-radius: 14px
}

.menu-aside .tabpanel {
    margin-bottom: 2rem
}

.menu-aside .tabpanel .nut-list {
    margin-top: 1rem;
    border-top: 1px solid #e5e4e1
}

.menu-aside .tabpanel .nut-list li {
    display: block;
    border-bottom: 1px solid #e5e4e1;
    padding: .5rem 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.menu-aside .tabpanel .nut-list li span {
    font-size: .8rem;
    line-height: 1.6rem
}

.menu-aside .tabpanel .nut-list li strong {
    font-family: "Knockout",Helvetica,Arial,sans-serif;
    font-weight: normal
}

.menu-aside [role=tabpanel][aria-hidden="true"] {
    z-index: 9
}

.menu-aside [role=tabpanel][aria-hidden="false"] {
    z-index: 99
}

.nut-stats {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .nut-stats {
        width:290px;
        margin: 0 auto
    }
}

.nut-stats li {
    text-align: center;
    font-size: .6rem;
    line-height: 1.2rem
}

.nut-stats li strong {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "Knockout",Helvetica,Arial,sans-serif
}



























.secondary-icon-direction {
    position: absolute;
    z-index: 99999;
    top: 0;
    display: none
}

.secondary-icon-direction:after {
    display: none
}

.secondary-icon-direction svg {
    height: 24px;
    width: 24px;
    pointer-events: none
}

@media only screen and (max-width: 1240px) {
    .secondary-icon-direction {
        display:block
    }
}

@media only screen and (max-width: 768px) {
    .secondary-icon-direction {
        display:none
    }
}

#secondaryNext {
    padding: 2rem 1rem;
    right: 0;
    background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 50%);
    background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 50%);
    background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 50%)
}

#secondaryPrev {
    padding: 2rem 1rem;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, #fff 50%)
}

#secondary-menu {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 121px;
    background: #fff;
    transition: all .3s ease;
    border-bottom: 1px solid #e5e4e1
}

@media only screen and (max-width: 920px) {
    #secondary-menu {
        top:105px
    }
}

@media only screen and (max-width: 768px) {
    #secondary-menu {
        height:auto
    }

    #secondary-menu.expand {
        height: 100vh;
        overflow-y: scroll
    }
}

@media only screen and (max-width: 600px) {
    #secondary-menu {
        top:67px
    }
}

#secondary-menu ul {
    margin: 0 auto;
    width: auto;
    text-align: center
}

#secondary-menu ul li {
    width: auto;
    display: inline-block;
    text-align: center
}

#secondary-menu ul li a {
    display: block;
    padding: .25rem .5rem 0 .5rem
}

#secondary-menu ul li a svg {
    height: 32px
}

#secondary-menu ul li a strong {
    display: block;
    padding-top: .5rem;
    font-family: "ProximaNova-Medium",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: .8rem;
    color: #1F1E1D;
    white-space: nowrap
}

#secondary-menu ul li a span {
    background: #FABA19;
    display: block;
    height: 4px;
    width: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

#secondary-menu ul li a:hover span,#secondary-menu ul li a.active span {
    width: 100%;
    animation-name: growHorizontal;
    animation-duration: .3s
}

@media only screen and (max-width: 768px) {
    #secondary-menu ul {
        width:auto;
        padding: 1rem 0 5rem 0;
        display: none
    }

    #secondary-menu ul li {
        width: 100%;
        display: block;
        float: none;
        text-align: left
    }

    #secondary-menu ul li a {
        padding: .25rem .5rem
    }

    #secondary-menu ul li a svg {
        height: 18px
    }

    #secondary-menu ul li a span {
        display: none
    }
}

#secondary-menu ul.food-menu li a {
    padding: 1.3rem .5rem 0 .5rem
}

#secondary-menu ul.food-menu li a strong {
    font-size: .7rem
}

#secondary-menu ul.food-menu li a span {
    margin-top: 20px
}

@media only screen and (min-width: 1240px) {
    #secondary-menu ul.food-menu {
        margin:0 auto !important
    }
}

@media only screen and (max-width: 1240px) {
    #secondary-menu ul.food-menu {
        text-align:left;
        margin: 0;
        width: 1240px
    }
}

@media only screen and (max-width: 768px) {
    #secondary-menu ul.food-menu li a {
        padding:.25rem .5rem
    }

    #secondary-menu ul.food-menu li a svg#quesadillas-icon {
        width: 30px
    }

    #secondary-menu ul.food-menu li a strong {
        display: inline-block;
        padding: 0 0 0 .25rem;
        font-size: 1rem
    }
}

#secondaryMenuMobileToggle {
    display: none;
    padding: .5rem 1rem .4rem 1rem;
    color: #1F1E1D;
    border-bottom: 1px solid #e5e4e1
}

@media only screen and (max-width: 768px) {
    #secondaryMenuMobileToggle {
        display:block
    }
}

h3, .h3 {
    font-size: 40px;
    line-height: 42px;
}

.food-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 2rem 0 0 0;
    background-color: #e5e4e1;
    height: 1px;
    line-height: 0;
    overflow: visible;
}
.food-title span {
    display: inline-block;
    padding: 1rem;
    background: #fff;
    margin-top: -1rem;
}

body.page-id-108 main {
    padding-top: 6rem;
}

blockquote {
    display: inline-block;
    line-height: 2rem;
    padding: 1rem 2rem;
    margin: 1rem 0 2rem 0;
    border: 1px solid #e5e4e1;
}

.grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.grid.blockquote .grid-1,.grid.blockquote .grid-2,.grid.blockquote .grid-3,.grid.blockquote .grid-4,.grid.blockquote .grid-5 {
    border: 1px solid #e5e4e1;
    padding: 1rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between
}

.grid.blockquote .grid-1 strong,.grid.blockquote .grid-2 strong,.grid.blockquote .grid-3 strong,.grid.blockquote .grid-4 strong,.grid.blockquote .grid-5 strong {
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    font-weight: normal
}

.grid.blockquote .grid-1 strong:first-of-type,.grid.blockquote .grid-2 strong:first-of-type,.grid.blockquote .grid-3 strong:first-of-type,.grid.blockquote .grid-4 strong:first-of-type,.grid.blockquote .grid-5 strong:first-of-type {
    font-family: "Knockout",Helvetica,Arial,sans-serif;
    font-size: 1.25rem;
    display: block;
    padding-bottom: .5rem
}

.grid.blockquote .grid-1 a.btn,.grid.blockquote .grid-1 a.btn-secondary,.grid.blockquote .grid-2 a.btn,.grid.blockquote .grid-2 a.btn-secondary,.grid.blockquote .grid-3 a.btn,.grid.blockquote .grid-3 a.btn-secondary,.grid.blockquote .grid-4 a.btn,.grid.blockquote .grid-4 a.btn-secondary,.grid.blockquote .grid-5 a.btn,.grid.blockquote .grid-5 a.btn-secondary {
    margin-top: .5rem
}

.grid .grid-1 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.grid .grid-2 {
    flex: 0 0 calc(50.65% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.grid .grid-2:nth-child(2n+0) {
    margin-right: 0
}

.grid .grid-3 {
    flex: 0 0 calc(33.78% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.grid .grid-3:nth-child(3n+0) {
    margin-right: 0
}

.grid .grid-4 {
    flex: 0 0 calc(25.33% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.grid .grid-4:nth-child(4n+0) {
    margin-right: 0
}

.grid .grid-5 {
    flex: 0 0 calc(20.26% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.grid .grid-5:nth-child(5n+0) {
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    .grid .grid-2,.grid .grid-3,.grid .grid-4,.grid .grid-5 {
        flex-basis:100%;
        max-width: 100%
    }
}

.sidebar-img-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

@media only screen and (max-width: 768px) {
    .sidebar-img-grid>.sidebar-img-grid {
        flex-basis:40%;
        max-width: 40%
    }
}

@media only screen and (max-width: 480px) {
    .sidebar-img-grid>.sidebar-img-grid {
        flex-basis:100%;
        max-width: 100%
    }
}

.sidebar-img-grid .sb-feature-img {
    flex-basis: 100%;
    max-width: 100%;
    height: 340px;
    margin-bottom: .5rem;
    background-size: cover;
    background-position: center center
}

@media only screen and (max-width: 768px) {
    .sidebar-img-grid .sb-feature-img {
        flex-basis:57%;
        max-width: 57%;
        height: auto;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 480px) {
    .sidebar-img-grid .sb-feature-img {
        flex-basis:100%;
        max-width: 100%;
        height: 84vw;
        margin-bottom: 10px
    }
}

.sidebar-img-grid .sb-img {
    flex: 0 0 calc(50.75% - .5rem);
    margin-bottom: .5rem;
    margin-right: .5rem
}

.sidebar-img-grid .sb-img:nth-child(2n+0) {
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    .sidebar-img-grid .sb-img {
        flex-basis:100%;
        max-width: 100%;
        margin-right: 0
    }

    .sidebar-img-grid .sb-img:last-of-type {
        margin-bottom: 0
    }
}

.cards,.tiles {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.cards .card-1,.cards .tile-1,.tiles .card-1,.tiles .tile-1 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.cards .card-2,.cards .tile-2,.tiles .card-2,.tiles .tile-2 {
    flex: 0 0 calc(50.65% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.cards .card-2:nth-child(2n+0),.cards .tile-2:nth-child(2n+0),.tiles .card-2:nth-child(2n+0),.tiles .tile-2:nth-child(2n+0) {
    margin-right: 0
}

.cards .card-3,.cards .tile-3,.tiles .card-3,.tiles .tile-3 {
    flex: 0 0 calc(33.78% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.cards .card-3:nth-child(3n+0),.cards .tile-3:nth-child(3n+0),.tiles .card-3:nth-child(3n+0),.tiles .tile-3:nth-child(3n+0) {
    margin-right: 0
}

.cards .card-4,.cards .tile-4,.tiles .card-4,.tiles .tile-4 {
    flex: 0 0 calc(25.33% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.cards .card-4:nth-child(4n+0),.cards .tile-4:nth-child(4n+0),.tiles .card-4:nth-child(4n+0),.tiles .tile-4:nth-child(4n+0) {
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    .cards .card-4,.cards .tile-4,.tiles .card-4,.tiles .tile-4 {
        flex:0 0 calc(50.5% - 1rem)
    }
}

@media only screen and (max-width: 330px) {
    .cards .card-4,.cards .tile-4,.tiles .card-4,.tiles .tile-4 {
        flex-basis:100%;
        max-width: 100%
    }
}

.cards .tile-5,.tiles .tile-5 {
    flex: 0 0 calc(20.26% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.cards .tile-5:nth-child(5n+0),.tiles .tile-5:nth-child(5n+0) {
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    .cards .tile-5,.tiles .tile-5 {
        flex:0 0 calc(50.5% - 1rem)
    }
}

@media only screen and (max-width: 330px) {
    .cards .tile-5,.tiles .tile-5 {
        flex-basis:100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .cards .card-2,.cards .tile-2,.cards .card-3,.tiles .card-2,.tiles .tile-2,.tiles .card-3 {
        flex-basis:100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 330px) {
    .cards .tile-3,.tiles .tile-3 {
        flex-basis:100%;
        max-width: 100%
    }
}

.cards .card-1,.cards .card-2,.cards .card-3,.cards .card-4,.tiles .card-1,.tiles .card-2,.tiles .card-3,.tiles .card-4 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between
}

.cards .card-1:not(.fill-card) img,.cards .card-2:not(.fill-card) img,.cards .card-3:not(.fill-card) img,.cards .card-4:not(.fill-card) img,.tiles .card-1:not(.fill-card) img,.tiles .card-2:not(.fill-card) img,.tiles .card-3:not(.fill-card) img,.tiles .card-4:not(.fill-card) img {
    padding: 1rem;
    display: block;
    margin: 0 auto
}

.cards .card,.cards .card-1,.cards .card-2,.cards .card-3,.cards .card-4,.tiles .card,.tiles .card-1,.tiles .card-2,.tiles .card-3,.tiles .card-4 {
    background-color: #fff;
    box-shadow: 0 2px 5px 1px #ddd;
    text-align: center
}

.cards .card a.block,.cards .card-1 a.block,.cards .card-2 a.block,.cards .card-3 a.block,.cards .card-4 a.block,.tiles .card a.block,.tiles .card-1 a.block,.tiles .card-2 a.block,.tiles .card-3 a.block,.tiles .card-4 a.block {
    font-size: .8rem;
    font-weight: bold;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    display: block;
    text-align: center;
    padding: 1rem 0 0
}

.cards .card figcaption,.cards .card-1 figcaption,.cards .card-2 figcaption,.cards .card-3 figcaption,.cards .card-4 figcaption,.tiles .card figcaption,.tiles .card-1 figcaption,.tiles .card-2 figcaption,.tiles .card-3 figcaption,.tiles .card-4 figcaption {
    padding: 1rem
}

.cards .card figcaption strong,.cards .card-1 figcaption strong,.cards .card-2 figcaption strong,.cards .card-3 figcaption strong,.cards .card-4 figcaption strong,.tiles .card figcaption strong,.tiles .card-1 figcaption strong,.tiles .card-2 figcaption strong,.tiles .card-3 figcaption strong,.tiles .card-4 figcaption strong {
    font-family: "Knockout",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.5rem;
    display: block
}

.cards .card figcaption small,.cards .card-1 figcaption small,.cards .card-2 figcaption small,.cards .card-3 figcaption small,.cards .card-4 figcaption small,.tiles .card figcaption small,.tiles .card-1 figcaption small,.tiles .card-2 figcaption small,.tiles .card-3 figcaption small,.tiles .card-4 figcaption small {
    font-size: 15px;
    display: block
}

.cards .card figure.no-image,.cards .card-1 figure.no-image,.cards .card-2 figure.no-image,.cards .card-3 figure.no-image,.cards .card-4 figure.no-image,.tiles .card figure.no-image,.tiles .card-1 figure.no-image,.tiles .card-2 figure.no-image,.tiles .card-3 figure.no-image,.tiles .card-4 figure.no-image {
    height: 100%
}

.cards .card figure.no-image figcaption,.cards .card-1 figure.no-image figcaption,.cards .card-2 figure.no-image figcaption,.cards .card-3 figure.no-image figcaption,.cards .card-4 figure.no-image figcaption,.tiles .card figure.no-image figcaption,.tiles .card-1 figure.no-image figcaption,.tiles .card-2 figure.no-image figcaption,.tiles .card-3 figure.no-image figcaption,.tiles .card-4 figure.no-image figcaption {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 100%;
    position: relative
}

.cards .tile-1,.cards .tile-2,.cards .tile-3,.cards .tile-4,.cards .tile-5,.tiles .tile-1,.tiles .tile-2,.tiles .tile-3,.tiles .tile-4,.tiles .tile-5 {
    position: relative
}

.cards .tile-1 figcaption,.cards .tile-2 figcaption,.cards .tile-3 figcaption,.cards .tile-4 figcaption,.cards .tile-5 figcaption,.tiles .tile-1 figcaption,.tiles .tile-2 figcaption,.tiles .tile-3 figcaption,.tiles .tile-4 figcaption,.tiles .tile-5 figcaption {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    text-align: center;
    justify-content: center
}

.cards .tile-1:not(.fill-tile) figcaption,.cards .tile-2:not(.fill-tile) figcaption,.cards .tile-3:not(.fill-tile) figcaption,.cards .tile-4:not(.fill-tile) figcaption,.cards .tile-5:not(.fill-tile) figcaption,.tiles .tile-1:not(.fill-tile) figcaption,.tiles .tile-2:not(.fill-tile) figcaption,.tiles .tile-3:not(.fill-tile) figcaption,.tiles .tile-4:not(.fill-tile) figcaption,.tiles .tile-5:not(.fill-tile) figcaption {
    padding: 1.25rem
}

.cards .tile-1 img,.cards .tile-2 img,.cards .tile-3 img,.cards .tile-4 img,.cards .tile-5 img,.tiles .tile-1 img,.tiles .tile-2 img,.tiles .tile-3 img,.tiles .tile-4 img,.tiles .tile-5 img {
    opacity: .1;
    position: relative;
    z-index: 9
}

.cards .tile-1:not(.fill-tile) img,.cards .tile-2:not(.fill-tile) img,.cards .tile-3:not(.fill-tile) img,.cards .tile-4:not(.fill-tile) img,.cards .tile-5:not(.fill-tile) img,.tiles .tile-1:not(.fill-tile) img,.tiles .tile-2:not(.fill-tile) img,.tiles .tile-3:not(.fill-tile) img,.tiles .tile-4:not(.fill-tile) img,.tiles .tile-5:not(.fill-tile) img {
    padding: 1rem;
    display: block;
    margin: 0 auto
}

.thumbs {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.thumbs .thumb {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.thumbs .thumb-2 {
    flex: 0 0 calc(50.65% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.thumbs .thumb-2:nth-child(2n+0) {
    margin-right: 0
}

.thumbs .thumb-3 {
    flex: 0 0 calc(33.78% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.thumbs .thumb-3:nth-child(3n+0) {
    margin-right: 0
}

.thumbs .thumb,.thumbs .thumb-2,.thumbs .thumb-3 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 2rem
}

.thumbs .thumb:last-of-type,.thumbs .thumb-2:last-of-type,.thumbs .thumb-3:last-of-type {
    margin-bottom: 0
}

.thumbs .thumb .thumb-img,.thumbs .thumb-2 .thumb-img,.thumbs .thumb-3 .thumb-img {
    width: 100px;
    min-width: 100px
}

@media only screen and (max-width: 768px) {
    .thumbs .thumb .thumb-img,.thumbs .thumb-2 .thumb-img,.thumbs .thumb-3 .thumb-img {
        width:60px;
        min-width: 60px
    }
}

@media only screen and (max-width: 480px) {
    .thumbs .thumb .thumb-img,.thumbs .thumb-2 .thumb-img,.thumbs .thumb-3 .thumb-img {
        width:40px;
        min-width: 40px
    }
}

.thumbs .thumb figcaption,.thumbs .thumb-2 figcaption,.thumbs .thumb-3 figcaption {
    padding: 0 1rem
}

.thumbs .thumb figcaption strong,.thumbs .thumb-2 figcaption strong,.thumbs .thumb-3 figcaption strong {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5rem;
    font-family: "Knockout",Helvetica,Arial,sans-serif;
    padding-bottom: 1rem;
    text-transform: uppercase
}

.thumbs .thumb figcaption a,.thumbs .thumb-2 figcaption a,.thumbs .thumb-3 figcaption a {
    color: #1F1E1D;
    text-decoration: underline
}

.thumbs .thumb figcaption p,.thumbs .thumb-2 figcaption p,.thumbs .thumb-3 figcaption p {
    padding-bottom: 1rem
}

@media only screen and (max-width: 768px) {
    .thumbs .thumb,.thumbs .thumb-2,.thumbs .thumb-3 {
        flex-basis:100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .thumbs.thumbs-large .thumb,.thumbs.thumbs-large .thumb-2,.thumbs.thumbs-large .thumb-3 {
        flex-flow:column wrap
    }

    .thumbs.thumbs-large .thumb .thumb-img,.thumbs.thumbs-large .thumb-2 .thumb-img,.thumbs.thumbs-large .thumb-3 .thumb-img {
        margin: 0 auto
    }

    .thumbs.thumbs-large .thumb figcaption,.thumbs.thumbs-large .thumb-2 figcaption,.thumbs.thumbs-large .thumb-3 figcaption {
        padding: 1rem !important
    }
}

.thumbs.thumbs-large .thumb .thumb-img,.thumbs.thumbs-large .thumb-2 .thumb-img,.thumbs.thumbs-large .thumb-3 .thumb-img {
    width: 240px;
    min-width: 240px
}

.thumbs.thumbs-large .thumb figcaption,.thumbs.thumbs-large .thumb-2 figcaption,.thumbs.thumbs-large .thumb-3 figcaption {
    padding: 0 1.5rem
}

.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.columns.padding-x .col,.columns.padding-x .col-1,.columns.padding-x .col-2,.columns.padding-x .col-3,.columns.padding-x .col-4,.columns.padding-x .col-5,.columns.padding-x .col-6,.columns.padding-x .col-7,.columns.padding-x .col-8,.columns.padding-x .col-9,.columns.padding-x .col-10,.columns.padding-x .col-11,.columns.padding-x .col-12 {
    padding: 0 1rem
}

.columns .col,.columns .col-1,.columns .col-2,.columns .col-3,.columns .col-4,.columns .col-5,.columns .col-6,.columns .col-7,.columns .col-8,.columns .col-9,.columns .col-10,.columns .col-11,.columns .col-12 {
    flex: 0 0 auto;
    padding: 1rem
}

@media only screen and (max-width: 768px) {
    .columns .col,.columns .col-1,.columns .col-2,.columns .col-3,.columns .col-4,.columns .col-5,.columns .col-6,.columns .col-7,.columns .col-8,.columns .col-9,.columns .col-10,.columns .col-11,.columns .col-12 {
        flex-basis:100% !important;
        max-width: 100% !important
    }
}

.columns .col {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
}

.columns .col-1 {
    flex-basis: 8.333%;
    max-width: 8.333%
}

.columns .col-2 {
    flex-basis: 16.667%;
    max-width: 16.667%
}

.columns .col-3 {
    flex-basis: 25%;
    max-width: 25%
}

.columns .col-4 {
    flex-basis: 33.333%;
    max-width: 33.333%
}

.columns .col-5 {
    flex-basis: 41.667%;
    max-width: 41.667%
}

.columns .col-6 {
    flex-basis: 50%;
    max-width: 50%
}

.columns .col-7 {
    flex-basis: 58.333%;
    max-width: 58.333%
}

.columns .col-8 {
    flex-basis: 66.667%;
    max-width: 66.667%
}

.columns .col-9 {
    flex-basis: 75%;
    max-width: 75%
}

.columns .col-10 {
    flex-basis: 83.333%;
    max-width: 83.333%
}

.columns .col-11 {
    flex-basis: 91.667%;
    max-width: 91.667%
}

.columns .col-12 {
    flex-basis: 100%;
    max-width: 100%
}

.grid .thumbs,.grid .cards,.grid .tiles,.columns .thumbs,.columns .cards,.columns .tiles,.columns .columns {
    padding: 0
}

.fran-icongrid {
    display: flex;
    flex-flow: row wrap;
    padding: 2rem 0 0 0
}

.fran-icongrid .fran-icongrid_item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 2rem;
    min-height: 240px;
    flex-basis: 25%
}

.fran-icongrid .fran-icongrid_item small {
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif
}

.fran-icongrid .fran-icongrid_item svg {
    margin-left: auto;
    margin-right: auto
}

.fran-icongrid .fran-icongrid_item i {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 30px;
    height: 30px;
    background-color: #1F1E1D;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-style: normal;
    line-height: 32px
}

.fran-icongrid .fran-icongrid_item:nth-child(1) {
    border-right: 1px solid #e5e4e1;
    border-bottom: 1px solid #e5e4e1
}

.fran-icongrid .fran-icongrid_item:nth-child(2) {
    border-right: 1px solid #e5e4e1;
    border-bottom: 1px solid #e5e4e1
}

.fran-icongrid .fran-icongrid_item:nth-child(3) {
    border-right: 1px solid #e5e4e1;
    border-bottom: 1px solid #e5e4e1
}

.fran-icongrid .fran-icongrid_item:nth-child(4) {
    border-bottom: 1px solid #e5e4e1
}

.fran-icongrid .fran-icongrid_item:nth-child(5) {
    border-right: 1px solid #e5e4e1
}

.fran-icongrid .fran-icongrid_item:nth-child(6) {
    border-right: 1px solid #e5e4e1
}

.fran-icongrid .fran-icongrid_item:nth-child(7) {
    border-right: 1px solid #e5e4e1
}

.fran-icongrid .fran-icongrid_item:nth-child(9) {
    border-right: 1px solid #e5e4e1;
    border-top: 1px solid #e5e4e1
}

.fran-icongrid .fran-icongrid_item:nth-child(10) {
    border-right: 1px solid #e5e4e1;
    border-top: 1px solid #e5e4e1
}

@media only screen and (max-width: 960px) {
    .fran-icongrid .fran-icongrid_item {
        flex-basis:33%
    }

    .fran-icongrid .fran-icongrid_item:nth-child(1) {
        border-right: 1px solid #e5e4e1;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(2) {
        border-right: 1px solid #e5e4e1;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(3) {
        border-right: none;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(4) {
        border-bottom: 1px solid #e5e4e1;
        border-right: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(5) {
        border-right: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(6) {
        border-right: none
    }

    .fran-icongrid .fran-icongrid_item:nth-child(7) {
        border-right: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(8) {
        border-right: 1px solid #e5e4e1;
        border-top: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(9) {
        border-right: none;
        border-top: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(10) {
        border-right: 1px solid #e5e4e1;
        border-top: 1px solid #e5e4e1
    }
}

@media only screen and (max-width: 768px) {
    .fran-icongrid .fran-icongrid_item {
        flex-basis:50%
    }

    .fran-icongrid .fran-icongrid_item:nth-child(1) {
        border-right: 1px solid #e5e4e1;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(3) {
        border-right: 1px solid #e5e4e1;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(4) {
        border-bottom: 1px solid #e5e4e1;
        border-right: none
    }

    .fran-icongrid .fran-icongrid_item:nth-child(5) {
        border-right: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(6) {
        border-right: none
    }

    .fran-icongrid .fran-icongrid_item:nth-child(7) {
        border-right: 1px solid #e5e4e1;
        border-top: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(8) {
        border-right: none;
        border-top: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(9) {
        border-right: 1px solid #e5e4e1;
        border-top: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(10) {
        border-right: none;
        border-top: 1px solid #e5e4e1
    }
}

@media only screen and (max-width: 480px) {
    .fran-icongrid .fran-icongrid_item {
        flex-basis:100%
    }

    .fran-icongrid .fran-icongrid_item:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(3) {
        border-right: none;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(4) {
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(5) {
        border-right: none;
        border-bottom: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(6) {
        border-right: none
    }

    .fran-icongrid .fran-icongrid_item:nth-child(7) {
        border-right: none;
        border-top: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(8) {
        border-right: none;
        border-top: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(9) {
        border-right: none;
        border-top: 1px solid #e5e4e1
    }

    .fran-icongrid .fran-icongrid_item:nth-child(10) {
        border-right: none;
        border-top: 1px solid #e5e4e1
    }
}

.fran-icongrid .fran-icongrid_item_double {
    flex-basis: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 2rem;
    border-top: 1px solid #e5e4e1
}

@media only screen and (max-width: 960px) {
    .fran-icongrid .fran-icongrid_item_double {
        flex-basis:66%
    }
}

@media only screen and (max-width: 768px) {
    .fran-icongrid .fran-icongrid_item_double {
        flex-basis:100%
    }
}

.delivery-grid>div {
    border: 2px solid #e5e4e1
}

table:not(.non-responsive) {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #aaa9a5
}

table:not(.non-responsive) thead {
    background: #fcfcfc;
    border-bottom: 1px solid #aaa9a5
}

table:not(.non-responsive) th {
    text-align: left;
    padding: .5rem
}

table:not(.non-responsive) tr {
    border-bottom: 1px solid #aaa9a5
}

table:not(.non-responsive) td {
    padding: .5rem
}

table:not(.non-responsive).highlight tbody tr:nth-child(even) {
    transition: background-color .3s ease;
    background-color: #fcfcfc
}

table:not(.non-responsive).highlight tbody tr:hover {
    background-color: rgba(0,183,209,0.25)
}

@media only screen and (max-width: 960px) {
    table:not(.non-responsive),table:not(.non-responsive) thead,table:not(.non-responsive) tbody,table:not(.non-responsive) th,table:not(.non-responsive) td,table:not(.non-responsive) tr {
        display:block
    }

    table:not(.non-responsive) thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    table:not(.non-responsive) td {
        border: none;
        position: relative;
        padding-left: 33% !important
    }

    table:not(.non-responsive) td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-label);
        font-weight: bold
    }

    table:not(.non-responsive) td:last-of-type:after {
        content: " ";
        height: 2px;
        background: #aaa9a5;
        width: 100%;
        position: absolute;
        top: 98%;
        left: 0
    }
}

.plank {
    padding: 3.2rem 0
}

.plank:not(.no-border) {
    border-bottom: 1px solid #e5e4e1
}

.plank-basic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem
}

@media only screen and (max-width: 768px) {
    .plank-basic {
        margin-bottom:2rem
    }
}

@media only screen and (max-width: 768px) {
    .plank-basic {
        flex-flow:column
    }

    .plank-basic>div {
        flex-basis: 100% !important
    }
}

@media only screen and (min-width: 769px) {
    .plank-basic.reverse-order .plank-basic-content {
        text-align:right
    }
}

@media only screen and (max-width: 768px) {
    .plank-basic.reverse-order>div:first-of-type {
        order:1 !important
    }

    .plank-basic.reverse-order>div:last-of-type {
        order: 2 !important
    }
}

@media only screen and (min-width: 768px) {
    .plank-basic .plank-basic-content {
        flex-basis:35%;
        display: flex;
        flex-flow: column;
        justify-content: center
    }
}

.plank-basic .plank-basic-image {
    flex-basis: 62%
}

@media only screen and (max-width: 768px) {
    .plank-basic .plank-basic-image {
        padding-bottom:1rem
    }
}

.plank-halves-feature {
    display: flex
}

@media only screen and (max-width: 768px) {
    .plank-halves-feature {
        flex-flow:column
    }
}

.plank-halves-feature>div {
    flex-basis: 50%
}

@media only screen and (max-width: 768px) {
    .plank-halves-feature>div {
        flex-basis:100%
    }
}

.plank-halves-feature .plank-halves-content .gutter {
    padding: 2rem
}

.plank-halves-feature .plank-halves-content .franchise-gutter {
    padding: 16% 8% 16% 20%
}

@media only screen and (max-width: 960px) {
    .plank-halves-feature .plank-halves-content .franchise-gutter {
        padding:16% 12% 16% 4%
    }
}

@media only screen and (max-width: 768px) {
    .plank-halves-feature .plank-halves-content .franchise-gutter {
        padding:20% 4%
    }

    .plank-halves-feature .plank-halves-content .franchise-gutter h2,.plank-halves-feature .plank-halves-content .franchise-gutter h3,.plank-halves-feature .plank-halves-content .franchise-gutter h4,.plank-halves-feature .plank-halves-content .franchise-gutter p {
        text-align: center
    }
}

.plank-halves-feature .plank-halves-content img.guarantee {
    width: 90px;
    margin-bottom: 2rem
}

.plank-halves-feature .plank-halves-image {
    background-size: cover;
    background-position: center center
}

@media only screen and (max-width: 768px) {
    .plank-halves-feature .plank-halves-image {
        height:550px
    }
}

@media only screen and (max-width: 480px) {
    .plank-halves-feature .plank-halves-image {
        height:450px
    }
}

@media only screen and (max-width: 330px) {
    .plank-halves-feature .plank-halves-image {
        height:350px
    }
}

.plank-testimonial {
    display: flex
}

@media only screen and (max-width: 768px) {
    .plank-testimonial {
        flex-flow:column
    }
}

.plank-testimonial .plank-testimonial-title {
    flex-basis: 38%
}

.plank-testimonial .plank-testimonial-title .gutter {
    padding: 16% 20% 16% 26%
}

.plank-testimonial .plank-testimonial-title h3 {
    color: #fff
}

@media only screen and (max-width: 960px) {
    .plank-testimonial .plank-testimonial-title {
        flex-basis:30%
    }

    .plank-testimonial .plank-testimonial-title .gutter {
        padding: 24% 14% 0 10%
    }
}

@media only screen and (max-width: 768px) {
    .plank-testimonial .plank-testimonial-title {
        flex-basis:100%
    }

    .plank-testimonial .plank-testimonial-title .gutter {
        padding: 16% 4% 0 4%
    }
}

.plank-testimonial .plank-testimonial-tabs {
    background-color: inherit;
    flex-basis: 62%
}

@media only screen and (max-width: 960px) {
    .plank-testimonial .plank-testimonial-tabs {
        flex-basis:70%
    }
}

@media only screen and (max-width: 768px) {
    .plank-testimonial .plank-testimonial-tabs {
        flex-basis:100%
    }
}

.white {
    color: #fff !important
}

.black {
    color: #1F1E1D !important
}

.gray {
    color: #9E9C98 !important
}

.red {
    color: #E0221B !important
}

.orange {
    color: #FABA19 !important
}

.green {
    color: #99CC52 !important
}

.yellow {
    color: #f1b12f !important
}

.bg-primary {
    background-color: #E0221B
}

.bg-secondary {
    background-color: #FABA19
}

.bg-gray {
    background-color: #9E9C98
}

.bg-light-gray {
    background-color: #aaa9a5
}

.bg-dark-gray {
    background-color: #474442
}

.bg-white {
    background-color: #fff
}

.bg-black,.bg-dark {
    background-color: #1F1E1D
}

.bg-orange {
    background-color: #FABA19
}

.bg-red {
    background-color: #E0221B
}

.bg-green {
    background-color: #99CC52
}

.bg-dark .btn:hover, .bg-dark .btn-secondary:hover, .bg-dark .btn-gray:hover, .bg-dark .btn-black:hover, .on-dark .btn:hover, .on-dark .btn-secondary:hover, .on-dark .btn-gray:hover, .on-dark .btn-black:hover {
    color: #fff !important;
}

.plank-halves-feature.bg-dark h2,.plank-halves-feature.bg-dark h3,.plank-testimonial.bg-dark h2,.plank-testimonial.bg-dark h3,.plank-basic.bg-dark h2,.plank-basic.bg-dark h3 {
    color: #fff
}

.plank-halves-feature.bg-dark p,.plank-halves-feature.bg-dark ul,.plank-halves-feature.bg-dark ol,.plank-testimonial.bg-dark p,.plank-testimonial.bg-dark ul,.plank-testimonial.bg-dark ol,.plank-basic.bg-dark p,.plank-basic.bg-dark ul,.plank-basic.bg-dark ol {
    color: #9E9C98
}

.plank-halves-feature.reverse-order>div:first-of-type,.plank-testimonial.reverse-order>div:first-of-type,.plank-basic.reverse-order>div:first-of-type {
    order: 2
}

.plank-halves-feature.reverse-order>div:last-of-type,.plank-testimonial.reverse-order>div:last-of-type,.plank-basic.reverse-order>div:last-of-type {
    order: 1
}

@media only screen and (max-width: 768px) {
    .plank-halves-feature.reverse-order-mobile>div:first-of-type,.plank-testimonial.reverse-order-mobile>div:first-of-type,.plank-basic.reverse-order-mobile>div:first-of-type {
        order:2
    }

    .plank-halves-feature.reverse-order-mobile>div:last-of-type,.plank-testimonial.reverse-order-mobile>div:last-of-type,.plank-basic.reverse-order-mobile>div:last-of-type {
        order: 1
    }
}

.plank-carousel .percent-list {
    margin-top: 1rem
}

.plank-carousel .slick-track {
    height: 260px
}

.plank-carousel .slick-slide {
    height: inherit;
    padding: 0 .5rem
}

.plank-carousel .slick-slide .gutter {
    border: 1px solid #e5e4e1;
    padding: 1rem 2rem;
    height: inherit
}

.plank-carousel .slick-slide strong {
    font-weight: normal;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    display: block
}

.plank-carousel .slick-slide img {
    display: block
}

.plank-carousel .slick-slide p {
    padding-bottom: 1rem
}

.plank-carousel .slick-slide p:last-of-type {
    padding-bottom: 0
}

.plank-carousel .slick-arrow {
    position: absolute;
    z-index: 9999;
    top: 0;
    padding: 8rem 1rem;
    font-size: 0px;
    color: #fff
}

.plank-carousel .slick-arrow:before {
    content: " ";
    background-size: 12px;
    width: 20px;
    height: 20px;
    display: block
}

.plank-carousel .slick-arrow svg {
    height: 18px;
    width: 18px;
    fill: #9E9C98;
    pointer-events: none
}

@media only screen and (max-width: 1240px) {
    .plank-carousel .slick-arrow {
        display:block
    }
}

.plank-carousel .slick-next {
    right: 0;
    background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 50%);
    background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 50%);
    background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 50%)
}

.plank-carousel .slick-next:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTVweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSItNy4yMTggLTUgMTUgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTcuMjE4IC01IDE1IDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjOUU5Qzk4IiBwb2ludHM9IjUuNDk5LDQuODEzIC0xLjY4OSwxMi44NjYgLTMuNDk4LDExLjI0OSAyLjI1LDQuODA2IC0zLjUwMSwtMS42OTMgLTEuNjg1LC0zLjI5OSAiLz48L3N2Zz4=") no-repeat
}

.plank-carousel .slick-prev {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 50%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, #fff 50%)
}

.plank-carousel .slick-prev:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTVweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSItNy4yMTggLTUgMTUgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTcuMjE4IC01IDE1IDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjOUU5Qzk4IiBwb2ludHM9Ii00LjUwMSw0Ljc1MyAyLjY4NiwtMy4yOTkgNC40OTYsLTEuNjgyIC0xLjI1Miw0Ljc2MSA0LjQ5OSwxMS4yNiAyLjY4MiwxMi44NjYgIi8+PC9zdmc+") no-repeat
}

.plank-carousel .slick-dots {
    margin-top: 1rem;
    text-align: center
}

.plank-carousel .slick-dots li {
    display: inline-block;
    padding: 0 4px
}

.plank-carousel .slick-dots li button {
    color: #cfcecd;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #cfcecd;
    font-size: 1px
}

.plank-carousel .slick-dots li button:hover {
    background-color: #9E9C98;
    color: #9E9C98
}

.plank-carousel .slick-dots li.slick-active button {
    background-color: #E0221B;
    color: #E0221B
}

.plank-carousel .slick-dots li[aria-hidden="true"] {
    display: inline-block
}

.home-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.6rem 0 2.2rem 0
}

@media only screen and (max-width: 768px) {
    .home-grid {
        flex-direction:column
    }
}

.home-grid .home-grid_item {
    flex: 0 0 calc(33.78% - 1rem);
    margin-right: 1rem
}

.home-grid .home-grid_item:nth-child(3n+0) {
    margin-right: 0
}

.home-grid .home-grid_item .home-grid_item_img {
    padding-bottom: 1rem
}

.home-grid .home-grid_item .home-grid_item_text h5 {
    padding-bottom: .5rem
}

@media only screen and (max-width: 768px) {
    .home-grid .home-grid_item {
        display:block
    }

    .home-grid .home-grid_item .home-grid_item_img {
        text-align: center;
        flex-basis: 100%;
        max-width: 100%
    }

    .home-grid .home-grid_item .home-grid_item_text {
        padding: 1rem 0 1.5rem 0;
        flex-basis: 100%;
        max-width: 100%
    }
}

.home-halves {
    display: flex;
    flex-flow: row
}

@media only screen and (max-width: 680px) {
    .home-halves {
        flex-flow:column
    }
}

.home-halves .home-halves_item {
    flex-basis: 50%;
    max-width: 50%;
    background-size: cover;
    background-position: center center;
    height: 400px;
    transition: background-size .3s
}

@media only screen and (min-width: 1024px) {
    .home-halves .home-halves_item {
        background-size:100%
    }

    .home-halves .home-halves_item:hover {
        background-size: 110%
    }

    .home-halves .home-halves_item:hover a {
        background-color: rgba(0,0,0,0.55)
    }
}

.home-halves .home-halves_item a {
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    height: inherit
}

.home-halves .home-halves_item h2 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0
}

@media only screen and (max-width: 960px) {
    .home-halves .home-halves_item {
        height:340px
    }
}

@media only screen and (max-width: 680px) {
    .home-halves .home-halves_item {
        flex-basis:100%;
        max-width: 100%
    }
}

[role=contentinfo] {
    background-color: #1F1E1D;
    padding: 4.5rem 0;
    color: #9E9C98;
    font-size: .8rem
}

[role=contentinfo] h4 {
    color: #fff;
    text-transform: uppercase
}

[role=contentinfo] a {
    color: #9E9C98;
    text-transform: uppercase;
    transition: color .3s
}

[role=contentinfo] a:hover {
    color: #fff
}

[role=contentinfo] li {
    padding-bottom: .75rem
}

[role=contentinfo] .flist {
    width: 16%;
    float: left;
    padding: 1rem 0
}

@media only screen and (max-width: 768px) {
    [role=contentinfo] .flist {
        width:50%
    }

    [role=contentinfo] .flist li {
        display: inline-block;
        text-align: center;
        width: 32%
    }
}

@media only screen and (max-width: 650px) {
    [role=contentinfo] .flist {
        width:100%;
        float: none
    }

    [role=contentinfo] .flist:first-of-type {
        padding: 1rem 0 0 0
    }

    [role=contentinfo] .flist:nth-child(2) {
        padding: 0 0 1rem 0
    }

    [role=contentinfo] .flist li {
        display: block;
        width: 100%
    }
}

[role=contentinfo] .slist {
    width: 30%;
    float: left;
    padding: 1rem 0
}

@media only screen and (max-width: 768px) {
    [role=contentinfo] .slist {
        width:100%;
        clear: both;
        float: none;
        padding: 3rem 0 1rem 0
    }
}

[role=contentinfo] .flast {
    width: 32%;
    float: right;
    padding: 1rem 0
}

[role=contentinfo] .flast p {
    padding-right: .5rem;
    padding-bottom: 1rem;
    line-height: 1.5rem
}

@media only screen and (max-width: 768px) {
    [role=contentinfo] .flast {
        text-align:center;
        width: 100%;
        float: none
    }

    [role=contentinfo] .flast .gutter {
        width: 50%;
        margin: 2rem auto
    }
}

@media only screen and (max-width: 480px) {
    [role=contentinfo] .flast .gutter {
        width:100%
    }
}

.m0 {
    margin: 0 !important
}

.m1 {
    margin: 1rem !important
}

.m2 {
    margin: 2rem !important
}

.mt1 {
    margin-top: 1rem !important
}

.mt2 {
    margin-top: 2rem !important
}

.mb1 {
    margin-bottom: 1rem !important
}

.mb2 {
    margin-bottom: 2rem !important
}

.p0 {
    padding: 0 !important
}

.phalf {
    padding: .5rem !important
}

.p1 {
    padding: 1rem !important
}

.p2 {
    padding: 2rem !important
}

.pt1 {
    padding-top: 1rem !important
}

.pt2 {
    padding-top: 2rem !important
}

.pb1 {
    padding-bottom: 1rem !important
}

.pb2 {
    padding-bottom: 2rem !important
}

.py1 {
    padding: 1rem 0 !important
}

.px1 {
    padding: 0 1rem !important
}

.py2 {
    padding: 2rem 0 !important
}

.px2 {
    padding: 0 2rem !important
}

.py3 {
    padding: 3rem 0 !important
}

.px3 {
    padding: 0 3rem !important
}

.inline {
    display: inline
}

.block {
    display: block
}

.wrap {
    margin-left: auto;
    margin-right: auto
}

.center {
    text-align: center
}

.tleft {
    text-align: left
}

.tright {
    text-align: right
}

.full-width {
    width: 100%
}

[role=contentinfo] .join-link {
    color: #FABA19
}

[role=contentinfo] .join-link svg {
    fill: #FABA19;
    margin-top: -3px
}

[role=contentinfo] #socialIcons {
    text-align: center;
    padding-bottom: 1rem
}

[role=contentinfo] #socialIcons a {
    vertical-align: middle;
    display: inline-block;
    margin-right: 1rem
}

[role=contentinfo] #socialIcons a:hover svg {
    fill: #fff
}

[role=contentinfo] #socialIcons a:last-of-type {
    margin-right: 0
}

[role=contentinfo] #socialIcons a svg {
    fill: #9E9C98;
    transition: fill .3s
}

[role=contentinfo] .copyright {
    font-size: .7rem;
    margin-top: 1rem
}

[role=contentinfo] .copyright #utility-footer {
    display: flex;
}

[role=contentinfo] .copyright #utility-footer li {
    text-decoration: underline;
    text-transform: none;
    margin-right: 1.75rem;
    display: inline-block
}

[role=contentinfo] .copyright #utility-footer a {
    text-decoration: underline;
    text-transform: none;
}

@media only screen and (max-width: 480px) {
    [role=contentinfo] .copyright #utility-footer a {
        margin-right:1rem
    }
}

[role=contentinfo] .copyright div:last-of-type {
    float: right
}

[role=contentinfo] .copyright div:last-of-type #utility-footer li:last-of-type {
    margin-right: 0
}

@media only screen and (max-width: 960px) {
    [role=contentinfo] .copyright div:last-of-type {
        text-align:right
    }
}

@media only screen and (max-width: 768px) {
    [role=contentinfo] .copyright div:last-of-type {
        text-align:center
    }
}

[role=contentinfo] .copyright div {
    width: 32%;
    float: left;
    padding: 1rem 0
}

@media only screen and (max-width: 960px) {
    [role=contentinfo] .copyright div {
        width:50%
    }
}

@media only screen and (max-width: 768px) {
    [role=contentinfo] .copyright div {
        text-align:center;
        width: 100%;
        float: none
    }
}

.article p {
    padding: 0 0 1rem 0
}

.article ul {
    list-style: disc;
    margin: 0 0 1rem 1rem
}

.article ol {
    list-style: decimal;
    margin: 0 0 1rem 1rem
}

.indented-article {
    padding: 0 5rem
}

@media only screen and (max-width: 960px) {
    .indented-article {
        padding:0 3rem
    }
}

@media only screen and (max-width: 768px) {
    .indented-article {
        padding:0
    }
}

.container,main,#subFooter,.promo {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 1120px) {
    .container,main,#subFooter,.promo {
        padding:0 1rem
    }
}

.food-cards {
    padding: 2rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.food-cards .food-card {
    position: relative;
    box-shadow: none !important;
    transition: box-shadow .3s;
    text-align: center;
    padding: 1rem;
    flex: 0 0 calc(33.78% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem
}

.food-cards .food-card:nth-child(3n+0) {
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    .food-cards .food-card {
        flex:0 0 calc(50.75% - 1rem)
    }

    .food-cards .food-card:nth-child(2n+0) {
        margin-right: 0
    }

    .food-cards .food-card:nth-child(3) {
        margin-right: 1rem
    }
}

@media only screen and (max-width: 720px) {
    .food-cards .food-card {
        flex-basis:100%;
        margin-right: 0
    }
}

.food-cards .food-card:nth-child(1) {
    z-index: 99
}

.food-cards .food-card:nth-child(2) {
    z-index: 98
}

.food-cards .food-card:nth-child(3) {
    z-index: 97
}

.food-cards .food-card:nth-child(4) {
    z-index: 96
}

.food-cards .food-card:nth-child(5) {
    z-index: 95
}

.food-cards .food-card:nth-child(6) {
    z-index: 94
}

.food-cards .food-card:nth-child(7) {
    z-index: 93
}

.food-cards .food-card:nth-child(8) {
    z-index: 92
}

.food-cards .food-card:nth-child(9) {
    z-index: 91
}

.food-cards .food-card figcaption {
    padding: 0 1rem
}

.food-cards .food-card figcaption a {
    color: #1F1E1D
}

.food-cards .food-card figcaption strong {
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.25rem
}

.food-cards .food-card .food-card_stats {
    position: absolute;
    z-index: 50;
    top: 0;
    height: 430px;
    left: 0;
    width: 100%;
    display: none;
    box-shadow: 0 2px 7px 3px #ddd !important;
    cursor: pointer
}

@media only screen and (max-width: 1100px) {
    .food-cards .food-card .food-card_stats {
        height:410px
    }
}

@media only screen and (max-width: 1024px) {
    .food-cards .food-card .food-card_stats {
        height:390px
    }
}

@media only screen and (max-width: 768px) {
    .food-cards .food-card .food-card_stats {
        height:420px
    }
}

@media only screen and (max-width: 720px) {
    .food-cards .food-card .food-card_stats {
        position:static;
        height: auto;
        box-shadow: none !important;
        display: block
    }
}

.food-cards .food-card .food-card_stats .food-card_stats_inner {
    padding: .5rem 1.5rem 1.5rem 1.5rem;
    position: absolute;
    z-index: 55;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 40%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 40%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 40%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 40%)
}

@media only screen and (max-width: 980px) {
    .food-cards .food-card .food-card_stats .food-card_stats_inner {
        padding:1rem .5rem 1.5rem .5rem;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, #fff 40%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, #fff 40%);
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, #fff 40%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, #fff 40%)
    }
}

@media only screen and (max-width: 720px) {
    .food-cards .food-card .food-card_stats .food-card_stats_inner {
        padding:1rem;
        position: static
    }

    .food-cards .food-card .food-card_stats .food-card_stats_inner>ul,.food-cards .food-card .food-card_stats .food-card_stats_inner>strong {
        display: none !important
    }
}

.food-cards .food-card .food-card_stats .food-card_stats_inner>strong {
    font-weight: normal;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    color: #1F1E1D;
    display: block;
    line-height: 1.25rem
}

.food-cards .food-card .food-card_stats .food-card_stats_inner ul {
    width: auto !important;
    margin: .7rem .5rem
}

@media only screen and (min-width: 721px) {
    .food-cards .food-card:hover figcaption strong {
        opacity:0
    }

    .food-cards .food-card:hover .food-card_stats {
        display: block;
        animation-name: fadeIn;
        animation-duration: .6s
    }
}

body.scrolled #secondary-menu {
    top: 90px
}

@media only screen and (max-width: 920px) {
    body.scrolled #secondary-menu {
        top:82px
    }
}

@media only screen and (max-width: 600px) {
    body.scrolled #secondary-menu {
        top:67px
    }
}

body.scrolled #secondary-menu.food-fixed {
    top: 0
}

@media only screen and (max-width: 768px) {
    body.scrolled #secondary-menu.food-fixed {
        top:82px
    }
}

@media only screen and (max-width: 600px) {
    body.scrolled #secondary-menu.food-fixed {
        top:67px
    }
}

body.scrolled [role=banner] {
    height: 90px
}

body.scrolled [role=banner] .logo {
    margin-top: 15px
}

body.scrolled [role=banner] .logo a {
    background-size: 100%;
    height: 60px;
    width: 78px
}

body.scrolled [role=banner] .logo a svg {
    display: none
}

@media only screen and (max-width: 920px) {
    body.scrolled [role=banner] {
        height:82px
    }

    body.scrolled [role=banner] .logo a {
        width: 66px;
        height: 50px
    }
}

@media only screen and (max-width: 600px) {
    body.scrolled [role=banner] {
        height:67px
    }

    body.scrolled [role=banner] .logo {
        margin-top: 13px
    }

    body.scrolled [role=banner] .logo a {
        width: 47px;
        height: 36px
    }
}

body.scrolled [role=navigation] ul li a {
    padding-top: 1.75rem !important
}

body.scrolled [role=navigation] ul li a span {
    margin-top: 27px
}

@media only screen and (max-width: 920px) {
    body.scrolled [role=navigation] ul li a {
        padding-top:1.6rem !important
    }

    body.scrolled [role=navigation] ul li a span {
        margin-top: 22px
    }
}

@media only screen and (max-width: 600px) {
    body.scrolled [role=navigation] ul li a {
        padding-top:1.1rem !important
    }

    body.scrolled [role=navigation] ul li a span {
        margin-top: 16px
    }
}

body.scrolled #search[aria-hidden="false"] {
    top: 90px
}

h1.small {
    font-family: "ProximaNova-Regular",Helvetica,Arial,sans-serif;
}

.bueno-cards .cards {
    overflow: visible
}

.bueno-cards .cards .card {
    position: relative;
    margin-bottom: 2.5rem;
    margin-right: 2rem;
    flex: 0 0 calc(34.3% - 2rem)
}

.bueno-cards .cards .card:nth-child(3n+0) {
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    .bueno-cards .cards .card {
        flex:0 0 calc(52.2% - 2rem)
    }

    .bueno-cards .cards .card:nth-child(3n+0) {
        margin-right: 2rem
    }

    .bueno-cards .cards .card:nth-child(2n+0) {
        margin-right: 0
    }
}

@media only screen and (max-width: 600px) {
    .bueno-cards .cards .card {
        flex-basis:100%;
        margin-right: 0
    }
}

.bueno-cards .cards .card .no-image figcaption {
    text-align: left
}

.bueno-cards .cards .card .no-image figcaption strong {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    padding-bottom: 1rem
}

.bueno-cards .cards .card .no-image figcaption .bold {
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif
}

.food-cards figcaption strong {
    padding-bottom: .5rem
}

.news-cards a.block {
    padding: 1rem 0 !important;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%
}

.news-cards figcaption {
    position: relative;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem !important
}

.news-date {
    display: inline-block;
    padding: 2px 8px;
    background-color: #FABA19;
    color: #1F1E1D;
    border-radius: 4px;
    font-size: 14px
}

.sibling-nav {
    border-top: 1px solid #e5e4e1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.sibling-nav a {
    color: #9E9C98;
    font-size: .7rem;
    padding: 1rem;
    display: block;
    min-width: 120px
}

.sibling-nav a:hover {
    color: #1F1E1D
}

.sibling-nav a svg {
    fill: #FABA19;
    margin-top: -2px
}

.sibling-nav a:last-of-type {
    text-align: right
}

.sibling-nav a.back-to-grid {
    text-align: center
}

.sibling-nav a.back-to-grid svg {
    fill: #1F1E1D
}

.sibling-nav a.back-to-grid:hover svg {
    fill: #FABA19
}

@media only screen and (max-width: 480px) {
    .sibling-nav a.back-to-grid {
        display:none
    }
}

.clearfix:before,.percent-list>div:before,#locatorContainer:before,.clearfix:after,.percent-list>div:after,#locatorContainer:after {
    content: " ";
    display: table;
}

.clearfix:after,.percent-list>div:after,#locatorContainer:after {
    clear: both
}

.flast .join-link .wp-element-button {
    border: 0 !important;
    padding: 0 !important;
}

#floatingCta {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    width: 225px;
    padding: 10px;
    text-align: center;
    background-color: #1F1E1D
}

@media only screen and (max-width: 960px) {
    #floatingCta {
        width:205px
    }
}

@media only screen and (max-width: 768px) {
    #floatingCta {
        display:none
    }
}

#floatingCta #floatingCta_trigger {
    display: block;
    color: #9E9C98;
    padding-bottom: 5px;
    font-size: 14px;
    cursor: pointer
}

#floatingCta #floatingCta_trigger svg {
    fill: #9E9C98;
    margin-top: -1px
}

#floatingCta #floatingCta_trigger #showMore {
    display: none
}

#floatingCta #floatingCta_trigger #showLess {
    display: none
}

#floatingCta #floatingCta_trigger.show-more #showMore {
    display: block
}

#floatingCta #floatingCta_trigger.show-less #showLess {
    display: block
}

#floatingCta #floatingCta_content {
    color: #fff;
    padding: 5px 10px 15px 10px;
    font-size: 14px;
    line-height: 26px;
    display: none
}

#floatingCta #floatingCta_content strong {
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif;
    font-weight: normal
}

#floatingCta #floatingCta_content a {
    color: #fff;
    text-decoration: underline
}

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

fieldset label:after {
    display: none
}

.errorBox {
    color: #E0221B;
    padding: .5rem 1rem;
    font-size: .9rem;
    border-radius: .25rem
}

form {
    margin-bottom: 1rem
}

form .grid .grid-3,form .grid .grid-2,form .grid .grid-4 {
    margin-bottom: 0
}

form label,form legend, .gfield_label {
    position: relative !important;
    vertical-align:top;
    display: inline-block !important;
    color: #9E9C98 !important;
    padding: .25rem 0 !important;
    font-size: .7rem !important;
    text-transform: uppercase !important
}

form .input-wrapper {
    margin-bottom: .5rem;
    position: relative
}

form .input-wrapper.required label:after,form .input-wrapper.required legend:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 6px;
    height: 6px;
    border-radius: .25rem;
    color: #E0221B;
    background: #E0221B
}

form .input-status {
    position: relative
}

form .input-status>span {
    display: none
}

form .input-status.error>span {
    position: absolute;
    display: block;
    top: -1.25rem;
    right: 0;
    color: #E0221B;
    font-size: .7rem
}

form .input-status.error>span:after {
    display: block;
    content: "!";
    background: #E0221B;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 9;
    line-height: 1.2rem;
    font-size: .8rem;
    top: 2rem;
    right: .7rem
}

form .input-status.error input,form .input-status.error select,form .input-status.error textarea {
    border: 1px solid #E0221B !important
}

form .input-status.valid>span {
    position: absolute;
    display: block;
    top: -1.25rem;
    right: 0;
    color: #99CC52;
    font-size: .7rem
}

form .input-status.valid>span:after {
    display: block;
    content: "âœ“";
    background: #99CC52;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 9;
    line-height: 1.4rem;
    font-size: .8rem;
    top: 2.1rem;
    right: .7rem
}

form .input-status.valid input,form .input-status.valid select,form .input-status.valid textarea {
    border: 1px solid #99CC52 !important
}

form .input-status .chevron-down {
    position: absolute;
    top: 1.3rem;
    right: .9rem;
    pointer-events: none;
    fill: #1F1E1D
}

form .select-status>span:after {
    right: 2rem !important
}

input[type="text"]:not(.search-input),input[type="tel"],input[type="email"],input[type="password"],input[type="number"] {
    appearance: none !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 2.75rem !important;
    line-height: normal !important;
    padding-left: 1rem !important
}

@media only screen and (max-width: 768px) {
    input[type="text"]:not(.search-input),input[type="tel"],input[type="email"],input[type="password"],input[type="number"] {
        min-width:100%;
        display: block
    }
}

.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-x: 1rem;
    --gf-form-gap-y: .5rem;
}

select {
    width: 100%;
    height: 2.75rem;
    padding-left: 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: none
}

.custom-select-trigger {
    position: absolute;
    display: block;
    z-index: 99;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 2.5rem
}

.custom-select {
    position: absolute;
    display: none;
    z-index: 999;
    height: 200px;
    overflow-y: scroll;
    top: 2.5rem;
    left: 0;
    width: 100%;
    border-left: 1px solid #E0DFDC;
    border-right: 1px solid #E0DFDC;
    border-bottom: 1px solid #E0DFDC;
    background-color: #FAFAFA;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    cursor: pointer
}

.custom-select li {
    padding: .25rem 1rem
}

.custom-select li:hover {
    background-color: #ededed
}

textarea {
    width: 100%;
    height: 9.625rem;
    padding: .5rem;
    line-height: 1.5rem
}

@media only screen and (max-width: 768px) {
    textarea {
        width:100%;
        display: block
    }
}

input[type="text"]:not(.search-input),input[type="tel"],input[type="email"],input[type="password"],input[type="number"],textarea,select {
    display: block !important;
    color: #1F1E1D !important;
    border: none !important;
    border: 1px solid #E0DFDC !important;
    background-color: #FAFAFA !important;
    border-radius: .25rem !important;
    font-size: .9rem !important;
    box-shadow: none !important
}

input[type="text"]:not(.search-input):focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus,textarea:focus,select:focus {
    outline: none;
    border-color: #bcbab3
}

.radios label {
    text-transform: none;
    color: #1F1E1D;
    font-size: .9rem;
    margin-right: 10px;
    vertical-align: middle
}

.radios input[type="radio"] {
    position: absolute;
    top: 8px;
    left: 4px;
    z-index: 1
}

.radios input[type="radio"]:checked+span:after {
    display: block
}

.radios span {
    position: relative;
    padding: 0 15px 0 35px;
    cursor: pointer;
    font-weight: normal
}

.radios span:hover:before {
    border-color: #bcbab3
}

.radios span:before {
    content: "";
    color: #1F1E1D;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border: 1px solid #E0DFDC;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    top: -2px;
    left: 0px;
    font-size: 3rem;
    line-height: 15px
}

.radios span:after {
    display: none;
    content: "";
    position: absolute;
    z-index: 91;
    background-color: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 4px;
    left: 6px
}

.checkboxes label {
    text-transform: none;
    color: #1F1E1D;
    font-size: .9rem;
    margin-right: 10px;
    vertical-align: middle
}

.checkboxes input[type="checkbox"]:checked+span:before {
    border-color: #1F1E1D;
    background-color: #1F1E1D;
    content: "âœ“"
}

.checkboxes span {
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    font-weight: normal
}

.checkboxes span:hover:before {
    border-color: #bcbab3
}

.checkboxes span:before {
    content: "";
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border: 1px solid #E0DFDC;
    border-radius: 2px;
    position: absolute;
    z-index: 9;
    top: -2px;
    left: -20px
}

.form_combo {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.form_combo>input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

@media only screen and (max-width: 768px) {
    .form_combo>input {
        min-width:auto !important
    }
}

.form_combo>button {
    width: 20%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media only screen and (max-width: 960px) {
    .form_combo>button {
        width:30%
    }
}

@media only screen and (max-width: 480px) {
    .form_combo>button {
        width:50%
    }
}

.gform_button {
    transition-duration: .3s !important;
    transition-timing-function: ease !important;
    transition-property: background-color !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
    border-radius: 0.25rem !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block !important;
    line-height: 1.9rem !important;
    height: auto !important;
    min-height: 1rem !important;
    padding: 0.25rem 2rem 0.2rem 2rem !important;
    border-width: 2px !important;
    border-style: solid !important;
    font-size: 13px !important;
    font-family: "ProximaNova-Bold",Helvetica,Arial,sans-serif !important;
    letter-spacing: .035rem !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    color: #fff !important;
    background-color: #E0221B !important;
    border-color: #E0221B !important;
}
.gform_button:hover {
    color: #1F1E1D !important;
    background-color: transparent !important;
}
.gfield_required {
    margin-left: 5px;
}

body.menu main,
body.menu main {
    padding-top: 6rem;
}

.tes-slider {
    position: relative;
    padding: 3rem 0;
    overflow: hidden;
    height: 420px;
    background-color: inherit
}

@media only screen and (max-width: 768px) {
    .tes-slider {
        height:380px
    }
}

@media only screen and (max-width: 480px) {
    .tes-slider {
        height:480px
    }
}

@media only screen and (max-width: 400px) {
    .tes-slider {
        height:540px
    }
}

@media only screen and (max-width: 330px) {
    .tes-slider {
        height:580px
    }
}

.tes-slider .teslist-slider {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 2rem;
    left: 18%;
    padding: 0
}

@media only screen and (max-width: 960px) {
    .tes-slider .teslist-slider {
        left:24%
    }
}

@media only screen and (max-width: 768px) {
    .tes-slider .teslist-slider {
        text-align:center;
        left: 0
    }
}

.tes-slider .teslist-slider button {
    font-size: 0;
    line-height: 1rem;
    background: transparent;
    margin-right: .25rem
}

.tes-slider .teslist-slider button:before {
    display: block;
    content: "";
    font-size: 1.5rem;
    background: #fff;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    opacity: .5
}

.tes-slider .teslist-slider button:hover:before {
    background: #1F1E1D
}

.tes-slider .teslist-slider button[aria-selected="true"]:before {
    background: #fff;
    opacity: 1
}

.tes-slider .tespanel-slider {
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: inherit
}

.tes-slider .tespanel-slider .gutter {
    padding: 10% 18% 0 0;
    height: inherit;
    color: #fff
}

.tes-slider .tespanel-slider .gutter p {
    padding-bottom: 1rem
}

.tes-slider .tespanel-slider .gutter small {
    font-size: 14px
}

@media only screen and (max-width: 960px) {
    .tes-slider .tespanel-slider .gutter {
        padding:10% 10% 0 0
    }
}

@media only screen and (max-width: 768px) {
    .tes-slider .tespanel-slider {
        height:380px
    }

    .tes-slider .tespanel-slider .gutter {
        padding: 0% 4% 0 4%
    }
}

@media only screen and (max-width: 480px) {
    .tes-slider .tespanel-slider {
        height:480px
    }
}

@media only screen and (max-width: 400px) {
    .tes-slider .tespanel-slider {
        height:520px
    }
}

@media only screen and (max-width: 330px) {
    .tes-slider .tespanel-slider {
        height:580px
    }
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.percent-list>div {
    font-size: .8rem;
    line-height: 1.75rem;
    margin-bottom: .7rem
}

.percent-list>div .push-right {
    text-align: right
}

.percent-list>div .percent-track {
    background-color: #e5e4e1;
    height: 6px;
    clear: both;
    line-height: 0
}

.percent-list>div .percent-track span {
    display: inline-block;
    background-color: #FABA19;
    height: inherit
}
.page-id-457 .site-main {
    padding-top: 50px;
    padding-bottom: 50px;
}