body {
	font-size: 1.7em;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ul.navbar-nav li a, .carousel-caption {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	color: #0B2773;
}

h2 {
	font-size: 1.5em;
	color: #AB8F00;
}

h3 {
	font-size: 1.2em;
	color: #123492;
}


img {
	max-width: 100%;
	height: auto;
}

.header {
	border-bottom: 10px solid #FCB825;
}

.top-header {
	color: #FFF;	
	height: 36px;
	line-height: 36px;	
	background-color: #0B2773;
}

.top-header .container {
	padding: 0;
}

.top-header .social {
	float: right;
}

.top-header a {
	text-decoration: none;	
}

.top-header a:link, .top-header a:visited {
	color: #FFF;
}

.top-header a:hover, .top-header a:active {
	color: #EEE;
}


#logo {
	margin-top: 10px;
}

.img-responsive {
	width: 100%;
	height: auto;
}

ul.content-list {
	margin: 0;
	padding: 0;	
}

.content-list li {
	
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}

.content-list li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	color: #FEB824;
	padding-right: 10px;
}


.navbar {
	border: 0!important;
	margin: 0;
}

.navbar-nav {
	text-transform: uppercase;
}

.navbar-nav > li  {
	font-weight: bold;
}

.navbar-nav a.active  {
	background-color: #4664B7!important;
	color: #FFF!important;
}

.container-content {
	margin: 20px auto;
	
}

/* Carousel */

.carousel {
	border-bottom: 10px solid #FCB825;
}

.carousel .slides {
	background-repeat: no-repeat;
    background-position: center top;
	width: 100%;
	height: 575px;
	
}

.carousel .slide-01 {
	background-image: url(../images/slide-01.jpg);
}

.carousel .slide-02 {
	background-image: url(../images/slide-02.jpg);
}

.carousel .slide-03 {
	background-image: url(../images/slide-03.jpg);
}

.carousel .slide-04 {
	background-image: url(../images/slide-04.jpg);
}

.carousel .slide-05 {
	background-image: url(../images/slide-05.jpg);
}

.carousel .slide-06 {
	background-image: url(../images/slide-06.jpg);
}

.carousel .slide-07 {
	background-image: url(../images/slide-07.jpg);
}

.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	width: 100%;
	display:block !important;
	z-index:1;
}
.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index:2;
}

.carousel-caption {
		top: 350px;
		bottom: auto;
}

.carousel-caption h3 {

	font-size: 1.6em;
}

.carousel-caption h3 span {
	background-color: rgba(51, 51, 51, 0.8);
	padding: .5em;
	display: inline-block;
	color: #FFF;

}

/* Home Boxes */

.home-container {
	margin-top: -100px;
	
}

.home-container .home-box {
	margin: 0 10px 10px 10px;
	position: relative;
	z-index: 100;
}

.home-container .home-box img {
	border: 5px solid #FFF;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);	
}

.home-container .home-box h2 {
	text-transform: uppercase;
}

.home-button {
	text-align: center;
}

.home-button a {
	
	margin-top: 10px;
	
}

/* Banner Images */

.banner {
	border-bottom: 10px solid #FCB825;
	height: 400px;
	background-position: center top;
}

.arial-banner {
	background-image: url(../images/split-01.jpg);
}

.low-level-banner {
	background-image: url(../images/split-02.jpg);
}

.additional-banner {
	background-image: url(../images/additional-bg.jpg);
}

.about-banner {
	background-image: url(../images/banner-02.jpg);
	
}


/* Member Logos */

.member-logos {
	text-align: center;
}

.logo-wrap {
	padding: 20px;
	
}

/* Right Menu */

ul.right-menu {
	margin: 0;
	padding: 0;
}

ul.right-menu li {
	list-style-type: none;
	border: 1px solid #EEE;
	border-bottom: 0;
	padding: 3px;
	font-weight: bold;
}

ul.right-menu li:last-child {
	border-bottom: 1px solid #EEE;
}

ul.right-menu li a:link, ul.right-menu li a:visited {
	color: #123492;
}

ul.right-menu li a:hover, ul.right-menu li a:active {
	color: #2B4DA8;
}

ul.right-menu h3 {
	margin: 0;
	padding: 5px 0;
	color: #AB8F00;
}

/* Footer */

footer {	
	padding-top: 10px;
	font-size: .9em;
	background-color: #0B2773;
	color: #EEE;
}	

footer a:link, footer a:visited {
	color: #EEE;
}

footer a:hover, footer a:active {
	color: #CCC;
}

.footer-container {
	padding: 0;
}

.footer-container .row {
	padding: 0 15px;
	text-align: center;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.footer-nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 10px;
	border-right: 1px solid #999;
}

.footer-nav ul li:last-child {
	border: none;
}

.copyright {
	padding: 5px 15px 20px 15px;
	font-size: .9em;
}

.map-container iframe {
    pointer-events: none;
}

/* Top Button */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(254, 219, 36, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 200;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #D9B603;
  opacity: 1;
}

.social span {
	margin-left: 10px;
}

.social-icons {
	margin-right: 20px;
}

.social-phone {
	margin-right: 10px;
}

.social-footer {
}

.social-footer a {
	font-size: 30px;
	line-height: 40px;
	text-decoration: none;
}

.social-footer span {
	margin: 0 5px 0 5px;
}

@media (max-width: 767px) {
	
	.home-container {
		margin-top: 20px;
	}

	.cd-top {
		right: 20px;
		bottom: 20px;
	}

	h1 {
		font-size: 1.3em!important;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.0em;
	}
	
    .footer-container .row  {
      margin: 0;
    }
	
	.footer-container .col-sm-4, .copyright, .top-header {
		text-align: center;
	}
	
	.top-header .social {
		float: none;
	}
	
	.social-phone, .social-icons {
		margin-right: 10px;
	}
	
	.icon-div {
		font-size: 3em;				
	}
	
	.carousel .slides {
	width: 100%;
	height: 275px;
	background-size: auto 275px;
	
	}
	.carousel-caption {
		top: 150px;
		bottom: auto;
		font-size: .8em;
	}
	
	.banner {
		height: 200px;
		background-size: auto 200px;
	}
	
	.bottom-header {
		text-align: center;
	}
	
}

@media (min-width: 768px) and (max-width: 1199px) {


}	

@media (max-width: 480px) {
	.social-phone, .social-icons {
		display: none;
	}
	
}

@media (min-width: 481px) and (max-width: 991px) {	

}

@media (min-width: 991px) {
	.navbar-nav {
		float: right;
	}
}
