﻿.checkbox input[type=checkbox] {
    margin-left: 0;
}

.promo-pods .alt .role-profile .info .heading {
    margin-bottom: 20px;
}

.promo-pods .alt .role-profile .info {
    background-color: rgba(255,217,0,.45) !important;
    transition: all .2s ease-in-out 0s;
}

.promo-pods .alt .role-profile:hover .info {
    background-color: rgba(255,217,0,.8) !important;
    cursor: pointer;
}

.promo-pods .alt .role-profile .info button {
    color: #fff;
}

.modal-backdrop {
    display: none;
}

.profile-preview {
    top: 25%;
}

.c8-bg h1 {
    color: #1d2745;
}
.c8-bg p {
    color: #182d4c;
}

.c2-bg .modal h4,
.c2-bg .modal p {
    color: #182d4c !important;
}

.c2-bg a {
    color: #fff;
    text-decoration: underline;
}

#gc-contact {
    padding: 0 15px 60px 15px;
}

/*--- TOP NAV ---*/
@media (min-width: 992px) {
    #gc-contact {
        padding: 60px 0;
    }

    .navigation nav.top {
        top: 45.5px;
        right: 0;
    }

    .reveal .top ul {
        font-size: 2rem !important;
        font-weight: bold !important;
    }

    .c-Header_Contact_Tel {
        float: left;
        display: block;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        /*padding: 0 !important;*/
        /*padding: 10px 20px 11px 20px;*/
        font-size: 20px;
        line-height: 28px;
        color: #1d2745;
    }

        .c-Header_Contact_Tel span {
            color: #1d2745;
            display: block;
        }

    .c-Header_Contact_Email {
        float: left;
        width: 77px;
        height: 77px;
        line-height: 45px;
        display: block;
        text-align: center;
        border-right: solid 1px #1d2745;
        border-left: solid 1px #1d2745;
        color: #1d2745 !important;
        font-size: 26px;
        padding: 0 !important;
    }

        .c-Header_Contact_Email:hover {
            color: #c8a2c8 !important;
        }
}

#gc-contact-form {
    width: 60%;
    margin: 0 auto;
}

#gc-contact-form label {
    font-weight: bold;
    font-size: 18px;
}

#gc-contact-form .form-submit button {
    width: 100%;
}

@media (max-width: 768px) {
    #gc-contact-form {
        width: 100%;
        margin: 0 auto;
    }
}