.full {
	background: url('../images/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}			
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 100;
}
form input.mktoField {
	font-family: Arial, Helvetica, sans-serif;
}			
.btn,
.btn.focus,
.btn:focus,
.btn:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Gotham', Verdana, sans-serif !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	white-space: normal !important;
	border-radius: 4px !important;
}

.btn-block {
	background-color: #b0b7bb !important;
}

.btnreg {
	background-color: #00aeef !important;
}

.btnreg:hover {
	background-color: #003868 !important;
}

.chevron {
	float: right;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
}

.container {
	background-color: #FFFFFF;
	padding: 30px;
}

#contentImg1,
#contentImg2 {
	padding-bottom: 20px;
	text-align: left;
}

#contentImg2 {
	padding-top: 20px;
}

#contentSection1,
#contentSection2 {
	text-align: left;
	padding-right: 40px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.headerRow {
	padding-bottom: 40px;
}

.header {
	background: #05549c;
	background: -moz-radial-gradient(center, ellipse cover, #05549c 0%, #002256 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #05549c), color-stop(100%, #002256));
	background: -webkit-radial-gradient(center, ellipse cover, #05549c 0%, #002256 100%);
	background: -o-radial-gradient(center, ellipse cover, #05549c 0%, #002256 100%);
	background: -ms-radial-gradient(center, ellipse cover, #05549c 0%, #002256 100%);
	background: radial-gradient(ellipse at center, #05549c 0%, #002256 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05549c', endColorstr='#002256', GradientType=1);
	border-radius: .6rem;
	color: #ffffff;
	margin-bottom: 2rem;
	position: relative;
	padding: 3rem 2rem 1rem;
}

.headerHeadline {
	margin-top: 5%;
	color: #FFFFFF;
}

.headerHeadline h1 {
	color: #FFFFFF;
	font-size: 120px;
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: bold;
}

.headerHeadline h2 {
	color: #00aeef;
	font-size: 27px;
}

.headerHeadline h3 {
	color: #00aeef;
	font-size: 17px;
}

.headerHeadline2 {
	color: #FFFFFF;
	font-size: 17px;
	padding-bottom: 20px;
}

.jumbotron {
	background-color: #eff1f1 !important;
	border-radius: 4px !important;
}

.jumbotron h3 {
	font-size: 22px;
	color: #00347a;
}

.formHeadline {
	padding-bottom: 20px;
	text-align: center;
}

.lgtBlue {
	color: #00aeef;
}

.lgtBlue a:hover {
	text-decoration: none;
	color: #00aeef;
}

.lgtBlueBold {
	color: #00aeef;
	font-weight: bold;
}

.logo {
	position: absolute;
	right: -10px;
	top: 0;
}

.logo img {
	height: 100px;
	width: 205px;
}

.panel {
	margin-bottom: 5px;
	border: none !important;
	box-shadow: none !important;
}

.tyContent {
	text-align: center;
	color: #FFFFFF;
	padding: 0 20px;
}

.tyLogo {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}

.closeWin {
  position: absolute;
  right: 40px;
}

.closeWin--image {
	height: 25px;
	width: 25px;
}

#accordion {
	background-color: #FFFFFF;
}

#footerLeftHeading,
#footerContent {
	text-align: left;
	padding-top: 20px;
}

#footer #footer-copy {
	font-size: 10px;
	color: #b0b7bb;
}

.footerlinks a {
	border-left: 1px solid #b0b7bb;
	margin-left: 10px;
	padding-left: 10px;
	color: #05549c;
	font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

#footer .social a {
	color: #b0b7bb;
	float: right;
	margin-left: 10px;
	font-size: 1.6rem;
}

#footer .social a:hover {
	color: #05549c;
}

.assaabloy {
	background-image: url(../images/assaabloy-logo.png);
	background-position: center center;
	width: 101px;
	height: 14px;
	margin-top: 3px;
}

.socialTY {
	padding-top: 50px;
	text-align: center;
	margin: 0 auto;
}

.socialTY .fa {
	padding: 0 15px;
}

#modalTY {
	width: 50% !important;
	margin: 5% auto;
}

