﻿    .ContactMessage h3 {
        font-size: 18px;
        font-family: flamabasic;
        color: #79909a;
        padding-bottom: 30px;
    }
    .ContactMessage {
        color: #f6303e;
        padding-bottom: 30px;
    }

    .ContactInformation {
        padding-top: 40px;
        margin-left: 20px;
    }

    .ContactInformation .CampusName {
        font-family: flamamedium;
        font-size: 14px;
        color: #3a3f40;
        font-weight: bold;
        text-transform: uppercase;
    }

    .ContactInformation .Address {
        font-size: 16px;
        color: #3a3f40;
        font-family: flamalight;
        padding-right: 20px;
    }

    .ContactInformation .SocialNetworkIcons {
        display: inline-block;
        padding-top: 20px;
        float: none !important;
    }

    .ContactInformation .FirstPhone {
        font-size: 16px;
        font-family: flamalight;
    }

    .ContactInformation .SecondPhone {
        font-size: 16px;
        font-family: flamalight;
    }

    .ContactInformation .AdmissionRequestButton {
        background: #ff3442 none repeat scroll 0 0;
        border: 2px solid #ff3442;
        border-radius: 28px;
        color: #ffffff;
        font-family: flamabasic;
        font-size: 12px;
        padding: 6px 20px;
        text-decoration: none;
        text-transform: uppercase;
        width: 200px;
        text-align: center;
    }

    /*.ContactInformation .AdmissionRequestButton:hover {
        background: #f5f5f5 none repeat scroll 0 0;
        border: 2px solid #ff3442;
        color: #ff3442;
        text-decoration: none;
    }*/

    .ContactInformation .ContactButton {
        background: #f5f5f5 none repeat scroll 0 0;
        border: 2px solid #006182;
        border-radius: 28px;
        color: #006182;
        font-family: flamabasic;
        font-size: 12px;
        padding: 6px 20px;
        text-decoration: none;
        text-transform: uppercase;
        width: 160px;
        text-align: center;
    }

    .ContactInformation .ContactButton:hover {
        background: #006182 none repeat scroll 0 0;
        color: #f5f5f5;
        text-decoration: none;
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .ContactInformation .ContactButton {
            padding: 6px 5px;
            font-size: 10px;
        }

        .ContactInformation .AdmissionRequestButton {
            padding: 6px 5px;
            font-size: 10px;
        }

        .ContactInformation .CampusName { font-size: 12px; }

        .ContactInformation .Address { font-size: 14px; }

        .ContactInformation .FirstPhone { font-size: 14px; }

        .ContactInformation .SecondPhone { font-size: 14px; }
    }

    @media (max-width: 786px) {
        .ContactInformation { text-align: center; }
    }

    @media (max-width: 992px) {
        .ContactInformation { margin-left: 0; }
    }

    /* Contact Page */

    .ContactPageContent .ContactHeader {
        height: 380px;
        background-repeat: no-repeat;
        /*-ms-background-size: cover !important;*/
        background-size: cover !important;
        width: 100%;
        background-position: center center;
    }

    .ContactPageContent .overlay {
        background-color: #23292f;
        height: 380px;
        /*-ms-opacity: 0.8;*/
        opacity: 0.8;
        position: absolute;
        width: 100%;
        z-index: 0;
    }

    .ContactPageContent .ContactTitle {
        font-family: flamabold;
        font-size: 70px;
        color: #f5f5f5;
    }

    .ContactPageContent .RegulaurRightForm { margin-top: 60px; }

    .ContactPageContent { line-height: 1.2; }

    .ContactPageContent .ContactHeader .ContactTitle {
        color: white;
        margin-top: 160px;
        padding-bottom: 30px;
    }

    .ContactPageContent .RightContent { background-color: white; }

    .ContactPageContent .CampusInformation {
        background-color: #20272D;
        height: 100%;
    }

    .ContactPageContent #CampusContactInformation { display: flex; }

    .ContactPageContent .CampusInformation .PhoneInformation { margin-top: 60px; }

    .ContactPageContent .CampusInformation .PhoneInformation .SectionName {
        font-family: flamabold;
        font-size: 28px;
        color: #f5f5f5;
        padding-bottom: 10px;
    }

    .ContactPageContent .CampusInformation .PhoneInformation .PhoneMoreInformation {
        width: 100%;
        color: #adb1b5;
        font-family: flamalight;
        font-size: 18px;
    }

    .ContactPageContent .CampusInformation .PhoneInformation .Section { width: 100%; }

    .ContactPageContent .CampusInformation .PhoneInformation .Section .SectionTitle {
        width: 100%;
        color: #79909a;
        font-family: flamabasic;
        font-size: 18px;
    }

    .ContactPageContent .CampusInformation .PhoneInformation .Section .Content {
        width: 100%;
        color: #adb1b5;
        font-family: flamalight;
        font-size: 18px;
    }

    .ContactPageContent .CampusInformation .AddressInformation .Section {
        width: 100%;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .ContactPageContent .CampusInformation .AddressInformation .Section .SectionTitle {
        width: 100%;
        color: #79909a;
        font-family: flamabasic;
        font-size: 18px;
    }

    .ContactPageContent .CampusInformation .AddressInformation .Section .itinerarySection .itineraryButton {
        font-family: flamabasic;
        font-size: 12px;
        color: #adb1b5;
        border: 1px solid #adb1b5;
        border-radius: 28px;
        font-size: 14px;
        padding: 7px 20px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .ContactPageContent .CampusInformation .AddressInformation .Section .itinerarySection {
        margin-top: 30px;
        width: 100%;
    }

    .ContactPageContent .CampusInformation .AddressInformation .Section .Content {
        width: 100%;
        color: #adb1b5;
        font-family: flamalight;
        font-size: 14px;
    }

    .ContactPageContent .CampusInformation .AddressInformation .SectionName {
        font-family: flamabold;
        font-size: 28px;
        color: #f5f5f5;
        padding-bottom: 10px;
    }

    .ContactPageContent .CampusInformation .ContactSocialMedia #SocialNetworkContainer {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .ContactPageContent .CampusInformation .ContactSocialMedia .SocialNetworkSection .TitleLine { display: none; }

    .ContactPageContent .CampusInformation .ContactSocialMedia .SocialNetworkSection .SocialNetworkTitle {
        font-size: 28px;
        font-family: flamabold;
        color: #e7e8e8;
        text-transform: none;
    }

    .ContactPageContent .LinkButtonOffCanva #LinkBouttonContainer { background-color: #20272D; }

    .ContactPageContent .LinkButtonOffCanva .linkButton .LinkButtonTitle { color: #f5f5f5; }

    @media (max-width: 992px) {
        .ContactPageContent .ContactHeader .ContactTitle {
            text-align: center;
            margin-top: 145px;
        }
    }

    @media (max-width: 768px) {
        .ContactPageContent .ContactHeader .ContactTitle { font-size: 34px; }

        .ContactPageContent .CampusInformation .AddressInformation .Map {
            height: 200px;
            padding-bottom: 15px;
        }

        .ContactPageContent .CampusInformation .AddressInformation .Section { padding-left: 0; }
    }

    .navbar-wrapper {
        /*-ms-opacity: 0.95;*/
        opacity: 0.95;
    }

    /*#FirstFooter-Line { }*/

    /* End Contact Page*/

    /* Contact Page - Top Content */

    .ContactPageContent .TopContent h2 {
        color: #f5f5f5;
        font-family: flamabold;
        font-size: 28px;
        padding-bottom: 10px;
        margin-top: 40px;
    }

    .ContactPageContent .TopContent p {
        color: #adb1b5;
        font-family: flamalight;
        font-size: 18px;
        /*padding-bottom: 10px;
    margin-top: 40px;*/
    }

    .ContactPageContent .TopContent ul {
        list-style-image: url("../../images/Responsive/Icons/bullet.png");
        padding-left: 20px;
    }

    .ContactPageContent .TopContent li {
        font-family: flamalight;
        font-size: 18px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 5px;
    }

    .ContactPageContent .TopContent a {
        color: #037ba4;
        text-decoration: none;
    }

    .ContactPageContent .TopContent a:hover { color: #79909a; }

/* END Contact Page - Top Content */
	