html {
}

#hidden {
    display:none;
    margin:0px;
    font-family: desktop;
}

.error{
    /*color: red;*/
    font-size: 12px;
}

@media (max-width:800px)  {
    #hidden {
        font-family:mobile;
    }
}

body
{
    background-color: #fff;
    font-family: 'HelveticaNeueW01-55Roma';
    letter-spacing: -0.3px;
    overflow-x: hidden;

    color:#464646;
    margin:0px;
    padding:0px;
}

div {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #01a2eb;
    font-weight: bold;
    letter-spacing: 0px;
}
a:hover{
    color: #73caf5;
}
#google_translate_element {
    position: absolute;
}

#main {
    visibility: hidden;
}

#header {
    position:fixed;
    top:0px;
    left:0px;

    height:70px;
    width:100%;

    background-color: #fff;
}

.header-shadow {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(92,92,92,0.6);
    -moz-box-shadow: 0px 5px 10px 0px rgba(92,92,92,0.6);
    box-shadow: 0px 5px 10px 0px rgba(92,92,92,0.6);
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.logo {
    position:absolute;
    top:19px;
    left:49px;
    cursor:pointer;
}


#header-arrow {
    width:39px;
    height:47px;
    position:absolute;
    top:27px; right:50px;
    cursor:pointer;
    background-image: url("../img/down_arrow.png");
}

    @media (max-width:800px)  {

        .logo{
            left:20px;
        }
        #header-arrow {
            right:20px;
        }
    }
#nav-top {
    font-size: 20px;
    font-weight: bolder;
    position: absolute;
    font-family: 'HelveticaNeueW01-76Bold', sans-serif;
    letter-spacing: -1px;
    top: 28px;
    right: 50px;
}





/* changing the header on browser size -
here we can alter text if we want */

/*
@media (min-width:540px)  {
    .highlight-link:before{
        content: "How To ";
    }

}
*/

@media (min-width:624px)  {
    #nav-top a {
        padding-left: 30px;
    }

}




@media (max-width:625px)  {
    #header {
        height: 90px;
    }

    #nav-top {
        font-size: 13px;
        margin-top: 32px;
        left: 50px;
        top: 34px;
        white-space: nowrap;
    }

    #nav-top a {
        padding-right: 10px;
    }
}





#logo-top {
    width:130px;
    height:61px;
    position:absolute;
    top:20px;
    left: 50px;
}


#press-bottom {
    width:147px;
    height:61px;
    background-image: url("../img/press-mobile.png");
    visibility: hidden;
    margin:10px 0px;
}
    @media (max-width:800px)  {
        #press-bottom {
            visibility: visible;
        }
    }
#photos {
    position:relative;
    top:70px;
}

.photo-crop {
    position:absolute;
    overflow:hidden;
    width:100%;
    height:900px;
}

.photo-crop-static{
    position:absolute;
    overflow:hidden;
    width:100%;
    height:900px;
}

.photo {
    position:absolute;
    overflow: hidden;
}

.photoscale {
    width: 100%;
}

@media (max-width:640px) {
    .photoscale {
        width: 800px;
        margin: 50px 0px 0px -160px;
    }
}


.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}


#content {
    position:absolute;
    top:85%;
    width:100%;
}

#content-faq{

    /*padding-top:500px;*/
    width:100%;
}

.main-content {
    padding:50px;
}
    /*@media (max-width:800px)  {
        .main-content {
            padding:20px;
        }
    }*/

.alt-bg {
    background-color:#f2f2f2;
    padding: 50px;
}

.highlight-section {
  clear: left;
  color: #fff;
  background-color:#01a2eb;
  padding-left:50px;
  padding-bottom: 20px;
  padding-top: 50px;
}

.highlight-section h2 {
  color: #fff;
}

.highlight-link {
  color: #01a2eb;
}

.highlight-link:hover {
  color: #73caf5;
}

.video-box {
  background-color: #999999;
  width: 100%;
  height: 100%;
}

.main-faq {
    padding:50px;
}


.main-faq p{
    width: 75%;
}
    @media (max-width:800px)  {
        .main-faq p{
            width:100%;
        }
    }


.main-faq h3{
    letter-spacing: -0.5px;
    width: 75%;
    line-height: 1.4;

}
    @media (max-width:800px)  {
        .main-faq h3{
            width:100%;
        }
}

.main-faq h3:not(:first-of-type){
    padding-top: 30px;
    border-top: 1px solid #aaa;
    margin-top: 60px;
}

.main-faq span.bold {
    color: #323232;
    font-weight: bold;
    font-family: 'HelveticaNeueW01-76Bold', sans-serif;
}

