/* ------------------------------------  */


/* ---------- SITE FRAMEWORK ----------  */


/* ------------------------------------  */

html {}

body {
    font-family: 'Roboto', sans-serif;
}

body.site_body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.apprise-content {
    font-family: 'Roboto', sans-serif;
}

.contentDiv {
    min-height: 600px;
}

.admin_panel+.top_strap {
    margin-top: 31px;
}

.ui-autocomplete {
    z-index: 10001 !important;
}


/* admin fixes */

.adm_contentmenu {}

.adm_contentmenu a {
    color: #071B3A !important;
    text-decoration: none !important;
}


/* LAYOUT CLASSES */

.full-width-fix {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.flex-row-top {
    display: flex;
    align-items: flex-start;
}

.flex-row-mid {
    display: flex;
    align-items: center;
}

.flex-row-btm {
    display: flex;
    align-items: flex-end;
}

.flex-col-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flex-col-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hidden {
    display: none;
}

.hideImportant {
    display: none !important;
}

div.apprise {
    margin-left: 0 !important;
    transform: translateX(-50%);
    left: 50% !important;
}


/* INPUT FIELDS */

input,
textarea,
select {
    font-size: 14px;
    font-family: inherit;
}

input::placeholder {
    font-family: inherit;
}

textarea {
    font-family: inherit;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/triangle-down-black.svg) no-repeat 98% center;
    cursor: pointer;
}

input:is(::-webkit-outer-spin-button, ::-webkit-inner-spin-button) {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* ----- TYPOGRAPHY ----- */

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    color: #3B3B3D;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h1 {
    font-size: 36px;
    line-height: 58px;
}

h2 {
    font-size: 32px;
    line-height: 54px;
}

h3 {
    font-size: 30px;
    line-height: 52px;
}

h4 {
    font-size: 28px;
    line-height: 50px;
    color: #234093;
}

h5 {
    font-size: 26px;
    line-height: 48px;
}

h6 {
    font-size: 24px;
    line-height: 46px;
}

p {
    padding: 5px 0 20px 0;
    font-size: 14px;
    color: #3B3B3D;
    line-height: 28px;
}

.content_wrap a {
    color: #234093;
    text-decoration: none;
}

a {
    text-decoration: none;
}

ul {
    list-style-position: outside;
    padding: 5px 0 20px 20px;
    font-size: 14px;
    color: #3a3a38;
    list-style-type: disc;
    line-height: 24px;
}

ul li {
    padding: 0 0 15px 0;
    line-height: 20px;
}

ol {
    list-style-position: outside;
    padding: 5px 0 20px 20px;
    font-size: 14px;
    color: #3a3a38;
    list-style-type: decimal;
    line-height: 24px;
}

ol li {
    padding: 0 0 5px 0;
}

hr {
    color: #234093;
    background: #234093;
    height: 1px;
    border: 0;
    margin-bottom: 20px;
    position: relative;
}


/* Button Classes */

a.btn_p {
    display: inline-block;
    padding: 0 40px;
    margin: 5px 0;
    line-height: 45px;
    background: #234093;
    border: 1px solid #234093;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s ease-in all;
}

a.btn_p:hover {
    background: #232872;
}

a.btn_s {
    display: inline-block;
    padding: 0 40px;
    margin: 5px 0;
    line-height: 45px;
    background: #fff;
    border: 1px solid #234093;
    text-transform: uppercase;
    color: #234093;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s ease-in all;
}

a.btn_s:hover {
    background: #F9B312;
    border-color: #F9B312;
}


/* Animations */

@keyframes wobble {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(-8deg);
    }
    66% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* ------------------------------------  */


/* ------------ SITE DESIGN -----------  */


/* ------------------------------------  */


/* ----- HEADER ----- */


/* -- TOP STRAP -- */

.top_strap {
    border-bottom: 1px solid #BEBEBE;
    position: relative;
    z-index: 1000;
    background: #234093;
}

.top_strap_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.top_strap_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    background: #314D9F;
    height: 100%;
    padding: 0 20px;
}

.top_strap_left a.call {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.top_strap_left a.call span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.top_strap_left a.call::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/phone.svg) no-repeat center;
}

