@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@font-face {
    font-family: 'Avenir Next Demi';
    src: url('../fonts/AvenirNext-DemiBold.eot');
    src: url('../fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'),  url('../fonts/AvenirNext-DemiBold.woff') format('woff'),  url('../fonts/AvenirNext-DemiBold.ttf') format('truetype'),  url('../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'CircularStd-Book';
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/CircularStd-Book.woff2') format('woff2'),  url('../fonts/CircularStd-Book.woff') format('woff'),  url('../fonts/CircularStd-Book.ttf') format('truetype'),  url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'CircularStd-Medium';
    src: url('../fonts/CircularStd-Medium.eot');
    src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/CircularStd-Medium.woff2') format('woff2'),  url('../fonts/CircularStd-Medium.woff') format('woff'),  url('../fonts/CircularStd-Medium.ttf') format('truetype'),  url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'CircularStd-Bold';
    src: url('../fonts/CircularStd-Bold.eot');
    src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/CircularStd-Bold.woff2') format('woff2'),  url('../fonts/CircularStd-Bold.woff') format('woff'),  url('../fonts/CircularStd-Bold.ttf') format('truetype'),  url('../fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'CircularStd-Black';
    src: url('../fonts/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

:root {
 --green: #00CE57;
}

* {margin:0; padding:0; box-sizing: border-box; outline:none;}
html {-webkit-text-size-adjust:none; width:100%; height:100%;}
body {height: 100%; font-size: 14px; font-family: 'CircularStd-Book'; overflow-x: hidden;}

a, button, label {text-decoration:none !important; outline:none !important; cursor:pointer; border: 0;
-webkit-transition: color 0.5s ease, background 0.5s ease;
-moz-transition: color 0.5s ease, background 0.5s ease;
-ms-transition: color 0.5s ease, background 0.5s ease;
-o-transition: color 0.5s ease, background 0.5s ease;
transition: color 0.5s ease, background 0.5s ease;
}
button {font-family:'CircularStd-Black'; color: #FFFFFF; text-align: center; text-transform: uppercase; background: #0DD98A; border-radius: 3px;}
button:hover {background: #33f1a7 !important;}
h1, h2, h3, h6, p, ul, li, figure {margin:0; padding:0; line-height:normal; font-weight:normal;}
ul, ol {margin:0; list-style-type: none; padding: 0;}
.text-center {text-align: center;}
.full-width {float:left; width:100%; position:relative;}
.container {display:block; position: relative; max-width: 1366px; width: 100%; margin: 0 auto; padding: 0;}
.error input {border:1px solid #F00 !important;}
input.error {border:1px solid #F00 !important;}
.error-msg {display:none; position:absolute; left:0; top:-25px; font-size:14px; font-style:italic; color:#F00;}
.error .error-msg {display:block;}
.pull-left {float: left;}
.pull-right {float: right;}
.padding-tb-100 {padding: 100px 0;}


input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='phone'] {
    width:100%; padding: 10px 20px; font-family: 'CircularStd-Book'; color: #000; border:1px solid transparent;}
::-webkit-input-placeholder {color: #B8C0C6;}
::-moz-placeholder {color: #B8C0C6;}
:-ms-input-placeholder {color: #B8C0C6;}
:-moz-placeholder {color: #B8C0C6;}


header {
    background: #142E43;
    color: #FFF;
    min-height: 60px;
}

header .container {
    display:block; 
    position: relative; 
    max-width: 1100px; 
    width: 100%; 
    margin: 0 auto; 
    padding: 0;
}

header .logo {
    float: left;
    padding: 16px 100px 0 0;
}

header .logo img {
    display: inline-block;
    width: 140px;
    height: 28px;
}

header .header-links {
    float: left;
    display: none;
}

header .header-links ul {
    display: block;
    list-style: none;
}

header .header-links ul li {
    display: inline-block;
}

header .header-links ul li a {
    display: inline-block;
    color: #FFF;
    font-family:'CircularStd-Black';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin: 20px 30px 0 0;
}

header .header-links ul li a:hover {
    color: #33f1a7;
}

header .login-container {
    float: right;
    display: none;
}

header .login-container li {
    display: inline-block;
    padding: 10px 0;
}

header .login-container input,
header .login-container button {
    display: inline-block;
    width: 140px;
    height: 40px;
    vertical-align: bottom;
}

header .login-container input {
    margin-right: 10px;
    background: rgba(0,0,0,0.20);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.10);
    font-family:'CircularStd-Book';
    font-size: 12px;
    color: #FFF;
    line-height: 10px;
}
header .login-container input::-webkit-input-placeholder {color: #B8C0C6;}
header .login-container input::-moz-placeholder {color: #B8C0C6;}
header .login-container input:-ms-input-placeholder {color: #B8C0C6;}
header .login-container input:-moz-placeholder {color: #B8C0C6;}

header .login-container button {
    font-size: 12px;
}

.banner {
    min-height: 300px;
    background: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: relative;
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(20,46,67,0.80);
}

.banner .banner-title {
    float: left;
    margin: 100px 0 0 293px;
    font-family:'CircularStd-Black';
    font-size: 36px;
    color: #FFFFFF;
    line-height: 40px;
    padding-top: 20px;
    position: relative;
}

.banner .banner-title:before {
    content: '';
    width: 90px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0DD98A;
}

.banner .banner-title span {
    display: block;
    font-size: 20px;
    color: #B8C0C6;
    line-height: 30px;
}

.mobile-container {
    width: 380px;
}
.mobile-container img {
    display: block;
    width: 100%;
}

.get-the-app .container,
.faq .container,
.trouble-logging .container,
.report-contact .container,
footer .container{    
    max-width: 980px; 
}

.get-the-app .content,
.faq .content{
    width: 520px;
}

.get-the-app {
    padding-top: 100px;
}

.get-the-app .title {
    display: block;
    font-family:'CircularStd-Black';
    font-size: 36px;
    color: #142E43;
    text-align: left;
    line-height: 40px;
    padding-bottom: 20px;
}

.get-the-app p {
    display: block;
    font-family:'CircularStd-Book';
    font-size: 14px;
    color: #142E43;
    line-height: 20px;
    padding-bottom: 30px;
}

.get-the-app ul {
    display: block;
    padding-bottom: 20px;
}

.get-the-app ul li {
    display: block;
    font-family:'CircularStd-Book';
    font-size: 14px;
    color: #142E43;
    line-height: 20px;
    position: relative;
    padding:0 0 10px 15px;
}
.get-the-app ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0px;
}

.get-the-app ul li:first-child {
    font-family:'CircularStd-Black';
    font-size: 16px;
    padding:0 0 10px 0;
}

.get-the-app ul li:first-child:before {
    content: '';
    display: none;
}

.get-the-app .app-buttons {
    display: block;
    padding-bottom: 30px;
}

.get-the-app .app-buttons a {
    display: inline-block;
    margin-right: 20px;
}

.get-the-app .app-buttons a img {
    display: block;
    width: 140px;
    height: 47px;
}

.get-the-app .phone-container {
    display: block;
    width: 100%;
}

.get-the-app .phone-container input,
.get-the-app .phone-container button {
    width: 220px;
    min-height: 60px;
}

.get-the-app .phone-container input {
    background: #FAFAFA;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.10);
    font-size: 16px;
    color: #142E43;
    line-height: 20px;
    letter-spacing: 1px;
    border-radius: 3px;
}

.get-the-app .phone-container button {
    font-size: 16px;
}

.faq {
    padding-top: 100px;
    background: #EDEFF1;
}

.faq .faq-title {
    font-family:'CircularStd-Black';
    font-size: 24px;
    color: #142E43;
    line-height: 30px;
    position: relative;
    padding: 12px 0 30px;
}

.faq .faq-title:before {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0DD98A;
}

.faq p {
    display: block;
    font-size: 20px;
    color: #142E43;
    line-height: 30px;
    padding-bottom: 20px;
}

.faq .faq-list li {
    padding-bottom: 20px;
}

.faq .faq-list li a {
    display: block;
    font-family:'CircularStd-Black';
    font-size: 16px;
    color: #5F7A90;
    line-height: 20px;
    background: url(../images/icon_add.svg);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 15px;
    cursor: pointer;
}

.faq .faq-list li div {
    display: none;
    font-size: 16px;
    color: #142E43;
    line-height: 20px;
    padding: 10px 0 10px 27px;
}

.faq .faq-list li div a {
    display: inline-block;
    background: none !important;
    padding-left: 0;
    font-family: 'CircularStd-Black';
    color: #0DD98A;
}

.faq .faq-list li.open a {
    background: url(../images/icon_minus.svg);
    background-repeat: no-repeat;
    background-position: left 8px;
}

.trouble-logging .tl-title {
    font-family:'CircularStd-Black';
    font-size: 24px;
    color: #142E43;
    line-height: 30px;
    position: relative;
    padding: 12px 0 30px;
}

.trouble-logging .tl-title:before {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0DD98A;
}

.trouble-logging p {
    display: block;
    font-size: 20px;
    color: #142E43;
    line-height: 30px;
    padding-bottom: 20px;
}

.trouble-logging .email-container {
    padding-bottom: 50px;
}

.trouble-logging .email-container input,
.trouble-logging .email-container button {
    height: 80px;
    border-radius: 3px;
}

.trouble-logging .email-container input {
    float: left;
    width: calc(100% - 320px);
    background: #FAFAFA;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.10);
    font-size: 20px;
    color: #142E43;
    padding: 0 30px;
}

.trouble-logging .email-container button {
    float: right;
    width: 300px;
    font-size: 20px;
    line-height: 30px;
}

.trouble-logging a.need-an-account {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-family:'CircularStd-Black';
    font-size: 20px;
    color: #0DD98A;
    text-align: center;
    line-height: 20px;
}

.trouble-logging a.need-an-account:hover {
    color: #33f1a7 !important;
}

.report-contact {
    background: #EDEFF1;
}

.report-contact div.box {
    width: 380px;
    text-align: center;
}

.report-contact div figure {
    display: block;
    width: 140px;
    height: 140px;
    text-align: center;
    padding-top: 40px;
    margin: 0 auto 30px;
    border: 4px solid #5F7A90;
    border-radius: 100%;
}

.report-contact div figure img {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.report-contact div span {
    display: block;
    font-family:'CircularStd-Black';
    font-size: 36px;
    color: #142E43;
    text-align: center;
    line-height: 40px;
    padding-bottom: 10px;
}

.report-contact div p {
    display: block;
    font-size: 16px;
    color: #142E43;
    text-align: center;
    line-height: 20px;
    padding-bottom: 50px;
}

.report-contact div a {
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    background: #142E43;
    font-family:'CircularStd-Black';
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 3px;
}

.get-in-touch {
    text-align: center;
}

.get-in-touch .title {
    display: block;
    font-size: 36px;
    color: #142E43;
    text-align: center;
    line-height: 40px;
    padding-bottom: 50px;
}

.get-in-touch .title span {
    font-family:'CircularStd-Black';
}

.get-in-touch a {
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family: 'CircularStd-Black';
    color: #FFFFFF;
    text-align: center;
    background: #0DD98A;
    border-radius: 3px;
}

.supportMsg{
        font-size: 13px;
        font-weight: bold;
        min-height: 30px;
        display: block;
    }
.full-width .support-fail{
        color: red !important;
    }
.full-width .support-success{
        color: green !important;
    }

footer {
    background: #142E43;
}

footer .five-cols {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: left;
    align-items: top;
}

footer .five-cols > div {
    width: 200px;
}

footer .five-cols > div:nth-child(1) {
    width: 280px;
}

footer .five-cols .logo {
    display: block;
    padding-bottom: 30px;
}

footer .five-cols .logo img {
    display: block;
    width: 150px;
    height: auto;
}

footer p {
    font-size: 16px;
    color: #B8C0C6;
    line-height: 30px;
}
footer p a {
    display: block;
    margin-top: 15px;
    color: #B8C0C6;
}

footer ul {
    display: none;
    padding-top: 5px;
}

footer ul li {
    font-family:'CircularStd-Black';
    font-size: 20px;
    color: #B8C0C6;
    line-height: 30px;
    padding-bottom: 10px;
}

footer ul li a {
    font-family:'CircularStd-Book';
    font-size: 16px;
    color: #5F7A90;
    line-height: 20px;
}

footer a:hover {
    text-decoration: underline !important;
}

footer a.social-icon {
    float: left;
    margin: 30px 20px 0 0;
}

footer a.social-icon img {
    display: block;
    width: 20px;
    height: 20px;
}

footer .copyright {
    display: block;
    padding-top: 50px;
    text-align: center;
    font-size: 16px;
    color: #B8C0C6;
    text-align: center;
    line-height: 20px;
}

footer .copyright br {
    display: none;
}

footer .copyright a {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 0 10px;
    color: #B8C0C6;
    border-left: 1px solid #B8C0C6;
}
footer .copyright a:nth-child(3) {
    margin: 0; 
    padding: 0 18px;
    border-left: 1px solid #B8C0C6;
}

.terms-privacy {
    padding: 100px 0 75px;
}

.terms-privacy .container {
    max-width: 940px;
}

.terms-privacy p {
    font-size: 14px;
    text-align:justify; 
    padding-bottom:25px; 
    color:#142E43;
    line-height: 22px;
}

.terms-privacy p a { 
    font-family:'CircularStd-Black';
    color: #0DD98A;
}

.terms-privacy ul {
    padding-bottom:25px;
}

.terms-privacy ul li {
    padding-bottom: 10px;
} 

.terms-privacy ul li:last-child {
    padding-bottom: 0;
}

@media screen and ( max-width: 1100px ) {
    
    header .logo {
        padding: 16px 100px 0 38px;
    }
    
    .banner {
        background-size: auto 100%;
    }
    
}

@media screen and ( max-width: 940px ) {
    
    .pull-right {
        float: left;
    }

    header .logo {
        width: 100%;
        text-align: center;
        padding: 16px 0 0 0;
    }
    
    .banner .banner-title {
        width: 421px;
        margin: 100px calc((100% - 421px)/2) 0;
    }
    
    .get-the-app {
        padding-top: 50px;
    }
    
    .get-the-app .content, 
    .faq .content {
        width: 100%;
        padding: 0 10.1333vw 50px;
    }
    
    .get-the-app .phone-container input {
        margin-right: 20px;
    }
    
    .mobile-container {
        width: 100%;
        text-align: center;
    }
    
    .mobile-container img {
        width: 380px;
        margin: 0 auto;
    }
    
    .faq {
        padding-top: 50px;
    }
    .faq .content {
        padding: 0 10.1333vw 30px;
    }
    
    .padding-tb-100 {
        padding: 50px 0;
    }
    
    .trouble-logging {
        padding: 50px 10.1333vw;
    }
    
    .report-contact div.box {
        width: 50%;
        padding: 0 5%;
    }
    
    footer .five-cols > div {
        width: 0;
    }
    
    footer .five-cols > div:nth-child(1) {
        width: 100%;
        padding-left: 10.1333vw;
    }
    
    .terms-privacy {
        padding: 50px 10.1333vw 25px;
    }
}

@media screen and ( max-width: 480px ) {
    
    .banner {
        min-height: 160px;
    }
    
    .banner .banner-title {
        width: 250px;
        margin: 50px calc((100% - 250px)/2) 0;
        font-size: 20px;
        padding-top: 7px;
    }
    
    .banner .banner-title span {
        font-size: 12px;
        line-height: 5px;
    }
    
    .get-the-app .title {
        font-size: 30px;
    }
    
    .get-the-app .app-buttons a {
        float: left;
        margin: 0;
    }
    .get-the-app .app-buttons a:nth-child(2) {
        float: right;
    }
    
    .get-the-app .app-buttons a img {
        width: 37.3333vw;
        height: 12.5333vw;
    }
    
    .get-the-app .phone-container {
        padding-top: 50px;
    }
    
    .get-the-app .phone-container input {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .get-the-app .phone-container button {
        width: 100%;
    }
    
    .mobile-container {
        padding: 0 10.1333vw;
    }
    
    .mobile-container img {
        width: 100%;
    }
    
    .faq .faq-title {
        font-size: 20px;
        padding: 12px 0 20px;
    }
    
    .faq .faq-list li a {
        background-position: left 4px;
    }
    
    .faq .faq-list li.open a {
        background-position: left 8px;
    }
    
    .faq .faq-list li div {
        font-size: 4.2667vw;
    }
    
    .trouble-logging .tl-title {
            font-size: 20px;
    }
    
    .trouble-logging .email-container {
        padding-bottom: 30px;
    }
    
    .trouble-logging .email-container input {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .trouble-logging .email-container button {
        width: 100%;
    }
    
    .report-contact div.box {
        width: 100%;
        padding: 50px 10.1333vw;
    }
    
    .report-contact div figure {
        width: 100px;
        height: 100px;
        padding-top: 30px;
    }
    
    .report-contact div figure img {
        width: 30px;
        height: 30px;
    }
    
    .get-in-touch {
        padding: 50px 10.1333vw;
    }
    
    .get-in-touch .title {
        font-size: 30px;
        padding-bottom: 30px;
    }
    
    .get-in-touch a {
        width: 100%;
    }
    
    footer .copyright {
        padding-left: 10.1333vw;
        text-align: left;
        font-size: 4.2667vw;
    }
    
    footer .copyright br {
        display: block;
    }
    
    footer .copyright a {
        margin: 10px 0 0;
        padding: 0 15px 0 0;
        line-height: 15px;
        border: 0;
    }
    
    
}

































