/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body, html{
	/*height: 100%;*/
}
body {
	background-color: white;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
}
p {
}
.container{
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	color: #6D6E71;
	margin-bottom: 	10px;
}

h1 { 
	font-size: 30px;
	color: #027368;
	margin-bottom: 20px;
}
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }

h1.title{
	margin-top: 50px;
	margin-bottom: 20px;
}
@media (max-width: 767px){
	h1.title{
		margin-top: 20px;
	}
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	text-decoration: underline;
	color: #3C8786;

}
a:hover, a:focus{
	color: ;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
/*#templates img:empty {
	border: none;
}*/

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/
#sticky-header{
	background: white;
	height: 115px;
	padding-bottom: 13px;
	/*margin-bottom: 30px;*/
	box-shadow : 2.08px 3.12px 20.8px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2.08, OffY=3.12, Color='#000000') ;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 105;

}
#body-container{
	margin-top: 115px;
}
#logo-col svg{
	position: relative;
	top: 30px;
	display: block;
	max-width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	#logo #division{
		display: none;
	}
}
/*#logo-col svg:hover #icon{
	fill: #3C8786;
}*/

#menu-col{

}
/*----------------------------------Search Bar*/

/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/
#nav_menu .navbar-nav {
	position: absolute;
	right: 0px;
	bottom: -105px;
}
#nav_menu .navbar-nav>li a{
	color: #027368;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav_menu .navbar-nav>li:last-of-type a:hover {
	color: #027368;
	background-color: white;
	border-radius: 9px;
	border: 1px solid #027368;
}
#nav_menu .navbar-nav>li:last-of-type a {
	color: white;
	background-color: #027368;
	border-radius: 9px;
	border: 1px solid #027368;

}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
	color: #027368;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
}
/*--------------------------------------------------------
					Mobile Navigation
--------------------------------------------------------*/
#mobile-menu>li>a{
	width: 174px;
	min-height: 32px;
	margin-bottom: 6px;
	border-radius: 3px;
	background-color: transparent;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 5px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #027368;
	-webkit-transition: color .25s;
	transition: color .25s;
	text-decoration: none;
}
#mobileMenuWrapper{
	box-shadow : 2.08px 3.12px 20.8px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2.08, OffY=3.12, Color='#000000') ;
}
/*-------------------------------------toggle*/
button#mobile-toggle{
	width: 37px;
	height: 37px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: none;
	border-radius: 4px;
	padding: 10px 5px;
	background-color: white;
	box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 990px) {
	button#mobile-toggle{
		display: inline-block;
	}
}
button#mobile-toggle svg *{
	fill: #3C8786;
}
/*--------------------------------end--toggle*/
/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
/*----------------Slideshow----------*/
/*#body-container>.row{
	padding-top: 50px;
}*/
#index-slideshow-container{
	padding: 0px;
	position: relative;
}
div#index-slideshow-container img {
	width: 100%;
}
.carousel-inner a {
	color: inherit;
}
.carousel-control.left, .carousel-control.right{
	background-image: none;
	text-decoration: none;
	color: #6d6e71;
	font-weight: bold;
	font-size: 100px;
	opacity: 1;
	top: 26%;
	font-family: Arial, sans-serif;
	text-shadow: none;
}
.carousel-control.left:hover, .carousel-control.right:hover{
	color: #027368;
}
.carousel-indicators {
	display: none;
}
@media screen and (min-width: 768px){
	.carousel-indicators {
		bottom: 30px;
	}
}
.carousel-indicators li {
	border: 1px solid white;
	background-color: white;
}
.carousel-indicators .active {
	background-color: #027368;
	border: 1px solid #027368;
}

