/* COLORS */
/*
#ee9800 (orange)
#162b40 (navy)
#2ca3ff  (blue)
#6db960  (green)
*/

body {
	position: relative;
	background-color: #162b40;
	color: #162b40;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	min-width: 320px;
	/*overflow: -moz-scrollbars-vertical;*/
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: auto;
}
@media only screen and (min-width : 1200px) {
	body {
		padding-left: 430px;
	}
}

h1, h2, h3, h4 {
	border: 0;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}
h1 {
	color: #162b40;
	font-size: 28px;
	font-weight: 900;
	line-height: 36px;
}
h2 {
	color: #162b40;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}
h3 {
	color: #162b40;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
h4 {
	border-bottom: 1px dashed #ccc;
	color: #162b40;
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

body>.backdrop {
	position: fixed;
	left: 0;
	top: 0;
	
	/*background-image: url('../images/bg_home_page.jpg');*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 200%;
	height: 100%;
	height: 100vh;
	min-height: 900px;
	min-width: 320px;
	opacity: 0.8;
	width: 100%;
	width: 100vw;
	z-index: -2;
}
.backdrop:before {
	content: " ";
	
	position: absolute;
	bottom: 0;
	z-index: 10;
	
	display: block;
	height: 300px;
	width: 100%;
	
	background-image: -webkit-linear-gradient(top,rgba(22,43,64,.0001) 0,rgba(22,43,64,1) 100%);
	background-image: -o-linear-gradient(top,rgba(22,43,64,.0001) 0,rgba(22,43,64,1) 100%);
	background-image: -webkit-gradient(linear,right top,right bottom,from(rgba(22,43,64,.0001)),to(rgba(22,43,64,1)));
	background-image: linear-gradient(to bottom,rgba(22,43,64,.0001) 0,rgba(22,43,64,1) 100%);
}

body.seed-0>.backdrop { background-image: url('../images/bg_home_page.jpg'); }
body.seed-1>.backdrop { background-image: url('../images/bg_subpage.jpg'); }
body.seed-2>.backdrop { background-image: url('../images/bg_jacksonville.jpg'); }
body.seed-3>.backdrop { background-image: url('../images/bg_naples.jpg'); }
body.seed-4>.backdrop { background-image: url('../images/bg_orlando.jpg'); }
body.seed-5>.backdrop { background-image: url('../images/bg_palm_beach.jpg'); }
body.seed-6>.backdrop { background-image: url('../images/bg_pensacola.jpg'); }
body.seed-7>.backdrop { background-image: url('../images/bg_tallahassee.jpg'); }
body.seed-8>.backdrop { background-image: url('../images/bg_tampa.jpg'); }

@media only screen and (min-width : 480px) {
	body>.backdrop {
		background-size: 150%;
	}
}
@media only screen and (min-width : 768px) {
	body>.backdrop {
		background-size: contain;
	}
}
@media only screen and (min-width : 1200px) {
	body>.backdrop {
		background-size: cover;
	}
	body>.backdrop .backdrop-inner {
		overflow: hidden;
		width: 430px;
		-webkit-filter: blur(4px);
		filter: blur(4px);
	}
	body>.backdrop .backdrop-inner::after {
		content: ' ';
		
		/*background-image: url('../images/bg_home_page.jpg');*/
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: cover;
		display: block;
		/*height: 100%;*/
		height: 100vh;
		min-height: 900px;
		min-width: 320px;
		opacity: 0.8;
		/*width: 100%;*/
		width: 100vw;
		z-index: -1;
	}
	body.seed-0>.backdrop .backdrop-inner::after { background-image: url('../images/bg_home_page.jpg'); }
	body.seed-1>.backdrop .backdrop-inner::after { background-image: url('../images/bg_subpage.jpg'); }
	body.seed-2>.backdrop .backdrop-inner::after { background-image: url('../images/bg_jacksonville.jpg'); }
	body.seed-3>.backdrop .backdrop-inner::after { background-image: url('../images/bg_naples.jpg'); }
	body.seed-4>.backdrop .backdrop-inner::after { background-image: url('../images/bg_orlando.jpg'); }
	body.seed-5>.backdrop .backdrop-inner::after { background-image: url('../images/bg_palm_beach.jpg'); }
	body.seed-6>.backdrop .backdrop-inner::after { background-image: url('../images/bg_pensacola.jpg'); }
	body.seed-7>.backdrop .backdrop-inner::after { background-image: url('../images/bg_tallahassee.jpg'); }
	body.seed-8>.backdrop .backdrop-inner::after { background-image: url('../images/bg_tampa.jpg'); }
}

a {
	color: #2ca3ff;
	font-family: 'Lato', sans-serif;
	/*font-weight: 700;*/
	transition: background-color .2s, color .2s;
}
a:link, a:visited {
	color: #2ca3ff;
}
a:hover, a:active, a:focus {
	color: #6db960;
	text-decoration: underline;
}

.btn {
	border-radius: 0;
	border-width: 0;
}


/* RELATED LINKS */
.header-section-related-links {
	display: none;
}
@media only screen and (min-width : 1200px) {
	.header-section-related-links {
		display: block;
	}
}
.footer-section-related-links {
	display: block;
	margin-bottom: 30px;
}
@media only screen and (min-width : 1200px) {
	.footer-section-related-links {
		display: none;
	}
}
.related-links h3 {
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-transform: lowercase;
}
.related-links h3 span {
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.related-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.related-links ul li {
	border-bottom: 1px dashed rgba(255, 255, 255, .35);
}
.related-links ul li:last-child {
	border-bottom-width: 0px;
}

.related-links ul li a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	padding: 10px 0;
}
.related-links ul li:first-child a {
	padding-top: 20px;
}
.related-links ul li a:link, .related-links ul li a:visited {
	color: #fff;
}
.related-links ul li a:hover, .related-links ul li a:active, .related-links ul li a:focus {
	color: #8dc9f8;
	text-decoration: none;
}


/* MAIN */
main {
	/*background-color: rgba(0, 255, 0, 0.5);*/
	margin: 0 auto;
	max-width: 970px;
	padding: 20px;
}
@media only screen and (min-width : 1200px) {
	main {
		max-width: 1030px;
		padding: 30px 50px;
	}
}



.how-can-i-help {
	margin-bottom: 27px;
}

.how-can-i-help .help-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	
	margin-bottom: 1em;
}
	
.how-can-i-help .help-title h2 {
	color: #fff;
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 24px;
	/*height: 24px;*/
	margin: 0 1em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.how-can-i-help .help-title::before, .how-can-i-help .help-title::after {
	content: " ";
	
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	flex-grow: 1;
	height: 12px;
}

.how-can-i-help .help-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
/*	align-content: center;*/
/*	justify-content: center;*/
}
.how-can-i-help .help-items .help-item {
	position: relative;
	max-width: 150px;
	width: 33%;
	
	margin-bottom: 3px;
}
@media only screen and (min-width : 650px) {
	.how-can-i-help .help-items .help-item {
		width: 16%;
	}
}
.how-can-i-help .help-items .help-item::before{
	content:" ";
	
	display:block;
	padding-top:100%;
}
.how-can-i-help .help-items .help-item a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: rgba(0, 0, 0, .1);
	background-repeat: no-repeat;
	background-position: 50% 40%;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 1px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
	overflow: hidden;
	padding: 69% 10% 10%;
	text-align: center;
}
.how-can-i-help .help-items .help-item a, .how-can-i-help .help-items .help-item a:link, .how-can-i-help .help-items .help-item a:visited {
	color: #fff;
}
.how-can-i-help .help-items .help-item a:hover, .how-can-i-help .help-items .help-item a:active, .how-can-i-help .help-items .help-item a:focus {
	background-color: rgba(255, 255, 255, .15);
	color: #fff;
	text-decoration: none;
}
.email-me-help-item a { background-image: url('../images/service_email_me.png'); }
.assistance-help-item a { background-image: url('../images/service_assistance.png'); }
.flags-help-item a { background-image: url('../images/service_flags.png'); }
.tours-help-item a { background-image: url('../images/service_tours.png'); }
.internships-help-item a { background-image: url('../images/service_internships.png'); }
.military-academies-help-item a { background-image: url('../images/service_military_academies.png'); }
.special-recognitions-help-item a { background-image: url('../images/service_special_recognitions.png'); }

