* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
	font-family:'Helvetica LT W01 Condensed','Roboto';
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #525354;
	background-color: #fff;
	margin: 0;
}
.row {
	line-height: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Helvetica LT W01 Light Cond';
	font-weight: normal;
	text-align: left;
	margin: 0 0 5px 0;
}
h1 {
	font-size: 33px;
	line-height: 40px;
}
h2 {
	font-size: 30px;
	font-weight: 400;
}
h3 {
	font-size: 33px;
	font-weight: 300;
	line-height: 40px;
}
p {
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a,
a:active,
a:focus,
a:active {
	text-decoration: none !important;
}
a.phone {
	color: #fff;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
img {
	width: 100%;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.row:before,
.container:after,
.row:after {
	display: table;
	content: " ";
}
.container:after,
.row:after {
    clear: both;
}
.col {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
#masthead {
	padding-top: 12px;
	padding-bottom: 10px;
}
.logo {
	width: 151px;
	height: 40px;
}
.tagline {
	font-size: 15px;
	color: #353333;
	padding: 13px 0 0 0;
	margin: 0;
}
.tagline em {
	font-size: 15px;
	font-style: normal;
	margin-right: -2px;
}
#video {
	height: 220px;
	background: url('../images/hero.jpg') no-repeat;
	background-position: center;
	position: relative;
	background-color: #27aae1;
	overflow: hidden;
	background-size: cover;
}
#video .controls {
	text-align: center;
	margin-top: -200px; /* motion */
	opacity: 0; /* motion */
}
#video p {
	font-family:'Helvetica LT W01 Light Cond';
	font-size: 34px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	letter-spacing: -1px;
}
#video .playbutton {
	height: 78px;
	width: 78px;
	margin-top: 10px;
	border: none;
}
#video p.prompt {
	font-family:'Helvetica LT W01 Condensed';
	font-size: 20px;
	line-height: 24px;
	margin-top: 7px;
}
#video .notch {
	height: 30px;
	width: 2200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1100px;
}
#intro {
	background-color: #fff;
	position: relative;
}
#intro .image img {
	max-width: 200px;
	margin-bottom: 40px;
	opacity: 0; /* motion */
}
#intro h1 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#speed {
	color: #fff;
	background-color: #27aae1;
	position: relative;
}
#speed:before,
#simple:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 28px solid transparent;
	border-top-color: #fff;
	left: 50%;
    margin-left: -30px;
}
#speed .image img {
	margin: 60px 0 10px 0;
	opacity: 0; /* motion */
}
#speed .text {
	margin-bottom: 60px;
}
#secure {
	position: relative;
	overflow: hidden;
}
#secure:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 28px solid transparent;
	border-top-color: #27aae1;
	left: 50%;
    margin-left: -30px;
    z-index: 9000;
}
#secure .text {
	margin-top: 20px;
	margin-bottom: 60px;
	padding-right: 0;
}
#secure .image img {
	opacity: 0; /* motion */
}
#simple {
	color: #fff;
	background-color: #5ac2ad;
	position: relative;
}
#simple:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 28px solid transparent;
	border-top-color: #5ac2ad;
	left: 50%;
    margin-left: -30px;
}
#simple .image img {
	margin: 60px 20px 10px -58px;
	opacity: 0; /* motion */
}
#simple .text {
	margin-bottom: 60px;
}
#target {
	margin-top: 57px;
}
#target h3 {
	font-size: 33px;
	line-height: 36px;
	color: #0f5ea6;
	margin-bottom: 10px;
}
#target .col.first {
	padding-left: 0;
}
#target .col.last {
	padding-right: 0;
	border-right: none;
}
#target .col.first,
#target .col.middle {
	margin-bottom: 30px;
}
#cta {
	width: 100%;
	min-height: 75px;
	background-color: #0f5ea6;
	position: fixed;
	bottom: -80px; /* motion */
	right: 0;
	padding: 14px 15px;
	 z-index: 9000;
}
#cta .button a {
	font-size: 20px;
	color: #fff;
	margin: 0 13px 0 0;
	display: block;
	border: 1px solid #fff;
	background-color: #8a0f89;
	padding: 10px 15px;
	float: left;
	text-transform: uppercase;
}
#cta .button a em {
	display: none;
	font-style: normal;
}
#cta p {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin: 0;
}
#cta p .phone {
	font-size: 24px;
}
#infographic_headline {
	background-color: #27aae1;
	margin-top: 46px;
}
#infographic .row.icons:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 28px solid transparent;
	border-top-color: #27aae1;
	left: 50%;
    margin-left: -30px;
}
#infographic_headline h3 {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin: 12px 30px 18px 30px;
}
#infographic_headline h3 em {
	font-size: 24px;
	line-height: 28px;
	font-style: normal;
	margin-right: -2px;
}
#infographic .col {
	width: 100%;
}
#infographic img {
	max-width: 160px;
	margin-top: 58px;
	margin-bottom: 28px;
}
#infographic p {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 10px;
}
#infographic p.number {
	font-size: 44px;
}
#infographic .companies {
	color: #5ac2ad;
}
#infographic .states {
	color: #0f5ea6;
}
#infographic .dollars {
	color: #27aae1;
}
#copyright {
	background-color: #27aae1;
	padding-top: 16px;
	padding-bottom: 90px;
	margin-top: 80px;
}
#copyright p {
	color: #fff;
}