.top_strap_left a.message {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.top_strap_left a.message span {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.top_strap_left a.message::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.top_strap_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topmenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.topmenu>li {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.topmenu>li::after {
    content: "|";
    font-size: 14px;
    color: #fff;
}

.topmenu>li:last-child::after {
    content: "";
}

.topmenu>li>a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

#google_translate_element {
    margin-left: 20px;
}


/* -- HEADER -- */

.header_wrap {
    position: relative;
    z-index: 1000;
    background: #fff;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 135px;
}

.header_left {}

.header_left .logo a{display: flex; align-items: center; gap:10px; color: #3B3B3D; font-weight: bold; font-size: 18px;}

.header_left .logo img {
    height: 135px;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.account_wrap {}

.account_wrap .account {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    height: 50px;
    min-width: 200px;
    padding-right: 10px;
    border: 1px solid #234093;
    box-sizing: border-box;
}

.account_wrap .account::before {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: #234093 url(../images/user-square-green.svg) no-repeat center;
    background-size: cover;
}

.account_wrap .account div {}

.account_wrap .account div span {
    display: block;
    font-size: 12px;
    color: #202124;
    line-height: 16px;
}

.account_wrap .account::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid #234093;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin-left: auto;
}

.cart_wrap {}

.cart_wrap .cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    height: 50px;
    min-width: 200px;
    padding-right: 10px;
    border: 1px solid #234093;
    box-sizing: border-box;
}

.cart_wrap .cart::before {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: #234093 url(../images/cart-square-green.svg) no-repeat center;
    background-size: cover;
}

.cart_wrap .cart div {}

.cart_wrap .cart div span {
    display: block;
    font-size: 12px;
    color: #202124;
    line-height: 16px;
}

.cart_wrap .cart::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid #234093;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin-left: auto;
}


/* -- MENU WRAP -- */

.menu_wrap {
    background: #363636;
    position: relative;
    z-index: 1000;
}

.menu_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    height: 60px;
}

.filter_dropdown {
    width: 280px;
    position: relative;
}

.fd_toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    background: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.fd_toggle span {
    display: block;
    flex: 1 0 auto;
    font-size: 14px;
    color: #454545;
    font-weight: bold;
}

.fd_toggle::after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: #FAB312 url(../images/triangle-down-black.svg) no-repeat center;
}

.filter_menu_wrap {
    display: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border: solid #234093;
    border-width: 0 1px 1px 1px;
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    z-index: 100;
}

.filtermenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filtermenu li {
    padding: 0;
    margin: 0;
}

.filtermenu li a {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    color: #454545;
    font-weight: bold;
    padding: 5px 0;
}

.siteSearch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 0 auto;
    height: 50px;
    background: #fff;
    position: relative;
}

.siteSearch::before {
    content: "";
    display: block;
    width: 45px;
    height: 20px;
    border-right: 1px solid #BEBEBE;
    background: url(../images/tractor-green.svg) no-repeat center;
}

.siteSearch input {
    flex: 1 0 auto;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background: none;
    border: none;
}

.siteSearch input::placeholder {
    font-weight: bold;
}

.siteSearch .searchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAB312;
    padding: 0 15px;
    box-sizing: border-box;
    height: 100%;
}

.siteSearch .searchButton span {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.autosuggest {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 1000;
    border: 1px solid #EEF6FF;
}

.autosuggest.loading:before {
    content: '';
    display: block;
    margin: 20px auto;
    border: 2px solid #f3f3f3;
    /* Light grey */
    border-top: 2px solid #00492D;
    /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.autosuggest>div {
    border: 1px solid #D8E1EB;
}

.autosuggest>div>div {
    background: #234093;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
}

.autosuggest>div a {
    display: block;
    border-bottom: 1px solid #D8E1EB;
    padding: 5px 10px;
    color: #3B3B3D;
    text-decoration: none !important;
    line-height: 24px;
}

.autosuggest>div a b:first-child {
    color: #273E57;
    font-size: 14px;
}

.autosuggest>div a span {
    color: #273E57;
}

.autosuggest>a {
    background: #234093;
    color: #fff;
    display: block;
    padding: 0 10px;
    border: 0;
    line-height: 38px;
}

.search-overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: rgba(255, 255, 255, .6);
}


/* ----- FOOTER ----- */


/* -- FOOTER WRAP -- */

.footer_wrap {
    background: url(../images/footer-bg-large.png) no-repeat center;
    background-size: cover;
    margin-top: 30px;
    padding-top: 40px;
}

.footer_container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer_left {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
}

.footer_info {
    width: 40%;
    position: relative;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
    margin-top: -40px;
}

.footer_info .logo {
    margin-bottom: 20px;
}

.footer_info .logo a::before {
    content: none;
}

.footer_info .logo img {
    max-height: 85px;
}

.footer_info a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #65707D;
    line-height: 20px;
}

.footer_info a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
}

.footer_info a.phone {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer_info a.phone::before {
    width: 24px;
    height: 24px;
    background: #234093 url(../images/phone.svg) no-repeat center;
}

.footer_info a.email::before {
    width: 24px;
    height: 24px;
    background: #234093 url(../images/email.svg) no-repeat center;
}

.footer_info p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #65707D;
    line-height: 20px;
}

