/* Global style starts */
@font-face {
	font-family: "interstate";
	font-style: normal;
	font-weight: normal;
	src: url('fonts/interstaterom-webfont.eot');
	src: url('fonts/interstaterom-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/interstaterom-webfont.woff') format('woff'),
		 url('fonts/interstaterom-webfont.ttf') format('truetype'),
		 url('fonts/interstaterom-webfont.svg#InterstateRegular') format('svg');
}
@font-face {
	font-family: 'interstatelight_vnuregular';
	src: url('fonts/interstatelight_vnu-webfont.eot');
	src: url('fonts/interstatelight_vnu-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstatelight_vnu-webfont.woff') format('woff'), url('fonts/interstatelight_vnu-webfont.ttf') format('truetype'), url('fonts/interstatelight_vnu-webfont.svg#interstatelight_vnuregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'interstateregular_vnuregular';
	src: url('fonts/interstateregular_vnu-webfont.eot');
	src: url('fonts/interstateregular_vnu-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstateregular_vnu-webfont.woff') format('woff'), url('fonts/interstateregular_vnu-webfont.ttf') format('truetype'), url('fonts/interstateregular_vnu-webfont.svg#interstateregular_vnuregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'interstateextralight';
	src: url('fonts/interstate-extralight-webfont.eot');
	src: url('fonts/interstate-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate-extralight-webfont.woff') format('woff'), url('fonts/interstate-extralight-webfont.ttf') format('truetype'), url('fonts/interstate-extralight-webfont.svg#interstateextralight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'),  url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Universal Reset */
* {
   
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    padding: 0;
    font: inherit;  
}
a:hover, a:focus, a:visited, a:active {
    text-decoration: none;
    outline: none;
    border: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #fff;
	font:normal 12px/16px "interstate";
	color:#666;
	position:relative;
}
/* Main Container */
#wrapper {
	width: 1140px;
	margin: auto;
}
#header {
	border-bottom: 1px solid #ccc;	
}
.logo {
	display: block;
	padding: 20px 0;	
}
.mainDiv {
	width: 1100px;
	margin: auto;
}
.jumbotron {
	background-color: #023d7c;
	color: #fff;
	padding: 60px  60px;
	text-align: center;
}
.jumbotron h2 {
	font-size: 45px;
    line-height: 2;
}
.jumbotron p {
	font-family: 'interstatelight_vnuregular'; 
	font-size: 36px; 
	line-height: 2;
}
.description.first {
	margin-top: 0;
}
.description {
	color: #343434;
    font-size: 14px;
    font-family: 'interstateregular_vnuregular';
    line-height: 20px;
    text-align: left;
	font-weight: normal;
	padding: 0px 20px;
    margin-top: 30px;
}
.description p {
	padding-bottom: 10px;
}
.description p.last {
	padding-bottom: 0;
}
.description h2 {
	color: #013879;
    font-size: 18px;
	font-weight: bold;
    font-family: 'interstatelight_vnuregular';
    line-height: 1.5;
    text-align: left;
	padding-bottom: 10px;
}
.description h3 {
    color: #343434;
    font-size: 18px;
    font-family: 'interstatelight_vnuregular';
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
}
.whiteBg {
	background-color: #fff;
}
.blueBg {
	background-color: #013879;
	color: #fff;
}
.grayBg {
	background-color: #EEE;
}
.textAlignCenter {text-align:center; vertical-align: middle;}

.topHeaderheight {
	height: 80px;
}
.twoColm {
	height: 30px;
}
.width25 {
	width: 75px;
}
.colmn1 {
	width: 20%;
	border-right:1px solid #CCC;
}
.colmn2 {
	width:50%;
	border-right:1px solid #CCC;
}
.colmn3 {
	width:30%;
}
.blueCnt {
	padding: 0px 5px;
}
.maintableSec {
	padding: 10px 40px 0;
}

.maintable {
	border: 1px solid #CCC;
}
.cnt {
	font-size: 13px;
	color:#333;
	padding: 10px 5px;
}
.borderRight {
	border-right:1px solid #CCC;
}
.tickList {
    list-style-image: url('../images/tick.png');
	padding-left: 20px;
	padding-bottom: 10px;
}
.tickList.last {
   padding-bottom: 0;
}
.tickList li {
	font-size: 14px;
    padding: 3px 0;
    margin: 0 0 0 20px;
}
.browserBlock {
	padding: 0px 20px;
}
.introCopy {
	padding-top: 30px;
}
.blutBtn {
	font-size: 12px;
    color: #FFF;
    font-family: "interstate";
    text-align: center;
    padding: 10px 20px;
	background: url(../images/ButtonBG.jpg) repeat;
	text-decoration: none;
	display: block;
	width: 260px;
}
.greenBtn {
	font-size: 12px;
    color: #FFF;
    font-family: "interstate";
    text-align: center;
    padding: 10px 20px;
	background: url(../images/greenBtn.jpg) repeat;
	text-decoration: none;
	display: block;
	width: 260px;
}
.btnList {
	clear: both;
	position: relative;
	display: block;
	overflow: hidden;
}
.btnList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
    display: block;
    overflow: hidden;
}
.btnList ul li {
	display: inline-block;
	padding: 0px 40px;
}
/* Footer Section */
.footerWrapper {
	overflow: hidden;
	display: block;
	padding: 30px;
}
.blueBg {
	background-color: #013879;
	color: #fff;
}
.navyBy {
	background-color: #1a252f;
	color: #fff;
}
.fotrLft {
	float: left;
	width: 25%;
    font-family: 'interstatelight_vnuregular';
}
.fotrRht {
	float: right;
	width: 75%;
    font-family: 'interstatelight_vnuregular';
}
.fotrLft h2 {
	font-weight: bold;
	font-family: 'interstatelight_vnuregular';
    font-size: 24px;
    line-height: 1.5;
}
.socialIcon {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
    display: block;
    overflow: hidden;
    font-family: 'interstatelight_vnuregular';
}
.socialIcon h3 {
	font-weight: bold;
    font-family: 'interstatelight_vnuregular';
	font-size: 18px;
	line-height: 1.5;
}
.socialIcon li {
	display: inline-block;
	padding: 10px 10px;
	width: 33%;
    font-family: 'interstatelight_vnuregular';
}
.socialIcon li p {
	line-height: 1.5;
}
.socialIcon li img {
    max-width: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
}
.socialIcon li a {
	color: #fff;
}
.footerWrapper p {
	padding: 0 0 10px;
    color: #999;
}
.footerWrapper p.last {
	padding-bottom: 0;
}

