/*
Theme Name: VanKirk 2020
Theme URI: https://www.scorrmarketing.com/
Author: SCORR Marketing
Author URI: http://www.scorrmarketing.com/
Description: A theme built by SCORR Marketing.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scorr

scorr is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=1f5f86f4-d413-4f50-ac05-be381785aa60");
@font-face{
    font-family:"Proxima Nova W01 Regular";
    src:url("Fonts/b38b8bd9-d96f-4bf9-add1-adbd2b08b802.woff2") format("woff2"),url("Fonts/52ed7b2d-8a31-4b18-a1d5-8685608b0889.woff") format("woff");
}
@font-face{
    font-family:"Proxima Nova W01 Semibold";
    src:url("Fonts/c7dcb253-8dca-459b-aaa9-afef9131ef22.woff2") format("woff2"),url("Fonts/390be235-bf11-42ee-8ba1-2dd10ca6a4ac.woff") format("woff");
}
@font-face{
    font-family:"Proxima Nova W01 Bold";
    src:url("Fonts/cc85d073-4dcf-4ecd-9804-40c34e631e2b.woff2") format("woff2"),url("Fonts/332136cf-33d0-43fb-97ee-49c7742489ff.woff") format("woff");
}
@font-face{
    font-family:"Proxima Nova W01 Extrabold";
    src:url("Fonts/c8e0146f-ebf2-4e86-bd3d-047c9a5e5dac.woff2") format("woff2"),url("Fonts/e7972ec4-f161-406c-be4c-f32e884989e7.woff") format("woff");
}

/*--------------------------------
# Type / Elements
--------------------------------*/

body, button, input, select, textarea {
    color: #f4f4f4;
    line-height: 1.625em;
}
body {
    background: #231f20;
	font-family: 'Proxima Nova W01 Regular', sans-serif;
    font-weight: 400;
}
ul, ol {
    margin: 0 0 1.71rem 1.4rem;
}
li>ul, li>ol {
	margin: 0 0 0 1.5rem;
}
p, hr {
	margin-bottom: 1.71rem;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #e8bf51;
    font-family: 'Proxima Nova W01 Extrabold', sans-serif;
    font-weight: 400;
    margin: 0 0 1rem;
}
h1 {
    font-size: 3.4375em;
    line-height: 1.444em;
}
h1.entry-title {
    color: #fff;
}
h2 {
    font-size: 2.5em;
    line-height: 1.333em;
}
h2:before, h2:after {
    bottom: .1em;
    color: #d1292f;
    display: inline-block;
    position: relative;
}
h2:before {
    content: '[';
    margin-right: 8px;
}
h2:after {
    content: ']';
    margin-left: 8px;
}
h3 {
    font-size: 1.75em;
    line-height: 1.36em;
}
h4, h5, h6 {
    font-size: 1.25em;
    line-height: 1.5em;
}
strong {
    font-family:"Proxima Nova W01 Bold";
    font-weight: 400;
}
.entry-content ul {
    list-style: none;
}
.entry-content ul li {
    position: relative;
}
.entry-content ul li:before {
    color: #d1292f;
    content: '\2022';
    position: absolute;
    float: left;
    margin-left: -20px;
}
.entry-content ul ul li:before {
    content: '‑';
    color: #d1292f;
}
hr {
    background-color: #d1292f;
    height: 2px;
    margin: 1.71rem 0;
}
.entry-content p, .entry-content li {
    font-size: 1.25rem;
}
ul.center-list {
    align-items: center;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.entry-content ul.center-list li:before {
    content: none;
}
.entry-content ul.center-list li {
    font-size: 1.5rem;
    font-family:"Proxima Nova W01 Extrabold";
}

@media only screen and (max-width: 1024px) {
    ul.center-list {
        display: block;
    }
    ul.center-list li {
        display: inline-block;
        margin: 0 12px 5px;
    }
    h1 {
        font-size: 2.75em;
    }
}
@media only screen and (max-width: 640px) {
    h1 {
        font-size: 2.25em;
        line-height: 1.3em;
    }
    h2 {
        font-size: 1.75em;
    }
    h3 {
        font-size: 1.5em;
    }
}

/*--------------------------------
# Links
--------------------------------*/

a {
    color: #f4f4f4;
}
a:visited {
    color: #f4f4f4;
}
a:hover, a:focus:not(.wp-block-button__link):not(.btn):not(ul li.menu-item a), a:active {
    color: #e8bf51;
    text-decoration: underline;
}

ul#primary-menu li:not(.btn) a:focus-visible,
ul#primary-menu li.btn a:focus-visible,
a.site-home-link:focus-visible { 
    outline: 2px solid currentColor; 
    outline-offset: 2px; 
} 





a:hover sup {
    text-decoration: none !important;
}
a:focus, div:focus, a:hover, a:active {
    outline: 0;
}


.entry-content a:not(.wp-block-button__link):not(.btn) {
	border-bottom: 1px solid #e8bf51;
    position: relative;
    text-decoration: none;
    transition: all .4s ease;
}


dialog {
    border: none;
}

.entry-content a:hover {
    text-decoration: none;
}
.entry-content .card-contain a {
    position: static;
}
.btn, button:not(button.yt-close), input[type="button"], input[type="submit"], a.wp-block-button__link {
    background: none;
    border: 3px solid #f4f4f4;
    border-radius: 0;
    color: #e8bf51;
    display: inline-block;
    font-family:"Proxima Nova W01 Extrabold";
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1em;
    padding: .812rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    z-index: 1;
}
.field-wrap.submit-wrap {
    display: inline-block !important;
}
.field-wrap.submit-wrap .nf-field-element {
    display: inline-block !important;
    position: relative !important;
    z-index: 2 !important;
}
a.btn:visited {
    color: #fff;
}
a.btn:hover, a.wp-block-button__link:hover {
    text-decoration: none;
}




.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.wp-block-button__link:hover, .entry-content a.btn:hover,
.btn:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus, a.wp-block-button__link:focus, .entry-content a.btn:focus,
.btn:focus-visible, button:focus-visible, input[type="button"]:focus-visible, input[type="submit"]:focus-visible, a.wp-block-button__link:focus-visible, .entry-content a.btn:focus-visible {
    background: #e8bf51;
    color: #231f20;
}






button.sc-search {
    color: #B91237;
    font-size: 1.2em;
    padding: 0;
}
button:focus, button:active {
    outline: none;
}

/*--------------------------------
# Header
--------------------------------*/

header#masthead {
    background: #231f20;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    transition: all .6s ease, width 0s;
    width: 100%;
    z-index: 99;
}
.logged-in header#masthead {
    top: 32px;
}
.masthead-content.row {
    margin: 0 auto;
    max-width: 1215px;
    padding: 1rem 0;
    position: relative;
    width: 100%;
}
.masthead-content.row > .columns {
    padding: 0;
}
.site-home-link {
    display: block;
    line-height: 1;
}