#modalMid {
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
}

#modalLink {
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
	.jumbotron {
		padding-top: 28px;
		padding-bottom: 28px;
	}
}

@media (max-width: 768px) {
	#contentSection1,
	#contentSection2 {
		padding-right: 0 !important;
	}
	.headerHeadline {
		width: 85% !important;
	}
	.headerHeadline h1 {
		font-size: 70px !important;
		padding-top: 40px !important;
	}
	#regAnchor {
		padding-bottom: 20px;
	}
	.social {
		float: left !important;
		padding-top: 20px;
	}
	#footer .social a {
		float: left !important;
	}
}
.video-iframe {
border: none;
}

/************************/
/** 2017-01-16 - PCP   **/
/** section CTA button **/
/************************/
.section-cta-button {
background: rgb(149, 171, 189);
box-shadow: 0 0 0 black;
color: white;
display: inline-block;
font-weight: bold;
font-family: Roboto,Arial,Helvetica,sans-serif !important;
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
padding: 10px 15px;
transition: 0.4s;
}

.section-cta-button:hover {
box-shadow: 0 0 15px rgba(0,0,0, 0.4);
text-decoration: none;
}

.section-cta-button.primary {
background: #005398;
}
/************************/
/** 2017-02-22 - PCP   **/
/** Skip CTA button    **/
/************************/
.register-chevron {
display: inline-block;
transform: rotateZ(90deg);
}
/************************/
.mktoGen.mktoImg {display:inline-block; line-height:0;}
.mktoForm .mktoRequiredField label.mktoLabel {
	display:none !important;
}
.mktoForm .mktoOffset {
	float: left;
	height:0 !important;
	width:5px;
}
button.mktoButton {
	margin-top:20px !important;
}
.mktoButtonWrap {
  margin-left:0 !important;
}
.mktoFormCol, .mktoFieldWrap {
	width:100% !important;
}
.mktoForm .mktoGutter {
	height: .2em !important;
}
.mktoForm {
	text-align: left;
	width:100% !important;
}
.mktoForm .mktoLabel {
   text-align: left;
   font-family:'Roboto', Arial, Helvetica, sans-serif !important;	
   font-size:14px !important;
   font-weight:100 !important;
   color:#b0b7bb !important;
   width: 70% !important; 
}
.mktoButtonRow{
	width:100% !important;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField  {
	display: block;
	width: 100% !important;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
  padding: 0 16px !important;
  font-size: 20px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
  width:100% !important;
  border:none !important;
  font-family:'Gotham', Helvetica, Arial, sans-serif;
  font-weight:bold !important;
  border-color:none !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius:4px !important;
}
.mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:active, .mktoButton:hover, .mktoButton:focus {
	background: #00aeef !important;
}

label[for=SingleOptIn].mktoLabel {
  float: none !important;
  margin-left: 10px important;
  width: auto !important;
}
label[for=SingleOptIn].mktoLabel + .mktoGutter {
  display: none !important;
}

label[for=SingleOptIn].mktoLabel + .mktoGutter + .mktoCheckboxList {
  margin-top: 3px !important;
  padding: 0 !important;
  width: auto !important;
}

.jumbotron.thin-jamborton{
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.thank-you-message-con{
	text-align: center !important;
	padding: 20px 0 !important;
}
.thank-you-message-con h4{
	font-size: 22px;
	color: #00347a;
}
.thank-you-message-con p{
	font-size: 16px;
	text-align: center;
}
.thank-you-message-con .download-thumb-container{
	padding: 25px 0 10px;
	margin-top: 15px;
}
.thank-you-message-con .download-thumb-container .img-link-con{
	padding: 0 10px;
}
.thank-you-message-con .download-thumb-container .img-link-con *{
	padding: 0 !important;
}
.thank-you-message-con .download-thumb-container .img-link-con a{
	border: 1px solid #00347a;
	display: block;
}
