
/* 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: .03em; 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;}
.red {color: #961a25!important;}
.align-right {text-align: right!important;}
.white {color: #fff!important;}
.gray {color: #bbb!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: #71111a;
    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: #961a25;
    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;
}

.cta-banner {width: 100%; margin: 2em auto; max-width: 1200px; border-radius: 10px; padding: 3em 5%; text-align: center;}
.cta-banner p {display: block; margin-bottom: 1em; font-size: 20px; line-height: 1.5;}

#form input[type="submit"]:hover {transform: translateY(-10px); transition: all .5s ease;}
#form input[type="submit"] {color: #fff; background: #961a25; 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: #232530; text-decoration: none;}


/* HEADER */
.header, .inv-header {width: 100%; position: relative; z-index: 999; display: flex; justify-content: center;}
.header .column9, .inv-header .column9 {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
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: 250px; padding: 0 1em!important;}
.mobile-display {display: none;}
.hdr-contact {width: 100%; text-align: right; padding: 1em 5%; background: #232530; color: #fff;}
.hdr-contact a i {margin-left: 1em; font-size: 18px;}
.hdr-contact .cta-btn {margin: 0 1em;}

.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 {background: #fff; 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 2em;}
body.down .header.clone a#main-logo img {max-width: 125px;}



/* ALL OTHER STYLES */
.sidebar-wrapper {width: 100%; display: flex; position: relative;}
.sidebar-left {background: #961a25; display: flex; flex-direction: column; padding: 2em 0; position: absolute; z-index: 2; left: 0; top: 0; height: 80%;}
.sidebar-left a {color: #fff; font-size: 22px; margin: 3vw 1.25em;}
.sidebar-left a:hover {transform: scale(1.1); transition: .3s ease-in-out all;}
.sidebar-right {width: 100%;}

.hero-wrapper {width: 100%; position: relative; z-index: 1; margin: 0 auto;}
.hero-txt {position: absolute; width: 80%; height: auto; background: rgba(35, 37, 48, .95); margin: 0 auto; right: 0; bottom: 0; z-index: 10; padding: 3em 5%; color: #fff; overflow: hidden; display: flex; justify-content: space-between; align-items: center;}
.hero-txt h1 {font-size: 95px; font-weight: 500; line-height: 1; font-family: 'Mesquite-std', sans-serif; max-width: 750px; animation: fadeInUp; animation-duration: 1s; display: block; letter-spacing: 1.5px;}
.hero-txt h1 span {display: block; color: #fff; margin-bottom: 10px; font-size: 24px; font-family: 'Paralucent', sans-serif;}
.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;}


/* 	INV SEARCH  */
.inv-search {width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; padding: 5em 8% 0 12%;}
.inv-search h2 {width: 100%; font-weight: 500; display: block; margin-bottom: .5em; color: #232530;}
.inv-search form{width: 100%; border-radius: 20px; 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: #961a25 ; 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: #71111a; 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; padding: 4em 8% 4em 12%;}
.welcome-wrapper .column5 {padding: 2em 5%;}
.welcome-wrapper .column7 {padding: 2em 5%;}
.welcome-wrapper h2 {color: #232530; 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 {padding-bottom: .5em; border-bottom: 5px solid #000; font-weight: 600; white-space: nowrap;}
.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;}

/* zoom buttons */
.zoom-wrapper {width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 4em 7%; margin-top: 0; position: relative; z-index: 0;}
.zoom-container {width: calc(25% - 1em); margin: .5em; /*height: 400px;*/ position: relative; overflow: hidden; box-sizing: border-box; display: flex; flex-wrap: wrap;}
.zoom-container img {width: 100%; height: auto; max-width: none; aspect-ratio: 3 / 4; object-fit: cover;}
.zoom-container:hover img {transform:scale(1.05); transition: all .5s ease;}
.zoom-container:hover .zoom-caption {background: rgba(0, 0, 0, .5)!important; transition: all .2s ease-in-out;}
.zoom-container:hover img {}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
    transition: all .5s ease;
	padding: 2em 10%;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background: rgba(35, 37, 48, .85);
	/*text-shadow: 1px 1px 8px #222;*/
}
.zoom-container .zoom-caption:hover {background: rgba(35, 37, 48, .25);}
.zoom-container .zoom-caption h2 span {width: 90%; color: #fff; line-height: 1.1; display: block; text-transform: uppercase; margin: 0 0 .25em; position: relative; font-size: 40px; font-weight: 500; font-family: 'Paralucent', sans-serif;}
.zoom-container .zoom-caption h2 {color: #fff; font-size: 18px; font-weight: 500;}
.zoom-container .zoom-caption i {}


.content-wrapper .flex-wrapper {margin: 5em 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; animation: fadeInUp; animation-duration: 1s; }
.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; animation: fadeInUp; animation-duration: 1s; }
.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; animation: fadeInUp; animation-duration: 1s; }
.content-wrapper h4 {font-size: 20px; display: block; margin-bottom: .75em; font-weight: 500; line-height: 1.4; font-family: 'Paralucent', sans-serif; animation: fadeInUp; animation-duration: 1s; }
.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;}

.reviews-wrapper {width: 100%; display: block; padding: 6em 5%; box-sizing: border-box; text-align: center;}
.reviews-wrapper h2 {width: 100%; font-weight: 500; line-height: 1.2;}
.reviews-wrapper hr {display: block; width: 100%; height: 6px; max-width: 100px; margin: .5em auto 2em; background: #232530; border-radius: 10px;}
.reviews-wrapper p {width: 100%; display: block; margin-bottom: 3em;}

.page-title {width: 100%; margin: 0 auto; position: relative; padding: 8em 10%; z-index: 1; border-bottom: 1px solid #ddd; background: #232530 url('/siteart/IMG_1953.jpg') center; background-size: cover; text-align: center;}
.page-title.lrg {padding: 10em 10%; background: #232530 url('/siteart/IMG_1954.jpg') center; background-size: cover; text-align: center;}
.page-title:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(35,37,48,.75);
}
.page-title h1, .page-title p {position: relative; z-index: 3;}

.page-title h1 {font-size: 110px; line-height: 1; display: block; color: #fff; font-family: 'Mesquite-std', sans-serif; animation: fadeInUp; animation-duration: 1s; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px;}
.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: #232530; transition: .3s ease-in-out all;}
.breadcrumb-wrapper .active-link {color: #961a25;}

.team-wrapper {width: 100%; display: flex; flex-wrap: wrap; padding: 4em 10%; background: #f2f0f4;}
.team-wrapper p {width: 100%; display: block; margin-bottom: 2em;}
.team-member {width: calc(25% - 3em); margin: 1.5em; border-radius: 10px;}
.team-member:hover {transform: translateY(-10px); transition: all .5s ease;}
.team-member:hover p {border-left: 5px solid #232530; transition: .3s ease-in-out all;}
.team-member img {max-width: none; border-radius: 20px;}
.team-member p {width: 100%; display: block; font-size: 18px; font-weight: 600; margin-top: 1em; margin-bottom: 0; line-height: 1.2; border-left: 5px solid #bbb; padding: 0 .5em; text-transform: uppercase;}
.team-member p span {display: block; margin-top: .25em; font-size: 16px; font-weight: 500; text-transform: none;}


.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; background: #232530;}
.location-wrapper .location-info {position: relative; z-index: 1; width: calc(100% - 2em); margin: 1em;}
.location-wrapper iframe {width: 100%; max-width: 1600px; margin: 0 auto;}
.location-wrapper h2 {display: block; margin-bottom: 1em; width: 100%; text-align: center; color: #fff;}
.location-wrapper .location-txt {padding: 1.5em 0; 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;}

ul.content-list {width: 100%; display: flex; justify-content: center; flex-wrap: wrap; margin: 0 auto; max-width: 2000px;}
ul.content-list li {width: calc(25% - 1em); margin: .5em; background: #fff; padding: 2em; display: flex; align-items: center; justify-content: center; text-align: center;}
ul.content-list li:hover {transform: translateY(-10px); transition: all .5s ease;}
ul.content-list li span {display: block; margin-bottom: .5em; font-weight: 600; font-size: 22px; line-height: 1.2; color: #232530;}
ul.content-list li i {font-size: 30px; color: #232530; display: block; margin: 0 auto 1em;}

.how-wrapper {width: 100%; display: flex; justify-content: center; flex-wrap: wrap; padding: 4em 10% 2em; background: #961a25;}
.how-wrapper h2 {color: #fff;}

.why-wrapper {width: 100%; background: #232530; display: flex; justify-content: center; flex-wrap: wrap; padding: 4em 10%;}
.why-wrapper h2 {color: #fff; animation: fadeInUp; animation-duration: 1s; }


.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: 18px;
	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: #f2f0f4;
	border: none;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
a.click.heading.open{
	color: #000;
	background: #f2f0f4;
}
.custom-accordion > a i{
	color: #961a25;
	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";
}


/*  contact form + captcha
------------------------------*/
#form {width: 80%; margin: 5em auto; /*padding: 3em;*/}
#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 #f2f0f4; background: #f2f0f4; font-weight: 500; color: #000; 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: #f2f0f4; border: 1px solid #f2f0f4; 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: 4em auto 0; display: flex; justify-content: center; flex-wrap: wrap;}
.inv-scroller h3 {font-weight: 500; font-size: 24px; width: 100%; margin: 0 auto .5em; padding: 0 5%; max-width: 1600px;}
.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; max-width: 1600px; margin: 0 auto;}
.footer .column4 {padding: 5em 5%;}
.ftr-nav {}
.ftr-nav h3 {color: #000; display: block; margin: 1em 0 .5em; line-height: 1.3; font-size: 22px; font-family: 'Paralucent', sans-serif; font-weight: 600;}
.ftr-nav a {font-size: 16px; margin: 5px 0; display: inline-block; color: #000; text-decoration: none;}
.ftr-contact {color: #000;}
.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 10px; margin: 10px 10px 10px 0; display: inline-flex; justify-content: center; align-items: center; width: 50px; height: 50px; text-align: center; color: #fff; font-size: 18px; background: #232530;}
.ftr-contact a:hover i {background: #961a25; transition: .3s ease-in-out all;}
.ftr-logo {display: block; text-align: center;}
.ftr-logo img {width: 100%; max-width: 200px; height: auto; display: inline-block; margin: 0 0 2em;}
.ftr-logo i {color: #d90000; margin: 0 .5em; font-size: 18px;}


/* MEDIA QUERIES (RESPONSIVE) */
@media screen and (max-width: 1400px) {		
	a#main-logo img {max-width: 235px;}
	
	.hero-txt h1 {font-size: 85px;}
	.hero-txt h1 span {font-size: 24px;}
	
	img.years-badge {max-width: 200px;}
	
	.content-wrapper h1 {font-size: 36px;}	
	.content-wrapper h2, .CA-container h2 {font-size: 28px;}	
	.content-wrapper h3 {font-size: 22px;}	
	
	ul.content-list li {width: calc(50% - 1em); margin: .5em;}
	
	.zoom-container {width: calc(50% - 1em);}
	.zoom-container .zoom-caption {padding: 2em;}
	.zoom-container img {aspect-ratio: 3 / 3;}
}

@media screen and (max-width: 1200px){		
	.header .column3, .inv-header .column3 {float: left!important; width: 30%!important;}
	.header .column9, .inv-header .column9 {float: left!important; width: 70%!important; justify-content: flex-end;}
	
	body.down .header.clone a#main-logo img {max-width: 95px; margin: 0;}
	
	.sidebar-left a {margin: 3vw 1em;}
	
	a#main-logo {margin: 1em 0;}
	a#main-logo img {max-width: 200px; padding: 0!important;}
	
	.hero-txt {width: 80%; padding: 2em 5%;}
	.hero-txt h1 {font-size: 60px; max-width: 550px;}
	.hero-txt h1 span {font-size: 20px;}
	
	.welcome-wrapper .column5 {float: left; width: 35%!important;}
	.welcome-wrapper .column7 {float: left; width: 65%!important;}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
	
	.team-member {width: calc(50% - 3em);}
	
	.welcome-wrapper h2 {font-size: 32px;}
	
	.footer .column4 {float: left; width: 33.33%!important;}
	
}

@media screen and (max-width: 900px) {			
	.hdr-contact {display: none;}
	
	a#main-logo {margin: 1em 0 1em 2em;}
	
	.sidebar-wrapper {flex-direction: column;}
	.sidebar-left {flex-direction: row; justify-content: space-around; padding: 0 2em; position: relative; height: auto;}
	.sidebar-left a {margin: 1em 2vw;}
	
	.hero-txt {width: 100%; position: relative; background: #232530; padding: 3em 10%; text-align: left; justify-content: flex-start; flex-wrap: wrap;  color: #fff;}
	.hero-txt h1 {max-width: none; color: #fff;}
	.zoom-container .zoom-caption h2 span {font-size: 32px;}
	
	.inv-search {padding: 4em 12% 0;}
	.welcome-wrapper {padding: 4em 12%;}
	
	.welcome-wrapper {flex-wrap: wrap; flex-direction: column;}
	.welcome-wrapper .column5 {float: none; width: 100%!important; padding: 0;}
	.welcome-wrapper .column7 {float: none; width: 100%!important; padding: 0;}
	.welcome-wrapper h3 {font-size: 32px; margin-bottom: 1em;}
	.welcome-wrapper h2 {text-align: left!important;}
	.welcome-wrapper h2 span {padding-bottom: .35em;}
	
	.page-title {padding: 6em 10%;}
	.page-title h1 {font-size: 80px;}
	.page-title.lrg {padding: 10em 10%;}
	
	.content-wrapper .flex-wrapper {margin: 4em 0; padding: 0 8%;}
	
	ul.content-list li {width: calc(100% - 1em); margin: .5em;}
	ul.content-list li span {font-size: 20px;}
	
	.footer .column4 {float: none; width: 100%!important; padding: 2.5em 10%;}
	.footer {text-align: center;}
	.ftr-contact {display: none;}
}

@media screen and (max-width: 767px) {
	
	a#main-logo {margin: 1em 2em;}
	a#main-logo img {margin: 0;}
	
	.header .column3, .inv-header .column3 {width: 50%!important;}
	.header .column9, .inv-header .column9 {width: 50%!important; flex-wrap: nowrap;}
	
	.zoom-container {width: calc(100% - 1em);}
	.zoom-container img {aspect-ratio: 4 / 3;}
}

@media screen and (max-width: 550px) {	
	.header .column3, .inv-header .column3 {width: 65%!important;}
	.header .column9, .inv-header .column9 {width: 35%!important;}
	
	a#main-logo {margin: 1em 0 1em 1.5em;}
	
	.sidebar-left {justify-content: space-between;}
	
	.location-wrapper .location-txt {font-size: 16px;}
	.welcome-wrapper h3 {font-size: 24px;}
	.welcome-wrapper b {font-size: 16px;}
	
	.welcome-wrapper .cta-btn a {margin-right: 0;}
	
	.team-member {width: calc(100% - 3em);}
	
	.page-title {padding: 4em 10%;}
	.page-title.lrg {padding: 8em 10%;}
	
	.page-title h1 {font-size: 60px;}
	
	.cta-banner p {font-size: 18px;}
	
	.custom-accordion > a {font-size: 16px;}
}

@media screen and (max-width: 480px) {	
	.zoom-container img {aspect-ratio: 3 / 3;}
	
	.hero-txt h1 {font-size: 45px;}
	.hero-txt h1 span {font-size: 16px;}
}