/* CSS Document */
  
  
/* Primary Styles
---------------------------------*/
body {
	background:#ccc;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:400;
}

p.smalltext {
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px;
}

.bg-white {
	background-color: #fff;
}	  
.bg-gray {
	background-color: #ccc;
}	  
.bg-black {
	background-color: #070909;
}

.main-heading {
	font-weight: 700;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}
.event-date {
	background-color: #000;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 30px 0;
	font-weight: 700;
}
.join {
	margin: 30px 0 40px;
}
.text-red {
	color: #b20838;
}
.text-bold {
	font-weight: 700;
}

/* Header
---------------------------------*/
section {
	background-color: #070909;
	
}
.header {
	padding:35px 0;
}
.logo { 
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

.tagline {
	color:#fff; 
	display: none;
}
  
 .margin-bottom-50 {
	 margin-bottom: 50px
 }
 
/* Content
---------------------------------*/ 

.text-black {
	color: #000;
}
.text-white {
	color: #fff;
}

.bg-red {
	background-color: #b20838;
}
.bg-blue {
	background-color: #0e76bc;
}

.midbox {
	height: 173px;
	min-height: 173px;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-left: 40px!important;
	padding-right: 40px!important;
}
.midbox h2 {
	padding: 10px 0;
	margin: 0 0 0 0;
	font-weight: 700;
}

.bg-image {
	background: URL(../img/interview.png) no-repeat;
}

.qualifications {
	background: #ccc;
	padding: 40px 45px 30px; 
}
.qualifications p {
	color: #333;
	font-weight: 700;
}
.hiring-bonus {
	background: #000;
	padding: 35px 45px 25px; 
}
.hiring-bonus p {
	color: #fff;
	font-weight: 700;
}

/* Footer
---------------------------------*/
.footer {
	padding:55px 0;
}   
	  
.footer-logo {
	width:143px;
	float:left;
}
  
 .copyright {
 	float:right;
 	text-align: right;
 	margin-right:20px;
 	color: #fff;
 	font-weight: 400;	
 	line-height: 20px;
 } 
  
ul {
	list-style-type: disc;
	margin: 0 0 0 22px;
	font-weight: 700;
	
}

@media (max-width: 768px) {
		.midbox { margin-bottom: 20px; height: 120px; min-height: 120px; }
		.qualifications { margin-top: 60px; }
		.logo { text-align: center; padding-top: 15px; }
}

@media (min-width: 769px) and (max-width: 1199px) {
	.midbox h2 { font-size: 18px; }
	.midbox p { font-size: 13px; }
}