.footerWrapper.navyBy {
	padding: 30px 97px;
}
/* Footer Section */

/* Existing Footer */
.footerbox {
    border-top: 1px solid #CCC;
    border-bottom: 2px solid #CCC;
    padding: 10px 0px;
}
.leftfooterbox {
    float: left;
}
.leftfooterbox a {
    font-family: arial;
    font-size: 11px;
    color: #444;
}
.AboutCardServices {
    display: none;
}
.rightfooterbox {
    float: right;
}
.footerList {
    float: right;
    display: block;
    margin-top: 5px;
}
.footerList ul li {
    float: left;
    margin-left: 15px;
}
.footerList ul li a {
    color: #444;
    font-family: arial;
    font-size: 11px;
}
.CSlastsec {
    margin-top: 25px;
}
.leftLast {
    float: left;
}
.rightLast {
    float: right;
    width: 600px;
}
.leftLast img {
    width: 90px;
}
.rightLast p {
    font-family: arial;
    font-size: 11px;
    color: #555;
    text-align: right;
}
.leftfooterbox a {
	text-decoration: none;
}
.disc {
	font-size: 11px;
}
.cf:before, .cf:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.cf:after {
    clear: both;
}
#footer {
    padding: 50px 0px;
}
/* Existing Footer */

@media (max-width: 1150px)
{
	#wrapper {
		width: 1000px;
		margin: auto;
	}
	.mainDiv {
		width: 95%;
	}
	.fotrRht {width: 70%}
	.fotrLft {width: 30%}
}

