/* red ec0928 */

.about_image {
	margin-top: 50px;
}

.about_paragraph { 
	font-size:18px;
	font-weight:400;
	line-height:28px;
}

.team_paragraph {
	font-size:14px; 
	line-height: 22px
}

.team_portrait {
	text-align:center;
}

.team_name {
	text-align:center;
	font-size:22px;
	font-weight:300;
}

.team_name_underline {
	border-bottom: 1px solid #4c4c4c; 
	width: 60px; 
	margin: 0 auto;
}

.team_title {
	text-align:center; 
	font-weight: 300;
}

.team-location,.team-email {text-align:center;}

/* navbar */
.dropdown-toggle {
	text-transform: uppercase;
	font-size: 14px;
	/*font-weight: bold;*/
}

.mission_image {
	margin-top: 50px !important;
}

.mission_image:hover { 
	-webkit-filter: invert(100%);  
}

.mission_title {
	text-transform: uppercase;
	color: #ec0928 !important;
}

.founder_section {
	background-image: url("/static/images/founder_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 643px;
}

.myths_section {
	background-image: url("/static/images/myths_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #1c1c1c;
}

.hindsight_section {
	background-image: url("/static/images/hindsight_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
}

.slider_button:hover {
	background-color: #ec0928 !important;
	color: #FFFFFF !important; 
}


.case_study {
	margin-top:50%; 
	font-size: 24px;
}

.vertical_centered_text {
	position: relative;
/*	top: 50%;*/
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.top_bottom_margin {
	margin-top:50px;
	margin-bottom:50px;
}

.red_stripe {
	background-color:#ec0928;
	min-height:15px;
}

.features-list li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 55px;
}

.res_box {
	background-color:#ec0929; 
	color:#FFF; 
	font-size:18px;
	margin-bottom:15px;
	padding:15px;
	min-height:150px;
}

.red-bg {
    background-color:#ec0928;
    color:#fff;
    font-size:22px;
    padding:20px;
    margin:40px auto;
    font-weight:bold;
}

#check_list {list-style:none;padding-left:0;}
#check_list li:before {
    content: '✓';
    margin-right:5px;
}

a.btn.btn-gray {
    padding:10px 20px;
    background-color:#e5e5e5;
    color:#4c4c4c;
}

.col-md-6 h6 {
    font-size:18px;
}

.col-md-6 > ul {
    margin-bottom:40px;
}

@media (max-width: 992px) {
	.founder_section {
		background-image: url("/static/images/founder_background_light.jpg");
	}	

	.slider_button {
		font-size: 15px;
	}

}


@media (max-width: 768px) {
	.slider_button {
		font-size: 10px;
	}
	.res_box {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.slider_button {
		font-size: 10px;
	}
	.founder_section {
		height: 750px;
	}
	.hindsight_section {
		height: 580px;
	}
}

/*@media (min-width:768px) and (max-width: 992px) {

}*/
/*.box-round .box-inner, .box-round .box-inner img {
	margin-top: 50px !important;
}*/