#caption {
    position: absolute;
    width: 75%;
    top:70px;
    left:50px;
    color:#fff;

}
    @media (max-width:800px)  {
        #caption {
            left:50px;
            bottom: 0px;
        }
    }

.under-caption {
    position: absolute;
    top: 340px;
    left: 50px;
}

.outline-button {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 40px;
    border: 2px solid #fff;
    transition: 0.2s ease;
     -webkit-transition: 0.2s linear;
     -moz-transition: 0.2s linear;
     -o-transition: 0.2s linear;
     -ms-transition: 0.2s linear;
 }

.outline-button:hover {
    background-color: #01a2eb;
    border: 2px solid #01a2eb;
    transition: 0.2s ease;
     -webkit-transition: 0.2s linear;
     -moz-transition: 0.2s linear;
     -o-transition: 0.2s linear;
     -ms-transition: 0.2s linear;
}

h1, h2, h3, h4 {
    font-family: 'HelveticaNeueW01-76Bold', sans-serif;
}





h1 {
    font-size: 90px;
    font-weight: bolder;
    font-family: 'HelveticaNeueW01-76Bold', sans-serif;
    margin-top:30px;
    letter-spacing: -1.5px;
}
    @media (max-width:1050px)  {
        h1 {
            font-size: 60px;
        }
    }

#mail h1{
    color: #ffffff;
    font-size: 40px;
    margin-top: 22px;
    float: left;

}

    }

    @media (max-width:815px)  {
        #mail h1 {
            font-size: 35px;
        }
    }
    @media (max-width:800px)  {
        h1 {
            font-size: 45px;
        }
        #mail h1 {
            float: none;
        }
    }


h2 {
    font-size: 36px;
    line-height:42px;
    font-weight: bold;
    font-family: 'HelveticaNeueW01-76Bold', sans-serif;
    letter-spacing: -1.5px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'HelveticaNeueW01-76Bold', sans-serif;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'HelveticaNeueW01-76Bold', sans-serif;
    letter-spacing: -1.5px;
}

    @media (max-width:768px)  {
        h4 {
            font-size: 18px;
        }
    }

p {
    font-size:16px;
    line-height:24px;
    color:#666;
    font-family: 'HelveticaNeueW01-55Roma';
}

#whitelinetop{
    width: 33px;
    height: 20px;
    background-color: white;
}

#info {
    position:relative;
}

#linknetwork {
    clear: left;
    background-color:#999999;
    color:#fff;
    padding-left:50px;
    padding-bottom: 50px;
    padding-top: 50px;
    float:
}

#linknetwork .linknetwork-header h2 {
    color: white;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#linknetwork .linknetwork-link {
  float: right;
  text-align: right;
  color: black;
  font-size: 15px;
}

#linknetwork .linknetwork-link a {
  font-size: 15px;
  color: white;
}

#linknetwork .linknetwork-link a:hover {
  text-decoration: underline;
}

@media (max-width:800px)  {
  #linknetwork .linknetwork-header, #linknetwork .linknetwork-link {
    width: 100%;
    text-align: left;
  }
}

#stayupdated {
    padding: 50px;
}

#linknetworkimage {

}

#privacytop {
    background-color:#999999;
    color:#fff;
    padding-left:50px;
    padding-bottom: 70px;
    padding-top: 200px;

}



#footer {
    background-color:#999999;
    color: white;
    padding-left:50px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 50px;
}
    @media (max-width:800px)  {
        #footer {
            padding-bottom: 1px;
            padding-top: 1px;
        }
    }

#footer p, #footer a{
    color: white;
}
#footer a:hover{
    text-decoration: none;
    color: white;
}
.info-column {
    position:absolute;
    top:0px;
    padding-bottom: 20px;
}

.info-links {
    width:95%;
    border-bottom: 1px solid #999;
    margin-top: 35px;
}
    @media (max-width:800px)  {
        .info-links{
            margin-bottom: 50px;
        }
    }



.info-links a {
    display: block;
    width:100%;
    font-family: 'HelveticaNeueW01-65Medi', sans-serif;
    border-top: 1px solid #999;
    color: #01a2eb;
    text-decoration: none;
    padding: 4px 0px 4px 0px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: 0.5s;
}

.info-links a:hover{
    color: #73caf5;
}

.info-link-arrow {
    position: relative;
    top: -3px;
    right:0px;
    float:right;
}
    @media (min-width:801px) and (max-width:1024px)  {
        .info-link-arrow{
            display:none;
        }
    }


.info-links-faq {
    color: #666;
}

#specs {
    position:relative;
}

