/* -------- Branding -------- */
.sub-hero {
	background: #0f7af2;
	padding: 50px 0 50px 0;
	text-align: center;
}
.sub-logo img {
	width: 300px;
}

/* -------- Content & Text Wrappers -------- */
.main-content-wrapper {
	margin: 0 0 40px 0;
}
.main-text {

}

/* -------- Main Image -------- */
.main-img {
	margin: 0 0 40px 0;
}

/* -------- Carousel -------- */
.carousel {
	margin: 0 0 30px 0;
}
.carousel-indicators {
  bottom: 5px;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin: 0 2px 0 2px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0 2px 0 2px;
}

/* -------- Video -------- */
.embed-responsive {
	margin: 0 0 30px 0;
}

/* -------- Quotes -------- */
blockquote i {
	color: #0f7af2;
}
.quote-last {
	margin-bottom: 30px;
}

/* -------- Text -------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "sofia-pro-soft", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #222222;
}
.main-heading {
	border-bottom: 5px solid #0f7af2;
	margin: 30px 0 40px 0;
}
p {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.9;
}
.lead {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: #222222;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
	padding: 25px 0 25px 0;
	margin: 0 0 30px 0;
}
a {
  color: #0f7af2;
  text-decoration: none;
}
a:hover, a:focus {
  color: #666;
  text-decoration: none;
}
.teal {
	color: #0f7af2;
}

/* -------- Map -------- */
.maprow {
position: relative;
height: 350px;
margin-top: 25px;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.mapbox-info-toggle {
display: none;
}
.leaflet-popup-content .marker-title {
text-align: center;
}
.leaflet-popup-content .marker-title h4 {
font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
font-size: 18px;
line-height: 20px;
letter-spacing: 1px;
margin: 8px 15px 5px 15px;
color: #0f7af2;
}
.leaflet-popup-content .marker-title p {
font-size: 14px;
line-height: 18px;
margin: 0;
}

/* -------- Images -------- */
.img-16-9-sm {
	width: 185px;
	margin: 8px 15px 0 0;
}

/* -------- Team -------- */
.team {
	border: 1px solid #e6e6e6;
	margin: 0 0 30px 0;
}
.team h3 {
	background: #e1e1e1;
	margin: 0;
	padding: 20px;
}
.team-text {
	padding: 20px;
}
.team-text p {
	margin: 0;
}

.home-footer {
	border-top: none;
}







/* Responsive
-------------------------------------------------- */

@media (min-width: 1200px) {



}



@media (max-width: 1199px) {

.sub-hero {
	padding: 45px 0 45px 0;
}
.sub-logo img {
	width: 280px;
}
.main-img {
	margin: 0 0 35px 0;
}
.lead {
	font-size: 22px;
	line-height: 1.5;
	padding: 20px 0 20px 0;
	margin: 0 0 20px 0;
}
.carousel {
	margin: 0 0 27px 0;
}
.main-heading {
	border-bottom: 5px solid #0f7af2;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 21px;
}
p {
	font-size: 15px;
	line-height: 1.8;
}
.img-16-9-sm {
	width: 165px;
	margin: 8px 15px 0 0;
}

}



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

.sub-hero {
	padding: 40px 0 40px 0;
}
.sub-logo img {
	width: 260px;
}
.main-img {
	margin: 0 0 30px 0;
}
.lead {
	font-size: 20px;
	line-height: 1.4;
	padding: 20px 0 20px 0;
	margin: 0 0 20px 0;
}
.carousel {
	margin: 0 0 24px 0;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 19px;
}
p {
	font-size: 14px;
	line-height: 1.7;
}
.img-16-9-sm {
	width: 140px;
	margin: 6px 13px 0 0;
}

}



@media (max-width: 767px) {

.sub-hero {
	padding: 35px 0 35px 0;
}
.sub-logo img {
	width: 240px;
}
.main-img {
	margin: 0 0 27px 0;
}
.lead {
	font-size: 18px;
	line-height: 1.3;
	padding: 20px 0 20px 0;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 17px;
}
p {
	font-size: 14px;
	line-height: 1.6;
}
.img-16-9-sm {
	width: 134px;
	margin: 6px 13px 0 0;
}

}







@media screen and (min-width: 360px) and (max-width: 640px), (min-device-width: 360px) and
(max-device-width: 640px) and (orientation : landscape) {

.sub-hero {
	padding: 35px 0 35px 0;
}
.sub-logo img {
	width: 240px;
}
.main-heading {
	margin: 0 0 25px 0;
}
.carousel {
	margin: 0 0 30px 0;
}
.embed-responsive {
	margin: 0 0 25px 0;
}
h1 {
	font-size: 30px;
	margin-top: 12px;
}
.main-content-wrapper {
	margin: 0;
}
.main-text {
	margin: 0 0 25px 0;
}

}


@media screen and (min-width: 320px) and (max-width: 568px), (min-device-width: 320px) and
(max-device-width: 568px) and (orientation : landscape) {

.sub-hero {
	padding: 30px 0 30px 0;
}
.sub-logo img {
	width: 220px;
}
.main-heading {
	margin: 0 0 25px 0;
}
.carousel {
	margin: 0 0 30px 0;
}
.embed-responsive {
	margin: 0 0 25px 0;
}
h1 {
	font-size: 28px;
	margin-top: 12px;
}
.main-content-wrapper {
	margin: 0;
}
.main-text {
	margin: 0 0 25px 0;
}

}


@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 568px) and (orientation : portrait) {

.sub-hero {
	padding: 30px 0 30px 0;
}
.sub-logo img {
	width: 220px;
}
.main-heading {
	margin: 0 0 25px 0;
}
.carousel {
	margin: 0 0 30px 0;
}
.embed-responsive {
	margin: 0 0 25px 0;
}
h1 {
	font-size: 28px;
	margin-top: 12px;
}
.main-content-wrapper {
	margin: 0;
}
.main-text {
	margin: 0 0 25px 0;
}

}


@media screen and (min-width: 320px) and (max-width: 480px), (min-device-width: 320px) and
(max-device-width: 480px) and (orientation : landscape) {

.sub-hero {
	padding: 25px 0 25px 0;
}
.sub-logo img {
	width: 200px;
}
.main-heading {
	margin: 0 0 25px 0;
}
.carousel {
	margin: 0 0 30px 0;
}
.embed-responsive {
	margin: 0 0 25px 0;
}
h1 {
	font-size: 26px;
	margin-top: 12px;
}
.main-content-wrapper {
	margin: 0;
}
.main-text {
	margin: 0 0 25px 0;
}

}


@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {

.sub-hero {
	padding: 25px 0 25px 0;
}
.sub-logo img {
	width: 200px;
}
.main-heading {
	margin: 0 0 25px 0;
}
.carousel {
	margin: 0 0 30px 0;
}
.embed-responsive {
	margin: 0 0 25px 0;
}
h1 {
	font-size: 26px;
	margin-top: 12px;
}
.main-content-wrapper {
	margin: 0;
}
.main-text {
	margin: 0 0 25px 0;
}

}