/* ---------- video modal ---------- */

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border: none;
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed,
.embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
	.col.text {
		width: 59%;
		padding-right: 20px;
	}
	.col.image {
		width: 41%;
	}
	#masthead {
		padding-top: 27px;
		padding-bottom: 35px;
	}
	.logo {
		width: 270px;
		height: 68px;
	}
	.logo,
	.tagline {
		float: left;
	}
	.tagline {
		font-size: 22px;
		float: right;
		padding: 28px 0 0 0;
	}
	.tagline em {
		font-size: 44px;
		margin-right: -5px;
	}
	#video {
		height: 507px;
	}
	#video p {
		font-size: 80px;
		line-height: 100px;
		margin-top: 115px;
	}
	#video .playbutton {
		margin-top: 40px;
	}
	#intro .image img {
		max-width: 401px;
		margin-bottom: 0;
	}
	#intro h1 {
		font-size: 30px;
		line-height: 34px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	#speed .image img {
		width: 460px;
		margin: 30px 20px 10px -186px;
	}
	#speed .text {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 20px;
		padding-right: 0;
	}
	#secure .text {
		float: right;
		width: 57%;
		margin-top: 60px;
	}
	#secure .image {
		float: right;
		width: 43%;
	}
	#secure .image img {
		margin-top: 0;
	}
	#simple .image img {
		margin-top: 20px;
	}
	#simple .text {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-right: 0;
	}
	#target .col {
		width: 23%;
		padding-left: 17px;
		padding-right: 17px;
		border-right: 1px solid #27aae1;
		min-height: 350px;
	}
	#target .col.middle {
		width: 27%;
	}
	#target .col.first,
	#target .col.middle {
		margin-bottom: 0;
	}
	#target h3 {
		font-size: 28px;
		line-height: 30px;
		white-space: normal;
	}
	#infographic_headline h3 {
		font-size: 40px;
		line-height: 60px;
	}
	#infographic_headline h3 em {
		font-size: 55px;
		line-height: 60px;
		margin-right: -5px;
	}
	#cta {
		width: auto;
		min-width: 395px;
	}
	#cta .button a {
		padding: 12px 20px;
	}
	#cta .button a em {
		display: inline-block;
	}
	#infographic .col {
		width: 33%;
	}
	.modal-dialog {
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:1010px) {
    .container {
        width: 1010px
    }
    .col.text {
		padding-right: 60px;
	}
	#intro h1 {
		font-size: 33px;
		line-height: 40px;
		margin-top: 65px;
	}
	#speed .image img {
		width: 582px;
	}
	#speed .text {
		margin-top: 110px;
		margin-bottom: 120px;
		padding-left: 20px;
	}
	#secure .text {
		width: 50%;
		margin-top: 110px;
	}
	#secure .image {
		width: 50%;
	}
	#secure .image img {
		margin-top: -78px;
	}
	#simple .text {
		margin-top: 110px;
	}
	#target .col {
		min-height: 270px;
		/* padding-left: 56px;
		padding-right: 56px; */
	}
	#target h3 {
		/* white-space: nowrap; */
	}
	#infographic .row.icons {
		padding-left: 95px;
		padding-right: 95px;
	}
}
.lang-choice
{
	text-align:center;
}
.copyrighttext
{
	 display:inline-block;
	 float:left;
}
.langtext
{
	display:inline-block; 
	float:right;
}
.langtext a{
	color:white;
}
.langtext a:hover{
	color:#0a73b5;
}

.btn1{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;

    font-weight: 400;
  
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
   
    touch-action: manipulation;
    cursor: pointer;
    }
	
	

#langbtn {
  position: fixed;
  bottom: 50px;
  left: 220px;
  
}

.primary {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(58, 133, 191, 0.75);
  border-radius: 40px;
  background: rgba(58, 133, 191, 0.75);
  transition: all 0.3s ease 0s;
}

.primary:hover {
  color: #FFF;
  background: #9f2999;
  border: 2px solid rgba(58, 133, 191, 0.75);
}