    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html, body {
    width:100%;
	background-color: #FFF;
	margin: 0;
  }

}

body, html {
	/*-- font-family: "Arimo", Arial, sans-serif; --*/
	font-family: "Source Sans 3", Arial, sans-serif;
	font-optical-sizing: auto;
	color:#58595b;
	background-color: #FFF;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


	
	
@media only screen and (min-width: 761px) and (max-width: 2560px) { #cssmenu, #mobile_logo, .topnav { display:none !important; } }

@media only screen and (max-width: 760px)  {
	
	.topnav { display: block; }

#mobile_logo {
	float: left;
    height: auto;
    width: 200px;
    margin-top: -34px;
    position: relative;
    z-index: 1;
    margin-left: 15px;
}

#mobile_logo img { width:350px; }	
	
}





hr.fifty { margin: 50px 0px; }

#top_page { display: flex; }

.toplogo img { width: 100%; }
.toplogo {
	width: 8.5%;
    margin: 15px 0px 15px 45.75%;
    float: left;
}

@media only screen and (max-width: 760px)  { 
	.toplogo {
		width: 25%;
		margin: 10px 0px 8px 37.5%;
	}
}

#search_container {
	float: left;
    width: 320px;
    height: auto;
    margin-top: -12%;
    margin-left: 8%;
    position: relative;
    
}
	
#search_container input[type=text]{
    width: 310px;
    height: 35px;
    border: 2px #58585c solid;
    border-radius: 8px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 50px;
}
	
#search_submit{
	float: left;
    width: 0px;
    height: auto;
    margin-top: -35px;
    z-index: 1;
    position: relative;
    font-size: 20px;
    margin-left: 350px;
	text-decoration: none;
	color: #58585c;
}

	




#nav_bar {
	float:left;
	width: 100%;
	height: 64px;
	background-color:#0c465e;
	font-family: Arimo, Arial, Geneva, sans-serif;
	position: sticky;
    z-index: 1000;
    top: 0;
}


@media only screen and (max-width: 760px)  { #nav_bar { height: auto; } }

#nav_menu { 
	float:left;
	width: 92%;
	height:auto;
	margin-left:4%;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) { #nav_menu { width: 100%; margin-left: 0%; } }
@media only screen and (min-width: 761px) and (max-width: 1365px) { }
@media only screen and (max-width: 760px)  { #nav_menu { display:none !important; } }


#nav_button { float: left; width: 9%; height: auto; padding-right: 1%; padding-left: 1%; margin-top: 5px; }

#nav_divider {
	float: left;
	width: 1%;
    height: auto;
    text-align: center;
}

#nav_divider img { width:2px; margin-top: 20px; }



/* Dropdown Button */
.dropbtn {
	color: white;
	border: none;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1.3px;
	cursor: default;
}



    

.dropdown a:hover {
	color: #fff;
	text-decoration: none;
}


.dropdown {
    float: left;
    width: 13.42%;
    height: auto;
    margin-top: 20px;  
	text-align: center;
    text-transform: uppercase;
}


.dropdown-content {
	display: none;
	position: relative;
	top:17px;
	background-color: #e6eef2;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 102;
	flex-wrap:wrap;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.2s;
	animation-name: animatetop;
	animation-duration: 0.2s;
	text-align: left;
}

/*-- 
.drop-final { right: 0; }
@media only screen and (min-width: 761px) and (max-width: 1024px) { .drop-final { right: 168px; } }
@media only screen and (min-width: 1025px) and (max-width: 1280px) { .drop-final { right: 87px; } }
@media only screen and (min-width: 1281px) and (max-width: 1366px) { .drop-final { right: 114px; } }
@media only screen and (min-width: 1367px) and (max-width: 1440px) { .drop-final { right: 104px; } }
@media only screen and (min-width: 1441px) and (max-width: 1536px) { .drop-final { right: 45px; } }
--*/




/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 0px 12px 18px;
  text-decoration: none;
  display: block;
  width:100%;
}

.dropdown-content a:hover { color:#000; background-color: #dae2e5; }
.dropdown:hover .dropdown-content {display: flex;}
.dropdown:hover .dropbtn {background-color: transparent;}



@media only screen and (min-width: 761px) and (max-width: 1600px) {
	.dropbtn { font-size: 1.3vw;  }
	.dropdown-content a { font-size: 0.85vw; }
}

@media only screen and (min-width: 761px) and (max-width: 1440px) {
	.dropdown { width: 12.9%; }
}

@media only screen and (max-width: 760px)  { #nav_menu { display:none !important; } }







video { width: 100%; height: auto; clip-path: inset(1px 0px); margin-top: -1px; }

#home_header {
	float:left;
	width: 100%;
	height:auto;
}	
	
#home_header img {
	width: 100% !important;
}

#header_text {
	float: left;
	width: 32.25%;
	height: auto;
	margin-top: -23%;
	margin-left: 8%;
	position: relative;
	filter: drop-shadow(0px 0px 36px #0c205c);
}

#header_text img {
    max-width: 100%;
}

@media only screen and (max-width: 760px)  {
    #header_text { width: 46%; margin-left: 6%; }
}

.main-access-container {
	display: flex;
	margin: 2.8% 0;
	width: 100%;
}

.main-title {
	/*width: 52%;
    
	float: left;*/
	padding: 0% 8% 0% 5%;
	flex: 2;
    font-size: 3.3vw;
    line-height: 3.9vw;
    font-weight: 300;
    
}
.main-title p {
	margin: 0;
	padding: 0;
}

.main-access {
	/*width: 27%;
	margin-left: 2%;
	float: left;*/
	border-left: 2px solid #1479a7;
	flex: 1;
}

ul.main-accesslist {
	margin: 0;
	list-style-type: none;
	font-size: 1.2vw;	
	text-align: left;
	display: flex;
	flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: left;
}
	/*padding-inline-start: 20px;
	padding-left: 15%;
    margin-block-start: 4%;
	margin-block-end: 4%;*/
	


