.landing h1 {
    color: #474a65;
    text-align: center;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 40px;
}

p.subtitle {
    text-align: center;
    font-size: 18px;
    color: #727598;
    margin-bottom: 40px;
}


.landing span {
    padding-left: 14px;
    padding-right: 14px;
}

#request button, .video_btn {
    padding: 12px;
}

    #request button, #request button:visited {
        background-color: #474a65 !important;
    }


        #request button:hover, #request button:active {
            background-color: #3b3f51 !important;
        }

.white-logo {
    color: white;
    display: block;
    padding-top: 6px;
    text-align: left;
}

.white-logo:hover {
    color: white;
    text-decoration: none;
}

.landing-buttons {
    margin-top: 28px;
    text-align: center;
}

    .landing-buttons button {
        margin: 13px 13px 0 13px;
    }

.features {
    margin-top: 40px;
    background-color: #e8eaf4;
}

    .features ul {
        list-style: none;
        font-size: 19px;
        font-weight: 300;
        color: #474a65;
    }

    .features li {
        padding: 29px;
    }

        .features li span {
            color: #000640;
            font-size: 28px;
        }

.mydetails {
    color: #fff !important;
    font-size: 18px !important;
}

.features h4 {
    color: #2095f2;
    text-align: center;
    font-size: 26px;
    margin: 60px 0 30px;
}


.landing-footer {
    background-color: #000640;
    padding: 60px;
    color: white;
    font-size: 15px;
    text-align: center;
}

    .landing-footer a {
        color: #f6841d !important;
        padding-right: 1em;
        white-space: nowrap !important;
    }

        .landing-footer a:hover {
            color: #e5a755 !important;
        }

    .landing-footer span {
        white-space: nowrap !important;
    }

@media screen and (max-width: 768px) {
    .landing h1 {
        font-size: 26px;
        margin-left: 1px;
        margin-right: 1px;
    }

    .features h4 {
        font-size: 24px;
        margin-left: 1px;
        margin-right: 1px;
    }

    .features li, .landing-footer {
        padding-left: 0;
        padding-right: 0;
    }

        .landing-footer a {
            padding-left: 8px;
            padding-right: 8px;
        }
}

@media screen and (max-width: 400px) {
    .landing-footer span {
        white-space: normal !important;
    }
}
/* SEARCH LINKS ONLY ON HOME PAGE
*/

.features.searches li {
    padding: 9px !important;
}

    .features.searches li p {
        font-size: 16px;
    }

.features li a {
    font-size: 18px !important;
    text-decoration: underline;
    color: #2095f2;
}

    .features li a:hover {
        text-decoration: none;
    }

.features h3 {
    font-weight: 400;
    font-size: 25px;
    color: #000640;
}


/* SEARCH BUTTON ONLY ON LANDING PAGE
*/
.search-btn, .video_btn, .sign-me-up-btn {
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s;
}

.video_btn, .sign-me-up-btn {
    background-color: #2095f2;
}

    .video_btn button:hover, .sign-me-up-btn:hover {
        background-color: #1e81c4;
    }

    .sign-me-up-btn:hover {
        color: white;
    }

.search-btn {
    background-color: #f6841d;
}

    .search-btn:hover {
        background-color: #f99624;
        color: white;
    }

sub {
    color: white;
    position: absolute;
    top: 54px;
}

@media screen and (max-width: 768px) {
    sub {
        top: 49px;
    }
}
