
/* 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: 'Poppins', 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.5; letter-spacing: .01em;}
::-moz-selection{background: #1c3e71; color: #fff; text-shadow: none} ::selection{background: #1c3e71; 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;
}

.marg6 {margin: 6em auto!important;}
.center {text-align: center;}
.dark-blue {color: #1c3e71!important;}
.white {color: #fff!important;}
.align-right {text-align: right;}
.gray-bg {background: #f4f4f4;}

.content-width {margin: 0 auto; width: 80%; position: relative; z-index: 3;}
.flex-wrapper {display: flex; flex-wrap: wrap; align-items: center;}
.inv-width {margin: 0 auto; width: 95%; max-width: 1400px;}

.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; position: relative;} .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;}
a#cta-btn button {margin: 1em 0 0; color: #fff; background: #1c3e71; padding: 1em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; width: 100%; max-width: 333px; border: none; font-weight: 700; border-radius: 50px;}
a#cta-btn2 button {margin: 1em 0 0; color: #000; background: none; padding: 1em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: 1px solid #000; font-weight: 700; font-family: 'Poppins', sans-serif; border-radius: 50px; width: 100%; max-width: 333px;}
a#cta-btn3 button {margin: 1em 0 0; color: #fff; background: none; padding: 1em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: 1px solid #fff; font-weight: 700; font-family: 'Poppins', sans-serif; border-radius: 50px;}
a#cta-btn button:hover, #form input[type="submit"]:hover, #newsletter .form-row.column4 input[type="submit"]:hover {background: #000; color: #fff; transition: all .2s ease-in-out;}
a#cta-btn2 button:hover, a#cta-btn3 button:hover {border: 1px solid #777; color: #777; transition: all .2s ease-in-out;}
#form input[type="submit"] {color: #fff; background: #1c3e71; padding: 1em 2em; cursor: pointer; font-weight: 700; transition: 0.2s ease-in; width: 100%; max-width: 444px; height: auto; line-height: 1.2; border: none; text-align: center; margin: 0 auto; display: block; border-radius: 50px;}

/* HEADER */
.header, .inv-header {width: 100%; margin: 0 auto; position: absolute; z-index: 999; display: flex; align-items: center; padding: .75em 7%; /*background: rgba(255,255,255,.5);*/}
.header .column10, .inv-header .column10 {display: flex; align-items: center; justify-content: flex-end;}
.header a#cta-btn button, .inv-header a#cta-btn button {margin-top: 0;}
img#main-logo {width: 100%; margin: 0; height: auto; display: block; max-width: 275px;}
.mobile-display {display: none;}

.header.clone {position: fixed; top: -444px; left: 0; right: 0; z-index: 999; transition: 0.4s top cubic-bezier(.3,.73,.3,.74); padding: .25em 7%; background: rgba(255,255,255,.85); box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);}
body.down .header.clone {top: 0;}
body.down .header.clone img#main-logo {display: block; max-width: 140px;}
.header{background-color:rgba(255, 255, 255, .85);}