.footer_info p::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #234093 url(../images/location.svg) no-repeat center;
}

.footer_info p a {
    text-decoration: underline;
}

.footer_info p a::before {
    content: none;
}

.footer_info_menus {
    width: 50%;
}

.footer_menu_wrap {
    padding-right: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.footer_menu_title {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footermenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footermenu li {
    margin: 0;
    padding: 5px 0;
}

.footermenu li a {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.wrapping_menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.wrapping_menu .menu_line {
    flex: 1 0 auto;
}

.footer_right {
    flex: 1 0 auto;
}

.byline_wrap {
    background: #234093;
}

.byline_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 0 110px;
}

.byline_container .pay_logos {}

.byline_container .pay_logos div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 7px;
    padding: 10px;
}

.byline_container .dmac {
    font-size: 12px;
    color: #fff;
    text-align: center;
}


/* ------------------------------------  */


/* --------------- MODULES ------------  */


/* ------------------------------------  */


/* ----- TEXT MODULE ----- */

.text_wrap {}

.text_wrap.full_width {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.text_wrap:not(.bg_on) {
    background: none !important;
}

.text_container {
    padding: 0 10px;
    box-sizing: border-box;
}


/* ----- CONTACT FORM ----- */

form.contact_form {
    border: 1px solid #E9E5E5;
    width: 100%;
    margin: 20px auto 20px auto;
    padding: 5px 5px 20px 5px;
    background-color: #F5F5F5;
    box-sizing: border-box;
    border-radius: 5px
}

.cf_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 1%;
}

.cf_title span {
    font-size: 20px;
    line-height: 26px;
    color: #3B3B3D;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}

.cf_line {
    clear: both;
    line-height: 30px;
    color: #393838;
    font-size: 14px;
    line-height: 26px;
}

.cf_line p {
    color: #393838;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0 1% 5px 1%;
    padding: 10px 5px 10px 0;
    font-weight: bold;
}

.cf_label {
    float: left;
    width: 98%;
    margin: 0 1%;
    font-size: 15px;
    line-height: 36px;
    color: #393838;
    font-weight: bold;
}

.cf_field {
    width: 97%;
    margin: 0 1% 10px;
    box-sizing: border-box;
}

.cf_field :is(input, select, textarea) {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E0ECF6;
    box-shadow: 0px 0px 3px transparent;
    font-size: 14px;
    color: #393A3D;
    transition: 0.2s ease-in-out all;
}

.cf_field :is(input, select, textarea):focus {
    border-color: #234093;
    box-shadow: 0px 0px 3px #234093;
}

.cf_field textarea {
    height: 100px;
    resize: none;
    font-family: 'Raleway';
    padding: 10px;
    box-sizing: border-box;
}

.cf_field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/triangle-down-black.svg) no-repeat 98% center;
    box-sizing: border-box;
}

:is(.cf_checkbox, .cf_radio) {}

:is(.cf_checkbox, .cf_radio) .cf_label {
    float: left;
    width: auto;
    font-size: 14px;
    padding: 5px 0;
    line-height: 18px;
    color: #3B3B3D;
    font-weight: normal;
}

:is(.cf_checkbox, .cf_radio) .cf_field {
    float: left;
    width: auto;
    padding: 5px;
    line-height: 20px;
}

:is(.cf_checkbox, .cf_radio) input {
    width: 15px;
    height: 15px;
    margin-top: 0;
}

.cf_button_row {
    justify-content: space-between;
    padding: 5px;
}

p.denotes {
    font-size: 11px;
    color: #696969;
    padding: 0;
    font-weight: normal;
}

.contact_form span.required {
    color: #234093
}

.cf_submit .btn_s {
    width: 100%;
    box-sizing: border-box;
    background: #F9B312;
    display: flex;
    text-align: center;
    justify-content: center;
    border: 0;
}


/* ----- GALLERY ----- */

div.fullscreenfade {
    opacity: 0;
    display: flex;
    justify-content: center;
    transition: opacity 0.3s ease-in-out 0s;
    position: relative;
}

