.container{width: 1170px;} // add your designed width^M
@media (min-width: 768px){
  .container{width: 1170px;}// add your designed width
}
@media (min-width: 992px){
  .container{width: 1170px;}// add your designed width
}
@media (min-width: 1200px){
  .container{width: 1170px;}// add your designed width
}
body {
    min-width: 1170px;
}

.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

/* -----  Fonts  ----- */

@font-face {
    font-family: "apexsansboldt";
    src: url('/fonts/apexsansboldt.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: "apexnew-bookitalic";
    font-style: italic;
    src: url('/fonts/apexnew-bookitalic.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'VerizonApex';
    src: url('/fonts/VerizonApex-Bold.eot');
    src: url('/fonts/VerizonApex-Bold.woff') format('woff'), url('/fonts/VerizonApex-Bold.ttf') format('truetype'), url('/fonts/VerizonApex-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VerizonApex';
    src: url('/fonts/VerizonApex-BoldItalic.eot');
    src: url('/fonts/VerizonApex-BoldItalic.woff') format('woff'), url('/fonts/VerizonApex-BoldItalic.ttf') format('truetype'), url('/fonts/VerizonApex-BoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'VerizonApex-Book';
    src: url('/fonts/VerizonApex-Book.eot');
    src: url('/fonts/VerizonApex-Book.woff') format('woff'), url('/fonts/VerizonApex-Book.ttf') format('truetype'), url('/fonts/VerizonApex-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VerizonApex-Book';
    src: url('/fonts/VerizonApex-BookItalic.eot');
    src: url('/fonts/VerizonApex-BookItalic.woff') format('woff'), url('/fonts/VerizonApex-BookItalic.ttf') format('truetype'), url('/fonts/VerizonApex-BookItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'VerizonApex-Extrabold';
    src: url('/fonts/VerizonApex-Extrabold.eot');
    src: url('/fonts/VerizonApex-Extrabold.woff') format('woff'), url('/fonts/VerizonApex-Extrabold.ttf') format('truetype'), url('/fonts/VerizonApex-Extrabold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VerizonApex-Extrabold';
    src: url('/fonts/VerizonApex-ExtraboldItalic.eot');
    src: url('/fonts/VerizonApex-ExtraboldItalic.woff') format('woff'), url('/fonts/VerizonApex-ExtraboldItalic.ttf') format('truetype'), url('/fonts/VerizonApex-ExtraboldItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'VerizonApex-Extralight';
    src: url('/fonts/VerizonApex-Extralight.eot');
    src: url('/fonts/VerizonApex-Extralight.woff') format('woff'), url('/fonts/VerizonApex-Extralight.ttf') format('truetype'), url('/fonts/VerizonApex-Extralight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VerizonApex-Extralight';
    src: url('/fonts/VerizonApex-ExtralightItalic.eot');
    src: url('/fonts/VerizonApex-ExtralightItalic.woff') format('woff'), url('/fonts/VerizonApex-ExtralightItalic.ttf') format('truetype'), url('/fonts/VerizonApex-ExtralightItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'VerizonApex-Light';
    src: url('/fonts/VerizonApex-Light.eot');
    src: url('/fonts/VerizonApex-Light.woff') format('woff'), url('/fonts/VerizonApex-Light.ttf') format('truetype'), url('/fonts/VerizonApex-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VerizonApex-Light';
    src: url('/fonts/VerizonApex-LightItalic.eot');
    src: url('/fonts/VerizonApex-LightItalic.woff') format('woff'), url('/fonts/VerizonApex-LightItalic.ttf') format('truetype'), url('/fonts/VerizonApex-LightItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'VerizonApex-Medium';
    src: url('/fonts/VerizonApex-Medium.eot');
    src: url('/fonts/VerizonApex-Medium.woff') format('woff'), url('/fonts/VerizonApex-Medium.ttf') format('truetype'), url('/fonts/VerizonApex-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VerizonApex-Medium';
    src: url('/fonts/VerizonApex-MediumItalic.eot');
    src: url('/fonts/VerizonApex-MediumItalic.woff') format('woff'), url('/fonts/VerizonApex-MediumItalic.ttf') format('truetype'), url('/fonts/VerizonApex-MediumItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}


/* -----  General - Multi-use Generic formatting  ----- */


body { background: #353535; }

.home-footer {
    background: url('/images/footer-bottom-tile.png') 0 0 repeat-x;
}

.home-footer footer {
    height: 159px;
    color: rgba(255, 255, 255, 0.75);
    padding-top: 54px;
    font-size: 12px;
}
.home-footer footer a {
    color: rgba(255, 255, 255, 0.75);
}

.default-page-center {
    background: white;
    min-height: 600px;
    padding-bottom: 80px
}

.navbar-brand { 
	height: inherit;
}

/* ---  Non-Home Header Styling --- */

.nonmobile-version {
    background: #707070;
}
.nonmobile-version .top-logo {
	margin-top: -19px;
	height: 37px;
	margin-bottom: -20px;
}

.nonmobile-version .header {
	height: 66px;
}

.nonmobile-version .header nav ul {
	margin-top: 8px;
}

.nonmobile-version .header nav li a {
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-size: 20px;
    padding: 9px 16px;
}


/* ---  Home / Header Styling --- */

body.is-home-page .nonmobile-version {
    background: none;
}
body.is-home-page .nonmobile-version .top-logo { height: inherit; margin: 0; }
body.is-home-page .nonmobile-version .header { height: 170px; }
body.is-home-page .top-logo { margin-top: -5px; }

body.is-home-page .nonmobile-version .header nav ul {
    margin-top: 49px;
    margin-right: 5px;
}

body.is-home-page .nonmobile-version.home-hero-spread {
    background: url(/images/home-hero-spread.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.home-header-fade { background: url(/images/home-top-transfade.png) 0 0 repeat-x; }
.home-jumbotron { height: 551px; }



.home-jumbotron { position: relative; }
.home-jumbotron .form-well {
    background-color: rgba(0,0,0,0.3
        );
    padding: 20px 47px 52px 50px;
    border-radius: 10px;
    width: 389px;
    margin: 85px 0 0 23px;
}

.home-jumbotron .form-well h1, .mobile-form-well h1 {
    font-family: apexsansboldt, sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 28px;
    margin: 17px 0 16px 0px;
}

.home-jumbotron .form-well input select {
    border-radius: 0;
    font-size: 16px;
    height: 40px;
}

.home-jumbotron .form-well .has-error .form-control, .mobile-form-well .has-error .form-control {
    border-width: 3px;
}

.home-jumbotron .form-well .form-group {
    margin-bottom: 19px;
}

.home-jumbotron .form-well button, .mobile-form-well button {
    background-color: transparent;
    border: 0;
    margin-top: 17px;
    margin-left: -6px;
}

.home-jumbotron .hero-copy {
    font-family: "apexnew-bookitalic";
    font-style: italic;
    font-size: 23px;
    width: 360px;
    color: white;
    position: absolute;
    bottom: 105px;
    right: 5px;
    line-height: 30px;
    text-align: right;
}

@media (min-width: 992px) {
    .home-jumbotron .hero-copy {
        width: 350px;
    }
}




/* ---  Stark form validation --- */
.all_input_advice ul { list-style: none; padding-left: 0; }
.all_input_advice li.alert { list-style: none; }


/* ---  Mobile Skinning  --- */

.mobile-version {
    /*background: url(/images/home-hero-spread.jpg) 50% 50% no-repeat;
    background-size: cover;*/
    background-color: #117dbd;
}

.mobile-form-well .submit-bar {
    margin-bottom: 30px;
}

.mobile-version .top-logo {
    height: 33px;
}

.nonmobile-version .sign-up-button, .home-header nav li a.sign-up-button, .default-page-center .sign-up-button {
	border-radius: 1em;
	background: #eb212e url(/images/sign-up-now-text.png) no-repeat .5em center;
	text-indent: -9999px;
	overflow: hidden;
	padding: .2em .5em;
	min-width: 180px;
	display: inline-block;
	border: none;
	margin: 5px 0 0 8px;
}
}
