﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	color: #222;
	font-weight:400;
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.top-line {
    background: url(../images/top-line.jpg) repeat-x top left;
    height: 5px;
}

.py-25{
	padding-top: 25px;
	padding-bottom: 25px;
}

.p-15{
	padding: 15px;
}

.p-25{
	padding: 25px;
}

.jumbotron{
	background:#f2fcff;
	padding-bottom: 300px;
}

.jumbotron h1 {
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 25px;
    color: #124c8e;
}

.jumbotron p.lead {
    margin: 15px 0 10px;
    font-size: 18px;
    font-weight: 300;
	color: #3a73b3;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}

label {
    font-weight: 500;
	color:#222;
}

.marketing .form-group label {
	display: block;
}

.header {
    margin: 15px 0;
}

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.btmblk{
	padding:18px;
	font-size:21px;
	font-weight: 500;
	color:#111;
	margin-bottom:30px;
	margin-top: 0px;
	text-align: center;
	position: relative;
}

.btmblk .btmblkinner{
	padding: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #007bff;
}

.btmblk .to-blur span {
    color: #da1b1b;
}

.btmblk.blur .to-blur span{
	color: #111;
	filter: blur(4px);
        -webkit-filter: blur(4px);
}

.btmblk.zoom {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.footer{
	padding:25px 0 15px 0;
	background: #f2fcff;
}

.marketing{
	margin-top: -300px;
	/*padding:15px;
	background:#fff;
	border: #fff solid 1px;
	box-shadow:0 0 4px 0px #ccc;
	-webkit-box-shadow:0 0 4px 0px #ccc;*/
}

.marketing-inner{
	background:#fff;
	border-radius: 20px;
	margin-bottom: 100px;
	box-shadow:0 10px 20px rgba(0,0,0,0.05);
}

.marketing .form-group{
	margin-bottom: 30px;
}

.marketing .form-group.errorblk{
	border-color:#FF6363;
}

.marketing .form-group > label > label.error{
	margin:0;
	float:right;
	color:#F00;
	font-size:11px;
	padding-top: 3px;
}

.marketing .form-group.shadow0{
	box-shadow:none;
	-webkit-box-shadow:none;
}

.modal-body label.error{
	margin: 0;
	color: #F00;
	font-size: 11px;
}

.checkbox-group-inline{
	overflow:hidden;
}

.checkbox-group-inline .custom-checkbox{
	float: left;
	width: 33.3%;
	position: relative;
}

.checkbox-group-inline .custom-checkbox.height80{
	height:50px;
	margin-bottom: 2px;
}

.custom-checkbox label{
	display:inline-block !important;
}

.custom-checkbox input[type=checkbox] {
    opacity: 0;
	position:absolute;
	margin:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}

.custom-checkbox input[type=checkbox] + label{
	padding: 12px 5px;
	text-align: center;
	display: block !important;
	background: #f2fcff;
	height: 46px;
	border: #e1f5fb solid 1px;
	font-weight: 500;
	cursor: pointer;
	color: #333;
	font-size: 13px;
	line-height: 18px;
	margin: 1px;
}
.custom-checkbox.height80 input[type=checkbox] + label{
	height:50px;
	text-align: left;
	padding-left: 15px;
}
.custom-checkbox.height80 input[type=checkbox] + label img{
	height:100%;
}
.custom-checkbox.height80 input[type=checkbox]:checked + label img{
	filter: brightness(0) invert(1);
}
.custom-checkbox.height80 input[type=checkbox] + label span{
	padding-left:15px;
}
.custom-checkbox:hover input[type=checkbox] + label {
	background: #e9f7fb;
}
.custom-checkbox input[type=checkbox]:checked + label {
    background: #2b70be;
    color: #fff;
}

/*@media(max-width:1200px){
	.checkbox-group-inline .custom-checkbox:nth-child(4) label {
		padding-top:0px;
	}
}

@media(max-width: 991px){
	.checkbox-group-inline .custom-checkbox:nth-child(2) label,
	.checkbox-group-inline .custom-checkbox:nth-child(3) label,
	.checkbox-group-inline .custom-checkbox:nth-child(4) label {
		padding-top:0px;
	}
}

@media(max-width: 768px){
	.checkbox-group-inline .custom-checkbox:nth-child(2) label,
	.checkbox-group-inline .custom-checkbox:nth-child(3) label,
	.checkbox-group-inline .custom-checkbox:nth-child(4) label {
		padding-top:10px;
	}
}*/

@media(max-width: 768px){
	.checkbox-group-inline .custom-checkbox.height80{
		width:50%;
	}
	.custom-checkbox.height80 input[type=checkbox] + label span{
		padding-left:10px;
	}
}

@media (max-width: 480px) {
	.checkbox-group-inline .custom-checkbox,
	.checkbox-group-inline .custom-checkbox.height80{
		float: none;
		width: 100%;
		display:block;
	}
}

.custom-radio{
}

.radio-toggle-group {
    display: table;
	width:100%;
}
.radio-toggle-group .radio-toggle-control {
    display: table-cell;
	position:relative;
}
.radio-toggle-group .radio-toggle-control.width50 {
    width:50%;
}
.radio-toggle-group .radio-toggle-control.width25 {
    width:25%;
}
.radio-toggle-group .radio-toggle-control input[type=radio] {
    opacity: 0;
	position:absolute;
	margin:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.radio-toggle-group .radio-toggle-control input[type=radio] + label {
    padding: 15px 5px;
    text-align: center;
    display: block;
    background: #f2fcff;
    height: 40px;
    border: #e1f5fb solid 1px;
    font-weight: 500;
	cursor:pointer;
	color: #333;
	font-size:16px;
	line-height: 18px;
	margin:0 1px;
}
.radio-toggle-group .radio-toggle-control:hover input[type=radio] + label {
	background: #e9f7fb;
}
.radio-toggle-group .radio-toggle-control.height68 input[type=radio] + label {
	height: 80px;
	line-height: 30px;
}
.radio-toggle-group .radio-toggle-control.height68 input[type=radio] + label small{
	display: block;
	line-height: 12px;
	font-size: 11px;
}
.radio-toggle-group .radio-toggle-control input[type=radio]:checked + label {
    background: #2b70be;
    color: #fff;
}
.radio-toggle-group .radio-toggle-control:last-child input[type="radio"] + label {
    
}
@media (max-width: 480px) {
	.radio-toggle-group .radio-toggle-control,
	.radio-toggle-group .radio-toggle-control.width50,
	.radio-toggle-group .radio-toggle-control.width25 {
		display: block;
		width:100%;
		margin-bottom: 2px;
	}
	.radio-toggle-group .radio-toggle-control input[type=radio] + label {
		 
	}
}

.checkbox-toggle-group {
    display: table;
	width:100%;
}
.checkbox-toggle-group .checkbox-toggle-control {
    display: table-cell;
	position:relative;
}
.checkbox-toggle-group .checkbox-toggle-control.width50 {
    width:50%;
}
.checkbox-toggle-group .checkbox-toggle-control.width33 {
    width:33%;
}
.checkbox-toggle-group .checkbox-toggle-control.width25 {
    width:25%;
}
.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox] {
    opacity: 0;
	position:absolute;
	margin:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox] + label {
    padding: 10px 5px;
    text-align: center;
    display: block;
    background: #f2fcff;
    height: 40px;
    border: #e1f5fb solid 1px;
    font-weight: 500;
	cursor:pointer;
	color: #333;
	font-size:16px;
	line-height: 18px;
	margin:0 1px;
}
.checkbox-toggle-group .checkbox-toggle-control:hover input[type=checkbox] + label {
	background: #e9f7fb;
}
.checkbox-toggle-group .checkbox-toggle-control.height68 input[type=checkbox] + label {
	height: 90px;
	line-height: 66px;
}
.checkbox-toggle-group .checkbox-toggle-control.height68 input[type=checkbox] + label img {
	height: 48px;
}
.checkbox-toggle-group .checkbox-toggle-control.height90 input[type="checkbox"] + label {
    height: 90px;
    line-height: 50px;
}
.checkbox-toggle-group .checkbox-toggle-control.height90 input[type=checkbox] + label img {
	height: 48px;
}
.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox]:checked + label {
    background: #2b70be;
    color: #fff;
}
.checkbox-toggle-group .checkbox-toggle-control:last-child input[type="checkbox"] + label {
    
}

.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox]:checked + label.img-white img{
	filter: brightness(0) invert(1);
}


