body {
    background-color: #ffffff;
    color: #000;
    font-family: "Lato";
}
::-moz-selection {
    /* Code for Firefox */
    background: #4aa0d57a;
}

select,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::selection {
    background: #4aa0d57a;
}
main {
    flex: auto;
    position: relative;
    margin-top: 140px;
    margin-bottom: 100px;
}
img {
    width: 100%;
    display: block;
}
.list-style {
    list-style: disc;
    padding-left: 1rem;
    line-height: 1.5;
}
#mainNav {
    padding: 0;
}
@media (max-width: 480px) {
    main,
    #mainNav {
        padding: 16px;
    }
}
main .v-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrapper {
    min-height: calc(100vh - 514px);
}
.notification-box {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 15%);
    z-index: 9999;
}
.notification-box>div {
    padding: 5px 15px;
    margin: 10px 0px;
    font-weight: bold;
    font-size: 20px;
}
#mainNav {
    padding: 2rem;
}
@media (max-width: 480px) {
    #mainNav {
        padding: 16px;
    }
}
#side-menu .nav-link {
    text-transform: uppercase;
    padding: 5px 0;
}

#mainNav.navbar-shrink {
    background-color: #2183ca;
}
#mainNav .navbar-brand img {
    max-width: 140px;
}
.navbar-light .navbar-nav .nav-link {
    width: 140px;
}

#mainNav a.nav-link:hover,
#mainNav .nav-link.active {
    outline: none;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0px 2px 0px #ffffff;
}

#mainNav .navbar-nav .nav-item {
    transition: background 0.3s ease-in-out;
    flex: auto;
    text-align: center;
}

@media (max-width: 1200px) {
    #mainNav a {
        /* font-size: 12px; */
    }
    #mainNav .navbar-brand img {
        max-width: 130px;
    }
}
@media (max-width: 768px) {
    #mainNav .container {
        padding-right: 15px;
    }
    .masthead {
        height: 51%;
    }
}

#homepage {
    position: relative;
}
#homepage .intro-body {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.container-big {
    max-width: 1500px;
}

#trial-blade {
    height: 80px;
    background-color: #fd9f1b;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

#trial-blade p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.index-trailer {
    width: 100%;
    height: 570px;
}
@media (max-width: 990px) {
    .index-trailer {
        height: 400px;
    }
}
@media (max-width: 480px) {
    .index-trailer {
        height: 250px;
    }
    #homepage .intro-body .btn {
        font-size: 12px;
    }
}

.video-box {
    padding: 40px;
}
@media (max-width: 480px) {
    .video-box {
        padding: 16px;
    }
}

a:focus,
a:hover {
    text-decoration: none;
    color: #ffffff;
}

a {
    transition: all 0.2s ease-in-out;
    color: #ffffff;
}

.form .input-text {
    width: 100%;
    padding: 7px 16px;
    color: #000;
    font-weight: 700;
    border: 2px solid #2183ca;
    margin-bottom: 0.5rem;
}

.form .input-radio {
    width: 16px;
    height: 16px;
}

.form .input-text:focus-visible {
    outline: none;
    border: 2px solid #2183ca;
}

.gift-cert {
    cursor: pointer;
}
.recipient-info {
    display: none;
}
.text-blue {
    color: #2183ca;
}

.strike {
    text-decoration: line-through;
    color: red;
}

.gift-success {
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #2183ca;
    border-radius: 7px;
    padding: 10px 15px;
    background: #2183ca;
    color: #ffffff;
    font-style: italic;
}
.gift-failed {
    display: block;
    border: 1px solid #ff0052;
    border-radius: 7px;
    padding: 10px 15px;
    background: #ff0052;
    color: #ffffff;
    font-style: italic;
    text-align: center;
}

.blue-bg {
    background-color: #2183ca !important;
    padding: 1rem !important;
}

.rotate {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-trial .sub-box {
    padding-top: 70px;
}
@media (max-width: 480px) {
    .form-trial .sub-box {
        padding-top: 0px;
    }
}

.color-orange {
    color: #fd9f1b;
}

.btn {
    font-size: 1.5rem;
}
@media (max-width: 480px) {
    .btn {
        font-size: 1rem;
    }
}
.btn-orange {
    color: #fff;
    background-color: #fd9f1b;
    border-color: #fd9f1b;
}
.btn-blue {
    color: #fff;
    background-color: #2183ca;
    border-color: #2183ca;
}

.big-text {
    font-size: 53px;
    color: #fd9f1b;
    font-weight: bolder;
    text-transform: capitalize;
}
.big-text--two {
    font-size: 40px;
}
.big-text--three {
    font-size: 35px;
}

@media (max-width: 1200px) {
    .big-text--two {
        font-size: 35px;
    }
    .big-text--three {
        font-size: 20px;
    }
}

@media (max-height: 800px) {
    .content-section {
        height: unset !important;
    }
    #mainNav .navbar-brand img {
        max-width: 120px;
    }
}