/*Hidden State*/

@media only screen and (min-width: 1023px) {
    header#masthead.hidden {
        transform: translateY(-112px);
        visibility: hidden;
    }
}

/*--------------------------------
# Menus
--------------------------------*/

.main-navigation {
    text-align: right;
}
.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.site-header li {
    display: inline-block;
    line-height: 1em;
    padding: 0 20px;
    position: relative;
}
.site-header li a {
    display: inline-block;
    font-family:"Proxima Nova W01 Bold";
    font-size: 1.25em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
}
.site-header li a, .site-header li a:visited {
    color: #f4f4f4;
}
.site-header li a:hover, .site-header ul.menu>li.active>a {
    color: #e9c147;
    text-decoration: none;
}
.site-header ul.menu ul {
    background-color: #e9c147;
    border-top: 4px solid #d1292f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    left: -15px;
    opacity: 0;
    padding: 2em;
    position: absolute;
    text-align: left;
    top: 46px;
    transition: all .4s ease;
    visibility: hidden;
    z-index: 99;
}
.site-header ul.menu > li > ul {
    transform: translate(-10px, -10px);
}
.site-header ul.menu > li > ul:before {
    border-color: transparent transparent #d1292f transparent;
    border-style: solid;
    border-width: 0 16px 20px 16px;
    content: '';
    height: 0;
    left: 32px;
    position: absolute;
    top: -20px;
    width: 0;
}