/* ALL OTHER STYLES */
.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 {font-size: 42px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; display: block; margin-bottom: .5em; font-weight: 800; color: #000;}
.content-wrapper h2 {color: #000; font-size: 30px; display: block; line-height: 1.3; margin-bottom: 1em!important; font-weight: 800;}
.content-wrapper h3 {font-size: 26px; display: block; margin-bottom: .75em; color: #000; font-weight: 800; line-height: 1.4;}
.content-wrapper h4 {font-size: 20px; display: block; margin-bottom: .75em; font-weight: 700; line-height: 1.4;}
.content-wrapper p {font-weight: 500;}
.content-wrapper p a b {color: #1c3e71; border-bottom: 1px solid #1c3e71; letter-spacing: 1px; padding: 0;}
.content-wrapper p a b:hover {color: #000; border-bottom: 1px solid #000; letter-spacing: 1.5px; transition: .3s ease-in-out all;}

.homepagehero-wrapper {width: 100%; margin: 0 auto; position: relative; z-index: 1;}

.welcome-wrapper {width: 100%; padding: 8em 10%; display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}
.welcome-wrapper h1 {width: 100%; color: #000; text-transform: none; display: block; margin-bottom: 2.75em; text-align: center; font-size: 36px; animation: fadeInUp; animation-duration: 1s;}

.map-wrapper {width: 100%; display: flex; justify-content: center; align-items: center;}
.map-wrapper img {max-width: 900px;}

.map-container {position: relative; width: 100%; margin: 3em auto 0; display: flex; align-items: center; justify-content: center;}
.locationleft {text-align: center;}
.buttonblock {width: 100%; display: flex; flex-wrap: wrap;}
.locationbox {margin: 2.5em 2em 0;}
.locationbox p a {text-transform: uppercase; color: #1c3e71; border-bottom: 1px solid #1c3e71; letter-spacing: 1px; padding: 0; font-weight: 700;}
.locationbox p a:hover {color: #000; border-bottom: 1px solid #000; letter-spacing: 1.5px; transition: .3s ease-in-out all;}
.locationbox p i {float: right; font-size: 36px; padding: 10px; border: 1px solid #1c3e71; color: #1c3e71; border-radius: 100%; margin-top: -.5em; width: 55px; height: 55px;}
.locationbox p a:hover i {color: #000; border: 1px solid #000; letter-spacing: normal;}
.locationbutton {display: inline-block; background: #ddd; color: #000; margin: .25em; padding: 2px 0; text-align: center; width: calc(20% - .5em);}
.locationbutton:hover {cursor:pointer;}
.reveal {background:#1c3e71;}
.reveal p {color:#fff;}

#basemap, #californiamap, #georgiamap, #floridamap, #nevadamap, #newjerseymap, #newyorkmap, #arizonamap, #texasmap, #KBCTbox, #KDTSbox, #KMCObox, #KOPFbox, #KPDKbox, #KPBIbox, #KTPAbox, #KVNYbox, #KLASbox, #KSFBbox, #KTEBbox, #KRYYbox, #KATLbox, #KAHNbox, #KFXEbox, #KVPSbox, #KJAXbox, #KFLLbox, #KFTYbox, #KONTbox, #KLAXbox, #KBURbox, #KVGTbox, #KHNDbox, #KHPNbox, #KEGEbox, #KSBSbox, #KBJCbox, #KSNAbox, #KSDLbox, #KDFWbox {display:none;}


.locations-wrapper {width: 100%; padding: 8em 10%; background: #eee; display: flex; flex-wrap: wrap; justify-content: center; border-radius: 0 0 90px 0;}

.support-wrapper {width: 100%; padding: 8em 10%; background: #fff; display: flex; flex-wrap: wrap; justify-content: center;}

.newsletter-wrapper {width: 100%; padding: 12em 10% 3em; background: url('/siteart/aog-lineup1.jpg') center; background-color:#000; background-size: cover; display: flex; flex-wrap: wrap; justify-content: flex-start; color: #fff; position: relative; z-index: 0;}
.newsletter-wrapper:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0,0,0,.5);
}
.newsletter-wrapper h4 {width: 100%; color: #fff!important; line-height: 1.3; margin-top: 0; position: relative; z-index: 3; font-size: 2em;}
.newsletter-wrapper p {max-width: 60%; display: block; margin: 1.5em 0 2.5em; position: relative; z-index: 3;}

.form-wrapper {width: 60%; position: relative; z-index: 3;}
.form-wrapper iframe {width: 100%; height: 85px;}
#newsletter .form-row.column8 input[type="text"] {background: #fff; width: 100%; margin: 0 0 10px; padding: 10px; border: 1px solid #ccc; font-weight: 500; color: #000; height: 50px;}
#newsletter .form-row.column4 input[type="submit"] {margin-left: -1.5em!important; color: #fff; background: #1c3e71; padding: 1em 2em; cursor: pointer; font-weight: 700; transition: 0.2s ease-in; width: 100%; max-width: 444px; height: auto; line-height: 1.2; border: none; text-align: center; margin: 0 auto; display: block; border-radius: 50px;}

.jobs-wrapper {width: 100%; display: flex; margin: 0 auto 4em; flex-wrap: wrap;}
.job-wrapper {width: calc(33.33% - 2em); margin: 1em; padding: 1.5em 3%; background: #f4f4f4; border-radius: 0 0 20px 0; box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);}
.job-wrapper h3 {margin-bottom: .5em; font-size: 22px;}
.job-wrapper i {font-size: 18px; margin-right: .5em; color: #000;}

.services-wrapper {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; /*margin-bottom: 6em;*/}
.services-wrapper .offering {width: calc(50% - 2em); margin: 1em; padding: 3em 5%; background: #f4f4f4; border-radius: 0 0 20px 0; box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);}

.about-wrapper {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.img-row {width: 100%; display: flex; justify-content: center; margin: 2em 0;}
.img-row img {width: calc(25% - 2em); margin: 1em; height: auto; box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);}

.team-wrapper {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; padding: 6em 10%;}
.team-member {background: #fff; width: calc(25% - 2em); margin: 1em; padding: 1em; text-align: center; border-radius: 0 0 20px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; flex-direction: column; box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);}
.team-member h3 { font-size: 20px; margin-bottom: 0; margin-top: .5em; padding: 0 5%;}
.team-member h3 span {display: block; color: #000; font-weight: 500; font-size: 16px; margin-top: 3px;}

.downloads-wrapper {width: 100%; text-align: center;}

.page-title {width: 100%; margin: 0 auto; position: relative; padding: 22em 0 6em; background: #f4f4f4; text-align: left; z-index: 1; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);}
.page-title:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	
}
.page-title h1, .page-title p {color: #fff!important;}
.page-title.default {background: url('/siteart/homepagehero-slides/vanandtruckinhangar.png') center;background-size:cover; background-color:#000;/*padding:25vw 0;*/ height: 700px;}
.page-title.about {background: url('/siteart/hero-about2.JPEG') center; background-size: cover;background-color:#000;}
.page-title.careers {background: url('/siteart/slcplane.png') center; background-size: cover;background-color:#000;}
.page-title.contact {background: url('/siteart/hero-contact1.jpg') center; background-size: cover;background-color:#000;}
.page-title.services {background: url('/siteart/inhangar.png') center; background-size: cover;background-color:#000;}
.page-title.maintenance {background: url('/siteart/zoom-btns/aog-maintenance1.png') center; background-size: cover;}
.page-title.avionics {background: url('/siteart/zoom-btns/avionics1.png') center; background-size: cover;}
.page-title.design {background: url('/siteart/zoom-btns/design-engineering1.png') center; background-size: cover;}
.page-title.management {background: url('/siteart/zoom-btns/aircraft-management1.png') center; background-size: cover;}
.page-title.brokerage {background: url('/siteart/zoom-btns/aircraft-brokerage1.png') center; background-size: cover;}
.page-title.faqs {background: url('/siteart/welcome-slides/aircraft2.jpg') center; background-size: cover;}
.page-title.inv {background: url('/siteart/aog-lineup1.jpg') center; background-size: cover;}
.page-title.technicians {background: url('/siteart/hero-technicians1.jpg') center; background-size: cover;}

.page-title h1 {font-size: 50px; letter-spacing: .75px; line-height: 1.1; display: block; margin-bottom: .5em; color: #000; font-family: 'Poppins', sans-serif; animation: fadeInUp; animation-duration: 1s; font-weight: 800; text-transform: none;}
.page-title p {font-size: 18px; color: #000; font-weight: 600; line-height: 1.5; margin: 1em auto .5em!important;}

ul.content-list {list-style: none; font-weight: 600; display: flex; justify-content: center; flex-wrap: wrap; margin-top: 2em;}
ul.content-list li {padding: 1em 5%;  width: calc(50% - 1em); margin: .5em; text-align: center; background: #f4f4f4; border: 1px solid transparent; display: flex; align-items: center; justify-content: center; box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);}
ul.content-list li:hover, .services-wrapper .offering:hover, .job-wrapper:hover {background: #eee; transition: .2s ease-in-out all;}

ul.content-list.xs {margin: 1em 0; justify-content: flex-start;}
ul.content-list.xs li {padding: 0 1vw; font-size: 18px;  width: calc(14% - 1em); margin: .5em; text-align: center; background: none; border: 1px solid transparent; color: #000; display: flex; align-items: center; justify-content: center; letter-spacing: .5px; box-shadow: none;}
ul.content-list.xs li:hover {background: none;}


/* zoom buttons */
.zoom-wrapper {width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 3em 0 0; margin-top: 0; position: relative; z-index: 0;}
.zoom-container {width: calc(50% - 2em); /*height: 400px;*/ margin: 1em; position: relative; overflow: hidden; box-sizing: border-box; border-radius: 20px;}
.zoom-container img {width: 100%; height: auto; max-width: none;}
.zoom-container:hover img {transform:scale(1.05); transition: all .5s ease;}
.zoom-container:hover .zoom-caption {background: rgba(0, 0, 0, .6)!important; transition: all .2s ease-in-out;}
.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: center;
    transition: all .5s ease;
	padding: 1.5em 10%;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background: rgba(28, 38, 51, .5);
	/*text-shadow: 1px 1px 8px #222;*/
}
.zoom-container .zoom-caption:hover {background: rgba(28, 38, 51, .9);}
.zoom-container .zoom-caption h3 {color: #fff; line-height: 1.2; display: block; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 1em; position: relative;}
.zoom-container .zoom-caption p {color: #fff;}
.zoom-container .zoom-caption b {color: #fff; text-transform: uppercase; letter-spacing: 1px; padding: .25em 0; border-bottom: 1px solid #fff;}
.zoom-container .zoom-caption:hover b {letter-spacing: 1.5px; transition: .3s ease-in-out;}
.zoom-container .zoom-caption i {position: absolute; bottom: 30px; right: 2em; font-size: 24px; color: #fff; padding: 12px; border-radius: 100%; border: 1px solid #fff; width: 50px; height: 50px;}


/* contact form + captcha */
#form {margin: 6em auto 0; width: 100%; text-align: center;}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 600;}
#form .form-row label span{font-weight: 700; font-size: 20px; vertical-align: top;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 0 0 10px; padding: 10px; border: 1px solid #ccc; background: none; font-weight: 500; color: #000; height: 50px;}
#form textarea {height: 111px;}
#form h4 {width: 100%; margin: 0 0 .5em; font-size: 24px; line-height: 1.4;}
#form p {width: 100%; margin: 0 0 1.5em; font-size: 16px;line-height: 1.8;}

.CaptchaPanel{line-height: normal !important; width: 100%;}
.CaptchaAnswerPanel input{width: 100%; max-width: 444px; padding: 10px; margin: 5px 0; background: none; border: 1px solid #ccc; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; color: #000;}
.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: #000;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}


/* FOOTER */
.footer {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; z-index: 0; background: linear-gradient(#20467f, #1c3e71); color: #fff; padding: 5em 7%;}
.footer h4 {font-weight: 700; font-size: 20px; display: block; margin-bottom: .5em; color: #fff; text-transform: uppercase; line-height: 1.3;}
.footer p a {font-weight: 600;}
.footer ul {list-style: none;}
.footer ul li {display: block;}
.footer ul li a {font-weight: 500;}
.footer ul li a:hover, .footer p a:hover {color: #eee; transition: .2s ease-in-out all;}

.ftr-top {width: 100%;}
.ftr-top img {width: 100%; max-width: 222px; margin-right: 1em;}
.ftr-bottom {width: 100%; display: flex; justify-content: flex-start; align-items: center; margin-top: 5em;}
.site-host {width: 30%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding: 1.5em 0; font-size: 12px; color: #eee; line-height: 1.8;}
.site-host a {color: #eee; font-weight: 500!important;}
.site-host a:hover {color: #fff; transition: .2s ease-in-out all;}
.ftr-socials {width: 70%; display: flex; align-items: center; margin-left: 10%;}
.ftr-socials h4 {margin-bottom: 0; margin-right: 5%; margin-top: 0!important;}
.ftr-socials a {padding: 10px 6px; margin: 10px 1vw; display: inline-block; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #fff; font-size: 20px; border: 1px solid #fff;}
.ftr-socials a:hover {color: #eee; border: 1px solid #eee;}


/* MEDIA QUERIES (RESPONSIVE) */
@media screen and (max-width: 1500px) {		
	.content-width {width: 85%;}
	
	.zoom-container .zoom-caption h3 {font-size: 24px;}
	
	.team-member {width: calc(33.33% - 2em);}
}

@media screen and (max-width: 1300px) {	
	.welcome-wrapper h1 {font-size: 32px; margin-bottom: 2em;}
	.support-wrapper {padding: 8em 7%;}
}

@media screen and (max-width: 1200px){	
	.header a#cta-btn button, .inv-header a#cta-btn button {display: none;}
	
	img#main-logo {width: 100%; max-width: 230px;}
	
	body.down .header.clone img#main-logo {max-width: 130px;}
	
	ul.content-list {margin-top: 2em;}
	ul.content-list li {width: calc(50% - 1em);}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
	
	#newsletter .form-row.column4 {width: 33.3333%!important; float: left;}
	#newsletter .form-row.column8 {width: 66.6666%!important; float: left;}
	
	.page-title.default {height: 600px;}
		
	a#cta-btn button, a#cta-btn2 button, a#cta-btn3 button, #form input[type="submit"], .CaptchaAnswerPanel input {width: 100%; max-width: 350px;}
	
	ul.content-list.xs li {width: calc(25% - .5em); margin: .25em;}
	
	.map-container {flex-wrap: wrap;}
	.locationleft img {max-width: 777px; margin-bottom: 1em;}	
	
	.page-title {padding: 16em 0 4em;}
	
	.newsletter-wrapper p {max-width: 75%;}
	.form-wrapper {width: 75%;}	
	
	.team-member {width: calc(50% - 2em);}
	.team-wrapper h3 span {font-size: 16px;}
	
	.img-row {flex-wrap: wrap;}
	.img-row img {width: calc(50% - 2em);}
	
	.services-wrapper .offering {width: calc(100% - 1em); margin: .5em; text-align: left;}
	.job-wrapper {width: calc(50% - 2em); margin: 1em; padding: 1.5em 5%;}
	
	.align-right {text-align: center;}	
	.footer {padding: 4em 7%;}
	.footer h4 {margin-top: 2em;}
	
	.ftr-top {display: flex; justify-content: center; align-items: center;}
	.ftr-top .column3 {width: 25%!important; padding: 0 25px 0 0!important;}
	.ftr-bottom {flex-direction: column-reverse;}
	.ftr-socials {margin-left: 0; justify-content: center;}
	.site-host {justify-content: flex-end; text-align: right;}
	.ftr-contact a {width: 100%; justify-content: center;}
	.site-host {justify-content: center; text-align: center; width: 100%;}
	.footer a#cta-btn2 button {margin: 2em auto!important;}
}

@media screen and (max-width: 1100px) {
	.welcome-wrapper, .locations-wrapper {padding: 5em 10%;}
	.support-wrapper {padding: 6em 7%;}
	.newsletter-wrapper {padding: 11em 7% 2em;}
	.welcome-wrapper h1 {font-size: 28px!important;}
	.content-wrapper h1 {font-size: 42px;}	
	.content-wrapper h2 {font-size: 26px;}	
	.content-wrapper h3 {font-size: 22px;}
	
	.footer {text-align: center;}
	.ftr-top img {margin: 0;}
	.ftr-top {flex-wrap: wrap;}
	.ftr-top .column3 {width: 50%!important; padding: 0 25px 0 0!important;}
}

@media screen and (max-width: 900px) {
	.top-bar {font-size: 14px;}
	.secondary-nav a {display: none;}
	.inv-search form {width: 90%;}
	.form-wrapper {width: 90%;}
	.newsletter-wrapper p {max-width: 90%;}
	
	.page-title.default {height: 500px;}
	
	.zoom-container {width: calc(100% - 1em); margin: .5em;}
}

@media screen and (max-width: 700px) {
	.marg6 {margin: 4em auto!important;}
	.form-wrapper {width: 100%;}
	.newsletter-wrapper p {max-width: 100%;}	
	.support-wrapper {padding: 5em 10%;}
	.newsletter-wrapper {padding: 9em 10% 2em;}	
	
	
	.page-title {padding: 16em 0 6em; text-align: center;}
	.page-title:before {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		content: '';
	}
	/*.page-title h1, .page-title p {color: #000!important;}*/
	.welcome-wrapper h1 {margin-bottom: 1.5em;}
	
	.page-title.default {height: 400px;}
	
	.img-row img {width: calc(50% - 1em); margin: .5em;}
	
	ul.content-list.xs li {width: calc(33.33% - .5em); margin: .25em;}
	
	.job-wrapper {width: calc(100% - 1em); margin: .5em; padding: 1em 5%;}
	
	.team-member {width: calc(100% - 1em); margin: .5em;}	
	
	ul.content-list li {width: calc(100% - 1em);}
	
	.footer h4 {width: 100%;}
	.ftr-top .column3 {width: 100%!important; padding: 0!important;}
	.ftr-socials {width: 100%; flex-wrap: wrap;}
}

@media screen and (max-width: 550px) {
	ul.content-list.xs li {width: calc(50% - 1em);}
	.page-title {padding: 14em 0 6em;}
	.zoom-container .zoom-caption i {font-size: 20px; padding: 9px; width: 40px; height: 40px;}
	.zoom-container .zoom-caption h3 {font-size: 20px;}
	.zoom-container .zoom-caption p {font-size: 14px;}
	.locationbox {margin: 1.5em 1em 0;}
	.locationbutton {width: calc(25% - .5em); padding: 1px 0;}
	.locationbox p i {font-size: 30px; width: 50px; height: 50px;}
	
}

@media screen and (max-width: 480px) {
	.locationbutton {width: calc(33.33% - .5em); padding: 0;}
	.locationbox p i {font-size: 26px; width: 45px; height: 45px; padding: 8px;}
}