.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox] + label small{
	display: block;
	line-height: 12px;
	font-size: 11px;
	padding-top: 5px;
}

.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox][disabled] + label{
	opacity:0.5;
	cursor:not-allowed;
}
@media (max-width: 768px) {
	.checkbox-toggle-group.checkbox-toggle-group-768px .checkbox-toggle-control {
		display: block;
		width:100%;
		margin-bottom: 2px;
	}
}
@media (max-width: 480px) {
	.checkbox-toggle-group .checkbox-toggle-control,
	.checkbox-toggle-group .checkbox-toggle-control.width50,
	.checkbox-toggle-group .checkbox-toggle-control.width33,
	.checkbox-toggle-group .checkbox-toggle-control.width25 {
		display: block;
		width:100%;
		margin-bottom: 2px;
	}
	.checkbox-toggle-group .checkbox-toggle-control input[type=checkbox] + label {
		 
	}
}

select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1.1em + 0px), calc(100% - 15px) calc(1.1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 5px, 6px 5px, 0px 1.5em;
    background-repeat: no-repeat;
}
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
}


.googlecaptchacss {
   /*transform: scale(0.70);
   -webkit-transform: scale(0.70);
   transform-origin: 0 0;
   -webkit-transform-origin: 0 0;*/
}

.nav-tabs{
	padding-top: 0;
	border-bottom-width:0; 
	display: table;
    width: 100%;
    position: relative;
}