/* Dropdown from right */
.site-header ul.menu li.dropdown-right ul {
	left: auto;
	right: 0;
	width: 220px;
}
.site-header ul.menu > li.dropdown-right > ul:before {
	left: auto;
	right: 20px;
}
.site-header ul.menu > li.dropdown-right > ul {
    transform: translate(10px, -10px);
}
.site-header ul.menu ul ul {
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 0 0 0 1em;
    position: static;
    transform: none;
    visibility: inherit;
}
.site-header ul.menu ul a {
    font-size: 1rem;
    line-height: 16px;
    text-transform: none;
    padding-bottom: .5em;
    position: relative;
    width: 250px;
}
.site-header ul.menu ul ul a {
    font-size: .9375rem;
}
.site-header ul.menu ul a:before {
    border-color: transparent transparent transparent #d1292f;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    content: '';
    height: 0;
    left: -16px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 0;
}
.site-header ul.menu ul a:hover:before {
    opacity: 1;
}
.site-header ul.menu ul a, .site-header ul.menu ul a:visited {
	color: #333;
}
ul#primary-menu ul a:hover {
    color: #d1292f;
    transform: translateX(16px);
}
ul#primary-menu li.active>ul {
    transform: translate(0);
}
ul#primary-menu li.active>ul, ul#primary-menu li.focus>ul, ul#primary-menu ul li:hover>ul, ul#primary-menu ul li.focus>ul {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu>li.menu-item-has-children.active a:active, ul#primary-menu>li.menu-item-has-children.active a:focus {
    text-decoration: none;
}
ul#primary-menu ul li {
    padding: 0 0 .75em;
}
ul#primary-menu ul li:last-of-type, ul#primary-menu ul li.menu-item-has-children li {
    padding: 0;
}

/* Indicators */

ul#primary-menu>li.menu-item-has-children>a:after {
    color: #d1292f;
    display: inline-block;
    font-family: fontello;
    font-size: .875em;
    margin-left: 8px;
    transition: all .3s ease;
}
ul#primary-menu>li.menu-item-has-children>a:after {
    content: '\e80e';
}
ul#primary-menu>li.menu-item-has-children.active>a:after {
    transform: rotate(180deg) scale(.75);
}
#primary-menu li.btn {
    margin-left: 20px;
}
#primary-menu li:last-of-type {
    padding-right: 0;
}
@media only screen and (max-width: 1220px) {
    .masthead-content.row {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1160px) {
    .site-header li a {
        font-size: 1.125em;
    }
    .site-header li {
        padding: 0 14px;
    }
    #primary-menu li.btn {
        margin-left: 14px;
    }
}

/*--------------------------------
# Content
--------------------------------*/

#content {
    min-height: 600px;
    padding-top: 126px;
}
#page {
    margin: 0 auto;
    max-width: 1800px;
	overflow-x: hidden;
    padding: 0;
	position: relative;
    width: 100%;
}
@media only screen and (min-width: 959px) {
    ul.four-col {
        -webkit-column-count: 4;
             -moz-column-count: 4;
             column-count: 4;
        -webkit-column-break-inside: avoid;
             -moz-column-break-inside: avoid;
             break-inside: avoid-column;
    }
}
@media only screen and (min-width: 640px) {
    .two-col, .twocol-ul ul {
        -webkit-column-count:2;
             -moz-column-count:2;
             column-count:2;
        -webkit-column-gap: 3rem;
             -moz-column-gap: 3rem;
             column-gap: 3rem;
        -webkit-column-break-inside: avoid;
             -moz-column-break-inside: avoid;
             break-inside: avoid-column;
    }
    .two-col li {
        display: inline-block;
    }
    .twocol-ul ul li input, .twocol-ul ul li label {
        display: inline-block !important;
        float: none !important;
        margin: 0 3px 0 0 !important;
    }
}

/*--------------------------------
# Search Form
--------------------------------*/

/* Search Animation */

