input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active{outline:0px none !important;}

ul,ol,h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Roboto Slab', serif;
	font-size: 21px;
	line-height: 28px;
	color: #464d54;
    font-weight: 300;
}
h1 {
	font-size: 40px;
	font-family: 'Roboto Slab', serif;
	line-height: 44px;
	font-weight: 400;
    color: #0a303d;
}
h2 {
	font-size: 35px;
	font-family: 'Roboto Slab', serif;
	line-height: 42px;
	font-weight: 700;
    color: #0a303d;

}
h3 {
	font-size: 28px;
	font-family: 'Roboto Slab', serif;
	line-height: 28px;
	font-weight: 400;
    color: #0a303d;
    padding: 10px 0 30px 0;
}
h4 {
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	line-height: 24px;
	font-weight: 700;
    color: #0a303d;
}
h5 {
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
	line-height: 22px;
	font-weight: 700;
    color: #0a303d;
}
h6 {
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	line-height: 22px;
	font-weight: 700;
    color: #0a303d;
}
p {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 28px;
	font-family: 'Roboto Slab', serif;
    font-weight: 300;
}
a {
	text-decoration: none;
	color: #0a303d;
}
a:hover{
	color: #84979e;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
img {max-width: 100%;}



/*** Begin Header Section *************************************************************************************/

.header-container{
    background: #e6eaeb;
    border-top: 10px solid #0a303d;
}
.logo{
    width:100%;
    text-align: center;
}


/*** End Header Section ***************************************************************************************/


/*** Begin Content Section ************************************************************************************/
.content-outer{
    width: 100%;
}


.content-outer h1{
    padding: 0 0 30px 0;
}

.content-outer h2{
    padding: 0 0 30px 0;
}
.content-outer p span{
    color: #0a303d;
    font-weight: 400;
}
.common-bttn{
    color: #fff;
    font-size: 24px;
    background: #f0981b;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    line-height: 30px;
    font-weight: 400;
    border: none;
    border-bottom: 0px solid #385661;
    border-radius: 4px;
    position: relative;
}
.common-bttn:hover {
    color: #fff;
    background: #d1800e;
}
p span{
    color: #0a303d;
    font-weight: 400;
}
.grey-block p{
    margin: 0 0 15px;
}
.grey-block ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.grey-block ul li{
    position: relative;
}

.grey-block ul li span{
    color: #0a303d;
    font-weight: 400;
}
.grey-block ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    color: #0a303d;
    content: "•"
}
.content-outer ul{
    list-style-type: none;
}
.content-outer ul li{
    position: relative;
     padding: 0 0 7px 16px;
}
.content-outer ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    color: #0a303d;
    content: "•"
}

.grey-block{
    background: #e6eaeb;
    border-radius: 5px;
    position: relative;
}


.blue-block{
    background: #0a303d;
}
.download-block h2{
    color: #ffffff;
    display: inline-block;
}
.download-block ul{
    width: 60%;
    float: right;
    padding: 10px 0 0;
    margin: 0;
    list-style-type: none;
}
.download-block ul li{
    width: 33.33%;
    float: left;
    text-align: right;
    padding: 0 10px 0 0;
}
.download-block ul li:first-child{
     padding: 0 16px 0 0;
}
.download-block ul li:last-child{
    padding-right: 0;
}
.download-block ul li a:before{
    position: absolute;
    left: -28px;
    top: -4px;
    content: "";
    background: url("../nav/download.png") no-repeat left center;
    width: 25px;
    height: 32px;
}
.download-block ul li a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.download-block ul li a:hover{
    color: #84979e;
}

.primary-bttn{
    color: #fff;
    font-size: 24px;
    background: #f0981b;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 400;
    border: none;
    border-bottom: 0px solid #385661;
    border-radius: 4px;
    position: relative;
}
.primary-bttn:hover{
    color: #ffffff;
    background: #d1800e;
    border-bottom: 5px solid #536e77;
}


img.img_standard
{
    padding-left:20px;
    margin-left: 30px;
    float:right;
}

img.thumb
{
    float: right;
    display: inline-block;
    height: 60px;
    margin:10px;
    margin-right:0px;
}

img.thumbnew-line
{
    float: right;
    display: inline-block;
    height: 60px;
    margin:10px;
    margin-right:0px;
}
/*** End Content Section **************************************************************************************/


/*** Begin Footer Section *************************************************************************************/
.footer-container{
    background: #e6eaeb;
}
.footer-top{
}
.footer-logo{
}
.footer-menu{
    padding: 40px 0 0 0;
    margin: 0;
    list-style-type: none;
}
.footer-menu li {
    display: block;
    line-height: 14px;
}
.footer-menu li a{
    color: #464d54;
    font-size: 14px;
    font-weight: 400;
}
.footer-menu li:hover a {
    color: #0a303d;
}
.footer-info{
    text-align: left;
    padding: 38px 0 0;
}
.footer-info h6{
    color: #464d54;
    font-weight: 700;
}
.footer-info p{
    color: #464d54;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.social-links {
    padding: 44px 0 0;
}
.social-links ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
.social-links ul li {
    background: #0a303d;
    border-radius: 100%;
    float: left;
    font-size: 18px;
    height: 30px;
    margin: 0 0 0 5px;
    text-align: center;
    width: 30px;
    line-height: 30px;
}
.social-links ul li:hover{
    background: #536e77;
}
.social-links ul li a {
    color: #ffffff;
    float: left;
    width: 100%;
}
.copyright{
    width: 100%;
    color: #0a303d;
    float: left;
    font-size: 11px;
    font-weight: 400;
    padding: 9px 0 0;
}
/*** End Footer Section ***************************************************************************************/