@media (min-width: 450px) {
	.how-can-i-help .help-items .help-item a {
		font-size: 16px;
	}
}
@media only screen and (max-width : 991px) {
	.how-can-i-help .help-items .help-item a .abbrev { display: none; }
}


/* FOOTER */
footer {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	margin: 0 auto;
	max-width: 970px;
	padding: 0px 20px;
}
@media only screen and (min-width : 1200px) {
	footer {
		max-width: 1030px;
		padding: 0px 50px;
	}
}
footer .footer-links {
	border-top: 1px solid rgba(255, 255, 255, .35);
	padding: 20px 0;
}
footer a, footer a:link, footer a:visited {
	color: inherit;
	color: rgba(255, 255, 255, .5);
}
footer a:hover, footer a:active, footer a:focus {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}


/* SUBPAGE */
.page-head {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	
	margin-bottom: 10px;
}
.page-head h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 24px;
	/*height: 24px;*/
	margin: 0 1em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.page-head::before, .page-head::after {
	content: " ";
	
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	flex-grow: 1;
	height: 12px;
}

/*
Cookie Crumb:   16px,   color: rgba(255,255,255,.65),   text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
Cookie Crumb a:hover:  color: rgba(255,255,255,1),
*/
.page-info {
	margin-bottom: 1em;
	text-align: center;
}
.page-info ul {
	color: rgba(255, 255, 255, .65);
	font-size: 16px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.page-info ul>li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.page-info .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
.page-info .cookie-crumbs li:first-child:before {
	display: none;
}
.page-info ul>li a, .page-info ul>li a:link, .page-info ul>li a:visited {
	color: rgba(255, 255, 255, .65);
}
.page-info ul>li a:hover, .page-info ul>li a:active, .page-info ul>li a:focus {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}


.subpage .content-wrapper {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
}
@media only screen and (min-width : 768px) {
	.subpage .content-wrapper {
		padding: 40px;
	}
}

/* "column-count" changed from 2 to 1 */
@media only screen and (min-width : 768px) {
	article.post>.content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}

/* responsive images */
.content-wrapper img {
    max-width: 100%;
    height: auto;
}

.post .embed-responsive {
	margin-bottom: 20px;
}
.recordList .media .embed-responsive {
	margin: 20px;
}

/* bootstrap updates */
.embed-responsive {
	background-color: #f8f8f8;
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
/* home-featured image size: 460h / 650w = 0.70769 */
.embed-responsive-feature {
	padding-bottom: 70.75%;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.embed-responsive-1by1 {
	padding-bottom: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive .video-play-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background-image: url(../images/trans-1by1-play.png);
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

/* plyr overrides */
.plyr .plyr__play-large {
	opacity: 0;
}

.content img {
	max-width: 100%;
    height: auto;
}

/*Form Styles Update*/

/*Form Footer Buttons*/
.forms .buttonHolder {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}
.forms .btn {
  padding: 10px 20px;
}
.forms .btn-default {
  background-color: #f2f2f2;
}

/*Add bottom margin to field sets*/
.forms fieldset {
  margin-bottom: 30px;
}

/*Modify the Field set headers*/
.forms legend {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 2px solid #ccc;
  font-weight: 900;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}

/*Top button tabs*/
.forms .btn-group-justified>.btn,.btn-group-justified>.btn-group {
  background: #f2f2f2;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  color: inherit;
}

.forms .control-label {
	display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

/*Top button tabs hovers and active tabs*/
.forms .btn-group>.btn:hover,.forms .btn-group-vertical>.btn:hover,.forms .btn-group>.btn:focus,.forms .btn-group-vertical>.btn:focus,.forms .btn-group>.btn:active,.forms .btn-group-vertical>.btn:active,.forms .btn-group>.btn.active,.forms .btn-group-vertical>.btn.active {
  background: #357ebd;
  color: #fff;
}