#primary-menu li {
    transition: all .6s ease, opacity .4s ease .2s;
    transition-timing-function: cubic-bezier(.2727, .0986, .8333, 1);
}
.search-active #primary-menu li {
    opacity: 0;
    transform: scale(.7);
}
#inline-search-form {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(444px);
    transition: all .4s ease;
    transition-timing-function: cubic-bezier(.2727, .0986, .8333, 1);
    visibility: hidden;
    width: 500px;
}
#inline-search-form.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
#inline-search-form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: 1.1em;
    padding: 0 3px 3px;
    width: 420px;
}
button.search-send {
    color: #00B5C6;
    padding: 0;
}
button.search-send:before {
    content: none;
}
#inline-search-form input::-webkit-input-placeholder {
    color: #333;
}
#inline-search-form input:-ms-input-placeholder {
    color: #333;
}
#inline-search-form input::-ms-input-placeholder {
    color: #333;
}
#inline-search-form input::-moz-placeholder {
    color: #333;
}
#inline-search-form input::placeholder {
    color: #333;
}
.search-close {
    display: inline-block;
    cursor: pointer;
    height: 1rem;
    padding: 0;
    position: relative;
    top: 3px;
    width: 1rem;
}

/* Close Button */

.close, button.yt-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    transition: all .4s ease;
    width: 30px;
    z-index: 100;
}
.close:before, .close:after, .search-close:before, .search-close:after, button.yt-close:before, button.yt-close:after {
    background: #d1292f;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 100%;
}
.close:before, .search-close:before, button.yt-close:before {
    transform: rotate(45deg);
}
.close:after, .search-close:after, button.yt-close:after {
    transform: rotate(-45deg);
}
button.yt-close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/*--------------------------------
# Forms
--------------------------------*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, select {
    background: #f4f4f4;
    border: 1px solid #eae7de;
    border-radius: 0;
    color: #231f20;
    transition: all .4s ease;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    color: #231f20;
    border: 1px solid #e8bf51;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
label {
    color: #f4f4f4;
    font-family:"Proxima Nova W01 Semibold";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 8px !important;
}
.ninja-forms-form-wrap label {
    font-weight: normal!important;
}
.ninja-forms-req-symbol, .nf-error-msg, .hs-form-required {
    color: #d1292f !important;
}
.nf-error-msg {
    font-size: .875em;
    font-style: italic;
}
.nf-error .ninja-forms-field {
    border: 1px solid #d1292f !important;
}
.nf-form-fields-required, .ninja-forms-required-items {
    display: none !important;
}
.nf-field-container, #ninja_forms_required_items, .hs-form-field {
    margin-bottom: 1rem !important;
}
/* .entry-content .nf-field-element ul li:before {
    content: '';
} */
#nf-field-23-wrap li {
    text-align: left;
}
.label-above .nf-field-label {
    margin-bottom: 0 !important;
}
.nf-multi-cell .nf-cell {
    padding: 0 1em !important;
}
.field-wrap.submit-wrap {
    position: relative;
}
.field-wrap.submit-wrap:before {
    z-index: 1;
}
.field-wrap.submit-wrap input[type=button] {
    background: transparent;
}
.field-wrap.submit-wrap .nf-field-label, .field-wrap.submit-wrap .nf-error-wrap {
    display: none !important;
}
.nf-fu-fileinput-button {
    overflow: visible !important;
}
ul.nf-breadcrumbs li:before, ul.nf-next-previous li:before, .listradio-wrap ul li:before {
    content: none !important;
}
.list-radio-wrap .nf-field-element {
    padding: 0 2px !important;
}
.nf-progress {
    background-color: #e8bf51 !important;
}
@media only screen and (min-width: 641px) {
    .nf-row {
        margin-left: -16px;
        margin-right: -16px;
    }
}
.nf-next-previous input[type=button] {
    font-size: 1.25rem;
}

/*--------------------------------
# Content
--------------------------------*/

#page-head {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.header-img, header.entry-header, .entry-header-content {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.header-img {
    /* background-color: #f8f8f8; */
    background: url(img/header-bg.jpg) center center / cover no-repeat;
    margin: auto 0;
}
header.entry-header, .entry-header-content {
    margin: auto;
    right: 0;
    text-align: left;
}
header.entry-header {
    max-width: 1200px;
    z-index: 6;
}
.entry-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}
h1.entry-title {
    line-height: 1.3em;
}
h2.entry-pretitle {
    color: #00B5C6;
    font-size: .8125em;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 2px;
    position: relative;
    text-transform: uppercase;
}

@media only screen and (max-width: 959px) {
    h1.entry-title {
        font-size: 2em;
    }
}

/*--------------------------------
# Page Styles
--------------------------------*/

/* Pagination */