div.fullscreenfade.full_width {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

div.fullscreenfade div.slide {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

div.fullscreenfade.parallax_on div.slide {
    background-attachment: fixed;
}

div.fullscreenfade div.slide .banner {
    margin: 0 auto;
    width: 1200px;
}

div.fullscreenfade div.slide .frame {
    height: 100%;
    align-self: center;
    display: inline-block;
    padding: 16px 20px;
}

div.fullscreenfade div.slide .frame.frame_on {
    background: #ffffff80;
}

div.fullscreenfade div.slide .frame h1,
div.fullscreenfade div.slide .frame h2,
div.fullscreenfade div.slide .frame h3,
div.fullscreenfade div.slide .frame h4 {
    position: relative;
}

div.fullscreenfade div.slide .frame p {
    padding: 15px 0;
    margin: 0;
    line-height: initial;
}


/* pagination */

div.fullscreenfade .pagination {
    position: absolute;
    bottom: 50px;
    text-align: left;
    width: 1200px;
    height: 8px;
    z-index: 1;
}

div.fullscreenfade .pagination a {
    height: 8px;
    width: 30px;
    margin: 0 4px;
    box-sizing: border-box;
    display: inline-block;
    transition: ease-in-out all .5s;
    background: #fff;
    border: 1px solid #234093;
    border-radius: 5px;
}

div.fullscreenfade .pagination a.selected {
    background: #234093;
}


/* navigation */

div.fullscreenfade .arrows {
    display: none !important;
}


/* -- MAILCHIMP -- */

.newsletter_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

.nl_title h3 {
    font-size: 24px;
    color: #3B3B3D;
    text-align: center;
}

.nl_subtitle {
    font-size: 18px;
    color: #3B3B3D;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.nl_field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.nl_input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    width: 380px;
    background: #fff;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
}

.nl_input input {
    flex: 1 0 auto;
    height: 100%;
    background: none;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #454545;
}

.nl_input::after {
    content: "";
    display: block;
    width: 45px;
    height: 80%;
    background: url(../images/newsletter-green.svg) no-repeat center;
    background-size: auto;
    border-left: 1px solid #BEBEBE;
}

a.nl_subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #234093;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


/* CONTENT LAYOUT MODULE */

.content_layout_module:after {
    content: "";
    display: block;
    clear: both;
}

.layout_block {
    margin: 0;
    display: flex;
    align-items: center;
    background-image: url(../images/logo-watermark.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #234093;
}

.layout_image {
    width: 50%;
    align-self: stretch;
    box-sizing: border-box;
}

.layout_image img {
    width: 100%;
    height: 100%;
}

.layout_content {
    padding: 20px 0 20px 0px;
    width: 50%;
    box-sizing: border-box;
}

.layout_inner {
    width: 700px;
    padding: 0 15px;
    max-width: 100%;
}

.layout_prefix {
    font-size: 22px;
    color: #fff;
    line-height: 46px;
    margin-bottom: 10px;
}

.layout_title {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 46px;
    margin-bottom: 20px;
}

.layout_subtitle {
    font-size: 26px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 20px;
}

.layout_text {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 40px;
}

.layout_text :is(p, li) {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

.layout_buttons {}

.layout_buttons>a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    border-top: 1px solid #fff;
    line-height: 50px;
    transition: ease all .3s;
    background: none !important;
}

.layout_buttons>a:last-child {
    border-bottom: 1px solid #fff;
}

.layout_buttons>a:after {
    content: url(../images/chevron-white-right.svg);
    margin-left: auto;
    transition: transform 0.3s ease-out;
}

.layout_buttons>a:hover:after {
    transform: translateX(8px);
}

.content_layout_module .layout_pos_Left {
    flex-direction: row-reverse;
    background: #232872;
}

.content_layout_module .layout_pos_Left .layout_content {
    justify-content: flex-end;
    display: flex;
    padding: 45px 60px 45px 0;
}

.content_layout_module .layout_pos_Left .layout_image {
    background-position: left top !important;
}

.content_layout_module .layout_pos_Right .layout_image {
    background-position: right top !important;
}


/* --------------------------------------- */


/* -------- LARGE SCREEN >1200px --------- */


/* --------------------------------------- */

@media only screen and (min-width: 1200px) {
    .mobile:not(.desktop),
    .tablet:not(.desktop),
    .desktop-hidden {
        display: none !important;
    }
    /* ----- GRID STRUCTURE ----- */
    .container_16 {
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }
    .container_16 .grid_1 {
        width: 55px;
    }
    .container_16 .grid_2 {
        width: 130px;
    }
    .container_16 .grid_3 {
        width: 205px;
    }
    .container_16 .grid_4 {
        width: 280px;
    }
    .container_16 .grid_5 {
        width: 355px;
    }
    .container_16 .grid_6 {
        width: 430px;
    }
    .container_16 .grid_7 {
        width: 505px;
    }
    .container_16 .grid_8 {
        width: 580px;
    }
    .container_16 .grid_9 {
        width: 655px;
    }
    .container_16 .grid_10 {
        width: 730px;
    }
    .container_16 .grid_11 {
        width: 805px;
    }
    .container_16 .grid_12 {
        width: 880px;
    }
    .container_16 .grid_13 {
        width: 955px;
    }
    .container_16 .grid_14 {
        width: 1030px;
    }
    .container_16 .grid_15 {
        width: 1105px;
    }
    .container_16 .grid_16 {
        width: 1180px;
    }
    .swipe {
        height: 575px;
    }
    /* --------------------------------------- */
}


/* -------------------------------------------------------------------------------------------------------- LARGE DESKTOP END  */


/* --------------------------------------- */


/*-------------DESKTOP < 1199px------------*/


/* --------------------------------------- */

@media (min-width: 960px) and (max-width:1199px) {
    .desktop-large:not(.desktop),
    .mobile:not(.desktop),
    .tablet:not(.desktop),
    .desktop-hidden {
        display: none !important;
    }
    /* ----- GRID STRUCTURE ----- */
    .grid_1 img,
    .grid_2 img,
    .grid_3 img,
    .grid_4 img,
    .grid_5 img,
    .grid_6 img,
    .grid_7 img,
    .grid_8 img,
    .grid_9 img,
    .grid_10 img,
    .grid_11 img,
    .grid_12 img,
    .grid_13 img,
    .grid_14 img,
    .grid_15 img,
    .grid_16 img {
        max-width: 100% !important;
        height: auto !important;
    }
    /* --------------------------------------- */
    /* ----- HEADER ----- */
    /* -- MENU WRAP -- */
    .filter_dropdown {
        width: 240px;
    }
    /* ----- FOOTER ----- */
    /* -- FOOTER WRAP -- */
    .footer_info::before {
        width: calc(100% - 80px);
        margin-top: -80px;
        padding: 80px 0;
        margin-left: calc( (-100vw + 960px) / 2);
        padding-left: calc( (100vw - 960px) / 2);
    }
}


/* -------------------------------------------------------------------------------------------------------- DESKTOP END  */


/* ------------------------------------------------- */


/* --------------TABLET & MOBILE ------------------- */


/* ------------------------------------------------- */

@media (max-width: 959px) {
    .container_16.resp-full-width {
        width: 100vw !important;
        max-width: 100vw!important;
        position: relative !important;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        box-sizing: border-box;
        padding: 0 15px;
    }
    div:not(.container_16).resp-full-width {
        width: 101vw !important;
        max-width: 101vw!important;
        position: relative !important;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        box-sizing: border-box;
    }
    /* -- HEADER -- */
    .header_container {
        justify-content: center;
        height: auto;
    }
    .header_container .logo img {
        height: 127px;
        max-height: none;
    }
    .header_left {
        flex: 1 0 auto;
        justify-content: center;
        max-width: 100%;
    }
    .header_left .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* -- MENU WRAP -- */
    .menu_wrap {
        background: #234093;
    }
    .menu_container {
        justify-content: space-between;
    }
    .menu_container .cart_wrap {}
    .menu_container .cart_wrap .cart {
        border: 0;
        background: #fff;
    }
    .menu_container .cart_wrap .cart::before {
        background: #234093 url(../images/cart-white.svg) no-repeat center;
        background-size: 20px;
    }
    .menu_container .cart_wrap .cart div span {
        display: block;
        font-size: 12px;
        color: #202124;
        line-height: 16px;
    }
    .menu_container .cart_wrap .cart::after {
        content: none;
    }
    .menu_container .filter_toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        height: 100%;
        padding: 0;
        margin-right: -15px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .menu_container .filter_toggle span {
        font-size: 14px;
        color: #363636;
        font-weight: bold;
    }
    .menu_container .filter_toggle::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: url(../images/triangle-down-white.svg) no-repeat center;
        background-size: auto;
        transition: 0.2s ease-in-out all;
    }
    .menu_container .filter_toggle.active::after {
        transform: scale(1, -1);
    }
    /* -- MOBILE MENU -- */
    .mobile_menu_wrap {
        display: none;
    }
    .mobile_menu {
        width: 100vw;
        padding: 10px;
        box-sizing: border-box;
        background: #454545;
        border-bottom: 1px solid #707070;
    }
    .mobilemenu {
        list-style: none;
        padding: 0 0 20px;
        margin: 0;
    }
    .mobilemenu>li {
        padding: 0;
        margin: 0;
    }
    .mobilemenu>li>a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 50px;
        padding: 0 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #707070;
        font-size: 12px;
        color: #fff;
    }
    /* -- MOBILE SEARCH -- */
    .mobile_search_wrap {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        max-width: initial !important;
    }
    .mobile_search_wrap * {
        max-width: 100% !important;
    }
    .mobile_search {
        width: 100vw;
        padding: 10px;
        box-sizing: border-box;
        background: #434343;
    }
    .filter_dropdowns_wrap {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }
    .filter_dropdown {
        flex: 1 0 auto;
    }
    /* ----- MODULES ----- */
    /* -- Fullscreen Gallery -- */
    div.fullscreenfade .arrows {
        display: none !important;
    }
    .layout_block {
        display: block;
    }
    .content_layout_module .layout_image {
        position: relative;
        width: 100vw;
        padding: 10px;
        left: 50%;
        margin-left: -50vw;
    }
    .content_layout_module .layout_image img {
        max-width: 600px;
    }
    .layout_content {
        width: 100%;
        text-align: center;
        display: block !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box;
    }
    .content_layout_module .layout_inner {
        width: auto;
    }
    .content_layout_module .layout_title {
        font-size: 28px;
        padding-left: 10px;
        line-height: 34px;
    }
    .content_layout_module .layout_text {
        line-height: 26px;
        font-size: 14px;
    }
}


/* -------------------------------------------------------------------------------------------------------- TABLET & MOBILE END  */


/* --------------------------------------- */


/* --------------TABLET------------------- */


/* --------------------------------------- */

@media (min-width: 768px) and (max-width: 959px) {
    .desktop-large:not(.tablet),
    .desktop:not(.tablet),
    .mobile:not(.tablet),
    .tablet-hidden {
        display: none !important;
    }
    /* ----- GRID STRUCTURE ----- */
    .container_16 {
        margin-left: auto;
        margin-right: auto;
        width: 768px;
    }
    .container_16 .grid_1 {
        width: 32px;
    }
    .container_16 .grid_2 {
        width: 80px;
    }
    .container_16 .grid_3,
    .container_16 .grid_tab_3 {
        width: 128px;
    }
    .container_16 .grid_4,
    .container_16 .grid_tab_4 {
        width: 176px;
    }
    .container_16 .grid_5,
    .container_16 .grid_tab_5 {
        width: 224px;
    }
    .container_16 .grid_6,
    .container_16 .grid_tab_6 {
        width: 272px;
    }
    .container_16 .grid_7,
    .container_16 .grid_tab_7 {
        width: 320px;
    }
    .container_16 .grid_8,
    .container_16 .grid_tab_8 {
        width: 368px !important;
    }
    .container_16 .grid_9,
    .container_16 .grid_tab_9 {
        width: 416px;
    }
    .container_16 .grid_10,
    .container_16 .grid_tab_10 {
        width: 464px;
    }
    .container_16 .grid_11,
    .container_16 .grid_tab_11 {
        width: 512px;
    }
    .container_16 .grid_12,
    .container_16 .grid_tab_12 {
        width: 560px;
    }
    .container_16 .grid_13,
    .container_16 .grid_tab_13 {
        width: 608px;
    }
    .container_16 .grid_14,
    .container_16 .grid_tab_14 {
        width: 656px;
    }
    .container_16 .grid_15,
    .container_16 .grid_tab_15 {
        width: 704px;
    }
    .container_16 .grid_16,
    .container_16 .grid_tab_16 {
        width: 752px;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12,
    .grid_13,
    .grid_14,
    .grid_15,
    .grid_16 {
        margin-left: 8px;
        margin-right: 8px;
    }
    .grid_1 img,
    .grid_2 img,
    .grid_3 img,
    .grid_4 img,
    .grid_5 img,
    .grid_6 img,
    .grid_7 img,
    .grid_8 img,
    .grid_9 img,
    .grid_10 img,
    .grid_11 img,
    .grid_12 img,
    .grid_13 img,
    .grid_14 img,
    .grid_15 img,
    .grid_16 img {
        max-width: 100% !important;
        height: auto !important;
    }
    .alpha {
        margin-left: 0;
    }
    .omega {
        margin-right: 0;
    }
    /* --------------------------------------- */
    /* ----- HEADER ----- */
    /* -- TOP STRAP -- */
    .top_strap_container {
        height: 40px;
    }
    .top_strap_right {
        height: 100%;
        padding: 0 20px;
        background: #314D9F;
    }
    .top_strap_right .account {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        color: #fff;
    }
    .top_strap_right .account span {
        font-size: 12px;
        color: #fff;
    }
    .top_strap_right .account::before {
        content: "";
        display: block;
        width: 22px;
        height: 22px;
        background: url(../images/user-circle-green.svg) no-repeat center;
        background-size: contain;
    }
    .top_strap_right .account::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border: solid #fff;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        margin-left: auto;
    }
    /* -- HEADER WRAP -- */
    .header_spacer {
        width: 50px;
    }
    .menu_wrap {
        background: #363636;
    }
    .menu_toggle_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
    }
    .menu_toggle {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .menu_toggle::before {
        content: "";
        display: block;
        width: 28px;
        height: 22px;
        background: url(../images/menu-green.svg) no-repeat center;
        background-size: contain;
        transition: 0.2s ease-in-out all;
    }
    .menu_toggle.active::before {
        transform: rotate(-90deg);
    }
    .menu_toggle::after {
        content: "menu";
        font-size: 10px;
        color: #234093;
        text-transform: capitalize;
    }
    .menu_toggle.active::after {
        content: "close";
    }
    /* --MOBILE SEARCH -- */
    .siteSearch .searchButton span {
        color: #363636;
        font-size: 12px;
    }
    .menu_container .filter_toggle {
        padding: 0 20px;
        background: #FAB312;
        color:
    }
    /* ----- FOOTER ----- */
    /* -- FOOTER WRAP -- */
    .footer_left {
        flex: 1 0 40%;
        flex-wrap: wrap;
    }
    .footer_info {
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
        margin-left: -15px;
    }
    .footer_info_menus {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
    .footer_info_menus .footer_menu_wrap {
        flex: 1 0 auto;
    }
    .footer_right {
        flex: 1 0 50%;
    }
}


/* -------------------------------------------------------------------------------------------------------- TABLET END  */


/* --------------------------------------- */


/* --------------MOBILE------------------- */


/* --------------------------------------- */

@media (max-width: 767px) {
    .tablet:not(.mobile),
    .desktop:not(.mobile),
    .mobile-hidden {
        display: none !important;
    }
    /* ----- GRID STRUCTURE ----- */
    .container_16 {
        margin-left: auto;
        margin-right: auto;
        width: 320px;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12,
    .grid_13,
    .grid_14,
    .grid_15,
    .grid_16 {
        margin-left: 5px;
        margin-right: 5px;
        width: 310px !important;
    }
    .grid_1 img,
    .grid_2 img,
    .grid_3 img,
    .grid_4 img,
    .grid_5 img,
    .grid_6 img,
    .grid_7 img,
    .grid_8 img,
    .grid_9 img,
    .grid_10 img,
    .grid_11 img,
    .grid_12 img,
    .grid_13 img,
    .grid_14 img,
    .grid_15 img,
    .grid_16 img {
        max-width: 100% !important;
        height: auto !important;
    }
    .prefix_1,
    .prefix_2,
    .prefix_3 {
        padding: 0 !important;
    }
    .alpha,
    .omega {
        margin-left: 0;
        margin-right: 0;
    }
    .container_16 div {
        max-width: 320px;
    }
    /* -------------------------------------------------------------------- */
    /* ----- TYPOGRAPHY ----- */
    h1 {
        font-size: 34px;
        line-height: 56px;
    }
    h2 {
        font-size: 30px;
        line-height: 52px;
    }
    h3 {
        font-size: 28px;
        line-height: 50px;
    }
    h4 {
        font-size: 26px;
        line-height: 48px;
    }
    h5 {
        font-size: 24px;
        line-height: 46px;
    }
    h6 {
        font-size: 24px;
        line-height: 44px;
    }
    p {
        font-size: 14px;
        line-height: 28px;
    }
    img {
        max-width: 100%;
        vertical-align: middle;
    }
    /* -------------------------------------------------------------------- */
    /*Sticky Menu Header*/
    /* ----- HEADER ----- */
    /* -- TOP STRAP -- */
    .top_strap {
        border-color: #F0F0F0;
    }
    .top_strap_container {
        height: 50px;
    }
    .top_strap_container .top_strap_mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 5px 0;
        box-sizing: border-box;
    }
    .tsm_section {
        height: 100%;
        flex: 1 0 auto;
        box-sizing: border-box;
        border: solid #F0F0F0;
        border-width: 0 1px 0 0;
    }
    .tsm_section:first-child {
        border-width: 0 1px;
    }
    .tsm_section a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .tsm_section a::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
    }
    .tsm_section a.phone::before {
        background: url(../images/phone-green.svg) no-repeat center;
        background-size: auto;
    }
    .tsm_section a.message::before {
        width: 25px;
        background: url(../images/envelope-green.svg) no-repeat center;
        background-size: auto;
    }
    .tsm_section a.account::before {
        background: url(../images/user-green.svg) no-repeat center;
        background-size: auto;
    }
    .tsm_section .shoppingCart {
        height: 100%;
    }
    .tsm_section a.cart::before {
        background: url(../images/cart-green.svg) no-repeat center;
        background-size: auto;
    }
    /* -- HEADER WRAP -- */
    /* -- MENU WRAP -- */
    .menu_toggle_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_toggle {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .menu_toggle::before {
        content: "";
        display: block;
        width: 28px;
        height: 22px;
        background: url(../images/menu-white.svg) no-repeat center;
        background-size: contain;
        transition: 0.2s ease-in-out all;
    }
    .menu_toggle.active::before {
        transform: rotate(90deg);
    }
    .menu_toggle::after {
        content: "info";
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }
    .menu_toggle.active::after {
        content: "close";
    }
    .menu_container {
        height: auto;
        padding: 0 !important;
    }
    .menu_container .filter_toggle {
        display: none;
    }
    /* -- FILTER MENU -- */
    .filter_menu_wrap .filtermenu {
        max-height: 200px;
        overflow-y: scroll;
    }
    .filter_menu_wrap .filtermenu li .subs {
        padding-left: 10px;
        box-sizing: border-box;
    }
    .filter_menu_wrap .filtermenu li .subs a {
        font-weight: normal;
    }
    /* -- MOBILE SEARCH -- */
    .mobile_search_wrap {
        display: block;
        position: relative;
        top: 0;
    }
    .mobile_search {
        padding: 0;
    }
    .siteSearch::before {
        content: none;
    }
    .siteSearch {
        background: #363636;
        border: 1px solid #3B3B3D;
        border-width: 1px 1px 0;
    }
    .siteSearch input {
        background: #363636;
        color: #fff;
    }
    .siteSearch input::placeholder {
        color: #fff;
        opacity: 1;
    }
    .siteSearch .searchButton {
        width: 50px;
        background: #F9B312 url(../images/search-white.svg) no-repeat center;
    }
    .siteSearch .searchButton span {
        display: none;
    }
    .filter_dropdowns_wrap {
        flex-wrap: wrap;
        gap: 0;
        margin: 0;
    }
    .filter_dropdown {
        width: 100%;
        background: #363636;
    }
    .fd_toggle {
        background: #363636;
        color: #fff;
        border: 1px solid #3B3B3D;
        border-width: 1px 1px 0;
    }
    .filter_dropdown:last-child .fd_toggle {
        border-width: 1px;
    }
    .fd_toggle span {
        color: #fff;
    }
    /* ----- FOOTER ----- */
    /* -- FOOTER WRAP -- */
    .footer_wrap {
        background: url(../images/footer-bg-sm.png) no-repeat fixed bottom;
        background-size: auto;
        background-attachment: fixed;
        margin: 0;
    }
    .footer_container,
    .footer_container div {
        max-width: 100vw;
    }
    .footer_container.resp-full-width {
        padding-bottom: 30px;
    }
    .footer_container {
        flex-wrap: wrap;
        padding: 0 !important;
    }
    .footer_left {
        width: 100vw;
        flex-direction: column;
    }
    .footer_info {
        width: 100vw;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    .footer_info_inner {
        margin-top: 0;
        width: 280px;
    }
    .footer_info::before {
        content: none;
    }
    .footer_info .logo a {
        justify-content: center;
    }
    .footer_info .logo img {
        max-height: none;
    }
    .footer_info_menus {
        width: 100%;
    }
    .footer_right {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer_menu_wrap {
        width: calc(100% - 30px);
        border: 1px solid #383838;
        border-width: 1px 0 0;
        margin: 0 15px;
        padding: 0;
    }
    .footer_right .footer_menu_wrap {
        border-width: 1px 0;
    }
    .footer_menu_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        margin: 0;
        cursor: pointer;
    }
    .footer_menu_title::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/chevron-down-white.svg) no-repeat center;
        background-size: auto;
        transition: 0.2s ease-in-out all;
    }
    .footer_menu_title.active::after {
        transform: scale(1, -1);
    }
    .footer_menu {
        display: none;
        padding-bottom: 20px;
    }
    /* ----- MODULES ----- */
    /* -- Full Screen Gallery -- */
    .frame.main {
        background: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .fsg,
    .fullscreenfade {
        min-width: 100%;
        height: auto;
        max-width: 100vw !important;
    }
    div.fullscreenfade div.slide {
        background-repeat: no-repeat;
        background-size: cover;
    }
    div.fullscreenfade div.slide .banner {
        padding: 20px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    div.fullscreenfade div.slide .banner * {
        word-wrap: anywhere;
    }
    div.fullscreenwrap,
    div.fullscreenwrap div {
        max-width: initial !important;
    }
    /* -- Mailchimp -- */
    .newsletter_wrap {
        background: #E9F1F2;
    }
    .nl_title {
        font-size: 22px;
    }
    .nl_title {
        font-size: 16px;
    }
    .nl_field {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nl_input {
        width: 100%;
    }
    div.apprise {
        width: 300px !important;
        left: 50% !important;
    }
    .content_layout_module div {
        max-width: none !important;
    }
    .content_layout_module {
        max-width: none !important;
    }
    .content_layout_module .layout_pos_Left .layout_content {
        padding-top: 0;
    }
}


/* -------------------------------------------------------------------------------------------------------- MOBILE END  */