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


html {
	position: relative;
  min-height: 100%;

}

body {
	font-family: "lg_smartregular";
	padding-bottom: 100px;
}


img {
	max-width: 100%;
	width: 100%;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 1em;
	letter-spacing: -1px;
}

h3 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.info {
	padding-left: 2.2em;
}

p {
	font-size: 20px;
	line-height: 1.2em;
}

.container-wrap {
}

.btn-container {
	text-align: center;
	margin-top: 1em;
}


.content {
	/*background-color: #008ADD;*/
	background-color: #0057a4;
	height: 640px;
	right: 0;
	padding-top: 1em;
/*	margin-bottom: -9999px;
	padding-bottom: 9999px;*/
	position: relative;
	color: white;
}

.content_list {
	list-style: none;
	margin: 20px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3em;
}

.content_list li {
	background: url('../img/cross.png') no-repeat scroll 0px 9px transparent;
}

.content_list li a {
	padding-left: 20px;
	color: white;
	font-weight: bold;
}

.content a {
	color: white;
	font-weight: bold;
}

.content a:hover {
	color: white;
}

.image {
	padding: 0;
	/*height: 100%;*/
	/*background: url(../img/background.jpg);
	height: 600px;*/
	background-size: cover;
	background-position: center center;
	overflow: hidden; 
	position: relative;
}


.image .logo {
	height:21px;
	width: auto;
	float: left;
	margin: 10px;
	position: absolute;
	z-index: 999;
	top: 2%;
	left: 1%;
}

.btn-primary {
  padding: 0em 3em;
  color: #ffffff;
  background-color: #0087c9;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  line-height: 3em;
  display: inline-block;
  width: 350px;
}

.btn-primary:hover {
	text-decoration: none;
}

.btn-primary:first-child {
	margin-right: 3em;
}

.btn-primary:last-child {
	margin-left: 3em;
}

.notes {
	font-size: 14px;
	margin-top: 3.5em;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 20px 0;
}

.footer [class*='col-']:first-child {
	padding-left: 0;
}

.footer [class*='col-']:last-child {
	padding-right: 0;
}

/*.footer-btn:first-child {
	padding-right: 15px;
}*/

.footer p{
	line-height: 70px;
	margin: 0;
}

.footer .container {
	max-width: 500px;
	text-align: center;
}

.footer a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	font-weight: lighter;
	color:#3071a9 ;
	text-align: center;
	margin: 0 5px;
}

.footer_links {
  text-align: center;
  font-size: 12px;
  color: #0689d9;
  height: 100px;
  width: 100%;
}

.footer_links a:link {color: #0689d9;}
.footer_links a:visited, #footer a:hover,
.footer_links a:active {
  color: #0689d9;
}


@media(max-width: 1035px) {
	.btn-container {
		text-align: center;
		margin-top: 2em;
	}
	.btn-primary {
		padding: 0em 3em;
	  color: #ffffff;
	  background-color: #0087c9;
	  font-size: 20px;
	  font-weight: bold;
	  border: 0;
	  line-height: 3em;
	  display: block;
	  margin: 0 auto;
	}

	.btn-primary:hover {
		text-decoration: none;
	}
	
	.btn-primary:first-child {
		margin: 0 auto;
		margin-bottom: 1em;
	}
	.btn-primary:last-child {
		margin: 0 auto;
	}
	.image .logo {
		width:50px;
		height: auto;
	}
}