ul.main-accesslist li {
	text-indent: -0.2vw;
}

ul.main-accesslist > li:before {
	content: "\25B6";
	padding: 0px 12px 0px 0px;
	color: #1479a7;
	font-size: 80%;
}

ul.main-accesslist a {
	text-decoration: none;
	position: relative;
	animation-name: arrowlistlink;
    animation-duration: 0.4s;
	animation-timing-function: ease-out;
	font-size: 1.2vw;
	color: #1479a7;
}

ul.main-accesslist a:hover {
	left: 10px;
	animation-name: arrowlisthover;
    animation-duration: 0.2s;
	animation-timing-function: ease-out;
}



@media only screen and (max-width: 760px){ 
	.main-access-container {
		flex-direction: column;
	}
	.main-title {
		/*width: 90%;
		margin: 3% 5% 0% 5%;*/
		flex: 1;
		font-size: 5.5vw;
		line-height: 6vw;
		font-weight: 400;
		padding: 0% 0% 5% 5%;
	}
	
	.main-access {
		/*width: 90%;
	margin-left: 5%;*/
	border-left: 0px solid #1479a7;
	flex: 1;
	}
	
	ul.main-accesslist {
		/*padding-inline-start: 20px;
		margin-block-start: 4%;
		margin-block-end: 4%;
		padding-left: 0%;
		text-align: center;*/
		font-size: 3.6vw;				
}
	
	ul.main-accesslist a {
	font-size: 3.6vw;
	}
}




.form-section {
	background-color: #f5f9fa;
	color: #58595b;
}

.form-section strong { font-weight: 500;}

.form-section input[type=text] {
	width: 100%;
    max-width: 800px;
    height: 30px;
	border-color: #cbc9ca;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-optical-sizing: auto;
    color: #58595b;
	font-size: 20px;
	padding: 1px 10px;
    border-width: 1px;
}

.form-section input[type=email] {
	width: 100%;
    max-width: 400px;
    height: 30px;
	border-color: #cbc9ca;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-optical-sizing: auto;
    color: #58595b;
	font-size: 20px;
	padding: 1px 10px;
    border-width: 1px;
}

.demonstrated-textarea {
	width: 100%;
    max-width: 800px;
    margin-bottom: 16px;
    height: 150px;
    border-color: #cbc9ca;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-optical-sizing: auto;
    color: #58595b;
	font-size: 20px;
	padding: 1px 10px;
    border-width: 1px;
}

select {
	width: 100%;
    max-width: 800px;
    height: 30px;
	border-color: #cbc9ca;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-optical-sizing: auto;
    color: #58595b;
	font-size: 20px;
	padding: 1px 10px;
    border-width: 1px;
}

.subpage-section {
	display: flex;
	flex-direction: row;
	position: relative;
}

.pin-odd {
	flex-direction: row-reverse;
	background-color: #f5f9fa;
}

.pin-even {
	flex-direction: row;
	background-color: #f5f9fa;
}

.pinned-image-container { 
	width: 50%;
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	visibility: hidden;
	margin-bottom: -1px;
}

.pinned-image-container img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}


.subpage-text-container {
	width: 50%;
	overflow-y: auto;
}





.subpage-text, .subpage-text-left, .subpage-text-right { 
    font-size: 21px;
    line-height: 32px;
}

.subpage-text { padding: 40px 160px 40px 160px; }
.subpage-text-left { padding: 40px 120px 40px 160px; }
.subpage-text-right { padding: 40px 160px 40px 120px; }