@media (max-width: 1024px)
{
	#wrapper {
		width: 100%;
		margin: auto;
	}
	.mainDiv {
		width: 95%;
	}
	.socialIcon li {
		width: 32%;
	}
	.socialIcon h3 {
	    font-size: 16px;
	}
	.logo img {
		width: 90px;
	}
	.jumbotron p {
		font-size: 32px;
	}
	.jumbotron h2 {
	    font-size: 38px;
	}
	.cnt {font-size: 12px;}
}

@media (max-width: 768px){
	.topHeaderheight {
		height: 130px;
	}
	.twoColm {
		height: 40px;
	}
	.mainDiv {
		width: 92%;
	}
	.fotrLft h2 {font-size: 18px;}
	.socialIcon h3 {font-size: 16px;}
	.jumbotron p {font-size: 22px;}
	.jumbotron h2 {font-size: 28px;}
	.cnt {font-size: 12px;}
}

@media (max-width: 767px)
{
	#wrapper {
		width: 100%;
		margin: auto;
	}
	.cnt {
		height: 70px;
		font-size: 11px;
	} 
	.fotrLft, .fotrRht {
		width: 100%;
		float: none;
	}
	.footerWrapper.navyBy {
		padding: 30px 38px;
	}
	
	.fotrLft h2 {
		text-align: center;
		margin-bottom: 10px;
		font-size: 24px;
	}
	.maintableSec {
		padding: 10px 20px 0;
	}
	.btnList ul li {
	    padding: 10px 25px 0px;
	}
	.jumbotron {
	    padding: 40px 40px;
	}
	.jumbotron h2 {
		font-size: 18px;
	}
	.jumbotron p {
		font-size: 16px;
	}
	.socialIcon li {
		text-align: center;
	}
	.footerList {
		display: none;
	}
	.AboutCardServices {
		font-family: arial;
		color: #444;
		display: block;
		width: 135px;
		float: right;
		text-align: right;
	}
	.AboutCardServices a {
		width: 20px;
		float: right;
		position: relative;
		background: url(../images/foot-down-arrow.png) no-repeat right;
		-webkit-transition: -webkit-transform 1s;
		-moz-transition: -moz-transform 1s;
		-ms-transition: -ms-transform 1s;
		-o-transition: -o-transform 1s;
		transition: transform 1s;
		background-size: 18px;
	}
	.rightLast {
		width: 65%;
	}
	#footer {
		padding: 30px 0px;
	}
	.description p.last {
		padding-bottom: 0;
	}
}

@media (max-width: 568px){
	.socialIcon li {
		width: 100%;
		float: none;
		text-align: center;
	}
	.maintableSec {
		padding: 10px 10px 0;
	}
}

@media (max-width: 414px){
	.maintableSec {
		padding: 0px 7px;
	}
	.blueCnt {
		font-size: 10px;
	}
	.cnt {
		font-size: 9px;
	}
	.jumbotron {
	    padding: 30px 30px;
	}
	.jumbotron h2 {
		font-size: 15px;
	}
	.jumbotron p {
		font-size: 13px;
	}
}

@media (max-width: 367px){
	.cnt {
		font-size: 7px;
	}
	.blueCnt {
		font-size: 9px;
	}
	.maintableSec {
		padding: 0px 10px;
	}
}

@media (max-width: 320px){
	.maintableSec{
		padding: 0px 10px;
	}
	.blueCnt {
		font-size: 10px;
		padding:0px 2px;
	}
	.cnt {
		font-size: 9px;
		padding:0px 2px;
	}
	.leftfooterbox a {
		font-size: 10px;
	}
	.AboutCardServices {
		font-size: 11px;
	}
}