@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/museosans_500-webfont.woff2') format('woff2'),
         url('../fonts/museosans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans700';
    src: url('../fonts/museosans_700-webfont.woff2') format('woff2'),
         url('../fonts/museosans_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff2') format('woff2'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype'),
		url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}


a:active, a:focus {outline:none;}

/* CSS used here will be applied after bootstrap.css */
html,
body {
	height: 100%;
	font-size: 14px;
	color: #56585a;
	font-family: museo_sans300;
    background: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: Gotham-Bold;
}

h1{
	color: #fff;
	font-size: 48px;
	margin-bottom: 20px;
}
h1.hometitle{
    color: #199ad6;
	text-transform: none;
    text-align: center;
	font-size: 24px;
    padding-bottom: 10px;
}

h2{
	color: #56585a;
	font-size: 36px;
}

h3{
    margin-top: 10px;
	color: #199ad6;
	text-transform: none;
	font-size: 20px;
}

p, li{
	font-size: 14px;
	color: #56585a;
	font-family: museo_sans300;
}
.navbar{margin-bottom: 0;}
.navbar-inverse {
    background-color: #0971CE;
    border-color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #FEC524;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #FEC524;
}


.white{
    background: #FFFFFF;
} 
.container.content{
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 30px;

}
.btn{
    background: #ffc42c;
    color: #199ad6;
}
.carousel,
.item,
.active {
	height: 100%;
}

#subCarousel.carousel{
	height: 50%;
}
.carousel-inner {
	height: 100%;
}
.item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.carousel-caption{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    bottom: auto;

}

.carousel-caption h2{
	font-size: 48px;
	margin-bottom: 30px;
}

.carousel-caption #seemore a, .icons a{
	color: #fff;
	background-color: #199ad6;
	padding: 10px 20px;
	border: 2px solid #fff;
	font-size: 17px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	text-decoration: none;
}
.carousel-caption img.sublogo{
    width: 90%;
}

.icons a{
	margin: 10px 0;
}

.icons a .fa{
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}

.carousel-indicators{
	bottom: 40px;
}

#seemore{
	width: 60px;
	height: 60px;
	background-color: #0071bc;
	color: #fff;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin: -100px auto 0;
	position: relative;
	border: 4px solid #fff;
	text-align: center;
	font-size: 38px;
	display: block;
}

#seemore a, #seemore a:hover, #seemore a:visited{
	color: #fff;
	text-decoration: none;
}

#home-section{
    padding-top: 20px;
    padding-bottom: 30px;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#logo{
	width: 193px;
	height: 53px;
	background: url(../images/logo-white.png) no-repeat;
}

.navbar-brand{
	padding: 0;
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
}
#main{
    background: #ffc42c;
    padding-top: 10px;
    padding-bottom: 20px;
}
#main div h2 { color: #0071bc; }
/* navbar */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0px;
	position: fixed;
	width: 100%;
	border-radius: 0px;
	z-index: 10007;
	height: 100px;
	padding: 20px 0 0 0;

}
.content-space{
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-break {
	width: 50%;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
}

.contact{
	width: 100%;
	background-color: #0071bc;
	color: #fff;
}

.contact a, .contact a:hover{
	color: #fff;
    text-decoration: underline;
}

.contact h3, .contact h2, .contact p{
	color: #fff;
}

#map{
	width: 100%;
	height: 500px;
}
#MemberLoginForm_LoginForm_Remember {
    margin-left: 0px !important;
}
footer{
	background-color: #fff;
	width: 100%;
	padding-top: 30px;
    padding-bottom: 30px;
	
}

footer p, footer p a, footer a, footer a:hover{
	/*color: #fff;*/
}

footer img.logo{
    max-height: 90px;
    width: auto;
    margin-right: 40px;
    margin-bottom: 20px;
}

footer .right{
	text-align: right;
}
.bottom{
    position: absolute;
    bottom: -100px;
    right: 0px;
}

.content-block-one {
	padding-top: 48px;
	padding-bottom: 48px;
}
	
form{padding-bottom: 30px;}
form .field {
    padding-bottom: 10px;
}
#EditableCheckbox15 {
    margin-left: 20px;
}
legend{
    font-size: inherit;
}

@media screen and (max-width: 480px) {
    footer img.logo{
        float: left;
        display: block;
        max-height: 60px;
        max-width: 100%;
        width: auto;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .bottom{
        position: relative;
        display: block;
        text-align: left;
        bottom: 0;
        clear: both;
    }
	
}