.subpage-text, .subpage-text a, .subpage-text-left a, .subpage-text-right a { color:#58595b; }
.subpage-text a:hover, .subpage-text-left a:hover, .subpage-text-right a:hover, .career-table a:hover { color:#8b8c8f; text-decoration: none; transition: 0.2s; }

.subpage-text h1, .subpage-text-left h2, .subpage-text-right h2 { font-weight: 400; font-size: 38px; line-height: 40px; }


@media only screen and (min-width: 761px) and (max-width: 1440px) {
	.subpage-text, .subpage-text-left, .subpage-text-right { 
		font-size: 15px;
    	line-height: 22.4px;
	} 
	.subpage-text { padding: 40px 100px 40px 100px; }
	.subpage-text-left { padding: 40px 75px 40px 100px; }
	.subpage-text-right { padding: 40px 100px 40px 75px; }	
	.subpage-text h1, .subpage-text-left h2, .subpage-text-right h2 { font-size: 27px; }
	.subpage-text p, .subpage-text-left p, .subpage-text-right p { margin-block-start: 21px; margin-block-end: 21px; }	
}

@media only screen and (max-width: 760px){
	.pin-odd { flex-direction: column; }
	.pin-even { flex-direction: column-reverse; }
	.pinned-image-container {
		position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
	}
	.pinned-image-container img { height: auto;}
	.subpage-text-container { width: 100%; overflow-y: auto; }
	.subpage-text, .subpage-text-left, .subpage-text-right { 
		font-size: 18px;
    	line-height: 27.2px;
		padding: 20px; 
	}
	
}





.subpage-text-left p, .subpage-text-right p { margin-block-start: 30px; margin-block-end: 30px; } 


.joblist li { margin-bottom: 10px; }


.cleanlist ul {
	list-style-type: none;
	padding-inline-start: 0px;
}

.cleanlist li {
	margin-bottom: 10px;
}



ul.dashlist {
/*-- 	list-style-type: none; --*/
/*-- 	padding-inline-start: 40px; --*/
	margin-block-start: 0px;
}

/*-- 	
ul.dashlist li {
	text-indent: -20px;
}

ul.dashlist > li:before {
	content: "\2013";
	padding: 0px 8px 0px 0px;
}
--*/

ul.arrowlist {
	list-style-type: none;
	padding-inline-start: 40px;
	margin-block-start: 0px;
}


ul.arrowlist li {
	text-indent: -26px;
}

ul.arrowlist > li:before {
	content: "\25B6";
	padding: 0px 12px 0px 0px;
	color: #1479a7;
	font-size: 80%;
}

ul.arrowlist a {
	text-decoration: none;
	position: relative;
	animation-name: arrowlistlink;
    animation-duration: 0.4s;
	animation-timing-function: ease-out;
}

ul.arrowlist a:hover {
	left: 10px;
	animation-name: arrowlisthover;
    animation-duration: 0.2s;
	animation-timing-function: ease-out;
}

@keyframes arrowlistlink {
  0%   { left:10px; }
  100% { left:0px; }
}

@keyframes arrowlisthover {
  0%   { left:0px; }
  100% { left:10px; }
}

ul.blue-accesslist {
	list-style-type: none;
	padding-inline-start: 20px;
    margin-block-start: 20px;
	margin-block-end: 21px;
	font-size: 21px;
	margin-bottom: 0px;
}
ul.blue-accesslist.flexed {
	display: flex;
	justify-content: center;
	gap: 4rem;
}

ul.blue-accesslist li {
	text-indent: -26px;
}

ul.blue-accesslist > li:before {
	content: "\25B6";
	padding: 0px 12px 0px 0px;
	color: #fff;
	font-size: 80%;
}

ul.blue-accesslist a {
	text-decoration: none;
	position: relative;
	animation-name: arrowlistlink;
    animation-duration: 0.4s;
	animation-timing-function: ease-out;
	font-size: 21px;
}

ul.blue-accesslist a:hover {
	left: 10px;
	animation-name: arrowlisthover;
    animation-duration: 0.2s;
	animation-timing-function: ease-out;
}

@media only screen and (max-width: 1024px) {
	ul.blue-accesslist { margin-block-start: 14px; margin-block-end: 0px; }
}

@media only screen and (min-width: 761px) and (max-width: 1440px) {
	ul.blue-accesslist { font-size: 15px; line-height: 22.4px; }
	ul.blue-accesslist a { font-size: 15px; line-height: 22.4px; }
}


@keyframes arrowlistlink {
  0%   { left:10px; }
  100% { left:0px; }
}

@keyframes arrowlisthover {
  0%   { left:0px; }
  100% { left:10px; }
}

    






.heading-table {
    overflow: auto;
    width: 100%;
	margin: 30px 0px 30px 0px;
}

@media only screen and (max-width: 1440px) { .heading-table { margin: 21px 0px 21px 0px; } }


.heading-table table {
    border: 0px;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}

.heading-table caption {
    caption-side: top;
    text-align: left;
}

.heading-table th {
    border: 0px;
    background-color: #cbc9ca;
    padding: 6px 0px 6px 60px;
    font-weight: 900;
    font-size: 22px;
}

.heading-table td {
    border: 0px;
    padding: 6px 0px 6px 60px;
	font-weight: 600;
	font-size: 22px;
}


@media only screen and (max-width: 1440px) { 
	.heading-table th {
		padding: 6px 0px 6px 42px;
		font-size: 16px;	
}
	.heading-table td { 
		padding: 6px 0px 6px 42px;
		font-size: 16px;
	}
}




.collapse-table {
    overflow: auto;
    width: 100%;
	margin: 30px 0px 30px 0px;
}

@media only screen and (max-width: 1440px) { .collapse-table { margin: 21px 0px 21px 0px; } }


.collapse-table table {
    border: 0px;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}

.collapse-table caption {
    caption-side: top;
    text-align: left;
}

.collapse-table th {
    border: 0px;
    background-color: #cbc9ca;
    padding: 6px 0px 6px 24px;
    font-weight: 900;
    font-size: 21px;
}

.collapse-table td {
    border: 0px;
    padding: 6px 0px 6px 24px;
	font-size: 21px;
	font-weight: 600;
}


@media only screen and (max-width: 1440px) { 
	.collapse-table th {
		padding: 6px 0px 6px 18px;
		font-size: 15px;	
}
	.collapse-table td { 
		padding: 6px 0px 6px 18px;
		font-size: 15px;
	}
}






.career-table {
    overflow: auto;
    width: 50%;
    margin: 55px 0px 90px 25%;
}

@media only screen and (max-width: 760px){
	.career-table { width: 95%; margin: 20px 0px 20px 2.5%; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.career-table { width: 80%; margin: 55px 0px 90px 10%; }
	#header_text {
		float: left;
		width: 32.25%;
		height: auto;
		margin-top: -23%;
		margin-left: 8%;
		position: relative;
		filter: drop-shadow(0px 0px 36px #0c205c);
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.career-table { width: 70%; margin: 55px 0px 90px 15%; }
}

.career-table h2 {
	font-weight: 400;
    font-size: 38px;
    line-height: 40px;}

@media only screen and (max-width: 760px) { .career-table h2 { font-size: 27px; line-height: 31px; } }
@media only screen and (min-width: 761px) and (max-width: 1440px) { .career-table h2 { font-size: 27px; } }


.career-table table {
    border: 0px;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}

.career-table caption {
    caption-side: top;
    text-align: left;
}

.career-table th {
    border: 0px;
    background-color: #cbc9ca;
    padding: 6px 0px 6px 24px;
    font-weight: 900;
    font-size: 21px;
}

.career-table td {
    border: 0px;
    padding: 6px 0px 6px 24px;
	font-size: 21px;
	font-weight: 600;
}

.career-table a{
	color: #58595b;
}


@media only screen and (max-width: 1440px) { 
	.career-table th {
		padding: 6px 0px 6px 18px;
		font-size: 15px;	
}
	.career-table td { 
		padding: 6px 0px 6px 18px;
		font-size: 15px;
	}
}

#explore_tab {
	position: fixed;
    top: 255px;
    right: 0px;
    z-index: 101;
    float: right;
	transition: all .2s;
	width:307px;
}

@media only screen and (max-width: 760px){ 
	#explore_tab { display: none; } }

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	#explore_tab { top: 190px; width: 204px; } }

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	#explore_tab { top: 220px; width: 240px; } }


#explore_tab a { filter: drop-shadow(-3px 1px 3px #3e3e3e); transition: all .4s; }

#explore_tab a:hover { filter: contrast(80%) brightness(110%) drop-shadow(-3px 1px 3px #3e3e3e); transition: all .4s; }








.triple-gallery {
	width: 90%;
    margin-left: 5%;
}

.triple-gallery a { text-decoration: none;}

.triple-gallery h3 { font-weight: 400; font-size: 40px; }

@media only screen and (max-width: 1440px) { 
	.triple-gallery h3 { font-size: 30px; }
}



.explore-gallery a {
	display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.parent {
    width: 32.3%;
    margin: 0% 0.5% 1% 0.5%;
    height: 340px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
	visibility: hidden;
}

.parent_1-2 { margin: 0% 1.5% 3% 16.6%; }
.parent_2-2 { margin: 0% 1.5% 3% 1.5%; }


@media only screen and (max-width: 760px){
	.parent { height: 125px; width: 48%; margin: 0% 1% 2% 1%; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.parent { height: 308px; width: 48%; margin: 0% 1% 3% 1%; }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.parent { height: 260px; }
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.child a { height: 100%; width: 100%; }


.centennairesouth {background-image: url(/images/gallerythumb-centennaire-south.jpg);}
.staged1325 {background-image: url(/images/gallerythumb-staged-1325.jpg);}
.staged1200 {background-image: url(/images/gallerythumb-staged-1200.jpg);}

.hangar53d {background-image: url(/images/gallerythumb-hangar5-3d.jpg);}
.hangar5vid {background-image: url(/images/gallerythumb-hangar5-vid.jpg);}

.twobed {background-image: url(/images/gallerythumb-2bed.jpg);}
.threebed {background-image: url(/images/gallerythumb-3bed.jpg);}
.fourbed {background-image: url(/images/gallerythumb-4bed.jpg);}

.biz-one {background-image: url(/images/biz-dir-thumb-ace.jpg);}
.biz-two {background-image: url(/images/biz-dir-thumb-ati.jpg);}
.biz-three {background-image: url(/images/biz-dir-thumb-apex.jpg);}
.biz-four {background-image: url(/images/biz-dir-thumb-acc.jpg);}
.biz-five {background-image: url(/images/biz-dir-thumb-coldstream.jpg);}
.biz-six {background-image: url(/images/biz-dir-thumb-kfaero.jpg);}
.biz-seven {background-image: url(/images/biz-dir-thumb-daycare.jpg);}
.biz-eight {background-image: url(/images/biz-dir-thumb-stevenson.jpg);}
.biz-nine {background-image: url(/images/biz-dir-thumb-compass.jpg);}
.biz-ten {background-image: url(/images/biz-dir-thumb-southernhealth.jpg);}

.invest-advantage-one {background-image: url(/images/invest-thumb-investment-portfolio.jpg);}
.invest-advantage-two {background-image: url(/images/invest-thumb-value-proposition.jpg);}
.invest-advantage-three {background-image: url(/images/invest-thumb-investment-advantage.jpg);}



.explore-gallery a {
    /*display: none;*/
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
}




.bluebar {
	width: 100%;
	float: left;
	background-color: #1479a7;
	font-size: 36px;
	color: #fff;
	font-weight: 200;
	padding: 60px 0px;
}

.bluebar a {
    text-decoration: none;
	color: #fff;
	font-weight: 400;
}

.thin { padding: 20px 0px; }

.blueaccessbar { 
	padding: 40px 0px 35px 0px;
	font-weight: 300;
	font-size: 21px;
}

@media only screen and (min-width: 761px) and (max-width: 1440px) {
    .blueaccessbar {
        font-size: 15px;
        line-height: 22.4px;
        
    }
}

.bluebar-title a { 
	text-decoration: none;
	font-size: 36px;
	color: #fff;
	font-weight: 400;
}

/*-- .bluebar a:hover { opacity: 0.6; transition: 0.2s; } --*/

.bluebar p { 
	margin-block-start: 0;
	margin-block-end: 0;
	text-align: center;
}

.bluebar-title { 
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.bluebar-section-33 {
	width: 29.33%;
    margin: 0% 2% 0% 2%;
    float: left;
    text-align: center;
}

@media only screen and (max-width: 1024px){
	.bluebar-section-33 { 
		width: 100%;
		margin: 0% 2% 0% 2%; }
}

.bluebar-section-33 p {
	margin-block-start: 40px;
    margin-block-end: 20px;
    font-weight: 400;	
}

.blue-access33 {
	float: left;
	text-align: center;
	width: 33.33%;
}

@media only screen and (max-width: 1024px) { .blue-access33 { width: 100%; } }

.right { text-align: right; } .left { text-align: left; }

@media only screen and (max-width: 1024px) { .right { text-align: center; } .left { text-align: center; } }


.blue-access100 {
	float: left;
	text-align: center;
	width: 100%;
}

.blue-access50 {
	float: left;
	text-align: center;
	width: 25%;
	margin-left: 25%;
}

@media only screen and (max-width: 1024px) { .blue-access50 { width: 100%; margin-left: 0%; } }



.blue-access-hangar5left {
	float: left;
	width: 22%;
	margin-left: 28%;
}

.blue-access-hangar5right {
	float: left;
	width: 22%;
	margin-left: 0%;
}

@media only screen and (max-width: 1024px) { .blue-access-hangar5left, .blue-access-hangar5right { width: 100%; margin-left: 0%; } }






.navybar {
	width: 100%;
	float: left;
	background-color: #0c465e;
	font-size: 36px;
	color: #fff;
	font-weight: 200;
	padding: 60px 0px;
}

.navybar a { 
	text-decoration: none;
	font-size: 36px;
	color: #fff;
	font-weight: 400;
}

.navybar p { 
	text-align: center;
	margin-block-start: 0;
	margin-block-end: 0;
}

.navybar-title { 
	font-size: 36px;
	color: #fff;
	font-weight: 400;
}

.navybar-section-50a {
	width: 29.33%;
    margin: 2% 0% 0% 20.6%;
    float: left;
    text-align: center;
}

.navybar-section-50b {
	width: 29.33%;
    margin: 2% 0% 0% 0%;
    float: left;
    text-align: center;
}

@media only screen and (max-width: 1024px){
	.navybar-section-50a, .navybar-section-50b { width: 100%; margin: 2% 2% 0% 2%; }
}




.tictac-button {
	border-radius: 100px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-family: "Source Sans 3", Arial, sans-serif;
}
  

.tictac-button span {
	display: block;
}

.tictac-button:hover {
	background: #6d6e71;
	transition: 0.2s;
	text-decoration: none;
	opacity: 1.0;
}

.laser-button {
	background-color: #6cbd45;
	border: solid #ffffff 3px;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	height: 80px;
	padding-left: 40px;
	padding-right: 40px;
	bottom: 50px;
	right: 50px;
	position: absolute;
}

.maintenance-button {
	background-color: #fff;
	border: none;
	color: #58595b;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	padding: 15px 30px;
	width: 330px;
	margin-bottom: 20px;
}

.maintenance-button:hover {
	background: #fffdd9;
}

.yellow-button { background-color: #fffcb5; }
.long-button { width: 360px; }

    











.fadeInLeft {
	position: relative;
	animation: animat_show_left 1.4s;
	visibility: visible !important;
}

@keyframes animat_show_left {
	0%{opacity:0.0; left:50px;}
	100%{opacity:1.0; left:0px;}
}
@-webkit-keyframes animat_show_left {
	0%{opacity:0.0; left:50px;}
	100%{opacity:1.0; left:0px;}
}

.fadeInRight {
	position: relative;
	animation: animat_show_right 1.4s;
	visibility: visible !important;
}

@keyframes animat_show_right {
	0%{opacity:0.0; right:50px;}
	100%{opacity:1.0; right:0px;}
}
@-webkit-keyframes animat_show_right {
	0%{opacity:0.0; right:50px;}
	100%{opacity:1.0; right:0px;}
}



.fadeInUp1 {
	position: relative;
	animation: animat_show_up1 0.8s;
	visibility: visible !important;
}
@keyframes animat_show_up1 {
	0%{opacity:0.0; top:40px;}
	100%{opacity:1.0; top:0px;}
}
@-webkit-keyframes animat_show_up1 {
	0%{opacity:0.0; top:40px;}
	100%{opacity:1.0; top:0px;}
}

.fadeInUp2 {
	position: relative;
	animation: animat_show_up2 1.2s;
	visibility: visible !important;
}
@keyframes animat_show_up2 {
	0%{opacity:0.0; top:40px;}
	100%{opacity:1.0; top:0px;}
}
@-webkit-keyframes animat_show_up2 {
	0%{opacity:0.0; top:40px;}
	100%{opacity:1.0; top:0px;}
}

.fadeInUp3 {
	position: relative;
	animation: animat_show_up3 1.6s;
	visibility: visible !important;
}
@-webkit-keyframes animat_show_up3 {
	0%{opacity:0.0; top:40px;}
	100%{opacity:1.0; top:0px;}
}
@keyframes animat_show_up3 {
	0%{opacity:0.0; top:40px;}
	100%{opacity:1.0; top:0px;}
}













#footer_bar {
	float: left;
    width: 100%;
    height: auto;
	background-color: #e6e6e7;
}

#footer_bar a { text-decoration: none; }
#footer_bar a:hover { text-decoration: underline; }

#footer_container{
	float: left;
    width: 90%;
    height: auto;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

@media only screen and (max-width: 760px)  {
	#footer_container{ width: 100%; margin-left: 0%; }
}



#footer_col {
		float: left;
		width: 23%;
		height: auto;
		margin-left:1%;
		font-size:16px;
		line-height:22px;
		color:#6E6F70;
		margin-top:10px;
	}
	
	#footer_col a { color:#6E6F70; }
	#footer_col img { max-width: 200px; }
	
	#footer_col_right {
		float: right;
		width: 23%;
		height: auto;
		margin-left:1%;
		font-size:16px;
		line-height:22px;
		color:#6E6F70;
		margin-top:10px;
	}


#footer_col_right a { color:#6E6F70; }
.footer-socials img { max-height: 36px; margin-bottom: 8px; margin-right: 20px; }
.footer-socials img:hover { opacity: 0.6; transition: all 300ms ease; }

.footer-ev-link img { max-height:19px; margin-top: 12px; }
.footer-ev-link img:hover { opacity: 0.6; transition: all 300ms ease; }

@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	#footer_col { font-size:12px; }
	#footer_col_right { font-size:12px; }
	#header_text {
		float: left;
		width: 32.25%;
		height: auto;
		margin-top: -23%;
		margin-left: 8%;
		position: relative;
		filter: drop-shadow(0px 0px 36px #0c205c);
	}		

}

@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	#footer_col { width: 24%; margin-left:1%; margin-right: 3%; font-size:13px; }
	#footer_col img { max-width: 200px; width:100%; }
	#footer_col_right { width: 32%; font-size:13px; }
}

@media only screen and (max-width: 760px)  {
	
	#footer_col {
		float: left;
		width: 100%;
		margin-left:0%;
		font-size:16px;
		text-align:center;
		}

	#footer_col img { max-width: 200px; width:100%; }

	#footer_col_right {
		width: 100%;
		font-size:16px;
		text-align: center;
		}
	
	.footer-socials img { max-height: 36px; margin-bottom: 12px; margin-right: 10px; margin-left: 10px; }
}


.sprt-footer-signup { display: block; }

@media only screen and (min-width: 761px) and (max-width: 1365px) { .sprt-footer-signup { display: none; } }
@media only screen and (max-width: 760px)  { .sprt-footer-signup { display: none; } }

.sprt-footerinput {
	width: 94%;
	border: 1px solid #ccc !important;
	padding: 8px;
    display: block;
	overflow: visible;
	font: inherit;
    margin: 5px 0px 0px 0px;
	
}
.sprt-footerbutton {
	color: #fff;
    background-color: #6E6F70;
	margin-bottom: 16px;
	user-select: none;
	border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.sprt-footerbutton:hover {
	color: #000 !important;
    background-color: #ccc !important;
	transition: all 200ms ease;
}

    


	
	
.gm-table { 
    font-size: 21px;
	width: 90%;
    margin: 4% 0% 6% 5%;
    float: left;
}

.gm-table p { margin-block-start: 20px; margin-block-end: 20px; }

.gm-table h2 {
	font-weight: 400;
    font-size: 38px;
    line-height: 40px;}

@media only screen and (max-width: 760px) { .career-table h2 { font-size: 27px; line-height: 31px; } }
@media only screen and (min-width: 761px) and (max-width: 1440px) { 
	.gm-table h2 { font-size: 27px; }
	.gm-table { font-size: 15px; }
	.gm-table p { margin-block-start: 10px; margin-block-end: 10px; }
}

.gm-column {
	float: left;
    width: 14.5%;
    padding-left: 2%;
    border-left: 2px solid #cbc9ca;
}



.leasing-block { background-color: #f5f9fa; }
.jobs-block { background-color: #f5f9fa; padding: 2% 0% 4% 0%; }

.leasing-block strong, .jobs-block strong { font-weight: 600; }

.leasing-block h2, .jobs-block h2, .container90 h2 {
	font-weight: 400;
    font-size: 38px;
    line-height: 40px;}

@media only screen and (max-width: 760px) { .leasing-block h2, .jobs-block h2 { font-size: 27px; line-height: 31px; } }
@media only screen and (min-width: 761px) and (max-width: 1440px) { .leasing-block h2, .jobs-block h2 { font-size: 27px; } }

.leasing-block p, .jobs-block p { color: #58595b; margin: 17px 0px; }
.leasing-block-text a, .jobs-block-text a { color: #58595b; }

 .jobs-block-text { 
	float: left;
	width: 72%;
}

.leasing-block-image { 
	width: 25%;
    float: left;
    margin-right: 2.5%;
}

@media only screen and (max-width: 1024px) { 
	.leasing-block-image { width: 33%; margin-right: 5%; }
	.jobs-block-text { width: 62%; }
}
@media only screen and (max-width: 760px) { 
	.leasing-block-image { width: 100%; margin-right: 0%; } 
	.jobs-block-text { width: 100%; }
}




.leasing-block-image img { width: 100%; }

.leasing-block table {
    border: 0px;
    height: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
	color: #58595b;
}

.leasing-block tr:nth-child(odd) { background-color: #e5e5e5; }

.leasing-block td {
    border: 0px;
    padding: 6px 60px 6px 60px;
	font-weight: 500;
	font-size: 22px;
}

@media only screen and (max-width: 760px) { .leasing-block td { padding: 6px 12px 6px 12px; font-size: 18px; } }


.accordion {
	background-color: #f5f9fa;
	color: #58595b;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	border-top: 2px solid #1479a7;
}

@media only screen and (min-width: 761px) and (max-width: 1440px) { .accordion { font-size: 21px; } }

.accordion:hover {
  background-color: #edf6fa; 
}

.accordion:after {
  content: '\002B';
  color: #a4a7a9;
  float: right;
  margin-left: 5px;
	font-size: 150%;
}

.active:after {
  content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: #f5f9fa;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}


.container90 { width:90%; margin-left:5%; }

@media only screen and (max-width: 760px) { .container90 { width:100%; margin-left:0%; } }
@media only screen and (min-width: 761px) and (max-width: 1440px) { .container90 { width: 95%; margin-left:2.5%; } }
  
  
.contact-page h2 {
	margin-bottom:13px;
	margin-top: 50px;
	font-size: 34px;
}

.contact-page table {
	border-spacing: 0px 10px;
	line-height: 28px;
}

.contact-page td {
	vertical-align:top;
}

@media only screen and (min-width: 761px) and (max-width: 1440px) {
	.contact-page table { line-height: 22px; }
	.contact-page h2 { font-size: 27px; margin-bottom:13px; margin-top: 50px; }
}


































.purple275-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
	left: 30%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple225-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
	left: 30%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple320-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
	left: 30%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple300-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
	left: 30%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple250-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
	left: 30%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink80-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink50-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink30-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple160-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple120-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple100-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple185-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.purple180-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.orange120-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.orange85-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.orange80-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink65-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink35-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.brown25-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.brown65-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.brown75-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.brown125-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.brown175-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.red390-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}


.purple165-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.yellow115-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.green95-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.yellow25-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.yellow55-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.yellow75-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink235-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink230-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink255-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink250-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink275-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink270-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink295-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink290-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink255-content2 { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink275-content2 { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}

.pink295-content2 { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 16%;
	top: 32%;
    right: 24%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;	
}




.southportmainoffice-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 32%;
	right: 40%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.southportbowl-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 31%;
	right: 40%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.centralplainsrecplex-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #f68b1f; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 30%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.apexaesthetics-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 32%;
	right: 42%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.tenniscourts-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 28%;
	right: 40%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.trackandfield-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 28%;
	right: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.balldiamonds-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 26%;
	right: 30%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.airside-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 25%;
	right: 31%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.voyageurplace-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 45%;
	right: 16%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.southernhealth-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 50%;
	right: 14%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.afm-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 50%;
	right: 16%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.fourwinds-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 50%;
	right: 16%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.ace-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 50%;
	left: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.ati-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 45%;
	left: 30%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.storage-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 29%;
	left: 25%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.maintenance-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 27%;
	left: 28%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.mynarski-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 50%;
	right: 18%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.barkersuites-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 55%;
	right: 19%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.mcleodbuilding-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 52%;
	right: 16%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.aircraftparking-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 54%;
	right: 16%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.hangar5-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 55%;
	right: 17%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.rrcstevenson-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 56%;
	right: 19%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.hangar2-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 52%;
	left: 40%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.hillybrownbuilding-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 50%;
	left: 39%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.hangar1-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 52%;
	left: 37%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.flightlinebuilding-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	bottom: 52%;
	left: 34%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;		
}

.southportgolfclub-content { background-color: #fefefe; margin: auto; padding: 15px 40px; border: 3px solid #1479a7; position: absolute; text-align: left; line-height: 22.5px;
	width: 26%;
	top: 25%;
	left: 30%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

/* Andrew modal CSS 2 */
.southportmainofficemodal, .southportbowlmodal, .centralplainsrecplexmodal, .apexaestheticsmodal, .tenniscourtsmodal, .trackandfieldmodal, .balldiamondsmodal, .airsidemodal, 
.voyageurplacemodal, .southernhealthmodal, .afmmodal, .fourwindsmodal, .acemodal, .atimodal, .storagemodal, .maintenancemodal, .mynarskimodal, .barkersuitesmodal, .mcleodbuildingmodal, 
.aircraftparkingmodal, .hangar5modal, .rrcstevensonmodal, .hangar2modal, .hillybrownbuildingmodal, .hangar1modal, .flightlinebuildingmodal, .southportgolfclubmodal,
.purple275modal, .purple225modal, .purple320modal, .purple300modal, .purple250modal, .pink80modal, .pink50modal, .pink30modal, .purple160modal, .purple120modal, .purple100modal, .purple185modal,
.purple180modal, .orange120modal, .orange85modal, .orange80modal, .pink65modal, .pink35modal, .brown25modal, .brown65modal, .brown75modal, .brown125modal, .brown175modal, .red390modal,
.purple165modal, .yellow115modal, .green95modal, .yellow25modal, .yellow55modal, .yellow75modal, .pink235modal, .pink230modal, .pink255modal, .pink250modal, .pink275modal, .pink270modal,
.pink295modal, .pink290modal, .pink255modal2, .pink275modal2, .pink295modal2 { display: none; position: fixed; z-index: 3; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.6); 
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {opacity:0} 
  to {opacity:1}
}

@keyframes animatetop {
  from {opacity:0}
  to {opacity:1}
}


	/* Barker Modal (background) */
.modal, .modal1, .modal2, .modal3, .modal4, .modal5, .modal6 {
	display: none; /* Hidden by default */
	position: fixed;  
	z-index: 3; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Barker Modal Content */
.modal-content, .modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 15px 40px;
  border: 3px solid #56a73e;
  width: 30%;
	position: absolute;
	top: 30%;
	left: 20%;
	text-align: left;
	line-height: 22.5px;
}
	
/* CPRP Modal Content */
.modal-content2, .modal-content3 {
  background-color: #fefefe;
  margin: auto;
  padding: 15px 40px;
  border: 3px solid #56a73e;
  width: 30%;
	position: absolute;
	top: 40%;
	left: 40%;
	text-align: left;
	line-height: 22.5px;
}

/* Andrew modal CSS 3 */

/* The Close Button */
.close, .close1, .close2, .close3, .close4, .close5, .close6, .close7, .close8, .close9, .close10, .close11, .close12, .close13, .close14, .close15, .close16, .close17, .close18, .close19, .close20, .close21, .close22, 
.close23, .close24, .close25, .close26, .close27, .close28, .close29, .close30, .close31, .close32, .close33, .close34, .close35, .close36, .close37, .close38, .close39, .close40, .close41, .close42, .close43, .close44,
.close45, .close46, .close47, .close48, .close49, .close50, .close51, .close52, .close53, .close54, .close55, .close56, .close57, .close58, .close59, .close60, .close61, .close62, .close63, .close64, .close65, .close66, 
.close67, .close68 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus, .close1:hover, .close1:focus, .close2:hover, .close2:focus, .close3:hover, .close3:focus, .close4:hover, .close4:focus, .close5:hover, .close5:focus, 
.close6:hover, .close6:focus, .close7:hover, .close7:focus, .close8:hover, .close8:focus, .close9:hover, .close9:focus, .close10:hover, .close10:focus, .close11:hover, .close11:focus, 
.close12:hover, .close12:focus, .close13:hover, .close13:focus, .close14:hover, .close14:focus, .close15:hover, .close15:focus, .close16:hover, .close16:focus, .close17:hover, .close17:focus, 
.close18:hover, .close18:focus, .close19:hover, .close19:focus, .close20:hover, .close20:focus, .close21:hover, .close21:focus, .close22:hover, .close22:focus, .close23:hover, .close23:focus, 
.close24:hover, .close24:focus, .close25:hover, .close25:focus, .close26:hover, .close26:focus, .close27:hover, .close27:focus, .close28:hover, .close28:focus, .close29:hover, .close29:focus, .close30:hover, .close30:focus,
.close31:hover, .close31:focus, .close32:hover, .close32:focus, .close33:hover, .close33:focus, .close34:hover, .close34:focus, .close35:hover, .close35:focus, .close36:hover, .close36:focus, .close37:hover, .close37:focus,
.close38:hover, .close38:focus, .close39:hover, .close39:focus, .close40:hover, .close40:focus, .close41:hover, .close41:focus, .close42:hover, .close42:focus, .close43:hover, .close43:focus, .close44:hover, .close44:focus,
.close45:hover, .close45:focus, .close46:hover, .close46:focus, .close47:hover, .close47:focus, .close48:hover, .close48:focus, .close49:hover, .close49:focus, .close50:hover, .close50:focus, .close51:hover, .close51:focus,
.close52:hover, .close52:focus, .close53:hover, .close53:focus, .close54:hover, .close54:focus, .close55:hover, .close55:focus, .close56:hover, .close56:focus, .close57:hover, .close57:focus, .close58:hover, .close58:focus,
.close59:hover, .close59:focus, .close60:hover, .close60:focus, .close61:hover, .close61:focus, .close62:hover, .close62:focus, .close63:hover, .close63:focus, .close64:hover, .close64:focus, .close65:hover, .close65:focus,
.close66:hover, .close66:focus, .close67:hover, .close67:focus, .close68:hover, .close68:focus  {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.percent25 {
	float:right;
	width:25%;
}

.percent75 {
	float:left;
	width:70%;
}

#map-prompt {
	position: absolute;
	margin-top: -34px;
    width: 715px;
	height: auto;
}

#community-map-link {
	text-align: left;
	margin: 10px 10px 20px 10px;
}

#community-map-link img:hover { 
	opacity: 0.6;
	transition: all 200ms ease;
}

.commercial-left {
	width: 57%;
    float: left;
    margin-right: 3%;
	text-align: left;
}

@media only screen and (max-width: 760px){
	.commercial-left { width:100%; margin-right: 0%; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.commercial-left { width:100%; margin-right: 0%; }
}


.leaderpic-container {
  	position: relative;
    width: 23.2%;
    margin: 1% 0.8% 1% 0.8%;
    float: left;
}

.liteblu-border { border: 1px solid #c3d2d9; }

@media only screen and (max-width: 760px){
	.leaderpic-container { width: 47.7%; margin: 1% 0.8% 1% 0.8%; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.leaderpic-container { width: 31.25%; margin: 1% 0.8% 1% 0.8%; }
}

.leaderpic-image {
  display: block;
  width: 100%;
  height: auto;
}

.leaderpic-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.leaderpic-container:hover .leaderpic-overlay {
  opacity: 0.8;
}

.leaderpic-text {
	color: white;
	text-transform: uppercase;
	font-size: 1.8vw;
    line-height: 1.8vw;
	position: absolute;
	width:100%;
	top: 50%;
	left: 0%;
  -webkit-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
  text-align: center;
}

.leaderpic-text span { 
	    font-size: 1.3vw;
	line-height: 1.3vw;
}

@media only screen and (max-width: 760px){
	.leaderpic-text { font-size: 3.6vw; line-height: 3.6vw; }
	.leaderpic-text span { font-size: 2.8vw; line-height: 2.8vw; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.leaderpic-text { font-size: 2.5vw; line-height: 2.5vw; }
	.leaderpic-text span { font-size: 1.8vw; line-height: 1.8vw; }
}






.newspic-container {
  	position: relative;
    width: 31.6%;
    margin: 1% 0.75% 1% 0.75%;
    float: left;
	border: 1px solid #c3d2d9;
}

@media only screen and (max-width: 760px){
	.newspic-container { width: 92%; margin: 2% 3.75% 2% 3.75%; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.newspic-container { width: 48.4%; margin: 1% 0.5% 1% 0.5%; }
}

.newspic-image {
  display: block;
  width: 100%;
  height: auto;
}

.newspic-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .4s ease;
  background-color: #0c465e;
}

.newspic-container:hover .newspic-overlay {
  opacity: 0.99;
}

.newspic-text {
	color: white;
	font-size: 1.7vw;
    line-height: 1.8vw;
	position: absolute;
	width:100%;
	top: 50%;
	left: 0%;
  -webkit-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
  text-align: center;
}

.newspic-text span { 
	    font-size: 1.3vw;
	line-height: 1.3vw;
}

@media only screen and (max-width: 760px){
	.newspic-text { font-size: 3.6vw; line-height: 3.6vw; }
	.newspic-text span { font-size: 2.8vw; line-height: 2.8vw; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.newspic-text { font-size: 2.5vw; line-height: 2.5vw; }
	.newspic-text span { font-size: 1.8vw; line-height: 1.8vw; }
}

#evcharge_mobile { display: none; }
#evcharge_full { display: block; }

@media only screen and (max-width: 760px)  { 
	#evcharge_mobile { display: block; }
	#evcharge_full { display: none; }
}



/* Style the navigation menu */
.topnav {
	overflow: hidden;
	background-color: #6E6F70;
	position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
	display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
	color: white;
	padding: 10px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
	background: #003e52;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  /* Style the active link (or home/logo) */
  .hamb-active {
	background-color: #003e52;
	color: white;
  }
	  
	  .topnav p {
		  color: #fff;
		  font-size: 17px;
		  padding: 14px 16px 8px 16px;
		  margin: 0px;
	  }
	  
			
			.video {
				width: 100%;
				height: 400px;
				margin: auto;
				display: block;
				border: none;
			}
			
			
			.video-popup {
				display: none;
				width: 100%;
				height: 100vh;
				margin: auto;
				position: fixed;
				top: 0;
				box-shadow: 10px 10px 10px 10px black;
			}
			.popup-bg {
				background: rgba(0,0,0,0.8);
				width: 100%;
				height: 100vh;
				position: absolute;
			}
			.popup-content {
				background: black;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				width: 800px;
				height: auto;
			}
			.popup-title {
				padding: 30px;
				margin: 0 auto;
				color: red;
				text-transform: uppercase;
			}


			.modal-video {
				padding: 1em;
				max-width: 95%;
				border: 0;
			  	background-color: rgb(0 0 0 / 1);
				width: 800px;
			  }
			  
			  .modal-video::backdrop {
				background: rgb(0 0 0 / 0.8);
			  }