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

html { scroll-behavior: smooth; overflow-x: hidden; overflow-y: scroll;}
body{font-family: 'Open Sans', sans-serif; font-size: 16px; color: #1A1818; overflow: hidden;}
body.site_body{ background: #fff;  }
:is(.site_header, .content_wrap, .site_footer) * { box-sizing: border-box; }
.contentDiv { min-height: 600px; }
.ui-autocomplete { z-index: 10001 !important; }

/* APPRISE EDITS */
div.apprise { font-family: 'Open Sans', sans-serif; border-color: #E1E1E1; border-radius:5px; }
div.apprise-content{line-height: 24px;}
div.apprise .apprise-buttons button { background: #2D4386; border: 1px solid #2D4386; color: #fff; }
div.apprise .apprise-buttons button:hover { background: #fff; color: #2D4386; }
div.apprise .apprise-buttons button:active { background: #fff; color: #2D4386; }

/* DISPLAY CLASSES */
.full-width-fix { width: 100vw !important; max-width: 100vw !important; position: relative !important; left: 50%; right: 50%; 
    margin-left: -50vw; margin-right: -50vw; }
.hidden { display: none; }
.hideImportant { display: none !important; }

/* SITE FORMS */
input::placeholder { font-family: 'Open Sans'; }
textarea { font-family: 'Open Sans'; }
select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url(../images/chevron-down-black.svg) no-repeat 98% center; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }
:is(input, select, textarea).input_error { border-color: #a30e0e !important; }
.site_form { }
.site_form_field { padding: 10px 0; }
.site_form_label { font-size: 16px; color: #3B3B3D; padding: 5px 0; }
.site_form_input { width: 100%; }
.site_form_input input, .site_form_input select, .site_form_input textarea { width: 100%; height: 35px; background-color: #fff; border: 1px solid #D8E1EB; padding: 0 10px; box-sizing: border-box; font-size: 14px; color: #3B3B3D; transition: 0.2s ease-in-out all; }
.site_form_input select { }
.site_form_input textarea { height: 100px; }
.site_form_input input:focus, .site_form_input select:focus, .site_form_input textarea:focus { box-shadow: 0px 0px 6px #6FAAE580; }

/* ----- TYPOGRAPHY ----- */
h1, h2, h3, h4, h5, h6 { display: block; color: #2D4387; margin: 0; font-weight: normal; padding: 0 0 10px 0; font-family: 'Open Sans', sans-serif; }
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 32px; line-height: 36px; }
h3 { font-size: 30px; line-height: 34px; }
h4 { font-size: 28px; line-height: 32px; }
h5 { font-size: 26px; line-height: 30px; }
h6 { font-size: 24px; line-height: 26px; }
p { padding: 5px 0 20px 0; font-size: 16px; color: #1A1818; line-height: 30px;  font-family: 'Open Sans', sans-serif; }
a { text-decoration: none; color: #00A4E4; }
.content_wrap p a:not([class]) { color: #00A4E4; text-decoration: none; transition: ease-in-out all .3s; }
.content_wrap p a:not([class]):hover { color: #E44109; }
ul { list-style-position: outside; padding: 5px 0 20px 20px; font-size: 14px; color: #1A1818; 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: #1A1818; list-style-type: decimal; line-height: 24px; }
ol li { padding: 0 0 5px 0; }
hr { color: #D8D8D8; background: #D8D8D8; height: 1px; border: 0; margin-bottom: 20px; position: relative; }

/* Button Classes */
a.btn_p, a.btn_s{ display: inline-flex; align-items: center; justify-content: center; padding: 16px 20px; margin: 5px 10px 5px 0; 
    line-height: 24px; text-align: center; color: #fff; text-decoration: none; transition: 0.2s ease-in all; 
    font-size:18px; border-radius: 3px; text-transform: uppercase; font-weight: bold;}
a.btn_p{ background: #8DC43F; }    
a.btn_p:hover { background: #77AC2C; animation: shadow-pulse 1s;}
a.btn_s{ background: #F94608; }    
a.btn_s:hover{background: #E44109; animation: shadow-pulse 1s;}    

/*Animation*/
@keyframes shadow-pulse {
    0% { box-shadow: 0 0 0 0px rgba(0, 0, 0, .6); }
    100% { box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); }
}


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

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

.admin_panel+.site_header { margin-top: 31px; }
header.site_header { position: relative; z-index: 1000;}

/*-- TOP STRAP --*/
.top_wrap{height: 46px; border-bottom: 1px solid #E9E5E5; background: #F8F8F8;}
.top_wrap > div{display: flex; align-items: center; gap:10px; height: 100%; padding: 0 10px;}
.top_wrap > div > div{color: #fff; flex: 1; display: flex; align-items: center; height: 100%;}
.top_phone{display: flex; align-items: center; gap:5px; color: #2D4387; font-size: 16px;}
.top_phone::before{content: ""; height: 18px; width: 18px; background: url(../images/phone.svg) center no-repeat; flex-shrink: 0;}

.top_right{display: flex; justify-content: flex-end;}
.top_menu{height: 100%;}
.top_menu ul{display: flex; height: 100%; align-items: center; list-style: none; padding: 0; margin: 0;}
.top_menu ul li{list-style: none; padding: 0 10px 0 0; line-height: 25px; margin: 0 10px 0 0; display: flex; align-items: center; 
    border-right: 1px solid #E2DEDE;}
.top_menu ul li a{color: #201F1F; font-size: 14px; transition: ease-in-out all .3s;}
.top_menu ul li a:hover{color: #8DC43F;}

.top_account{}
.top_account a{font-size: 12px; color: #201F1F; font-weight: bold; display: flex; align-items: center; gap:5px;}
.top_account a::before{content: ""; height: 19px; width: 19px; background: url(../images/user.svg) center no-repeat;}

/*-- HEADER WRAP --*/
.header_wrap { background: #fff; height: 120px;}
.header_wrap > div { display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 10px;}
.header_left{display: flex; align-items: center;}
.header_right{display: flex; align-items: center; gap:20px;}

.logo{display: flex;}
.logo a{display: flex; align-items: center;}

/*Site Search*/
.siteSearch{width: 580px; background: #fff; height: 50px; border-radius: 5px; display: flex; align-items: center; position: relative;
    border: 1px solid #DEDBDB;}
.siteSearch input{border: 0; padding: 0 10px; height: 100%; width:calc(100% - 50px); border-radius: 5px; color: #201F1F;}
.siteSearch input::placeholder{color: #201F1F; font-style: italic;}
.siteSearch > a{height: 50px; width: 50px; background: url(../images/search.svg) center no-repeat; flex-shrink: 0;}

/*Header Favourites*/
a.header_fav:not(.hidden){display: flex; gap:5px; line-height: 40px; color:#274E91; font-size:12px; font-weight:bold; align-items:center; }
a.header_fav:not(.hidden)::before{content:""; height: 22px; width: 22px; background: url(../images/fav_fill.svg) center no-repeat;}

/*Header Cart*/
.shoppingCart{background: #fff; height: 50px; width: 130px; border-radius: 5px; border: 1px solid #DEDBDB; display: flex; align-items: center; 
    justify-content: center; position: relative; cursor:pointer; }
.shoppingCart > a{display: flex; align-items: center; gap:12px;}
.shoppingCart > a::before{content: ""; height: 25px; width: 25px; background: url(../images/cart.svg) center no-repeat; flex-shrink: 0;}
.shoppingCart > a > div{display: flex; align-items: center; justify-content: center; gap:12px;}
.shoppingCart > a > div::after{content: ""; height: 5px; width: 5px; border: solid #003477; border-width: 2px 2px 0 0; 
    transform: rotate(45deg); flex-shrink: 0;}
.shoppingCart label{position: absolute; left: -7px; top:-7px; height:24px; width:24px; border-radius:100%; background:#F84608; color: #fff; font-weight:bold; 
    display: flex; align-items: center; justify-content: center; text-align: center; font-size: 12px;}
.shoppingCart span{font-size: 12px; color: #201F1F;}

/*-- MENU WRAP --*/
.menu_wrap { background: #F8F8F8; height: 60px; position: relative; border: solid #E9E5E5; border-width: 1px 0;}
.menu_wrap > div{padding: 0 10px; height: 100%;}
.main_menu_wrap{height: 100%; display: flex; align-items: center;}

/* Main Menu */
.mainmenu{list-style: none; margin: 0; padding: 0; display: flex; align-items: center; height:100%; width: 100%;}
.mainmenu li{list-style: none; margin: 0; padding: 0; position: relative; height: 100%; display: flex; align-items: center;}
.mainmenu li a{font-size: 16px; line-height: 22px; color: #274E91; transition: ease-in-out all .3s; position: relative; text-align: center;}
.mainmenu li a:hover{color:#F35321;}
.mainmenu > li > a{height: 100%; display: flex; text-transform: uppercase; font-weight: bold; align-items: center; padding: 0 30px; 
    border-right:1px solid #E8E8E8;}
.mainmenu > li:last-child > a{border: 0;}
.mainmenu li a:hover{color: #8DC43F;}
.mainmenu > li.menu_open > a, .mainmenu li ul li.menu_open > a{color: #8DC43F;}
.mainmenu li ul{list-style: none; margin: 0; padding: 20px; position: absolute; left: 0; top: calc(100% + 1px); width: 370px; background:#F9F9F9;  
    display: flex; flex-direction: column; gap:15px; border: 1px solid #E5E1E1; border-top: 0;}
.mainmenu li ul li{}
.mainmenu li ul li a{font-weight: normal; line-height: 24px; text-align: left;}
.mainmenu li ul li a::after{content: ""; position: absolute; height: 1px; width: 100%; bottom: -1px; left: 0; background: #8DC43F; transition: transform .5s; 
    transform: scaleX(0); transform-origin: right;}
.mainmenu li ul li.menu_open > a::after{transform: scaleX(1); transform-origin: left;}
.mainmenu li ul li a:hover::after{transform: scaleX(1); transform-origin: left;}
.mainmenu li ul li ul{left: 100%; top: 0; border-top: 1px solid #E5E1E1;}

/*Effect on sub menu*/
.mainmenu li ul{visibility:hidden; opacity:0; transform: translateY(20px); transition: ease-in-out all .3s; z-index: -1; }
.mainmenu li.has-child:hover > ul{visibility:visible; opacity:1; z-index: 1000; transform: translateY(0px); padding: 20px;}

/*Overlay*/
.overlay { background: rgba(0, 0, 0, .5); position: fixed; top: 0; height: 100vh; width: 100%; left: 0; z-index: -1; visibility:hidden; 
    opacity:0; transition: ease-in-out all .4s;}
.overlay.hover { visibility:visible; opacity:1; z-index: 999;}

/* ----- SITE FOOTER ----- */
footer.site_footer {z-index: 1000; position: relative;}

/*-- FOOTER WRAP --*/
.footer_wrap{background: #2D4386; color: #fff; padding: 30px 0 40px;}
.footer_wrap > div{display: flex; gap:15px; padding: 0 10px;}
.footer_wrap > div > div{flex: 1 0; display: flex; flex-direction: column;}
.footer_wrap span{display: flex; margin-bottom: 15px; position: relative; font-weight: bold; font-size: 18px;}
.footer_address{padding-left:25px; background: url(../images/pin.svg) left 2px no-repeat; margin-bottom: 20px; font-size: 15px; line-height: 24px;} 

.footer_contact{display: flex; flex-direction: column; gap:10px;}
.footer_phone{padding-left: 25px; background: url(../images/phone_white.svg) left center no-repeat; color: #fff; font-size: 15px;}
.footer_mail{padding-left: 25px; background: url(../images/email.svg) left center no-repeat; color: #fff; font-size: 15px;}

.footer_message{text-decoration: underline; padding-left: 25px; color: #fff; text-decoration: underline; 
    background: url(../images/email.svg) left 2px no-repeat; font-size: 16px;}
.social{margin-top: 15px; padding-top: 15px; position:relative; display:flex; gap:20px; align-items: center; justify-content: center; 
    font-size: 16px; width: 100%;}
.social::before{content: ""; height: 1px; width: 200px; max-width: 100%; background: #195CB2; position: absolute; left: 50%; 
    transform: translateX(-50%); top: 0;}
.social a{height: 34px; width: 34px; background-repeat: no-repeat; background-position: center; background-size: contain; 
    transition: ease-in-out all .3s}
.social .fb{background-image: url(../images/facebook.svg);}
.social .tw{background-image: url(../images/twitter.svg);}
.social .li{background-image: url(../images/linkedin.svg);}
.social a:hover{transform: translateY(-5px);}

.footer_outro{align-items: center;}
.footer_outro span{font-size: 14px; margin: 10px 0 20px 0;}

/*Footer Menu*/
.footer_menu{}
.footer_menu ul{margin: 0; padding: 0; padding-left: 15px; border-left: 1px solid #195CB2; display: flex; flex-direction: column; gap:10px;}
.footer_menu li{list-style: none; margin:0; padding: 0;}
.footer_menu li a{font-size: 14px; color: #FFFFFF; text-transform: uppercase; transition: ease-in-out all .3s; position: relative;}
.footer_menu li a::after{content:""; position: absolute; left: -19px; top: 50%; transform: translateY(-50%); height: 8px; width: 8px; background: #8DC43F; border-radius: 100%; opacity: 0; transition: ease-in-out all .3s;}
.footer_menu li a:hover::after{opacity: 1;}
.footer_menu li a:hover{color: #8DC43F;}

/*-- BYLINE --*/
.byline_wrap { background: #E8E7E7; padding:20px 0 30px;}
.byline_wrap > div { display: flex; flex-direction: column; gap:20px; align-items: center; }
.byline_menu { display: flex; align-items: center; justify-content: center; list-style: none; padding: 0; margin: 0; flex-wrap:wrap; row-gap:15px; }
.byline_menu > li { padding: 0 10px; border-right: 1px solid #413F3F; line-height: 14px;}
.byline_menu > li:last-child {border: 0;}
.byline_menu > li > a { color: #413F3F; font-size:15px; transition: ease-in-out all .3s;}
.byline_menu > li > a:hover{color: #8DC43F;}
.byline_wrap > div > a{color: #413F3F; font-size: 11px;}
.byline_wrap > div > a > u{transition: ease-in-out all .3s;}
.byline_wrap > div > a > u:hover{color:#8DC43F;}

/* ------------------------------------  */
/* --------------- 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; }

/* -- SPACING MODULE -- */
.spacing_module { display: flex; align-items: center; justify-content: center; background: transparent; position: relative; z-index: 1; transition: 0.2s ease-in-out all; }
.spacing_module span { opacity: 0; text-align: center; font-size: 24px; font-weight: bold; transition: 0.2s ease-in-out all; }
.spacing_module.admin_logged:hover { background: #efefef; }
.spacing_module.admin_logged:hover span { opacity: 1; }

/* ----- CONTACT FORM ----- */
form.contact_form { border: 1px solid #E1E1E1; width: 100%; margin: 20px auto; padding: 10px 10px 20px 10px; background-color: #F9F9F9; box-sizing: border-box; border-radius: 5px }
.cf_title { display: flex; align-items: center; justify-content: flex-start; padding: 10px 0; }
.cf_title span { font-size: 20px; line-height: 26px; color: #535353; font-weight: bold; text-transform: uppercase; position: relative; }
.cf_line { clear: both; color: #393838; font-size: 14px; line-height: 26px; position: relative; margin-bottom: 20px;}
.cf_line p { color: #304571; font-weight: bold; font-size: 18px; line-height: 20px; margin: 0; padding: 10px 0 10px 0; font-weight: bold; }
.cf_label { width: 100%; font-size: 16px; line-height: 22px; color: #1D1D1D; padding: 0 0 5px 0;}
.cf_field { width: 100%; box-sizing: border-box; }
.cf_field :is(input, select, textarea) { width: 100%; height: 50px; padding: 0 15px; box-sizing: border-box; background: #fff; border: 1px solid #DDDADB; font-size: 14px; color: #393A3D; transition: 0.2s ease-in-out all; border-radius: 5px;}
.cf_field textarea { height: 120px; resize: none; padding: 10px; box-sizing: border-box; }
.cf_field select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: #fff url(../images/chevron-down-black.svg) no-repeat 98% center; }
:is(.cf_checkbox, .cf_radio) { }
:is(.cf_checkbox, .cf_radio) .cf_label { float: left; width: auto; font-size: 14px; padding: 5px 0; line-height: 24px; color: #1D1D1D; font-weight: normal; }
:is(.cf_checkbox, .cf_radio) .cf_field { float: left; width: auto; padding: 5px; line-height: 24px; }
:is(.cf_checkbox, .cf_radio) input { width: 15px; height: 15px; accent-color: #F35321; }
.cf_button_row { display: flex; align-items: flex-start; justify-content: space-between; padding: 5px 0; }
.cf_submit a { display: block; padding:0 25px; line-height: 56px; text-transform: uppercase; font-weight: bold; color: #fff; 
    background: #F35321; text-align: center; font-size: 18px; transition: ease-in-out all .3s; border-radius: 3px;}
.cf_submit a:hover{background:#E44109; animation: shadow-pulse 1s;}
p.denotes { font-size: 12px; color: #1D1D1D; padding: 0; font-weight: normal; }

.cf_line:not(.checkline, .dropdownline, .radioline) > .cf_label{position: absolute; left: 10px; top:14px; display: inline-block; background: #fff; 
    padding:0 3px; width:initial; transition: ease-in-out all .3s; padding: 0 5px;}
.cf_line.active:not(.checkline, .dropdownline, .radioline) > .cf_label{font-size:12px; top: -9px; }

/* ----- GALLERY ----- */
div.fullscreenfade { opacity: 0; display: flex; justify-content: center; transition: opacity 0.3s ease-in-out 0s; position: relative; }
div.fullscreenfade::before { content: ""; position: absolute; width: 100%; height: 100%; }
div.fullscreenfade.full_width { width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
div.fullscreenfade:not(.full_width) div.slide{background-size: contain;}
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: 15px; text-align: center; width: 100%; height: 20px; z-index: 1; }
div.fullscreenfade .pagination a { height: 18px; width: 18px; margin: 0 10px; box-sizing: border-box; display: inline-block; transition: ease-in-out all .5s; background: #fff; border: 1px solid #8DC43F; border-radius: 100%; }
div.fullscreenfade .pagination a.selected { background: #8DC43F; }

@media (min-width: 960px){
    .footer_menu ul{display: flex !important;}
    .footer_wrap span{pointer-events: none;}
}

/* --------------------------------------- */
/* -------- LARGE SCREEN >1200px --------- */
/* --------------------------------------- */
@media only screen and (min-width: 1200px) {
    .mobile:not(.desktop-large),
    .tablet:not(.desktop-large),
    .desktop:not(.desktop-large),
	.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/LAPTOP < 1199px------------*/
/* ---------------------------------------------- */

@media (min-width: 960px) and (max-width:1199px) {
    .mobile:not(.desktop),
    .tablet:not(.desktop),
    .desktop-large: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;}
	/* --------------------------------------- */

    /*Top header*/
    .top_phone{font-size: 14px;}
    .top_menu ul li a {font-size: 13px;}

    /*Header*/
    .siteSearch{width:400px; }
    .logo img{max-width: 300px;}

    /*Menu*/
    .mainmenu > li > a {padding: 0 15px;}
    .mainmenu li a{font-size: 14px;}
    .mainmenu li ul{width: 280px;}

    /*Footer*/
    .footer_address, .footer_phone, .footer_mail{font-size: 14px;}
    .footer_menu li a{font-size: 13px;}
    
   
	

}  
/* -------------------------------------------------------------------------------------------------------- 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; box-sizing: border-box; padding-left: 15px; padding-right: 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; padding-left: 15px; padding-right: 15px; }
    .alpha, .omega { margin-left: 0; margin-right: 0; }

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

    /*Header*/
    .header_wrap{height: 80px; border-bottom: 1px solid #EFECEC;}
    .header_wrap > div{width: 100%;}
    .logo img{max-width: 195px;}

    /*Shopping Cart*/
    .shoppingCart{border: 0; width: 30px; height: 30px;}
    .shoppingCart label{top: -7px; height: 20px; width: 20px;  font-size: 10px;}

   /*Menu Toggle*/
    .menu_toggle{display: flex; flex-direction: column; align-items: center; justify-content: center; width: 30px; height: 40px;
        border-radius: 5px; position: relative; z-index: 1001;}
    .menu_toggle > div{width: 30px; height: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
    .menu_toggle > div::before, .menu_toggle > div::after{content:""; width: 30px; height: 3px; background: #274E91; border-radius: 6px;
        transition: ease-in-out all .3s;}
    .menu_toggle > div > div{width: 30px; height: 3px; background: #274E91; margin: 6px 0; border-radius: 6px; transition: ease-in-out all .3s;}
    .menu_toggle.active > div > div{opacity: 0;}
    .menu_toggle.active > div::before{transform: rotate(45deg) translate(8px, 6px);}
    .menu_toggle.active > div::after{transform: rotate(-45deg) translate(6px, -5px);}

    /* -- MOBILE MENU -- */
    .responsive_menu_wrap {position: absolute; right: 0; top: 0; background: #fff; width: 100%; box-sizing: border-box; 
        margin: 0; transition: ease-in-out all .3s; opacity: 0; transform: translateY(10px); z-index: -1; visibility: hidden;}
    .responsive_menu_wrap header{height: 80px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between;
        border-bottom: 1px solid #ECEBEB;}
    .responsive_menu_wrap .menu_account a{color: #201F1F; font-weight: bold; font-size: 12px; display: flex; align-items: center; gap:5px;}
    .responsive_menu_wrap .menu_account a::before{content: ""; height: 15px; width: 15px; background: url(../images/menu_user.svg) center no-repeat;}
    .responsive_menu_wrap .menu_fav{ padding:0 20px; border: solid #EBE8E8; border-width: 0 1px;}
    .responsive_menu_wrap .menu_fav a{display: flex; gap:5px; line-height: 40px; color:#274E91; font-size:12px; font-weight:bold; align-items:center; }
    .responsive_menu_wrap .menu_fav a::before{content:""; height: 22px; width: 22px; background: url(../images/fav_fill.svg) center no-repeat;}
    .responsive_menu_wrap .menu_close{height:40px; width:30px; }
    
    .responsive_menu{padding: 0 0 20px 0;}
    .responsive_menu ul{padding:0;}
    .responsive_menu > ul:not(.extra_menu) > li{border-bottom: 1px solid #ECEBEB; }
    .responsive_menu > ul:not(.extra_menu) > li > a{ font-size: 16px;}
    .responsive_menu > ul:not(.extra_menu) li a{text-transform: uppercase;}
    .responsive_menu li{padding: 0; margin: 0; position: relative; list-style: none; t}
    .responsive_menu li a{display: block; padding: 10px; font-size: 14px; color: #011C3E; transition: ease-in-out all .3s; 
        position: relative; font-weight: bold; font-size: 14px;}
    .responsive_menu li ul{margin: 0; padding:0; display: none;}
    .responsive_menu li ul li a{color: #201F1F; line-height: 20px; font-weight: normal; padding: 10px 10px 10px 20px; font-size: 14px;}
    .responsive_menu li ul li ul li a{padding: 10px 30px;}
    .responsive_menu li.has-child > a{padding-right: 40px;}

    .extra_menu li{}
    .extra_menu li a{font-weight: normal;}

    .responsive_menu_wrap footer{height: 80px; padding: 0 10px; margin: 0; display: flex; align-items: center; justify-content:flex-end;}
    .responsive_menu_wrap footer > a{color: #20356C; font-size: 12px; line-height: 30px; text-transform: uppercase;}

    .responsive_menu .toggle_sub{height: 40px; width: 50px; position: absolute; right: 0; top: 0; border: 0; display: flex; align-items: center;
        justify-content: center; background: url(../images/menu_plus.svg) center no-repeat; transition: ease-in-out all .3s;}
    .responsive_menu li.has-child.open > .toggle_sub{background: url(../images/menu_minus.svg) center no-repeat;}
    .responsive_menu_wrap.open{opacity: 1; visibility: visible; z-index: 1000; transform: translateY(0);}

    /*Footer*/
    .footer_wrap > div{gap:0; flex-direction: column;}
    .footer_intro{margin-bottom: 30px;}
    .footer_info {margin-bottom: 30px;}

    .footer_menu{border-bottom: 1px solid #315BA2;}
    .footer_menu span{padding: 15px 0; margin: 0;  width: 100%; position: relative;}
    .footer_menu span::before{content: ""; height: 8px; width: 8px; border: #fff solid; border-width: 0 2px 2px 0; transform:rotate(45deg); 
        position:absolute; right: 10px; top: 20px; transition: ease-in-out all .3s;}
    .footer_menu span.active::before{transform: rotate(225deg);}
    .footer_menu span.active{border: 0;}
    .footer_menu span::after{content: none;}
    .footer_menu ul{display: none; padding: 0 0 0 10px; border: 0;}
    .footer_menu li{margin-bottom: 15px;}
    .footer_menu li a{font-size: 12px;}

    .social a{width: 26px; height: 26px;}

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

    /* -- Fullscreen Gallery -- */
    div.fullscreenfade .arrows { display: none !important; }




}/* -------------------------------------------------------------------------------------------------------- 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; }
	/* --------------------------------------- */
    
    /* -- HEADER WRAP -- */
    .siteSearch{width: 370px; height: 40px;}
    .siteSearch input{width: calc(100% - 40px);}
    .siteSearch > a{background-image: url(../images/search_tablet.svg); height: 40px; width: 40px;}


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

/* --------------------------------------- */
/* --------------MOBILE------------------- */
/* --------------------------------------- */
@media (max-width: 767px) {
	.tablet:not(.mobile),
    .desktop:not(.mobile),
    .desktop-large: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;}
	/* -------------------------------------------------------------------- */

    /* ----- TYPOGRAPHY ----- */
    h1 { font-size: 34px;}
    h2 { font-size: 30px;}
    h3 { font-size: 28px;}
    h4 { font-size: 26px;}
    h5 { font-size: 24px;}
    h6 { font-size: 22px;}

    p { font-size: 14px; line-height: 28px; padding: 5px 0 15px 0; }
    
    img { max-width: 100%; vertical-align: middle; }

    a.btn_p, a.btn_s{font-size: 16px; line-height: 20px;}

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

    /* ----- APPRISE EDITS ----- */
    div.apprise { max-width: 90% !important; left: 50% !important; transform: translateX(-50%); top: 10%; }
    div.apprise .apprise-buttons { flex-wrap: wrap; justify-content: flex-start; gap: 10px; }

    /*Search*/
    .responsive_search{height: 48px; width: 100%; display: flex; align-items: center; border-bottom: 1px solid #E8E8E8; 
        background: #FBFBFB; position:relative;}
    .responsive_search input{padding: 0 10px; border: 0; height: 100%; width: calc(100% - 50px); box-sizing: border-box; color: #48494A; 
        font-family: inherit; background: none;}
    .responsive_search input::placeholder{color: #48494A;}
    .responsive_search > a{height: 100%; width: 50px; background: url(../images/search_mobile.svg) center no-repeat; position: relative;}
    .responsive_search > a::before{content: ""; height: 40px; width:1px; background:#EBE8E8; position: absolute; left: 0; top: 50%; 
        transform:translateY(-50%); }    

    /*Footer*/
    .byline_menu > li {padding:  0 5px;}
    .byline_menu > li > a{font-size: 12px;}


    /* ----- 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.fullscreenwrap, div.fullscreenwrap div { max-width: initial !important; }
    div.fullscreenfade .pagination a{margin: 0 5px;}
}

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