@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#444;
	background-color: #EEE;
	line-height: 28px;
	font-weight: 300;
}
.cke_editable {
	background-color: #FFF;
	padding: 20px;
}
header {
	background-color: #FFF;
	padding: 20px;
}
h1,h2,h3,h4 {
	font-weight: 300;
}
a {
  	color: #1B4298;
  	text-decoration: none;
}
a:hover,
a:focus {
  	color: #1B4298;
  	text-decoration: underline;
}
.logo {
	margin: 15px 0 10px 0;
	height: 175px;
	width: 135px;
}
.slider {
	margin-bottom: 30px;
}
.nav > li > a {
	padding: 10px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	background-color: #1B4298;
	border: none;
	min-height: 60px;
	border-radius: 0;
}
.navbar-header {
	min-height: 60px;
}
.navbar-toggle {
	padding: 15px 10px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 300;
  	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: none;
  	border-bottom: 1px solid #EEE;
}
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
	.navbar-inverse .navbar-collapse {
		text-align: center;
	}
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  	background-color: #072E84;
  	color: #FFF;
  	outline: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #FFF;
	font-weight: 400;
	background-color: transparent;	
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-collapse {
  	border: none;
  	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background: transparent;	
}
.dropdown-menu {
	list-style: none;
	background-color: #333;
	border: 0;
	border-radius: 0;
	text-shadow: none;
}
.dropdown-menu > li > a {
	font-size: 16px;
	padding: 12px 20px;
	color: #FFF;
	font-weight: 300;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	color: #FFF;
	background-color: #333;
}
.content {
	margin-top: 30px;
	margin-bottom: 30px;
}
.panel {
	border-radius: 0;
}
.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-primary {
  	border-color: #1B4298;
}
.panel-primary > .panel-heading {
  	background-color: #1B4298;
  	border-color: #1B4298;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  	border-top-color: #1B4298;
}
.panel-primary > .panel-heading .badge {
  	color: #1B4298;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  	border-bottom-color: #1B4298;
}
.panel-group .panel {
	border-radius: 0;	
}
.gallery {
	margin-bottom: 20px;	
}
.charity {
	margin-top: 30px;
}
.img-thumbnail {
    border-radius: 0px;
}
footer {
	padding-top: 20px;
	background: #333;
	color: #FFF;
}
footer a {
	color: #FFF;
}
footer h3 {
	padding-bottom: 20px;
}
footer h3 .fa {
	font-size: 40px;
}
footer a:hover,
footer a:focus {
	color: #CCC;
	text-decoration: none;
}
footer hr {
	border-top: 2px solid #222;
}
.tiny-footer {
	padding: 20px 0;
	background: #222;
}
.btn-primary {
	background-color: #1B4298;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	font-weight: 300;
	margin-bottom:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
	color:#fff !important;
	background-color: #072E84 !important;
	border: none !important;
}
.btn-default {
	background-color: #DDD;
	color: #666;
	font-size: 16px;
	padding: 10px 15px;
	font-weight: 300;
	margin-bottom:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
	color:#666 !important;
	background-color:#CCC !important;
	border: none !important;
}
.btn-danger {
	font-size: 16px;
	padding: 10px 15px;
	font-weight: 300;
	margin-bottom:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}
.twitter {
	margin: 20px 0;
}
.banner {
	margin-top: 25px;
}
header ul {
	margin-top: 20px;
	float: right;
}
header .login {
	float: right;	
}
header .social {
	text-align: right;
	margin-top: 20px;	
}
header .facebook, header .twitter, header .instagram {
	margin: 10px;
	font-size: 40px;
}
header .facebook {
	color: #3b5998;
}
header .instagram {
    color: #e1306c;
}
header .twitter {
	color: #55acee;
}
header .facebook:hover {
	color: #3b5998;
	opacity: 0.8;
}
header .twitter:hover {
	color: #55acee;
	opacity: 0.6;
}
header .instagram:hover {
    color: #e1306c;
    opacity: 0.6;
}
a.facebook, a.twitter, a.instagram {
	height: 40px;
	line-height: 60px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #1B4298;
}
.nav-pills > li > a {
	border-radius: 0;
	text-align: center;
}
.nav-pills h3 {
	text-align: center;
	font-weight: 600;
	color: #1B4298;
}
.nav-stacked > li + li {
  	margin-top: 0;
}
.header-image {
	margin: -15px -15px 0 -15px;	
}
.img-thumbnail {
	padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner {
		margin-top: 60px;
	}		
}
@media (min-width: 992px) and (max-width: 1199px) {
	.banner {
		margin-top: 35px;
	}		
}
@media (max-width:767px) {
	.navbar-inverse .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 20px;
		font-weight: 300;
	}
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        font-size: 20px;
		font-weight: 300;
		letter-spacing: -0.5px;
		padding: 10px;
  		color: #FFF;
		text-align: center;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
  		color: #FFF;
  		outline: none;
    }
}
@media (max-width:991px) {
	header .login {
		margin: 10px 0;
		float: right;
	}
	header .social {
		text-align: left;
		margin-top: 0;	
	}
	header .banner {
		margin-bottom: 20px;
	}
}
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.alert {
	margin: 20px 0 0 0;
	border-radius: 0;
}
input.form-control, select.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #4C4630;
	background-color: #F5F5F5;
	background-image: none;
	font-weight: 300;
	border: 1px solid #E1E0E1;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
	background-color: #F5F5F5;
	border: 1px solid #E1E0E1;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0;
}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	line-height: 1;
}
.form-horizontal .control-label {
  padding-top: 0;
  line-height: 51px;
}
#cookie-confirmation {
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.85) !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #fff !important;
	text-align: center !important;
	z-index: 100000000 !important;
}
#cookie-confirmation-inner {
	padding: 25px;
}
#cookie-confirmation .close {
	color: #FFF;
}