.pagination {
    padding: 1.71rem 0 0;
    text-align: center;
}
.pagination a {
    border: 0;
    color: #333;
    display: inline-block;
}
span.page-numbers.current {
    border-bottom: 1px solid #00B5C6;
    color: #00B5C6;
}
.pagination a.next {
    margin-left: 20px;
}
.pagination a.prev {
    margin-right: 20px;
}
.pagination a i:before {
    margin: 0;
    width: .7em;
}

/* Search Results */

.search-result {
    border-bottom: 1px solid #d4d7d8;
    padding: 0 20px;
}
.search-result:last-of-type {
    border: 0;
}
.entry-content .search-result a {
    border-bottom: none;
}
.search-result .card-content {
    height: auto;
    padding: 40px 0;
}
.search-result h3.card-title {
    margin-bottom: 5px;
}
.search-result h3.card-title, .search-result h3.card-title a {
    font-size: 1.5rem;
}

/*--------------------------------
# Footer
--------------------------------*/

/* #pre-foot {
    background-color: #00B5C6;
    padding: 5em 15px;
    text-align: center;
}
#pre-foot h3 {
	color: #fff;
}
.pre-foot-content {
    text-align: center;
}
#pre-foot a.btn {
    z-index: 10;
} */
footer.site-footer {
    padding: 0;
}
.foot-content.row {
    margin: 0 auto;
    /* max-width: 1260px; */
    max-width: 1255px;
    padding: 50px 5px;
    position: relative;
    width: 100%;
}
footer.site-footer p {
    font-size: .9375rem;
}
/* .foot-part {
    margin: 0 auto;
	width: 33%;
} */
/* .site-info {
	margin-left: 0;
} */
/* .site-info p {
    font-size: .8125em;
} */

/* .social-icons {
    margin-right: 0;
	text-align: right;
}
.social-icons a.social-icon {
    background-color: #B91237;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    height: 40px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    transition: all .4s ease;
    width: 40px;
}
.social-icons a.social-icon i.fa {
    line-height: 1em;
    vertical-align: middle;
}
.social-icons a.social-icon:hover {
    background-color: #333;
} */

/* Footer Responsive Styles */

@media only screen and (max-width: 640px) {
	.foot-content.row {
		text-align:center;
	}
}

/*--------------------------------
# Responsive
--------------------------------*/

.mobile-menu-btn {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    top: 30px;
    transition: all .4s ease;
    z-index: 199;
}
.menu-btn-contain {
    align-items: center;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    transition: all .4s ease;
    width: 50px;
}
.menu-btn {
    height: 20px;
    position: relative;
    width: 25px;
}
.menu-btn:before, .menu-btn:after {
    content: '';
}
.menu-bar, .menu-btn:before, .menu-btn:after {
    background: #231f20;
    height: 4px;
    position: absolute;
    transition: all .4s ease;
    width: 100%;
}
.menu-bar {
    bottom: 0;
    margin: auto 0;
    top: 0;
}
.mobile-menu-btn.active .menu-bar {
    opacity: 0;
}
.menu-btn:before {
    top: 0;
}
.mobile-menu-btn.active .menu-btn:before {
    top: 50%;
    top: calc(50% - 2px);
    transform: rotate(45deg);
}
.menu-btn:after {
    bottom: 0;
}
.mobile-menu-btn.active .menu-btn:after {
    bottom: auto;
    top: 50%;
    top: calc(50% - 2px);
    transform: rotate(-45deg);
}
.lightbox, .lightbox-contain {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    right: 0;
    transition: all .4s ease;
    top: 0;
    width: 100%;
}
.lightbox {
    color: #f4f4f4;
    display: block !important;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    transform: translate(0, -100vh);
    width: 100%;
    visibility: hidden;
    z-index: 151;
}
.lightbox-contain, .lightbox-content {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
}
.lightbox-contain {
    background: #231f20;
}
.lightbox-content {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    z-index: 10;
}
#image-box-contain.lightbox-contain img {
    max-width: 90%;
    margin: 0 auto;
}
.lightbox.active {
    opacity: 1 !important;
    transform: translate(0);
    visibility: visible !important;
}
.lightbox-contain.sub-open {
    transform: translateX(0);
}

