/*--------------------------------------------------------------
					Fonts
--------------------------------------------------------------*/
body {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #333;
	font-size: 16px;
	background : -moz-linear-gradient(50% 0.39% -90deg,rgba(82, 131, 161, 1) 0%,rgba(110, 159, 189, 1) 37.97%,rgba(131, 180, 210, 1) 75.25%,rgba(138, 187, 217, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(82, 131, 161, 1) 0%, rgba(110, 159, 189, 1) 37.97%, rgba(131, 180, 210, 1) 75.25%, rgba(138, 187, 217, 1) 100%);
	background : -webkit-gradient(linear,50% 0.39% ,50% 99.95% ,color-stop(0,rgba(82, 131, 161, 1) ),color-stop(0.3797,rgba(110, 159, 189, 1) ),color-stop(0.7525,rgba(131, 180, 210, 1) ),color-stop(1,rgba(138, 187, 217, 1) ));
	background : -o-linear-gradient(-90deg, rgba(82, 131, 161, 1) 0%, rgba(110, 159, 189, 1) 37.97%, rgba(131, 180, 210, 1) 75.25%, rgba(138, 187, 217, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(82, 131, 161, 1) 0%, rgba(110, 159, 189, 1) 37.97%, rgba(131, 180, 210, 1) 75.25%, rgba(138, 187, 217, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5283A1', endColorstr='#8ABBD9' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(82, 131, 161, 1) 0%, rgba(110, 159, 189, 1) 37.97%, rgba(131, 180, 210, 1) 75.25%, rgba(138, 187, 217, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5283A1',endColorstr='#8ABBD9' , GradientType=0);
}



h1, h2, h3, h4, h5{
	font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #333;
}
.front{
	font-family: 'Tangerine', cursive, sans-serif;
	color: #636363;
	display: inline;
/*	margin-top: 0px;*/
}
p {
	font-size: 16px;
}
.small {
	font-size: 14px;
}
h1.front{
	font-size: 43px;
}

h1{
	font-size: 30px;
}
h2{
	font-size: 27px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 19px;
}
a{
	color: #444;
	text-decoration: underline;
}
a:hover, a:focus, a:active{
	color: #111;
	text-decoration: none;
}
/*img {
	display: block;
	max-width: 100%;
	height: auto !important;
}*/	
/*--------------------------------------------------------------
					Head Row
--------------------------------------------------------------*/
@media (min-width: 768px){
}
@media (min-width: 992px){
}
@media (min-width: 1200px){

}
/*#head-row{
	background-image: url("../images/header_new.png");
	background-position-y: 20px;
	background-repeat: no-repeat;
	background-position-x: 120px;
}*/
#head-top-row{
	background-color: #0085AE;
	height: 80px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 2px solid white;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 15px;
	z-index: 10;
}
@media (max-width: 990px){
	#head-top-row{

		border: none;
		background-color: transparent;
	}
}
/*--------------------------Login*/
#login-col #login{
	position: absolute;
	right: 30px;
}
.forgot-pass{
	display: none;
}
.forgot-password{
	color: white;
	font-style: italic;
	position: absolute;
	right: 30px;
	top: 32px;
}
#login input[type=submit]{
	width: 80px;
	color: #FFFFFF;
	background-color: #636363;
	border: 1px solid black;
}
/*--------------------------Middle Row*/
#head-middle-row{
	z-index: 15;
	height: 90px;
}
#logo-col{
	height: 100%;
}
.logo{
	z-index: 20;
	position: relative;
	height: 200px;
	top: -80px;
}
.waves{
/*	display: none;*/
	z-index: 0;
	position: relative;
	width: 461px;
	height: auto;
	max-width: 100%;
	top: -290px;
	left: 130px;
}
@media (max-width: 615px){
	.waves{
		display: none;
	}
}
#head-middle-row #searchbox{
	position: absolute;
	right: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
}
@media (max-width: 990px){
	#head-middle-row #searchbox{
		margin:0px;
		bottom: 40px;
	}
}
/*--------------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------------*/
/*--------------------------Nav Row*/
#nav-row{
	background-color: #636363;
/*	height: 40px;*/
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 2px solid white;
	border-bottom: none;