.nav-tabs:after{
    position: absolute;
    content: "";
    width: 100%;
    background-color: rgba(0,0,0,0);
    height: 55px;
    z-index: 1;
    top: 0;
    left: 0;
}

.nav-tabs > li {
    margin-bottom: 0;
    float: none;
    display: table-cell;
    width: 33.3%;
}

.nav-tabs > li > a {
    margin-right: 0;
    border-top:#d4e2f2 solid 5px; 
    border-radius: 0;
    border-left-width: 0; 
    border-right-width: 0;
    border-bottom-width: 0;
    padding:15px;
    text-align: center; 
    color: #555555;
}

.nav-tabs > li:first-child > a {
    border-radius: 20px 0 0 0;
}

.nav-tabs > li:last-child > a {
    border-radius: 0 20px 0 0;
}

.nav-tabs > li.step-complete > a,
.nav-tabs > li.step-complete > a:hover {
    border-color: #27b75c;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #555;
    border-top:#2a6fbd solid 5px;
    border-left-width: 0; 
    border-right-width: 0;
    border-bottom-width: 0;
}

.nav-tabs > li > a:hover {
    border-color: #2a6fbd;
    background-color: inherit;
}

.btn{
	padding: 12px 15px;
	min-width: 220px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 10px;
}

@media (max-width: 767px) {	
	.btn{
		min-width: 100%;
	}
	.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

.btn-outline{
	background-color: #fff;
	border: #909090 solid 1px;
	color: #909090;
}

.btn-success{
	background-color: #27b75c;
	border: #27b75c solid 1px;
}

.form-control{
	background-color: #f2fcff;
	border: #e1f5fb solid 1px;
	box-shadow:none;
	height: 40px;
}

.custom-checkbox-2 {
  display: block;
	position: relative;
	padding: 10px 15px 10px 30px;
	margin: 5px !important;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	color: #424242;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox-2:hover{
    /*background-color: #fffcf5;*/
}

.custom-checkbox-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin:0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: 1;
}

.custom-checkbox-2 .checkmark {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 21px;
  width: 21px;
  background-color: #e6e6e6;
  border-radius: 3px;
}

.custom-checkbox-2:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-checkbox-2 input:checked ~ .checkmark {
  background-color: #2b70be;
}

.custom-checkbox-2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox-2 input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox-2 .checkmark:after {
   left: 8px;
   top: 3px;
   width: 6px;
   height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact-us-container{position:relative;}
.contact-us-container-overlay{position:absolute;left:0;top:0;background:#fff;opacity:0.8;width:100%;height:100%;text-align:center;z-index:1;}
.lds-facebook{display:inline-block;position:relative;width:64px;height:64px;margin-top:-32px;top:50%;}
.lds-facebook div{display:inline-block;position:absolute;left:6px;width:13px;background:#1AA5EB;animation:lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;}
.lds-facebook div:nth-child(1){left:6px;animation-delay:-0.24s;}
.lds-facebook div:nth-child(2){left:26px;animation-delay:-0.12s;}
.lds-facebook div:nth-child(3){left:45px;animation-delay:0s;}
@keyframes lds-facebook{0%{top:6px;height:51px;}
50%, 100%{top:19px;height:26px;}
}