.spec-column {
    position:absolute;
    top:0px;

    padding-right:15px;
}

.spec-icon {
    margin-left:5px;
    margin-bottom:0px;
}

#phone-icon {
    margin-left:-20px;
}

#specs h4 {
    height:40px;
}

    @media (max-width:800px)  {

        #specs h4 {
            font-size: 23px;
            height:40px;
            line-height:80px;
            white-space: nowrap;
        }

        .spec-icon {
            margin-left:5px;
            margin-bottom:0px;
            float:left;
            margin-right:20px;

        }

        #phone-icon {
            margin-left:0px;
        }

        ul {
            clear:both;
            padding-top:5px;
        }
    }

ul {
    padding-left: 20px;
}

ol {
    margin-left: -10px;
    line-height: 24px;
}
    @media (max-width:1000px)  {
        #features ol {
            line-height: inherit;
        }

    }

ul li {
    font-size: 16px;
    color:#666;
    line-height:22px;
    margin-top:4px;
    font-family: 'HelveticaNeueW01-55Roma', sans-serif;
    width: 75%;

}


ol li {
    font-family: 'HelveticaNeueW01-55Roma', sans-serif;
    color:#666;
    margin-top:4px;
    width: 75%;
}
    @media (max-width:800px)  {
        ol li {
        }
    }

img.linkimage{

    position: absolute;
    right: 0;
    z-index: -1;
    max-width: 100%;
    /*top: 50px;*/
    float: right;
}

#features {
    min-height: 643px;
    padding-right: 450px;
}

#features ol li {
    /*list-style-type: none*/
}



img.lower {
    visibility: hidden;
}

    @media (max-width:800px)  {
        img.linkimage{
            visibility: hidden;
        }

        img.lower {
            margin-top: 95px;
            visibility: visible;
        }

    }

.narrow {
    padding-right:35%;
    position: relative;

/*    background-image: url("../img/link.png");
    background-repeat: no-repeat;
    background-position:right bottom;
*/
}

    @media (max-width:610px)  {
        img.linkimage{
            margin:0 auto;

        }

        #features {
            padding-right: 300px;

        }

        img.lower {
            margin-top: 105px;
            visibility: visible;
        }
    }

    @media (max-width:520px)  {

        img.linkimage{
            margin:0 auto;
        }

        #features {
            padding-right: 150px;
        }

        img.lower {
            margin-top: 142px;
            visibility: visible;
        }
    }

.narrow p {
    font-size: 24px;
    line-height: 38px;
    font-family: 'HelveticaNeueW01-55Roma', sans-serif;
}

    @media (max-width:800px)  {
        .quote {
            padding-right: 0;
        }
    }



/*.two-column {
    min-height: 338px;
}
    @media (max-width:800px)  {
        .two-column {
            min-height: 680px;
        }
    }
*/
.main-content:after {
        clear: both;
        display: block;
        content: "";
    }

.half-column {
    width: 46.7%;
    float: left;
}

.hide {
    visibility: hidden;
}

    @media (max-width:800px)  {
        .half-column {
            width: 100%;
        }

        .hide {
            visibility: visible;
        }
    }

.first {
    margin-right: 45px;
}
    @media (max-width:800px)  {
        .first {
            margin-right: 0;
        }
    }

.source {
    text-align: right;
}



#mail {
    background-color: #666;
    text-align: center;
    height: 105px;
    cursor: pointer;
}

    @media (max-width:800px)  {
        #mail {
            height: inherit;
        }
}

#mail img {
    float: left;
}

    @media (max-width:800px)  {
        #mail img {
            float: none;
        }
}

.main-content .mail-container {
    margin: auto;
    max-width: 570px;
}

.remove-bottom-margin {
    margin-bottom: 0px;
}

.success-message{
    opacity:0;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}

.success-message.success{
    opacity:1;
}

.field-group{
    float:left;
    margin-bottom:30px;
}

.button-box{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.field-box label{
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.field-group label{
    width:100%;
    display:block;
    padding-left:5px;
    padding-bottom:7px;
}

.fine-print{
    font-size: 12px;
    color: #666;
}

.field-group input{
    width: 100%;
    display: block;
    background: #f2f2f2;
    border-radius: 7px;
    border: none;
    padding: 10px;
    -webkit-box-sizing: border-box;‌​
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}


.mail{
    background-color: #CCC;
    text-align: center;
    cursor: pointer;
    height: 80px;
}

.email,
.email:hover {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    text-align: center;
    top: 25px;
}

#form-wrapper{
    width: 50%;
    float: left;
}
    @media (max-width:911px)  {
        #form-wrapper {
            width:100%;
            max-width: inherit;
        }
    }



