@charset "utf-8";
/* CSS Document */
@import url('worksans.css');

body{font-family: 'Work Sans', sans-serif;font-size:14px;color:#333}
.no_pad{padding-right: 0; padding-left: 0}
.offer_form{background:  linear-gradient(to bottom right, #f5ede0, #fdfcfa);}
.add_pad{padding-left: 15px; padding-right: 15px;}

.form_area {
    background: #bacdee;
    border: 10px solid #687ebb;
    padding: 15px;
}
input#agree {display: none;}
.form-group .checkbox {display: none;}
.input center {display: none;}
*{font-family: 'Work Sans', sans-serif;}
/*
.form_area{    background: #fdfaf3;
    border: 10px solid #ece4d7;}
*/
.form_area select, .form_area option, .form_area input{width: 100%; height: 35px; outline: none; border: none; margin:auto; margin-bottom: 15px; padding-left: 10px;}
.pointer{background-color: #f7f7f7; border: 1px solid #e2e2e2; margin-bottom: 15px;}
.pointer h4{margin-top: 7px; font-weight: normal; line-height: 26px;}
.submit{background: #c70000;    /* border-radius: 5px;*/
    border-top: 2px solid #9d1318;
    border-right: 2px solid #9d1318;
    border-left: 2px solid #9d1318;
    border-bottom: 5px solid #9d1318; color: #fff; font-size: 120%;}

.leaders{font-size: 30px; color: #212f54;}

@media screen and (min-width:769px){
	
	
}
@media screen and (min-width:481px) and  (max-width:768px){
	
	.leaders{font-size: 20px;}
	.heading{float: left !important; text-align: left}
}
@media screen and (min-width:300px) and (max-width:480px){
	.logo img{width: 100px}
	.leaders{font-size: 20px;}
	.heading{float: left !important; text-align: left; font-size: 20px !important;}
	.heading h1{font-size: 20px !important; font-weight: bold}
	.pointer h4{font-size: 16px;}
}