.video-lightbox.lightbox {
    align-items: center;
    display: flex !important;
    justify-content: center;
}
.video-lightbox.lightbox.active {
    background: rgba(0, 0, 0, .5);
}
.video-lightbox.lightbox .lightbox-contain {
    height: auto;
    position: relative;
    width: auto;
}
button.yt-close {
    /* background: #231f20; */
    background: #d1292f;
    border-radius: 50px;
    height: 24px;
    right: -12px;
    top: -12px;
    width: 24px;
}
button.yt-close:hover {
    background: #e8bf51;
}
button.yt-close:before, button.yt-close:after {
    background: #fff;
    height: 2px;
    width: 70%;
}

#search-form.lightbox {
    z-index: 161;
}
#mobile-menu-contain .search-btn-cont {
    display: none;
}
#mobile-menu-contain ul {
    list-style: none;
    margin: 0;
	padding: 0;
    text-align: center;
}
#mobile-menu-contain ul li.has-submenu>a:after {
	color: #f4f4f4;
	content: '\e810';
	display: inline-block;
	float: right;
    font-family: fontello;
    padding-left: 10px;
}
#mobile-menu-contain ul li a {
	color: #f4f4f4;
    display: inline-block;
	font-size: 1em;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
	#mobile-menu-contain ul li a, button.mobile-search-btn, li.back {
		font-size: 1.25em;
		padding: 7px 15px;
	}
}
#mobile-menu-contain ul li ul {
    align-items: center;
    background-color: #231f20;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    list-style: none;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    width: 95vw;
    z-index: 200;
}
#mobile-menu-contain ul li ul li a {
    color: #f4f4f4;
}
#mobile-menu-contain ul li ul ul {
    background-color: #231f20;
    width: 100%;
    width: 90vw;
}
#mobile-menu-contain ul li.has-submenu.open-submenu>ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#mobile-menu-contain ul li ul li a {
    padding-left: 30px;
}
#mobile-menu-contain ul li ul li ul li a {
    padding-left: 45px;
}
.back {
    color: #f4f4f4;
    cursor: pointer;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.back:before {
    color: #f4f4f4;
    content: '\e80f';
    display: inline-block;
    font-family: fontello;
    padding-right: 10px;
}
#mobile-menu-contain li.btn {
    display: block;
    margin: 15px 0;
}
#mobile-menu-contain li.btn a {
    color: #f4f4f4;
    padding: 0;
}

/* Mobile search button */

button.mobile-search-btn, button.search-back {
    color: #00B5C6;
    font-weight: 700;
    position: static;
    text-transform: uppercase;
}
button.search-back {
    opacity: 0;
    visibility: hidden;
}
button.search-back:before {
    background: none;
    position: static;
    transform: none;
}
.mobile-search-active button.search-back {
    opacity: 1;
    visibility: visible;
}
button.mobile-search-btn i {
    color: #00B5C6;
}
button.mobile-search-btn:before {
    content: none;
}
button.mobile-search-btn, button.mobile-search-btn:hover {
    background-color: transparent;
    border: 0;
}
.sub-open button.mobile-search-btn {
    opacity: 0;
    visibility: hidden;
}
button.mobile-search-btn:active, button.mobile-search-btn:focus {
    outline: none;
}
.mobile-search-contain, .mobile-links {
    transition: all .4s ease;
    z-index: 10;
}
.mobile-links {
    max-height: 100vh;
    padding: 0 2rem;
}
.mobile-search-contain, .mobile-search-active .mobile-links {
    max-height: 0;
    visibility: hidden;
}
.mobile-search-active .mobile-search-contain {
    max-height: 200px;
    width: 400px;
    max-width: 80%;
    visibility: visible;
}
@media only screen and (max-width: 1023px) {
    header#masthead {
        position: absolute;
    }
    #primary-menu, .no-small {
        display: none;
    }
    .mobile-menu-btn {
        display: inline-block;
    }
    .lightbox .close {
        bottom: 50px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: auto;
    }
    #site-logo {
        height: 75px;
        width: auto;
    }
    #content {
        padding-top: 109px;
    }
}


/* High Contrast Media Query */
@media (forced-colors: active), (prefers-contrast: more) {
    .home-btns .wp-block-button a:before, .home-btns .wp-block-button a:after {
        color: #e8bf51;
    }

    h2:before, h2:after {
        color: #e8bf51;
    }

    .entry-content ul li:before {
        color: #e8bf51;
    }

    h4.active:before, h4.active:after {
        color: #e8bf51 !important;
    }
}