@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700');

body{
	font-family: 'Roboto', sans-serif;	
}
header {padding:22px 0;}
.banner {background:#e7941c;}
h1 {color:#ff940c; font-size: 32px; margin:0; padding:0; font-family: 'Roboto Condensed', sans-serif; font-weight: 700;}
h2 {color:#282828; font-size: 22px; margin:0; padding:0; font-family: 'Roboto Condensed', sans-serif; font-weight: 700;}
p {color: #282828; text-align:justify; line-height: 24px;}
.sec {padding: 40px 0;}
.pb20 {padding-bottom: 20px;}
.pd20 {padding: 20px 0;}
.greysec {background: #f1f1f1; padding: 40px 0;}
.greysec ul {margin:10px 0 0 20px; padding: 0;}
.greysec ul li {margin:10px 0; padding: 0;}
.orange {background: #e7941c; padding-top: 35px;}
.orange h1 {color: #fff;}
.orange p {color: #fff; font-size: 26px; margin-top: 20px;}
.footer {background: #000000; padding: 28px 0; color: #c3c3c3;}
.button{ width:150px; padding:8px; background-color:#0446dc; text-align:center;margin: 0 auto;}
.button a{  font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:30px; text-align:center; color:#ffffff; text-transform:uppercase; font-weight:bold;}
.button a:hover { text-decoration:none;}
.right_btn{background: #0446dc;font-size: 18px;font-weight: 100;padding: 8px 20px;float: right;margin-top: -5px;}
.right_btn a{color: #fff;}
.right_btn a:hover { text-decoration:none;}
@media only screen and (max-width:767px) {

}