@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Georgia-Bold-Italic';
  src:url('fonts/Georgia-Bold-Italic.woff') format('woff'),
        url('fonts/Georgia-Bold-Italic.woff2') format('woff2'),
        url('fonts/Georgia-Bold-Italic.svg#Georgia-Bold-Italic') format('svg'),
        url('fonts/Georgia-Bold-Italic.eot'),
        url('fonts/Georgia-Bold-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia-Bold-Italic.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src:url('fonts/HelveticaNeue.woff') format('woff'),
        url('fonts/HelveticaNeue.woff2') format('woff2'),
        url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg'),
        url('fonts/HelveticaNeue.eot'),
        url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue-CondensedBlack';
  src:url('fonts/HelveticaNeue-CondensedBlack.woff') format('woff'),
        url('fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2'),
        url('fonts/HelveticaNeue-CondensedBlack.svg#HelveticaNeue-CondensedBlack') format('svg'),
        url('fonts/HelveticaNeue-CondensedBlack.eot'),
        url('fonts/HelveticaNeue-CondensedBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-CondensedBlack.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
	font-family: 'HelveticaNeue', Helvetica, Arial, 'sans-serif';
	font-size: 13px;
}
a:link {
	color: #0b083a;
}
a:visited, a:hover {
	color: #d7542a;
}
.topbar {
	background-color: #0b083a;
	height: 75px;
}
.title {
	margin-top: 20px;
	line-height: 40px;
	font-size: 48px;
}
.logo {
	max-height: 60px;
	margin-top: 15px;
}
.header {
	font-family: 'HelveticaNeue-CondensedBlack';

	text-align: center;
	color: #0b083a;
}
.header-img {
	background-image: url("images/BlueCarAdCover14.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	height: 350px;
}
.trans-bg {
	background-color: rgba(11,8,58,0.5);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-img-title1, .header-img-title2 {
	font-family:  'Georgia-Bold-Italic';
	font-size: 35px;
	color: #fff;
	line-height: 35px;
}
.header-img-title1 {
	margin-left: 20px;
}
.header-img-title2 {
	text-align: center;
}
.header-subtext {
	background-color: #d7542a;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.copy-head {
	text-align: center;
	font-weight: bold;
	color: #0b083a;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.cornerstone {
	max-height: 60px;
	float: right;
	margin-bottom: 20px;
}
.sidebar-top {
	background-color: #0b083a;
	color: #fff;
	padding: 20px;
}
.sidebar {
	background-color: #e9e8e8;
	padding: 15px;
	font-size: 12px;
	margin-bottom: 20px;
}
.btn-primary {
	background-color: #0b083a;
	border-radius: 0px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 0px 25px 0px 25px !important;
}
.btn-primary:hover {
	background-color: #d7542a;
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #4C4A4A;
}
.help-block {
	color: #d7542a;
}


@media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.title {
			
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		
		.header {
			
			height: 90px;
		}
		.title {
			padding-top: 5px;
			font-size: 40px;
		}
		.bullets ul {
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.title {			
		font-size: 48px;
		}
    }