.headline {
    color: #fd9f1b;
}

.link:hover {
    box-shadow: 0px 4px 0px #fff;
    padding-bottom: 5px;
    color: #fd9f1b;
}

.link {
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0px 4px 0px #fd9f1b;
    padding-bottom: 5px;
}

.list-inline-item {
    color: #fff;
    text-transform: uppercase;
}
.list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
    text-align: left;
}

.list-inline.icons li {
    font-size: x-large;
}
.step-number {
    background-color: #000;
    border-radius: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 0.25rem 0.7rem;
    margin-right: 8px;
}
/* * * * * * * * * * *
    Countdown
  * * * * * * * * * * */
#clockdiv {
    font-family: sans-serif;
    color: #fff;
    /* display: flow-root; */
    font-weight: 100;
    text-align: center;
    font-size: 1.5rem;
}

#clockdiv .background {
    padding: 10px;
    border-radius: 3px;
    background: #00bf96;
    display: inline-block;
}

#clockdiv div>span {
    padding: 15px;
    border-radius: 3px;
    background: #00816a;
    display: inline-block;
    width: 4rem;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dimmer {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.pop-signup {
    display: none;
    width: 100%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    padding: 50px;
    z-index: 9999;
}
@media (max-width: 480px) {
    .pop-signup {
        max-width: 90vw;
        max-height: 80vh;
        padding: 50px 20px;
        overflow-y: scroll;
    }
    .pop-signup h4 {
        margin-bottom: 10px;
    }
}
.pop-closer {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 30px;
}

@media (max-width: 992px) {
    #mainNav {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .vh-100 {
        height: unset !important;
        min-height: 100vh;
    }
    .big-text {
        font-size: 35px;
    }
    .headline {
        font-size: 30px;
    }
    .link {
        font-size: 16px;
    }
    #trial-blade p {
        font-size: 1em;
    }
    .footer-link {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-link li {
        flex: auto;
        padding: 5px;
        /* text-align: center; */
    }
    .navbar-expand-md .navbar-toggler {
        display: inline-block;
    }
    .vh-100 {
        height: unset !important;
        min-height: unset;
    }
}

@media (max-width: 480px) {
    .footer-link .list-inline-item {
        width: 100%;
    }
    .vh-100 {
        height: unset !important;
        min-height: unset;
    }
    .big-text {
        font-size: 30px !important;
    }
    .top-footer .list-inline-item:not(:last-child) {
        margin-right: 0rem;
    }
}

/* ABOUT */

#about-certified .photo {
    max-width: 220px;
}
@media (max-width: 992px) {
    #about-certified .photo {
        margin: 0 auto;
    }
}

/* END ABOUT */

.form-trial {
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
}

.content-section {
    display: flex;
    align-items: center;
}

.content-section--medium {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 480px) {
    .content-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .timers {
        padding: 15px;
    }
}

@media (max-width: 766px) {
    #mainNav .navbar-brand img {
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    #mainNav {
        background-color: #2183ca;
    }
    .masthead {
        margin-top: 93px;
    }
    .masthead {
        height: 234px;
        padding: unset;
        background-repeat: no-repeat;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 667px;
    }
}
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
.google-btn {
    display: block;
    cursor: pointer;
    background-color: #3975EA;
    border-radius: 2px;
    margin: auto;
    max-width: 300px;
}
.google-icon-wrapper {
    margin-top: 1px;
        margin-left: 1px;
        width: 46px;
        height: 46px;
        background-color: #fff;
        display: inline-block;
        float: left;
}
.google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 26px;
    height: 26px;
}
.btn-text {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    min-height: 48px;    
    padding-top: 10px;
    width: 220px;
}
.google-btn:hover, .facebook-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}
.facebook-btn {
    background: #3975EA;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 0 auto;
    max-width: 300px;
    padding: 0;
}
.google-btn:active {
    background: #1669F2;
}
.sign-facebook {
    font-size: 18px;
    display: inline-block;
    padding: 10px 10px 10px 6px;
}
@media (max-width: 576px) {
    .btn-text {
        width: 100px;
        padding-top: 0;
        font-size: 14px;
    }
    .sign-facebook {
        font-size: 14px;
        padding-left: 0;
        padding-top: 0;
        padding-right: 10px;
        max-width: 120px;
		padding-left: 0!important;
    }
    .facebook-btn {
        background: #3975EA;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        letter-spacing: 0.2px;
        width: 100%;
    }
}