
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	background: url('../img/page-bg.jpg');
	padding: 0 15px;
	overflow-x: hidden;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 { line-height: 1.4; }
p { 
	line-height: 1.8;
	margin-bottom: 0;
	margin-top: 15px;
}
ol {
	margin-top: 15px;
}
p, .gs-gallery-item .gs-figcaption { color: #333; }
.gs-font-thin { font-weight: 300; }

button {
	cursor: pointer;
	border: none;
}
button:focus { outline: none; }

.gs-btn {
	display: inline-block;
	font-size: 1.2rem;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	width: 160px;
}

.gs-btn-blue {
	color: white;
	background-color: #186e9d;
}

.gs-btn-blue:hover,
.gs-btn-blue:focus {
	color: white;
	background-color: #79ad31;
}

.gs-btn-gray {
	color: #186e9d;
	background-color: #ededed;
}

.gs-btn-gray:hover,
.gs-btn-gray:focus {
	background-color: #c6c6c6;
}

.gs-blue-text { color: #186e9d; }
.gs-green-text { color: #C5F9D0; }

.navbar-toggler {
	background: rgba(0,0,0,0.5);
    border: none;
    border-radius: 0;
    color: white;
    display: block;
    padding: 0.6rem 1rem;    
    margin-left: auto;
    margin-right: 0;
}

.container {
	background-color: white;
    max-width: 1120px;
    padding: 0;
    margin: 0 auto;  
}

.gs-site-name {
	font-size: 6.4rem;
	font-family: nasalization, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.gs-site-name,
.gs-site-description {
	color: white;
	text-shadow: 0px 3px 2px rgba(62,62,62,1);
}

.gs-site-description { font-size: 1.4rem; }

.gs-site-header {
	background: url('/img/BNR_LndgPgHdr_DLA_FINALb-929x260.jpg') no-repeat;
	background-size: cover;
	height: 175px;
	padding: 60px 80px;
	position: relative;
	border-bottom: 0px solid #076599;
}

.gs-about-header {
	background: url('/img/About-page-header929x250.jpg') no-repeat;
	background-size: cover;
}

.gs-main-nav-ul { flex-flow: column; float:right;}

.gs-main-nav-container {
	position: fixed;
    width: 100%;
	top: 5px;
	right: 10px;    
    width: 200px;
    z-index: 1000;
	margin-bottom: -10px;
}

.gs-main-nav { background-color: rgba(0,0,0,0.5); margin-top: 0px;}

.gs-main-nav .nav-link {
	color: white;
	font-size: 1.3rem;
	padding: 15px 20px;
}

.gs-main-nav .nav-link.active,
.gs-main-nav .nav-link:hover,
.gs-main-nav .nav-link:focus {
	color: #9AC9F7;
}

.gs-main-content { padding: 35px 30px; }

.gs-main-title { 
	color: #0569ae;
	margin-bottom: 1.2rem;
	font-family: nasalization, sans-serif;
	font-weight: 400;
	font-style: normal;
}


.gs-main-heading {
	color: white;
	background-color: #0569ae;
	width: 25%;
	margin: 5px 5px 15px -20px;
	padding: 10px 15px 10px;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
}


.address-upper {
	margin-left: 30px;
	margin-top: 30px;
	line-height: 1.2;
}

.address-lower {
	margin-left: 30px;
	margin-top: 15px;
	color: #b2b2b2;
	line-height: 1.2;
}

.gs-sub-title { 
	color: #787878;
	margin-bottom: 0.5em;
	font-weight: 100;
	font-style: normal;
}

.gs-redundantimg {
	width: 130px;
	height: auto;
	box-shadow: 0px 0px 5px #4257a3;
	float:right;
	margin: 10px;
}

.redundandstuffholder {
	float: right;
	width: 250px;
	text-align:center;
}

.spilogosubtitle {
	color: #0569ae;
	margin-top: -15px;
        margin-bottom: 1.2rem;
        font-family: nasalization, sans-serif;
        font-weight: 400;
        font-style: normal;
	font-size: 0.9em;
	float-right;
}

.gs-gallery {
	padding-top: 60px;
	padding-bottom: 35px;
	margin: 0 auto;
	background: url('../img/carrierdrone1560x900.jpg') no-repeat;
	background-repeat: no-repeat;
	background-size: auto;
	background-size: cover;
	min-height: 450px;
}

.gs-gallery .row {
	margin: 0 auto;
/*
	margin-left: -10px;
	margin-right: -10px; */ 
}

.gs-gallery-item {
	padding-left: 10px;
	padding-right: 10px;
}

.gs-gallery-item img { 
	opacity: 1; 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background-color: #fff;
	padding: 4px;
}

.gs-gallery-item-overlay {
	background: #3366CC;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.8;
}

.gs-gallery-item:hover img { opacity: 0.8; }
.gs-gallery-item:hover .gs-figcaption {	color: #186e9d; }

.gs-img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gs-img-center-sm {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gs-figcaption {
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
}

.gs-gallery-nav { text-align: center; }

.gs-gallery-nav .nav-item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.gs-gallery-nav .nav-item:last-child { margin-right: 0; }

.gs-gallery-nav .nav-link {	
	background-color: #EDEDED;
	color: #717171;
	padding: .7rem 1.2rem;    
}

.gs-gallery-nav .nav-item:last-child { margin-right: 0; }
.gs-gallery-nav	.nav-link.active,
.gs-gallery-nav .nav-link:focus,
.gs-gallery-nav .nav-link:hover {
	background: #076599;
	color: white;
}

.media-body {
    -ms-flex: 1;
    flex: 1 1 auto;
    width: 100%;
}

.gs-margin-b-l { margin-bottom: 60px; }
.gs-margin-b-ll { margin-bottom: 80px; }
.gs-margin-b-xl { margin-bottom: 100px; }
.gs-margin-b { margin-bottom: 25px; }
.gs-margin-b-30 { margin-bottom: 30px; }
.gs-margin-b-p,
p.gs-margin-b-p { margin-bottom: 35px; }
.gs-margin-r-20 { margin-right: 20px; }
.gs-margin-b-s { margin-bottom: 8px; }
.no-pad-b { padding-bottom: 0; }
.gs-small-pad { padding: 40px 35px; }

.gs-highlight {
	background-color: #076599;
	color: white;	
	padding: 50px 30px;
}

.gs-highlight-w-icon { flex-flow: column; }
.gs-highlight-icon { padding: 0 0 30px 0; }
.gs-highlight p { color: white; }

.gs-white-bordered-btn {
	color: white;
    border: 1px solid white;
    padding: 10px 25px;
    display: inline-block;
}

.gs-white-bordered-btn:hover,
.gs-white-bordered-btn:focus {
	background-color: white;
}

.gs-fa-6x { font-size: 6em; }
.gs-h3 { font-size: 1.5rem; }

footer {
	background-color: rgba(0,0,0,0.8);
	color: white;
	padding: 15px;
	text-align: center;
}

footer a {
	color: white;
}

footer a:hover {
	color: #FF3;
}


.form-control { 
	border: 1px solid rgba(0, 0, 0, 0.37);
	border-radius: 0; 
	font-size: 1.2rem;
	padding: .75rem .75rem;    
}
.form-control:focus { border-color: #076599; }
.gs-overflow-auto { overflow: auto; }
#google-map {
    height: 360px;
    width: 100%;    
}

.newsitemheader {
	clear:both;
}

.newsitemcontainer {
	border: 1px solid #0569ae;
	clear:both;
	margin-bottom:10px;
}

.newsitemheadtext {
	background-color: #0569ae;
    border-radius: 1px;
	display:inline-block;
    color:white; font-weight:bold;-webkit-text-fill-color: white; font-size:1em;
	margin: 5px 5px 15px -20px;
	padding: 10px 15px 10px;
}

.whitelink {
	color:white;
	-webkit-text-fill-color: white;
}

.newitemsnippet {
	margin: 10px;
	color: #212529;
	-webkit-text-fill-color: #212529;
	margin-bottom: 15px;
}

.newitemsniplink {
	color: #212529;
	-webkit-text-fill-color: #212529;
}

@media (min-width: 576px) {
	.gs-main-content { padding: 75px 50px 70px;	}
	.gs-main-content.no-pad-b { padding: 75px 50px 0; }
	.gs-gallery { max-width: 100%;	}
	.gs-highlight { padding: 40px; }
	.gs-highlight-w-icon { flex-flow: row; }
	.gs-highlight-icon { padding: 20px 50px 0 0; }	
	.gs-site-header { height: 150px; }
}

@media (min-width: 650px) {
	.gs-site-header { height: 170px; }
}

@media (min-width: 768px) {
	.gs-main-nav-ul { 
		flex-flow: row;
		margin-left: 45%;
		width: 50%;
	}
	.gs-main-nav-container {
		position: absolute;
		left: 0;
    	bottom: 0;
    	right: auto;
    	top: auto;
    	padding: 0;
    	width: 100%;
	}
	.gs-main-nav .nav-link { padding: 10px 15px; }
	.gs-gallery { max-width: 100%;	}
	.gs-highlight { padding: 50px 100px; }
	.gs-small-pad { padding: 40px 35px; }
	.gs-img-center-sm {	margin-left: 0;	}
}

@media (min-width: 840px) {
	.gs-site-header { height: 230px; }
}

@media (min-width: 880px) {
	.gs-site-header { height: 245px; }
}
@media (min-width: 992px) {
	.gs-site-header { height: 270px; }
	.gs-main-nav .nav-link { padding: 15px 20px; }
	.gallery-row { max-width: 970px; margin: 0 auto; } 
}

@media (min-width: 1100px) {
	.gs-site-header { height: 300px; }
}

@media (min-width: 1200px) {
	/* .container { max-width: 1120px; } */
	.container { max-width: 1120px; }
	.gs-site-header { height: 315px; }


	.gs-main-nav .nav-link { padding: 5px; }
	.gs-gallery .row { max-width: 100%; width: 75%; margin 0 auto;} 

	/* .gallery-row { margin: auto; } */

	/* margin-left: -10px; 
	margin-right: -10px; */ 

}

@media (max-height: 360px) {
	.gs-main-nav .nav-link {
		font-size: 1rem;
		padding: 10px 15px;
	}
}