/*	padding-top: 10px;
	padding-bottom: 15px;*/
	z-index: 10;
}
.navbar-nav>li{
	border-left: 1px solid white;
} 
@media (min-width: 990px) and (max-width: 1199px){
	.navbar-nav>li:first-of-type{
		display: none;
	}
}
.navbar-nav>li:last-of-type{
	border-right: 1px solid white;
} 
#nav-row a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: #737373;
}
.nav a .caret, .nav a:hover .caret {
	border-top-color: white;
	border-bottom-color: white;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #737373;
	border-color: #737373;
}
.dropdown-menu {
	background-color: #838383;
	border: none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #0085AE;
}
/*--------------------------------------------------------------
					Mobile Navigation
--------------------------------------------------------------*/
#mobile-menu .search-button{
	display: none;
}
/*--------------------------------------------------------------
					Index
--------------------------------------------------------------*/
#body-row{
	margin: 0px -30px;
	background-color: white;
	padding: 15px 30px;
}
#body-row>.row{
	padding-top: 10px;
	padding-bottom: 10px;
}
#slide-col img{
	height: 290px;
}
@media (max-width: 1200px){
	#slide-col img{
		height: auto;
	}
}
@media (max-width: 990px){
	/*#slide-col{
		margin-top: 100%;
	}*/
}
#welcome-row{
	border-bottom: 1px solid #333;
/*	margin-bottom: 20px;*/
}
#blue-box-col {
	background-color: #578AA9;
	padding: 40px 10px;
	height: 290px;
	text-align: center
}
@media (max-width: 1200px){
	#blue-box-col{
		padding: 10px 10px;
		height: 237px;
	}
}
@media (max-width: 990px){
	#blue-box-col{
		padding: 30px 10px;
		margin: 0px auto;
		width: 720px;
	}
}
@media (max-width: 770px){
	#blue-box-col{
		max-width: 95%;
	}
}
#blue-box-col img{
	margin: 0px auto;
	border-bottom: 1px solid black;
	display: block;
	max-width: 100%
	height: auto !important;
}
#four-bm-vid {
	width: 100%;
	min-height: 100%;
	height: 281px;
}
#feature-col{
	text-align: center;
}
#feature-col img{
	margin: 0px auto;
	padding: 20px;
	width: 270px;
	display: block;
}
#thinking-about-adoption-col{
	background-color: #C4DDEC;
	text-align: center;
	padding-bottom: 20px;
}
#thinking-about-adoption-col img{
	margin: 0px auto;
}
#carouselButtons {
    margin-left: 5px;
    position: absolute;
    bottom: 5px;
}
#playButton{
	background-image: url("../images/play-01.svg");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
#pauseButton{
	background-image: url("../images/pause-01.svg");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
/*--------------------------Row of Cal, News, Support*/
h2.front {
	font-size: 40px;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
}
img.icon{
	max-width: 60px;
	display: inline;
}
/*--------------------------News Col*/
#news-col{
	background-color: #BDDAED;
	overflow: hidden;
}
@media (max-width: 990px){
	#news-col{
		background-color: white;
		padding-top: 10px;
	}
}
.news-title{
	padding-left: 15px;
}
.news-item .col-md-3{
	padding-right: 0px;
}
.news-item img{
	display: block;
	max-width: 100%;
	height: auto;
}
/*--------------------------Calendar*/
.event-wrapper{
	display: block;
	background-color: #514C4D;
	padding: 10px;
	margin-bottom: 2px;
}
.date-wrapper{
	display: table-cell;
	padding-right: 10px;
	text-align: center;
}
.event-date{
	border: 1px solid white;
	border-radius: 3px;
	max-width: 55px;
	height: 42px;
	padding-bottom: 2px;
	margin-top: 10px;
	background-color: white;
	width: 55px;
	height: auto;
}
.event-month{
	background-color: #4C80BF;
	color: white;
	text-align: center;
	/*width: 38px;*/
	font-size: 14px;
	display: block;
}
.event-day{
/*	padding: 0px 5px;*/
	font-size: 28px;
	font-weight: 700;
	color: #333;
/*	position: relative;
	bottom: 4px;*/
	letter-spacing: -1px;
}
.event-year{
	background-color: #E4E4E4;
	color: #333;
	text-align: center;
	/*width: 38px;*/
	font-size: 14px;
	display: block;	
	/*position: relative;
	bottom: -19px;*/
}
.event-content{
	display: table-cell;
  	vertical-align: top;
}
/*--------------------------Facebook*/
#fb-feed{
	position: relative;
	padding-bottom: 100%;
/*	padding-top: 35px;*/
	height: 0;
	overflow: hidden;
	margin: 20px auto;
}
#fb-feed iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;

}

/*--------------------------------------------------------------
					Footer
--------------------------------------------------------------*/
footer.row{
	background-color: #636363;
	padding: 10px;
	font-size: 16px;
	color: white;
	text-align: center;
	margin: 0px -30px -10px;
}
footer h3{
	padding-bottom: 30px;
	margin-top: 0px;
	font-size:  16px;
	color: white;
}
.foot-link{
	color: white;
	font-size: 16px;
	text-decoration: underline;
}
.foot-link:hover{
	color: white;
}