/**/
@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
html {
	width: 100%;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #525252;
	position: relative;
	min-width: 960px;
	height: 100%;
	min-height: 100%;
}
html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
}
h3 {
	color: #00467E;
}
h4 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
}
p.p1 {
	margin-bottom: 10px;
}
address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
 ol {
	padding: 0;
	margin: 0;
	list-style: decimal;
}
ul.list li, ol.list li {
	padding-left: 27px;
	margin-bottom: 16px;
	position: relative;
}
ul.list li a {
}
ul.list li a:after {
	position: absolute;
	width: 16px;
	height: 17px;
	left: 0;
	top: 2px;
	content: '';
	pointer-events: none;
	display: block;
	background: url(../images/marker.png) 0 0 no-repeat;
}
ul.list li a:hover {
	text-decoration: underline;
}
ul.list li a:hover:after {
	background-position: 0 bottom;
}
.grid_9 ul {
	list-style: outside disc;
	margin: -10px 0 20px 30px;
}
.grid_9 ol {
	list-style:decimal outside;
	margin: -10px 0 20px 30px;
}
h2 {
	font-size: 36px;
	line-height: 24px;
	text-transform: uppercase;
	color: #00467e;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

/*links*/
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

/* content link add back the underline */
.grid_9 p a {
    text-decoration: underline;
}
.grid_9 td a {
    text-decoration: underline;
}
.grid_9 ul li a {
    text-decoration: underline;
}
.grid_12 p a {
    text-decoration: underline;
}
.grid_12 td a {
    text-decoration: underline;
}

a.btn {
	color: #525252;
	display: inline-block;
	background: #d2d1d1;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	padding: 3px 24px 2px 23px;
}
a:hover {
	color: #00467e;
	text-decoration: underline;
}
.menu_block a:hover {
	text-decoration: none;
}
.slider_wrapper a {
	display: block;
}
.slider_wrapper a:hover {
	text-decoration: none;
}
a.link-1 {
	color: #ad0f0e;
}
a.link-1:hover {
	color: inherit;
}
/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}
.pad1 {
	padding-right: 40px;
}
.pad2 {
	padding-right: 15px;
}
.pad3 {
	padding-right: 80px;
}
.pt0 {
	padding-top: 0;
}
.img_inner {
	margin-top: 2px;
	margin-bottom: 15px;
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.content h3.head1 {
	margin-bottom: 22px;
}
.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.fright {
	float: right !important;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
.cl0 {
    height: 8px;
}
.cl1 {
	height: 16px;
}
.cl2 {
	height: 28px;
}
.cl3 {
	height: 46px;
}
.hor_separator {
	padding-top: 44px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 4px;
}
.hor_separator.hor1 {
	margin-top: 29px;
}
.block1 {
	margin-bottom: 20px;
	margin-top: -2px;
}
.content.projects .box h3 {
	margin-top: 0;
}

/*header*/
header {
	display: block;
	padding-top: 20px;
}
header>div>div {
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}
header h1 {
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 200px;
	height: 90px;
	text-indent: -999px;
}
header .store h1 a {
	width: 300px;
}
header h1 a img {
	display: block;
}
.box {
	padding: 29px 18px 17px;
	background-color: #f9f9f9;
	text-align: center;
}
.box_rightRail .logo {
	margin-top: 46px;
	margin-bottom: 30px;
	text-align: center;
}
.box_rightRail ul {
	padding: 0 20px;
}
.store .box_rightRail {
	text-align: center;
}
.box:hover {
	background-color: #00467e;
	color: #fff;
}
.box h3, .content.projects .box h3 {
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d1d1;
	padding-bottom: 18px;
	margin-bottom: 65px;
}
.content.projects .box {
	margin-top: 1px;
}
.ic1 {
	background-image: url(../images/icon1.png);
	background-position: center 94px;
	background-repeat: no-repeat;
}
.box:hover h3 {
	color: #fff;
}
.box:hover a.btn {
	color: #00467e;
}
.box:hover a.btn:hover {
	background: #fff;
}
.content .emp_box .box {
	padding-top: 14px;
	margin-top: 3px;
	text-align: left;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.emp_box .box p {
	margin-bottom: 10px;
}
.emp_box .box img {
	float: left;
	margin-top: 5px;
	margin-right: 12px;
}
.emp_box .box a {
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
.emp_box .box a:hover {
	color: #fff;
	text-decoration: underline;
}
.bu_scac_apply {
	font-size: 18px;
	overflow: auto;
	padding: 16px;
}
.bu_scac_apply.box:hover {
	background-color: #00467e;
	text-decoration: underline;
}
.bu_scac_apply.box img {
	float: left;
	margin-top: 0;
	margin-right: 12px;
}
.bu_scac_apply.box .extra_wrapper {
	margin-top: 20px;
}
.bu_scac_renew {
	font-size: 18px;
	overflow: auto;
	padding: 16px;
}
.bu_scac_renew.box:hover {
	background-color: #00467e;
	text-decoration: underline;
}
.bu_scac_renew.box img {
	float: left;
	margin-top: 0;
	margin-right: 12px;
}
.bu_scac_renew.box .extra_wrapper {
	margin-top: 20px;
}
.bu_acelerate {
    overflow: auto;
    padding-left: 50px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../images/logo_acelerate1.png);
    background-repeat:no-repeat;
    background-position:center;
    height:88px;
}

.bu_acelerate.box:hover {
    background-color: #00467e;
    background-image: url(../images/logo_acelerate2.png);
}

.bu_acelerate.box img {
    float: left;
    margin-top: 0;
}
.content time {
	color: #00467e;
	margin-bottom: 10px;
	display: inline-block;
}
.logos {
	overflow: hidden;
}
.logos li {
	float: left;
	padding-top: 11px;
	padding-bottom: 6px;
	width: 25%;
	text-align: center;
	border-right: 1px solid #c8c9ca;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.logos li a:hover {
	opacity: 0.5;
}
.logos li:first-child {
	border-left: 1px solid #c8c9ca;
}
.breadcrumb {
	padding: 6px 0;
	border-bottom: 1px solid #D4D4D4;
}

/***Icons**/
.feature_NMFTA {
	background-image: url(../images/logo_NMFTA.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	min-height: 290px;
}
.feature_NMFTA p {
	margin-top: 70px;
}
.feature_NMFC {
	background-image: url(../images/logo_NMFC.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	min-height: 290px;
}
.feature_NMFC p {
	margin-top: 70px;
}
.feature_SCAC {
	background-image: url(../images/logo_SCAC.png);
	background-position: center 26px;
	background-repeat: no-repeat;
	min-height: 290px;
}
.feature_SCAC p {
	margin-top: 70px;
}
.feature_SPLC {
	background-image: url(../images/logo_SPLC.png);
	background-position: center 24px;
	background-repeat: no-repeat;
	min-height: 290px;
}
.feature_SPLC p {
	margin-top: 70px;
}
.ic1 {
	background-image: url(../images/icon1.png);
	background-position: center 94px;
	background-repeat: no-repeat;
}
.ic2 {
	background-image: url(../images/icon2.png);
	background-position: center 94px;
	background-repeat: no-repeat;
}
.ic3 {
	background-image: url(../images/icon3.png);
	background-position: center 91px;
	background-repeat: no-repeat;
}
.ic4 {
	background-image: url(../images/icon4.png);
	background-position: center 99px;
	background-repeat: no-repeat;
}
.ic5 {
	background-image: url(../images/icon5.png);
	background-position: center 94px;
	background-repeat: no-repeat;
}
.ic6 {
	background-image: url(../images/icon6.png);
	background-position: center 98px;
	background-repeat: no-repeat;
}
.ic7 {
	background-image: url(../images/icon7.png);
	background-position: center 92px;
	background-repeat: no-repeat;
}
.ic8 {
	background-image: url(../images/icon8.png);
	background-position: center 100px;
	background-repeat: no-repeat;
}
.ic9 {
	background-image: url(../images/icon9.png);
	background-position: center 98px;
	background-repeat: no-repeat;
}

/*Content*/
.content.page1 {
	padding-bottom: 45px;
	padding-top: 0;
}
.content {
	padding-bottom: 45px;
}
.content.page1 h3 {
	margin-top: 49px;
	margin-bottom: 24px;
}
.content h3 {
	margin-top: 46px;
	margin-bottom: 24px;
	font-size: 20px;
}
.content h4 {
	margin-bottom: 10px;
}
.prv h3 {
	margin-bottom: 19px;
}
.content.page1 .emp_box .box {
	margin-top: 2px;
}
.hor_separator.hor2 {
	margin-bottom: 0;
	border-bottom: none;
	margin-top: 44px;
	padding-bottom: 4px;
	border-top: 1px solid #D4D4D4;
	padding-top: 0;
}
div.announcements a {
    text-decoration: underline;
}

/****Map***/
.map {
	padding-top: 2px;
}
.map figure {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	display: block;
}
.map figure iframe {
	width: 100%;
	height: 306px;
	max-width: 100%
}
address dd span {
	min-width: 83px;
	display: inline-block;
}
address dt p {
	margin-bottom: 10px;
}

/************Footer***********/
footer {
	display: block;
	background: #d2d1d1;
	padding: 20px;
	display: block;
	text-transform: uppercase;
	font-size: 90%;
}
footer .socials {
	padding-top: 2px;
	float: right;
	padding-bottom: 10px;
}
footer .socials a:first-child {
	margin-left: 0 !important;
}
footer .socials a {
	display: inline-block;
	margin: 0 4px;
}
footer a:hover {
	text-decoration: underline;
}
/****Shopping & Cart***/
div.productDescription {
	text-align: justify;
}
div.productSpecification {
	clear: left;
	display: block;
}
div.productSpecification dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 200px;
	text-align: left;
}
div.productSpecification dd {
	text-align: left;
}
.productControls {
	text-align: left;
}
img.productImage {
	float: left;
	padding-bottom: 4px;
	padding-right: 5px;
}
.CreditCardWallet div, .AddressBook div {
	margin-top: 2px;
}
.CreditCardWallet #CreditCard, .CreditCardWallet #Account, .CreditCardWallet #ExpirationDate, .CreditCardWallet #BillingAddress {
	margin-top: 10px;
}
.CreditCardWallet .SelectedText {
	font-style: italic;
}
.box_shoppingCart {
	text-align: center;
	margin-bottom: 28px;
}
.box_shoppingCart table {
	margin: 0 auto;
	width: 100%;
}
.box_shoppingCart table td {
	border-collapse: separate;
/*	border-top: 1px solid #00467e;
	border-bottom: 1px solid #00467e;*/
	padding: 10px 18px;
	background-color: #f9f9f9;	
}

.customerService {
	padding: 18px;
	background-color: #f9f9f9;
	text-align: left;
	background-image: url(../images/bg_girl_headset.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

}
.customerService h3 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: 0;
}
.customerService p {
	margin-bottom: 0;
	padding-right: 60px;
}
.box_rightRail .customerService p {
	padding-right: 60px;
	margin-bottom: 0;
}
.box_rightRail a {
    display: block;
}
.security_icons table {
	margin: 0 auto;
}
.security_icons table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 20px 0;
}

/*
    Docket List
    */
div.docketList {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.docketList a {
    text-decoration: underline;
    /*display: block;*/
}

div.docketList h3, div.docketList h4 {
    text-transform: uppercase;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
	body {
		min-width: 768px;
	}
	.map figure, .map figure iframe, #form input, #form textarea, #form .success {
		width: 100% !important;
	}
	#form .success {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.map figure {
		height: auto !important;
	}
	.extra_wrapper {
		overflow: visible;
	}
	.pad1, .pad2, .pad3 {
		padding: 0;
	}
	.slider_wrapper {
		height: 337px !important;
	}
	.emp_box .box img {
		width: 100%;
		margin-bottom: 20px;
		float: none;
		margin-right: 0;
	}
	.caption {
		top: 120px !important;
		font-size: 20px !important;
		width: 230px !important;
	}
}
 @media only screen and (max-width: 767px) {
	body {
		min-width: 420px;
	}
	.content.projects .box {
		margin-bottom: 25px;
	}
	.emp_box .box {
		margin-bottom: 25px;
	}
	.page1_block {
		margin-bottom: 20px;
	}
	.page1_block .box h3 {
		margin-bottom: 80px;
	}
	.page1_block .box {
		margin-bottom: 25px;
	}
	.cl1, .cl2 {
		height: 0;
	}
	.slider_wrapper {
		height: 189px !important;
	}
	.img_inner {
		width: 100%;
	}
	.img_inner.fleft {
		float: none;
		margin-top: 20px !important;
	}
	.img_inner {
		float: none !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		margin-top: 10px !important;
	}
	header h1 {
		float: none;
		position: relative;
	}
	header h1 a {
		margin: 0 auto;
		height: auto;
		width: 60%;
	}
	header h1 a img {
		width: 100%;
	}
	.map figure iframe {
		width: 100%;
		height: 300px;
	}
	footer div {
		float: none !important;
	}
	.caption {
		display: none !important;
	}
	.logos li {
		border: none !important;
		float: none;
		width: auto;
	}
}
 @media only screen and (max-width: 479px) {
	body {
		min-width: 300px;
	}
	.slider_wrapper:after {
		width: 300px !important;
	}
	.slider_wrapper {
		height: 135px !important;
	}
	.map figure iframe {
		width: 100%;
		height: 150px;
	}
}