/*.caption-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
@media (min-width: 992px){
	.caption-wrapper {
		width: 970px;
		width: 100%;
	}
}
@media (min-width: 1200px){
	.caption-wrapper {
		width: 1170px;
	}
}
.carousel-caption {
	background: rgba(35,31,32,.6);
	left: initial;
	bottom: initial;
	right: 0px;
	top: 70px;
	top: 50%;
	transform: translateY(-50%);
	width: 33.3%;
	text-align: center;	
	text-shadow: none;
	padding: 30px 30px;
	font-size: 20px;
	line-height: 120%;
}
@media (max-width: 1200px){
	.carousel-caption{
		width: 40%;
	}
}
@media (max-width: 990px){
	.carousel-caption{
		font-size: 18px;
	}
}
@media (max-width: 800px){
	.carousel-caption{
		width: 50%;
	}
}
@media (max-width: 767px){
	.carousel-caption{
		font-size: 16px;
	}
}
@media (max-width: 700px){
	.carousel-caption{
		width: 100%;
	}
	#index-slideshow-container .carousel-indicators li {
		display: none;
	}
}
@media (max-width: 500px){
	.carousel-caption{
		background: transparent;
	}
}
.carousel-caption p, .carousel-caption ul {
	text-align: left;
	margin-bottom: 0px; 
}
@media (max-width: 500px){
	.carousel-caption p, .carousel-caption ul {
		display: none;
	}
}
.carousel-caption p:first-of-type {
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 105%;
}
@media (max-width: 990px){
	.carousel-caption p:first-of-type {
		font-size: 25px;
		margin-bottom: 10px;
	}
}
@media (max-width: 500px){
	.carousel-caption p:first-of-type {
		display: block;
		margin: 0px auto;
		text-align: center;
		color: white;
		text-shadow: 0 1px 2px rgba(0,0,0,.7);
	}
}
.carousel-caption ul {
	padding-left: 0px;
}
.carousel-caption li {
	margin-bottom: 10px;
}
@media (max-width: 990px){
	.carousel-caption li {
		margin-bottom: 5px;
	}
}
.carousel-caption a {
	color: white;
	background-color: #027368;
	border-radius: 9px;
	border: 1px solid #027368;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	font-size: 20px;
	padding: 10px 20px;
	display: inline-block;
	margin: 10px auto 0px;
	border: 2px solid white;
}
.carousel-caption a:nth-of-type(2){
	display: none;
}*/

/*----------------End Slideshow------*/
a.slideshow-link {
	color: white;
	background-color: #027368;
	border-radius: 9px;
	border: 1px solid #027368;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	font-size: 25px;
	padding: 10px 20px;
	display: inline-block;
	margin: 0px auto -20px;
	border: 2px solid white;
	position: absolute;
	bottom: 15%;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	z-index: 10;
/*	top: initial;*/
}
@media (max-width: 767px){
	a.slideshow-link{
		font-size: 20px;
		max-width: 140px;
		/*bottom: 15%;*/
	}
}

/*----------------------------------Primary-Content*/
.content-box{
	margin-top: -30px;
}
@media (max-width: 990px){
	.content-box{
		margin-top: 0px;
	}
}
.content-box-container{
	background-color: white;
	box-shadow : 2.08px 3.12px 20.8px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2.08, OffY=3.12, Color='#000000') ;
	padding: 30px 30px 40px;
}
@media (max-width: 990px){
	.content-box-container{
		padding: 30px 0px 0px;
		box-shadow: none;
	}
}
.content-box a{
	text-decoration: none;
	color: inherit;
}
.content-box h1{
	text-align: center;
	font-size: 26px;
	margin: 15px 0px 20px;
	font-weight: bold;
}
.content-box:nth-of-type(2) h1{
	padding-top: 4px; /*Adjusts for the size difference in the SVGs*/
}
@media (max-width: 767px){
	.content-box h1 {
		margin-bottom: 15px;
	}
}
.content-box-container ul {
	padding-left: 10px;
}
#content-boxes-row svg{
	margin: 0px auto;
	display: block;
}
.content-box svg *{
	fill: #6D6E71;
}
.content-box:hover svg * {
	fill: #027368;
}
/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
#subpage-content{
	min-height: calc(100vh - 267px);
}
a.button{
	color: #027368;
	background-color: white;
	border-radius: 9px;
	border: 1px solid #027368;
	display: inline-block;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 220px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
}
a.button:hover{
	color: white;
	background-color: #027368;
}
.table{
	margin-top: 10px;
}
/*----------Templates Page----------*/
#templates .row{
	margin-bottom: 45px;
}
@media (max-width: 767px) {
	#templates .row{
		margin-bottom: 0px;
	}	
	#templates .col-md-3{
		margin-bottom: 20px;
	}
}
#templates img{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

/*----------Description Pages----------*/

#template-descriptions img{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}
@media (max-width: 990px){
	#template-descriptions img{
		margin-bottom: 20px;
	}
}
@media (max-width: 767px){
	#template-descriptions img{
		max-height: 420px;
		margin: 0px auto 20px;
	}
}
#template-descriptions #description p, #template-descriptions #description ul {
	margin-bottom: 20px;
}
#template-descriptions #description ul {
	padding-left: 0px;
}
#template-descriptions #description a:last-of-type {
	display: block;
}

/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/
#footer-row{
	position: static;
	bottom: 0px;
	width: 100%;
	padding: 70px 0px 20px;
	margin: 0px;
}
#footer-row p{
}
#footer-row a{
	color: #027368;
}
/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/