body {
    font-family: 'Open Sans';
}

a, a:link, a:visited, a:hover {
    color: #004870;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

/* Responsive */
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    .jumbotron {
        padding: 2rem 2rem 0 2rem;
    }
}

@media (max-width: 768px) {
    .jumbotron {
        padding: 2rem;
    }
}

/* First page */
.banner {
    background: url("../images/house.jpg") 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .left {
    padding-right: 30px;
}

.banner .left h1 {
    font-family: 'Noto Serif';
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5em;
}

.free {
    color: #ff7c66;
}

.family {
    padding: 0 0 30px 0;
    text-align: center;
}

.banner .left h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5em;;
}

.banner .left ul {
    list-style-type: none;
    color: #fff;
    padding-left: 0px;
    font-size: 22px;
    line-height: 1.5em;
    margin: 0 0 0 30px;
}

.fa-check-circle:before {
    display: block;
    position: absolute;
    font-weight: 700;
    float: left;
    width: 1em;
    height: 1em;
    margin: -.8em 0 0 -1.5em;
}


/* Form */
.mainForm {
    background: #fff;
    border-radius: 0.3em;
    padding: 30px
}

.mainForm h1 {
    color: #266f90;
}

form {
    padding: 15px 0 0 0;
}

label {
    margin: -10px 0 0 8px;
    position: absolute;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc !important;
  }

button.btn.btn-primary.continue {
    background-color: #ff7c66;
    border-color: #ff7c66;
    text-transform: uppercase;
}

button.btn.btn-primary.continue:hover {
    background-color: #FF5233;
}

.compliance {
    font-size: 11px;
    color: #999;
    margin: 15px 0 0 0;
    line-height: 1.75em;
    position: relative;
    font-weight: normal;
}


/* Resources */
.resources {
    text-align: left;
    background: rgba(38,111,144,0.5);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
}

.resources h2 {
    font-family: 'Noto Serif';
    color: #ff7c66;
}

.resources ul {
    list-style-type: none;
    margin: 0 0 0 30px;
}

.resources ul li {
    text-align: left;
    font-size: 18px;
    line-height: 2em;
}

.resources li::before {
    content: "\2713";
    display: block;
    color: #004870;
    position: absolute;
    font-weight: 700;
    float: left;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
}

/* Footer */
footer {
    font-size: 12px;
    margin-top: -10px;
}

.logo-ftr {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

footer .left {
    text-align: left;
}

footer .right {
    text-align: right;
}



/* Offer */

.offerContent {
    padding: 0 0 30px 0;
}

.offer {
    padding: 30px;
    background: #fff;
    border-radius: 0.3em;
    margin: 0 auto;
}

.offerCopy {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.5em;
}

.form-control {
    color: #ccc;
}

button.btn.btn-primary.signup {
    background-color: #ff7c66;
    border-color: #ff7c66;
    text-transform: uppercase;
    margin: 15px 0;
}

button.btn.btn-primary.signup:hover {
    background-color: #FF5233;
}

.skip {
    margin: 0 auto;
    font-size: 12px;
}



/* Modals */

/* Partners */
.partners {
    font-weight: bold;
}


/* Nitro */
.nitroClose {
    margin-top: 15px;
    text-align: center;
}

.closeNitro {
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #ccc;
    background: #cc0000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}