@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Dosis', sans-serif;
  color: #333;
}
h1 {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 2em;
	line-height: 2rem;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.8em;
	font-weight: 500;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.3em;
	font-weight: 600;
	margin-top: 20px;
}
h1+p {

}
p {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: .5px;
}

@media (min-width: 992px) {
h1 {
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 2.6em;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.8em;
	font-weight: 500;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.3em;
	font-weight: 600;
	margin-top: 20px;
}
h1+p {

}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
	letter-spacing: .5px;
}
}




.small {
  font-size: 80%;
}

a {
	color: #3d7bc3;
	font-weight: 700;
}

blockquote {
  padding: 40px 0 20px 0;
  margin: 0;
  font-size: 34px;
  line-height: 38px;
  border: none;
  font-weight: 300;
  color: #fff;
}
cite {
	font-size: 18px;
	margin: 0 0 20px 0;
	display: inline-block;
	color: #fff;
}


.btn {
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #3d7bc3;
  border-color: #3d7bc3;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-default {
  color: #596566;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #596566;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #596566;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
label { 
font-size: 18px;
}


.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}



/** Navbar **/
.navbar {
position: relative;
min-height: 50px;
margin: 10px 0 0 0;
border: none;
font-family: 'Dosis', sans-serif;
font-weight: 600;
letter-spacing: .5px;
border-radius: 0;
z-index: 3000;  
}
.navbar-inverse {
background-color: #3c7bc3;
}
.navbar-brand {
display: inline-block;
color: #afd2ef;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 1);
font-size: 1.25em;
margin: 0;
}


@media (min-width: 992px) {
.navbar {
margin: 35px -30px 0 0;
}
.navbar-brand {
display: none;
}
}

@media (min-width: 1200px) {
.navbar-dark .navbar-nav .nav-link {
font-size: 1.4em;
margin: 0 5px;
}
}



/** Dropdown Menu **/
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
padding: 5px 0;
margin: 2px 0 0;
font-size: 1.15em;
text-align: left;
text-transform: normal;
list-style: none;
background-color: rgba(255,255,255,0.9);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: none;
border-radius: 5px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
z-index: 2000;
}
.dropdown-menu > li > a {
transition: all .5s ease 0s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #fff;
text-decoration: none;
background-color: #acd4fc;
}


/** Forms **/
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-top: 8px;
}
em {
	text-decoration: underline;
}

.radio label {
  margin-bottom: 10px;
}