
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */
*{box-sizing: border-box;}
html, body{font-family: 'Paralucent', sans-serif; font-size: 16px; -webkit-text-size-adjust: none; margin: 0; padding: 0; height: 100%;} 
html {scroll-behavior: smooth;}
body {overflow-x: hidden; line-height: 1.7; letter-spacing: .02em; color: #000;}
::-moz-selection{background: #000; color: #fff; text-shadow: none} ::selection{background: #000; color: #fff; text-shadow: none;}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  /*margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

.gray-bg {background: #f2f0f4;}
.dark-blue {color: #1e4387!important;}
.red {color: #1e4387!important;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; position: relative; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;}

a {text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
.cta-btn {display: inline-flex; position: relative;}
.cta-btn .cta-bg {
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a42d29;
    z-index: 1;
    transform: translate(5px) translateY(5px);
    clip-path: url(#partake-shape-clip);
    -webkit-clip-path: url(#partake-shape-clip);
	border-radius: 10px;
}
.cta-btn:hover .cta-bg {transform: translate(0) translateY(0); transition: .3s ease-in-out all;}
.cta-btn a button {
    position: relative;
    font-size: 16px;
    z-index: 2;
    line-height: 1;
    color: #fff; 
	background: #d83d31;
    transition: transform .2s var(--animation-curve);
    padding: 1em 2em;
    width: 100%;
	cursor: pointer;
    clip-path: url(#partake-shape-clip);
    -webkit-clip-path: url(#partake-shape-clip);
	border: none;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px;
}

.cta-btn2 {display: inline-flex; position: relative;}
.cta-btn2 .cta-bg {
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bbb;
    z-index: 1;
    transform: translate(5px) translateY(5px);
    clip-path: url(#partake-shape-clip);
    -webkit-clip-path: url(#partake-shape-clip);
	border-radius: 10px;
}
.cta-btn2:hover .cta-bg {transform: translate(0) translateY(0); transition: .3s ease-in-out all;}
.cta-btn2 a button {
    position: relative;
    font-size: 16px;
    z-index: 2;
    line-height: 1;
    color: #000; 
	background: #fff;
    transition: transform .2s var(--animation-curve);
    padding: 1em 2em;
    width: 100%;
	cursor: pointer;
    clip-path: url(#partake-shape-clip);
    -webkit-clip-path: url(#partake-shape-clip);
	border: none;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px;
}

#form input[type="submit"]:hover {transform: translateY(-10px); transition: all .5s ease;}
#form input[type="submit"] {color: #fff; background: #d83d31; font-family: 'Paralucent', sans-serif; font-size: 16px; padding: .75em 2em; cursor: pointer; font-weight: 500; transition: 0.2s ease-in; width: 100%; max-width: 300px; height: auto; line-height: 1.2; border: none; text-align: center; margin: 0 auto; display: block; border-radius: 10px;}

a.continue-btn button {color: #333; background: none; cursor: pointer; font-weight: 500; transition: 0.2s ease-in; width: 100%; line-height: 1.2; text-decoration: underline; border: none;}
a.continue-btn button:hover {color: #1e4387; text-decoration: none;}


/* HEADER */
.header, .inv-header {width: 100%; position: relative; z-index: 999; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
a#main-logo {display: block; margin: 1.5em 0;}
a#main-logo img {width: 100%; position: relative; height: auto; display: block; margin: 0 auto; max-width: 275px; padding: 0 1em;}
.mobile-display, .mobile-phone {display: none;}
a.mobile-phone button {margin: 0!important;}
.hdr-top {width: 100%; display: flex; justify-content: space-between; border-top: 10px solid #1e4387;}
.hdr-top .column8 {display: flex; flex-wrap: wrap; justify-content: flex-end;}
.hdr-contact {width: 100%; text-align: right; padding-right: 5%;}
.hdr-contact .cta-btn {margin: 0 2em;}

.translate-bar {
  display: none;
  position: absolute;
  top: 50px; /* Adjust as needed */
  right: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.translate-bar.active {
  display: block;
}

.header.clone {position: fixed; top: -444px; left: 0; right: 0; z-index: 999; transition: 0.4s top cubic-bezier(.3,.73,.3,.74); box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
body.down .header.clone {top: 0; margin-bottom: 0; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
body.down .header.clone .hdr-contact {display: none;}
body.down .header.clone a#main-logo {margin: .5em 0;}
body.down .header.clone a#main-logo img {display: block; max-width: 125px;}
body.down .header.clone .column4 {display: none;}
body.down .header.clone .column8 {width: 100%!important;}


aside.fixedBtn {z-index: 10; position: absolute; top: 200px; left: 0;}
aside.fixedBtn a {display: block; padding: 15px 15px 10px 35px; background: #1e4387; color: #fff; border-radius: 0 15px 15px 0; transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1); transform: translate3d(-20px, 0, 0);  box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);}
aside.fixedBtn i {font-size: 18px;}
aside.fixedBtn a:hover {transform: translate3d(0, 0, 0); background: #000;}


/* ALL OTHER STYLES */
.hero-wrapper {width: 100%; position: relative; z-index: 1; margin: 0 auto;}
.hero-txt {position: absolute; width: 100%; height: 100%; background: rgba(34, 34, 34, .35); margin: 0 auto; left: 0; right: 0; top: 0; z-index: 10; padding: 0 5%; color: #fff; overflow: hidden; display: flex; justify-content: center; align-items: flex-end; text-align: right; flex-wrap: wrap; flex-direction: column;}
.hero-txt h1 {font-size: 50px; font-weight: 500; line-height: 1.1; font-family: 'Paralucent', sans-serif; max-width: 900px; animation: fadeInUp; animation-duration: 1s; display: block; margin-bottom: .5em;}
.hero-txt h1 span {display: block; font-size: 22px; color: #fff; font-weight: 500; margin-bottom: 10px;}
.hero-btns {width: 100%; display: flex; justify-content: flex-start; animation: fadeInUp; animation-duration: 1s; }
.hero-txt a button {margin: 0!important;}


.btn-wrapper {display: flex; justify-content: flex-start;}
.btn-wrapper a {margin: .5em;}

.marquee-wrapper {width: 100%; overflow: hidden; background: #1e4387; padding: 1.25em 0; color: #fff; font-size: 18px; white-space: nowrap; position: relative;}
.marquee-content {display: inline-flex; align-items: center; white-space: nowrap; animation: scroll-left 10s linear infinite;}
.marquee-wrapper:hover .marquee-content {animation-play-state: paused;}
.marquee-content i {margin: 0 3em; font-size: 10px;}
.marquee-content span {display: inline-block;}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* 	INV SEARCH  */
.inv-search {width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; padding: 5em 10%;}
.inv-search h2 {width: 100%; font-weight: 500; display: block; margin-bottom: .5em; color: #000;}
.inv-search form{width: 100%; border-radius: 30px; background: #fff; box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15); padding: 2.5em 7%;}
.inv-search form label{display: block; font-weight: 500; font-size: 16px; margin-top: 10px;}
.inv-search form select, .inv-search form input[type="text"]{display: block; width: 100%; padding: 10px; font-family: 'Paralucent', sans-serif; border: none; background: #f2f0f4;}
.inv-search form input[type="submit"]{display: block; width: 100%; background: #1e4387 ; padding: 10px; font-family: 'Paralucent', sans-serif; font-weight: 500; text-align: center; color: #fff; border: none; cursor: pointer; transition: .3s ease-in-out all;}
.inv-search form input[type="submit"]:hover{background: #000; transition: .3s ease-in-out all;}


/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #555 !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: 'Paralucent', sans-serif; font-size: 14px; font-weight: 700;}
.example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}


.welcome-wrapper {width: 100%; display: flex; justify-content: center; position: relative;}
.welcome-wrapper .welcome-img {width: 30%; position: relative; z-index: 1; background: #000 url('/siteart/welcome1.jpg') center; background-size: cover;}
.welcome-wrapper .welcome-txt {width: 70%; position: relative; z-index: 1; padding: 8em 10%;}
.welcome-wrapper h2 {color: #000; font-weight: 500; font-size: 40px; line-height: 1.2; display: block; margin-bottom: 1.25em; animation: fadeInUp; animation-duration: 1s;}
.welcome-wrapper h2 span {display: block; color: #1e4387; font-size: 22px; margin-bottom: 10px;}
.welcome-wrapper p {font-weight: 500; animation: fadeInUp; animation-duration: 1s;}
.welcome-wrapper .cta-btn {margin-right: 1em;}
.welcome-wrapper .cta-btn, .welcome-wrapper .cta-btn2 {margin-top: 1em;}


.explore-wrapper {width: 90%; display: flex; flex-wrap: wrap; justify-content: center; padding: 4em 0; margin: 0 auto; max-width: 1600px;}
.explore-wrapper h2 {width: 100%; text-align: center; font-weight: 500; color: #000; display: block; margin-bottom: 1em; }
.explore-wrapper a {width: calc(25% - 1em); margin: .5em; text-align: left; color: #fff;}
.explore-wrapper a button {width: 100%; cursor: pointer; border: none; outline: none; background: #d83d31; color: #fff; text-align: left; padding: 1.5em;}
.explore-wrapper p {color: #fff; font-size: 24px;}
.explore-wrapper p span {color: #fff; font-size: 16px; display: block; margin-top: 1em;}
.explore-wrapper img {width: 50px; height: auto;}
.explore-wrapper i {font-size: 30px; margin-top: 1em; width: 100%; display: inline-flex; justify-content: flex-end;}
.explore-wrapper a:hover button {background: #a42d29; transition: .3s ease-in-out all; transform: translateY(-10px);}

.content-wrapper .flex-wrapper {margin: 4em auto; padding: 0 10%;}

.content-wrapper img {width: 100%; height: auto; display: block; margin: 0 auto; max-width: 444px;}
.content-wrapper hr {width: 100%; border: .5px solid #ccc; display: block; margin: 6em auto;}

.content-wrapper h1 {width: 100%; font-size: 42px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; display: block; margin-bottom: .5em; font-weight: 500; color: #000;}
.content-wrapper h2 {width: 100%; color: #000; font-size: 32px; display: block; line-height: 1.3; font-weight: 500; font-family: 'Paralucent', sans-serif; margin-bottom: .5em;}
.content-wrapper h3 {width: 100%; font-size: 24px; display: block; margin-bottom: .75em; color: #000; font-weight: 500; line-height: 1.4; font-family: 'Paralucent', sans-serif;}
.content-wrapper h4 {font-size: 20px; display: block; margin-bottom: .75em; font-weight: 500; line-height: 1.4; font-family: 'Paralucent', sans-serif;}
.content-wrapper p {font-weight: 500;}
.content-wrapper p a b {color: #222; border-bottom: 1px solid #222; letter-spacing: 1px; padding: 0;}
.content-wrapper p a b:hover {color: #222; border-bottom: 1px solid #222; letter-spacing: 1.5px; transition: .3s ease-in-out all;}



.page-title {width: 100%; margin: 0 auto; position: relative; padding: 8em 10%; z-index: 1; border-bottom: 1px solid #ddd; background: #000 url('/siteart/hero-slider/homepage-hero1.jpeg') center; background-size: cover; text-align: center;}
.page-title.lrg {padding: 12em 10%;}
.page-title:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(34,34,34,.5);
}
.page-title h1, .page-title p {position: relative; z-index: 3;}

.page-title h1 {font-size: 60px; letter-spacing: .75px; line-height: 1.1; display: block; color: #fff; font-family: 'Paralucent', sans-serif; animation: fadeInUp; animation-duration: 1s; font-weight: 500; text-transform: none;}
.page-title p {font-size: 16px; color: #fff; font-weight: 500; line-height: 1.6; margin: 1em auto .5em!important; animation: fadeInUp; animation-duration: 1s;}

.breadcrumb-wrapper {width: 100%; display: flex; padding: 1em 5%; background: #f2f0f4; color: #000; font-size: 13px; font-weight: 500; box-sizing: border-box;}
.breadcrumb-wrapper a, .breadcrumb-wrapper p {padding: 0 5px; font-weight: 500;} 
.breadcrumb-wrapper a:hover {color: #1e4387; transition: .3s ease-in-out all;}
.breadcrumb-wrapper .active-link {color: #1e4387;}


.location-wrapper {width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 5em 10%; margin-top: 0; position: relative; z-index: 0;}
.location-wrapper:after {width: 100%; content: ''; background: #f2f0f4; height: 20em; position: absolute; bottom: 0; left: 0; right: 0;}
.location-wrapper .location-info {position: relative; z-index: 1; background: #d83d31; border-radius: 10px; width: calc(100% - 2em); margin: 1em; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
.location-wrapper iframe {border-radius: 15px 15px 0 0;}
.location-wrapper h2 {display: block; margin-bottom: 1em; width: 100%; text-align: center;}
.location-wrapper .location-txt {padding: 1.5em 10%; font-size: 18px;}
.location-wrapper .location-txt h3 {color: #fff;}
.location-wrapper .location-txt h3 span {display: block; font-weight: 500; font-size: 18px; margin-top: 10px;}
.location-wrapper .location-txt i {margin-right: 5px;}
.location-wrapper a {display: flex; align-items: center; line-height: 1.3; margin: 1em 0; color: #fff;}

.custom-accordion {width: 80%; text-align: left; position: relative; display: flex; flex-direction: column; justify-content: center; margin: 2em auto; font-size: 16px;}
.custom-accordion > a {
	padding: 1.5em 1em;
	color: #000!important;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: ease all 0.2s;
	position: relative;
	line-height: 1.4;
}
.custom-accordion > a:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ddd;
	transition: ease all 0.3s;
}
.custom-accordion > a.open:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
}

.custom-accordion > a:hover{
	color: #000;
	background: #f6f6f6;
	border: none;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
a.click.heading.open{
	color: #000;
	background: #f6f6f6;
}
.custom-accordion > a i{
	color: #d83d31;
	padding-right: 1em;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 2em 1.5em;
	color: #000;
	display: block;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}

.CA-container{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding: 5em 10%;
}

.CA-container h2{    
	width: 100%;
    color: #000;
    font-size: 32px;
    display: block;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Paralucent', sans-serif;
	margin-bottom: .5em;}

#capp{
	width: 80%;
    margin: 3em auto;
    padding: 3em;
	background: #f2f0f4;
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

/*  contact form + captcha
------------------------------*/
#form {width: 80%; margin: 3em auto; padding: 3em; background: #f2f0f4; border-radius: 10px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 500; color: #000;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 10px 0 20px; padding: 10px; border: 1px solid #ddd; background: #fff; font-weight: 500; color: #222; height: 50px;}
#form textarea {height: 111px;}
#form select {font-size: 16px;}

.CaptchaPanel{line-height: normal !important;}
.CaptchaAnswerPanel input{width: 100%; max-width: 350px; padding: 10px; margin: 5px 0; background: #fff; border: 1px solid #ddd; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 50px; color: #666;}
.CaptchaImage {width: auto!important; padding: 0!important;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #333;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}


/* scrolling inventory */
.inv-scroller {width: 100%; margin: 0 auto; display: block;}
.scrolling-wrap {width:100%; height:90px; display: flex; align-items: center; justify-content: center;}
.scrolling {width:100%; height:90px;}


/* FOOTER */
.footer {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; font-family: 'Paralucent', sans-serif; background: #1e4387;}
.footer img {width: 100%; height: auto; max-width: 150px; padding-right: 1em;}
.footer hr{width: 50px; margin: 0 0 2em; display: block; border-width: 1.5px; color: #fff; border-style: solid;}
.ftr-nav {width: 60%; padding: 5em 0 2em 10%; display: flex; justify-content: flex-start;}
.ftr-nav div {width: 50%;}
.ftr-nav h3 {color: #fff; display: block; margin: 1em 0 .5em; line-height: 1.3; font-size: 20px; font-family: 'Paralucent', sans-serif; font-weight: 500;}
.ftr-nav a {font-size: 16px; margin: 5px 0; display: inline-block; color: #fff; text-decoration: none;}
.ftr-nav a:hover {color: #eee;}
.ftr-contact {width: 30%; max-width: 350px; padding: 2em; background: #fff; color: #000; margin: 5em 10% 5em 0; border-radius: 30px;}
.ftr-contact h3 {color: #000; display: block; text-align: center; margin-bottom: .5em; line-height: 1.3; font-family: 'Paralucent', sans-serif; font-size: 20px; font-weight: 500;}
.ftr-contact a {color: #000; display: flex; align-items: center; font-weight: 500; font-size: 16px;}
.ftr-contact div {color: #000; display: flex; align-items: flex-start; font-weight: 500; line-height: 1.8;}
.ftr-contact a span {display: block; font-size: 13px;}
.ftr-contact i {padding: 7px 6px; margin: 10px 10px 10px 0; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #000; font-size: 18px; background: #f4f4f4;}
.ftr-contact a:hover i {background: #eee; transition: .3s ease-in-out all;}
.ftr-bottom {width: 100%; display: flex; justify-content: space-between; padding: 2em 10%; align-items: center; background: #fff;}
.ftr-bottom a {color: #000;}


/* MEDIA QUERIES (RESPONSIVE) */
@media screen and (max-width: 1400px) {			
	.content-wrapper h1 {font-size: 36px;}	
	.content-wrapper h2, .CA-container h2 {font-size: 28px;}	
	.content-wrapper h3 {font-size: 22px;}	
}

@media screen and (max-width: 1200px){				
	.hdr-top .column4 {width: 30%!important; float: left;}	
	.hdr-top .column8 {width: 70%!important; float: left;}	
	
	.hero-txt h1 {font-size: 40px;}
	.hero-txt h1 span {font-size: 18px;}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
		
	.welcome-wrapper h2 {font-size: 32px;}
	
	.explore-wrapper a {width: calc(50% - 1em);}
	
}

@media screen and (max-width: 900px) {		
	body.down .header.clone .hdr-top {border-top: none;}
	.hdr-top {flex-wrap: wrap; flex-direction: column-reverse; border-top: none;}
	.hdr-top .column4 {width: 100%!important; float: none; display: flex; justify-content: space-between; align-items: center; padding: 0 1.25em;}	
	.hdr-top .column8 {width: 100%!important; float: none;}
	
	.hdr-contact {display: none;}
	.mobile-phone {display: block; margin-bottom: 1em;}
	a#main-logo img {max-width: 230px;}
	a#main-logo {margin: 1em 0;}
	
	.hero-txt {position: relative; background: #f2f0f4; padding: 3em 1.5em; text-align: left; justify-content: flex-start; color: #fff;}
	.hero-txt h1 {max-width: none; font-size: 32px; color: #000;}
	.hero-txt h1 span {color: #1e4387;}	
	
	.welcome-wrapper {flex-wrap: wrap; flex-direction: column-reverse;}
	.welcome-wrapper .welcome-img {width: 100%; padding: 20%;}
	.welcome-wrapper .welcome-txt {width: 100%; padding: 5em 7%;}
	.welcome-wrapper h3 {font-size: 32px; margin-bottom: 1em;}
	.welcome-wrapper b {margin-bottom: 2em;}
	.btn-wrapper {flex-wrap: wrap;}
	
	.page-title {padding: 6em 10%;}
	.page-title h1 {font-size: 50px;}
	.page-title.lrg {padding: 10em 10%;}
	
	.content-wrapper .flex-wrapper {margin: 3em 0; padding: 0 8%;}
	
	#form {padding: 3em 2em;}
	
	.ftr-nav {width: 100%; padding: 4em 7% 2em;}
	.ftr-contact {width: 100%; margin: 2em 7% 4em;}
	.ftr-bottom {padding: 1.5em 7%;}
	.ftr-nav h3 {margin: 0 0 .5em; font-size: 18px;}
	.footer img {max-width: 125px;}
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 550px) {	
	.location-wrapper .location-txt {font-size: 16px;}
	.welcome-wrapper h3 {font-size: 24px;}
	.welcome-wrapper b {font-size: 16px;}
	.btn-wrapper a button {padding: 1.5em 1em;}
	
	.welcome-wrapper .cta-btn a {margin-right: 0;}
	
	aside.fixedBtn {top: 275px;}
	
	a#main-logo {margin: 1em auto;}
	
	.page-title {padding: 4em 10%;}
	.page-title.lrg {padding: 8em 10%;}
	
	.ftr-nav a {font-size: 15px;}
	.hdr-top .column4 {flex-direction: column;}
}

@media screen and (max-width: 480px) {	
	.explore-wrapper a {width: calc(100% - 1em);}
}