/*


Theme Name: BakerMiller

Author: SurgoGroup

Author URI: http://surgogroup.com


*/

*,body{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #3E454C;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
	font-weight: 300;
	font-family: "brandon-grotesque",sans-serif;
}

h4{
	color: #3E454C;
	font-size: 20px;
	margin-bottom: 15px;	
}

h1::before, h2::before, h3::before{
	content: "/";
	color: #E54C3A;
	line-height: 0;
	margin-left: 0px;
	margin-right: 20px;
	font-size: 1em;
	font-weight: 500;
}

h1{
	font-size: 25px;
}

h2{
	color: #04518C;
	font-size: 45px;
	text-align: center;
	margin-bottom: 15px;
}

a{
	font-weight: 400;
}

.popup {
	position: fixed;
	z-index: 11;
	text-align: center;
	width: 400px;
	background: white;
	padding: 22px 35px;
}

.popup p{
margin-bottom: 5px
}

a.btn, input[type="submit"]{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	max-width: 100%;
	font-family: "brandon-grotesque",sans-serif;
}

a:hover{
	text-decoration: none;
}

p{
	margin-bottom: 20px;
	text-align: justify;
}

.titlep{
	text-align: center;
}

.bg-blue, .bg-white, .bg-gray{
	width: 100%;
}

.bg-blue{
	background: #003056;
	color: #F2F2F2;
}

.bg-white{
	background: white;
}

.bg-gray{
	background: #F6F7F8;
	border-top: 1px solid rgba(4, 81, 140, 0.3);
	border-bottom: 1px solid rgba(4, 81, 140, 0.3);
}

.container{
	max-width: 942px;
	padding: 50px 0;
}

.header{
	padding: 20px 0 30px;
	font-size: 15px;
}

.top-logo{
	text-align: left;
}

.top-logo img{
	max-width: 173px;
	width: 100%;
	min-width: 200px;
}

.top-nav{
	text-align: right;
}

.partner {
	text-align: center;
	margin-bottom: 60px;
}

.partners p {
	height: 190px;
	text-align: justify;
}

.contact-info{
	line-height: 1.1em;
	font-family: "brandon-grotesque",sans-serif;
	margin-bottom: 10px;
}

.contact-info span{
	margin-right: 18px;
}

.menu ul{
	list-style-type: none;
	margin-right: -13px;
}

.menu ul li{
	display: inline-block;	
}

.menu ul li a{
	font-weight: 400;
	padding: 3px 12px;
	color: #F2F2F2;	
	text-decoration: none;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
}

.menu ul li a:hover{
	color: #049DD9;
}

.btn{
	cursor: pointer;
	width: 183px;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid rgba(0, 48, 86, 0.3);
	text-align: center;
	background: white;
	color: #003055;
	display: inline-block;
	font-weight: 500;
}

.btn:hover{
	color: white;
	background: #003055;
}

.btrans{
	border: 1px solid white;
	color: white;
	background: transparent; 
}

.btrans:hover{
	background: white;
	color: #003055;
}

.bblue{
	border: 2px solid #049DD9;
	color: white;
	background: #049DD9; 
}

.bblue:hover{
	border-color: white;
	color: #049DD9;
	background: white; 
}

.thecontent ul{
	margin-left: 50px;
	margin-bottom: 20px;
}

/* FOOTER STYLES */

.fcontact-info{
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 400;
}

.fcontact-info span{
	margin-right: 25px;
}

.fwidgets{
}

.fwidgets .line{
	border-top: 1px solid rgba(242, 242, 242, 0.3);
	margin: 35px 0 40px;
}

.fwidgets h5{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.fwidgets ul{
	list-style-type: none;
}

.fwidgets ul li a{
	padding: 4px 0;
	color: #F2F2F2;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
}

.fwidgets ul li a:hover{
	color: #049DD9;
}

.stext{
	font-size: 13px;
}

.stext p{
	margin-bottom: 0;
}

.copyright{
	font-size: 12px;
	text-align: center;
	font-family: "brandon-grotesque",sans-serif;
}

.copyright span{
	margin: 0 5px;
}

.contact1, .contact2{
	padding: 0;
}

.contact1{
	padding-right: 10px;
}

.contact2{
	text-align: right;
}

.contact-footer input[type="text"], .contact-footer input[type="email"], .contact-footer textarea{
	font-size: 15px;
	padding: 7px 10px;
	width: 100%;
	border: none;
	margin-bottom: 8px;
	color: #3E454C;
}

.contact-footer textarea{
	max-height: 121px;
}

.contact-footer input[type="submit"]{
	max-width: 140px;
	padding: 5px 0;
}


/* FOOTER STYLES */

/* RESPONSIVE */
@media (max-width: 800px){
	.row{
		margin: 0;
	}
}

@media (max-width: 560px){
	.partner{
		  width: 50%;
	}
}

@media only screen and (max-device-width: 540px){
	.partner{
		  width: auto;
	}
	
	.partners p:not(.ptitle),
	.partners p:not(.pname) {
	    height: auto;
	}
}