﻿.icon-alignment{
    text-align: center;
}

.landing-top-banner {
    width:100%;
    position: relative
}

.landing-top-banner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #2D7885;
    background-image: -webkit-linear-gradient(135deg, #05516b, #559788);
    background-image: -moz-linear-gradient(135deg, #05516b, #559788);
    background-image: -o-linear-gradient(135deg, #05516b, #559788);
    background-image: linear-gradient(135deg, #05516b, #559788);
}

.landing-top-banner-section {
    min-height: 350px;
}

@media (min-width: 992px) {
    .landing-top-banner-section {
        min-height: 500px;
    }
}

.landing-top-banner-title {
    color: #FFF;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.landing-top-banner-img {
    position: absolute;
    bottom: 0;
}

.landing-bottom {
    background-color: #DEBAD2;
    background-image: -webkit-linear-gradient(135deg, #d0f8ed, #DEBAD2, #B5C0C2);
    background-image: -moz-linear-gradient(135deg, #d0f8ed, #DEBAD2, #B5C0C2);
    background-image: -o-linear-gradient(135deg, #d0f8ed, #DEBAD2, #B5C0C2);
    background-image: linear-gradient(135deg, #d0f8ed, #DEBAD2, #B5C0C2);
    padding: 15px;
}

.landing-bottom-title-container {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.landing-bottom-title {
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

.landing-bottom-content {
    padding-top: 40px;
}

.landing-bottom-left-container {
    text-align: center;
}

.landing-bottom-left {
    display: inline-block;
    text-align: left;
    font-weight: 700;
}

.landing-bottom-left-footer {
    font-weight: normal;
    font-size: 0.75em;
    margin-bottom: 50px;
}

.landing-contact {
    border-left: 3px rgba(0, 0, 0, 0.3) solid;
    border-right: 3px rgba(0, 0, 0, 0.3) solid;
    border-bottom: 3px rgba(0, 0, 0, 0.3) solid;
}

.landing-contact .form-control {
    max-width: 100%;
}

.landing-contact .btn {
    width: 100%;
}

.landing-contact-title {
    position: relative;
}

.landing-contact-title-text {
    float: left;
    width: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-weight: bold;
    opacity: 0.6;
    font-size: 1.2em;
}

.landing-contact-title:before {
    content: '';
    float: left;
    border-bottom: 3px rgba(0, 0, 0, 0.3) solid;
    width: 25%;
    vertical-align: top;
}

.landing-contact-title:after {
    content: '';
    float: left;
    border-bottom: 3px rgba(0, 0, 0, 0.3) solid;
    width: 25%;
    margin-right: -100%;
    vertical-align: top;
}

.landing-contact-content {
    padding: 55px 25px;
}

.landing-top-banner-img {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.landing-contact-form-link {
    color: #000;
    font-weight: bold;
}

.landing-contact-form-link:hover,
.landing-contact-form-link:focus {
    color: #000;
    font-weight: bold;
}

#landing-sign-up-link {
    display: block;
    text-align: center;
}