#email-copy{
    float: left;
    width: 48%;
    min-width: 300px;
    margin-right: 2%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-family: 'HelveticaNeueW01-55Roma';

}
    @media (max-width:911px)  {
        #email-copy {
            width:100%;
            max-width: inherit;
        }
    }


#email-form{
    float: left;
    width: 48%;
     min-width: 300px;


}

.social-media {
  background-color: #CCCCCC;
  float: left;
  width: 33%;
  text-align: center;
  height: 80px;
  cursor: pointer;
  border-right: solid #E6E6E6 2px;
  position: relative;
  top: -16px;
}

.social-media:last-child {
  border-right: none;
}

.twitter {
  background-image: url('../img/Social_twitter.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}

.facebook {
  background-image: url('../img/Social_facebook.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}

.instagram {
  background-image: url('../img/Social_instagram.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}


.crop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.faq-img {
  background-image: url('../img/5.jpg');
}

.update-img {
  background-image: url('../img/6.jpg');
}

.get-in-touch div {
  float: left;
  min-width: 397px;
}

.half-width {
  width: 50%;
}

.full-width {
  width: 100%;
}


p.git-first {
  border-right: solid #E6E6E6 2px;
}


h1 span {
  display: block;
  line-height: 30px;
  overflow:hidden;
  width: 33%;
}

h2 span {
  display: block;
  line-height: 20px;
  overflow:hidden;
  width: 25%;
    top: -5px;
    position: relative;
}

h2 {
  font-size: 50px;
  position: relative;
  top: -30px;
}


.info-column-standard {
  border-right: solid #FFFFFF 2px;
  padding-right: 15px;
  position: absolute;
  top:-165px;
}

.info-column-standard:last-child {
  border-right: none;
  border-bottom: none;
}

.info-column-mobile {
  position: relative;
  top: -165px;
  left: 0px;
  border-bottom: solid #FFFFFF 2px;
  border-right: none;
;
}

.info-column h3 {
  margin-top: 40px;
}



.info-column-mobile:last-child {
  border-bottom: none;
  height: 200px;
}

strong{
 white-space: nowrap;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'HelveticaNeueW01-76Bold', sans-serif;
}

h2, h3 {
  color: #323232;
}

.info-column p, .info-column div {
  margin-right: 20px;
}

.number-image {
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.half-panel-wrapper {
  width: 100%;
  float: left;
}

.half-panel {
  width: 50%;
  float: left;
  padding: 0px;
  height: 100%;
}

.half-panel .half-panel-content {
  width: 80%;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  float:left;
}

.half-panel .desktop {
  float: left;
}

#findALink {
  background-image: url("../img/map-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#findALink .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
}

#findALink p {
  color: black;
  font-weight: bold;
}

@media (min-width:800px) {
  #linkIsLive {
    box-sizing: border-box;
    border-right: 2px solid white;
  }

  .half-panel {
    height: 485px;
  }
}

@media (max-width:800px) {
  #linkIsLive {
    border-right: 0px;
  }

  .half-panel {
    width: 100%;
    height: 50%;
    clear: left;
  }
}

.half-panel .mobile {
  width:100%;
}

.terms {
  display: none;
}

.terms-template {
	width: 75%;
}

@media (max-width:911px)  {
		.terms-template {
				width:100%;
		}
}

.terms-header-number {
	font-weight: bold;
	vertical-align: top;
}

.terms-header-title {
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
}

.terms-header-number {
	vertical-align: top;
	text-align: left;
	width: 50px;
}

.terms-item-number-cell {
	vertical-align: top;
	text-align: left;
	width: 50px;
}

.terms-item-body {
	padding-bottom: 10px;
}

.terms-hr {
	margin-top: 60px;
	margin-bottom: 30px;
}


indent {
	text-indent: 25px;
	display: block;
	line-height:25px;
}

#back-to-top-arrow {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 100px;
  text-align: center;
  cursor: pointer;
  background-color: #c2c2c2;
  width: 47px;
  height: 47px;
  z-index: 999;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 60%;
  transition: 0.2s ease;
   -webkit-transition: 0.2s linear;
   -moz-transition: 0.2s linear;
   -o-transition: 0.2s linear;
   -ms-transition: 0.2s linear;
}

#back-to-top-arrow:hover {
  background-color: #01a2eb;
  transition: 0.2s ease;
   -webkit-transition: 0.2s linear;
   -moz-transition: 0.2s linear;
   -o-transition: 0.2s linear;
   -ms-transition: 0.2s linear;
}

#back-to-top-arrow img {
  width: auto;
  height: 80%;
}
