﻿
@import url(divTables.min.css);


/*************
    Colors

    Navy 0F385A
    Force Blue 005BA3
    Sky Blue 00A8E5
    Mustard FFC658
    Green 41AD49
    Lime Green 94D600
    Silver A0A5AF    
    
************/

/************************* Global ************************/
html, body {
    background-color: #fff;
    font-size: 16px;
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
    margin-left: 0px !important;
}

#Form {
    height: 100%;
}

body {
}

.body {
    position: relative;
    height: 100%;
    transition: .5s ease-in-out;
    color: #1a1a1a;
}

.Normal, .NormalDisTitillium Webd, .NormalDeleted {
    font-size: inherit;
}

.fa {
}

p, li {
    transition: .5s ease-in-out;
}

p {
    line-height: 1.3em;
    margin-bottom: 20px;
}

a, a:visited {
    transition: .5s ease-in-out;
    color: #005BA3;
}

    a:visited:hover, a:hover {
        color: #0F385A;
        text-decoration: none;
    }

h1 {
    font-size: inherit;
    font-size: 5em;
    font-weight: 500;
    transition: .5s ease-in-out;
    font-family: 'Titillium Web', sans-serif;
    text-transform: none;
    color: #fff;
}

h2 {
    font-size: inherit;
    font-size: 2.5em;
    font-weight: 700;
    transition: .5s ease-in-out;
    font-family: 'Titillium Web', sans-serif;
    text-transform: none;
    color: #1a1a1a;
    padding-bottom: 10px;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 10px;
    text-align: left;
}

h3 {
    font-size: 2.0em;
    transition: .5s ease-in-out;
    font-family: 'Titillium Web', sans-serif;
    /*text-transform: uppercase;*/
    color: #1a1a1a;
}

h4 {
    font-size: 2.0em;
    transition: .5s ease-in-out;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

h5 {
    font-size: 1.5em;
    transition: .5s ease-in-out;
    font-family: 'Titillium Web', sans-serif;
}

h6 {
    font-size: 1.2em;
    transition: .5s ease-in-out;
    font-family: 'Titillium Web', sans-serif;
}

.body ul, .body ol {
    margin-left: 50px;
}

.body li {
    margin: 7px 0;
    list-style-type: disc;
}

.body ul li {
}


.nowrap {
    white-space: nowrap;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1a1a1a;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #1a1a1a;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #1a1a1a;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #1a1a1a;
}


@media (min-width: 769px) {
    .mobile {
        display: none !important;
    }
}



@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 2em;
    }

    .jumbotron h1 {
        font-size: 3.0em !important;
    }
}


@media (max-width: 500px) {

    h1 {
    }

    .jumbotron h1 {
    }
}


/************************* Header ************************/


header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    top: 0;
}

    header .menu {
        padding: 0;
    }

    header .topMenu.menu {
        background-color: #005BA3;
    }

        header .topMenu.menu > .divTable > .divRow > .divCell {
            border-right: 1px solid #00A8E5;
            padding-left:20px;
        }

            header .topMenu.menu > .divTable > .divRow > .divCell:last-of-type {
                border-right: none;
                padding-left: 0;
            }

            header .topMenu.menu > .divTable > .divRow > .divCell:nth-last-of-type(2) {
                border-right: none;
                padding-right:0;
            }


        header .topMenu.menu .menuItem {
            display: inline-block;
            padding-right: 20px;
            text-transform: uppercase;
        }

            header .topMenu.menu .menuItem:last-of-type {
                border-right: none;
            }

        header .topMenu.menu .socialIcons {
            display: inline-block;
            padding: 0;
        }

        header .topMenu.menu .menuItem a {
            color: #fff;
        }

    header .bottomMenu.menu {
        background-color: #fff;
        padding: 0px 5%;
    }

        header .bottomMenu.menu .menuItem h6 {
            font-size: 1em;
            line-height: 1em;
            font-weight: 400;
            margin-top: 20px;
        }

        header .bottomMenu.menu .menuItem a {
            text-transform: uppercase;
            color: #000;
            font-size: 20px;
            font-weight: 400;
            font-family: 'Titillium Web', sans-serif;
        }

    header .navMenu .menuItem {
        vertical-align: middle;
    }

        header .navMenu .menuItem > .item {
            padding: 7px 10px;
            font-weight: 700;
            display: inline-block;
            background-color: transparent;
            height: 100%;
            vertical-align: middle;
            position: relative;
        }

            header .navMenu .menuItem > .item:hover a {
                color: #00A8E5;
            }

            header .navMenu .menuItem > .item.children > h6 > a:after {
                content: "\f107";
                font-family: "FontAwesome";
                margin-left: 5px;
            }


        header .navMenu .menuItem .submenu {
            position: absolute;
            right: 0;
            background-color: #1a1a1a;
            padding: 0px;
            top: 66px;
            opacity: 0;
            transition: .5s ease-in-out;
        }

        header .navMenu .menuItem .item:hover .submenu {
            opacity: 1;
        }

        header .navMenu .menuItem .submenu .item {
            display: block;
            color: #fff;
            transition: 0s none;
            padding: 0px;
            font-size: 0;
        }

        header .navMenu .menuItem .item:hover .submenu .item {
            padding: 7px 20px;
            font-size: inherit;
        }

        header .navMenu .menuItem .item .submenu .item a {
            font-size: 0;
            transition: 0s none;
        }

        header .navMenu .menuItem .item:hover .submenu .item a {
            font-size: inherit;
        }

        header .navMenu .menuItem .submenu .item a {
            color: #fff;
            font-family: 'Titillium Web', sans-serif;
        }

        header .navMenu .menuItem .submenu .item:hover {
            background-color: #000000;
        }


        header .navMenu .menuItem a .sub {
            color: #fff;
        }


    header .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        header .logo img {
            width: 100%;
            max-width: 215px;
            vertical-align: middle;
        }

        header .logo svg .cls-1 {
            fill: #00A8E5;
        }

    header .hamburger {
        transition: .5s;
        cursor: pointer;
    }

    header #hamburger {
        width: 40px;
        height: 40px;
        vertical-align: middle;
        cursor: pointer;
        transition: .5s;
        margin: 7px 0;
    }

        header #hamburger .close {
            opacity: 1;
            display: none;
            transition: .5s;
            padding: 25px;
        }

    header .logo svg {
    }

        header .logo svg .lightTeal {
            fill: #000000;
        }

        header .logo svg .iceBlue {
            fill: #74EDDE;
        }

        header .logo svg .darkTeal {
            fill: #0DA394;
        }

        header .logo svg .green {
            fill: #52B750;
        }


@media (max-width: 768px) {
    header .logo svg {
        max-width: 180px;
    }

    header .menu {
        padding: 0 5%;
    }

    header .topMenu.menu .divCell:first-of-type {
        text-align: left;
    }

    header .topMenu.menu {
        padding-right: 0;
        display:none;
    }
}



/************************* Site Map ************************/

.siteMap {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 5;
    display: none;
    padding: 0 10px;
    padding-top: 66px;
    top: 0;
}

    .siteMap .siblingMenu,
    .siteMap .parentMenu {
        display: inline-block;
        vertical-align: top;
    }

    .siteMap .item a {
        display: block;
        padding: 0px 35px;
        border-radius: 10px;
    }

    .siteMap .item h2 {
        font-size: 1.6em;
    }

    .siteMap .item .submenu .submenuPadding {
        padding: 5px 15px;
    }

    .siteMap .item .submenu a {
        display: block;
        padding: 5px 5px;
        line-height: 1em;
        border-radius: 0px;
        text-align: left;
        text-decoration: none !important;
    }

        .siteMap .item .submenu a:after {
            transition: .5s ease-in-out;
            content: "\f101";
            font-family: "FontAwesome";
            color: #fff;
            margin-left: 5px;
            text-decoration: none !important;
            font-size: 1.3em;
        }


    .siteMap .socialIcons a {
        color: #000000;
        font-size:26px;
    }


.siteMap h6 {
    font-size: 1.5em;
    line-height: auto;
    font-weight: 700;
}

    .siteMap .btn.btn-orderNow{
        padding:10px 20px;
        border-radius:0px;
        font-size: 1.5em;

    }

    @media (max-width: 768px) {
        .siteMap {
        padding-top: 30px;
    }


        .siteMap .siblingMenu,
        .siteMap .parentMenu {
            display: block;
        }

            .siteMap .parentMenu .submenu {
                display: none;
            }
}

/************************* Menu ************************/

/************************* Scroll To Top ************************/

html .scroll-to-top.visible {
    opacity: 1;
}

html .scroll-to-top {
    background: #00A8E5 repeat scroll 0 0;
    border-radius: 0;
    bottom: 0px;
    color: #1a1a1a;
    display: none;
    height: 9px;
    min-width: 49px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 0px;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 103;
    cursor: pointer;
    display: none;
}

html .floatingPhone {
    display:none;
}

@media (max-width: 768px) {
    html .scroll-to-top {
        display:none;
    }

    html .floatingPhone {
        display: block;
        border-radius: 50%;
        height: 75px;
        width: 75px;
        color: #fff;
        position: fixed;
        bottom: 2.5%;
        right: 2.5%;
        background-color: #00A8E5;
        font-size: 32px;
        text-align: center;
        padding-top: 15px;
        z-index:2;
    }

}

    /************************* Button ************************/

    .btn {
        border: none;
        text-decoration: none;
        transition: .5s;
        font-weight: 700;
        border-radius: 0px;
        line-height: 20px;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px 25px;
        font-family: 'Titillium Web', sans-serif;
        border-radius: 0;
    }

        .btn.btn-default:visited,
        .btn.btn-default {
            box-shadow: none;
            background-color: #00A8E5;
            color: #fff;
            border: 1px solid #00A8E5;
        }

            .btn.btn-default:visited:hover,
            .btn.btn-default:hover {
                background-color: #fff;
                color: #0F385A;
                border-color: #0F385A;
            }

        .btn.btn-primary,
        .btn.btn-primary:visited {
            text-shadow: none;
            background-color: transparent;
            color: #fff;
            border: 1px solid #fff;
        }

            .btn.btn-primary:hover,
            .btn.btn-primary:hover:visited {
                background-color: #fff;
                color: #005BA3;
                border-color: #fff;
            }

        .btn.btn-orderNow:visited,
        .btn.btn-orderNow {
            box-shadow: none;
            background-color: #00A8E5;
            color: #fff;
            border: 1px solid #00A8E5;
        }

            .btn.btn-orderNow:visited:hover,
            .btn.btn-orderNow:hover {
                background-color: #fff;
                color: #00A8E5;
            }

    /************************* Jumbotron ************************/

    .jumbotronContainer .cta {
        background-color: #000000;
        padding: 5px 10px;
        text-align: center;
        color: #1a1a1a;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    }

    .jumbotron h1 {
        font-size: inherit;
        font-size: 3.5em;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .jumbotron p {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .jumbotronContainer {
        height: 100%;
        /*padding-top: 117px;*/
        overflow-y: hidden;
    }

    .jumbotron {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0 5%;
    }

    .jumbotronTitle {
    }

        .jumbotronTitle .btn {
        }

    .jumbotronFooter {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .jumbotronFooter h2 {
            margin: 0;
            padding: 20px;
            font-weight: 700;
            font-size: 2em;
        }

    @media (max-width: 768px) {
        .jumbotronContainer {
            padding-top: 66px;
            height: auto;
        }

        .jumbotron {
            padding: 20px 0;
        }
    }

    /************************* Containers ************************/

    .paddedBottom {
        padding-bottom: 30px;
    }

    .paddedTop {
        padding-top: 50px;
    }

    .paddedCell {
        padding: 50px 30px;
    }

    .paddedItems {
        padding: 50px 0;
    }

    .textContent {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .columnMember {
        margin: 50px;
    }


    .whiteBox {
        max-width: 70%;
        background-color: rgba(255,255,255,.9);
        padding: 30px;
        margin: auto;
    }

    .videoContainer {
        position: relative;
        text-align: center;
        max-width: 900px;
        margin: auto;
    }

        .videoContainer img {
            margin: auto;
            width: 100%;
        }

        .videoContainer .content {
            position: absolute;
            top: 0;
            left: 0;
        }

        .videoContainer div {
            height: 100%;
            width: 100%;
        }

        .videoContainer .content iframe {
            width: 100%;
            height: 100%;
        }

    @media (max-width: 768px) {

        .columnMember {
            margin: 50px 15px;
        }

        .paddedCell {
            padding-top: 40px;
            padding-bottom: 30px;
        }

        .paddedBottom {
            padding-bottom: 50px;
        }

        .paddedTop {
            padding-top: 50px;
        }

        .textContent {
            padding-top: 40px;
            padding-bottom: 30px;
        }

        .whiteBox {
            max-width: 100%;
            margin: 30px 15px;
            padding: 30px 15px;
        }
    }

    /************************* Body ************************/
    .hoverForm {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(65,92,65,0.6);
        z-index: 110;
        transform: translateY(-100%);
        transition: .8s ease-in-out;
        overflow: auto;
    }

        .hoverForm .FormContainer {
            background-color: #00A8E5;
            padding: 50px;
            display: inline-block;
        }

            .hoverForm .FormContainer .close i {
                color: #1a1a1a;
            }

            .hoverForm .FormContainer input {
                background-color: transparent;
            }

    .ModActionFormC .row {
        margin: 0;
    }


    .form-control {
        border: 1px solid #555;
        border-radius: 0;
    }

    .CTA2 .stat .circle {
        transition: .5s;
    }

    .CTA2 .stat .text {
        transition: .5s;
    }

    .CTA2 {
        background-image: url("/Portals/0/Images/why-you-should-care-bkgd-pic.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }


        .CTA2 .paddedCell {
            padding: 50px;
            padding-top: 20px;
        }

    .testimonials {
        background-color: #EBF3FA;
    }


    /********************* CTA ****************************/

    .CTA {
        background-color: #1a1a1a;
        background-image: url("/Portals/ValleyExtends/Images/amenities-campus-pic.jpg");
        background-size: cover;
        background-position: center center;
    }

        .CTA h3 {
            color: #fff;
            font-weight: 700;
        }

        .CTA p {
            color: #fff;
        }

        .CTA .divCell.half > div {
            display: inline-block;
            width: auto;
            background-position: center center;
            background-size: cover;
        }

        .CTA .textContent {
            padding: 10% 0;
        }


        .CTA .divCell.half > div li,
        .CTA .divCell.half > div p {
            color: #fff;
        }

        .CTA .divCell.half:first-of-type > div {
            text-align: center;
        }

        .CTA ul {
            margin-left: 25px;
        }

            .CTA ul li {
                font-size: 24px;
                text-transform: uppercase;
                font-family: 'Open Sans', sans-serif;
                line-height: 30px;
                list-style: none;
                padding-left: 0;
            }

                .CTA ul li:before {
                    content: "\f101";
                    font-family: "FontAwesome";
                    margin-right: 5px;
                    color: #000000;
                    font-size: 30px;
                }

    .CTA2 {
        background-color: #d5d1ca;
    }

        .CTA2 h2 {
        }

        .CTA2 .btn.btn-default {
        }

            .CTA2 .btn.btn-default:hover {
            }

    .contact {
        background-color: #ebedef;
    }

        .contact .container {
        }

        .contact .fa {
            color: #00A8E5;
            padding-right: 10px;
        }


    @media(min-width:768px) {
        .CTA .divCell.half.right {
            text-align: left;
            width: 100%;
        }


        .CTA h3 {
            padding: 100px 0;
        }
    }

    @media(min-width:992px) {
        .CTA .divCell.half > div {
            width: 485px;
        }

        .CTA .divCell.half > div {
            width: auto;
        }
    }

    @media(min-width:1200px) {
        .CTA .divCell.half > div {
            width: 585px;
        }
    }

    @media(max-width:768px) {
        .CTA h3 {
            padding: 100px 0;
        }
    }
/********************* Blog Widget **********************/

.grow.widgetmodule .recentposts {
    font-size: 0px;
    line-height: 0px;
    margin: -15px;
}

    .grow.widgetmodule .recentposts .blog-entity {
        font-size: 16px;
        line-height: normal;
        width:33.3%;

    }

    .grow.widgetmodule .recentposts .blog-entity img{
        background-position:center center;
        background-size:cover;
    }


/********************* Schedule Tour **********************/
.schedule-tour {
    background-color: #005BA3;
}

        .schedule-tour .textContent {
            padding: 50px 0;
        }

        .schedule-tour h3 {
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            padding: 0 5%;
            margin: 0;
            text-transform: none;
        }

        .schedule-tour h2 a {
            margin-left: 25px;
        }

            .schedule-tour h2 a.btn.btn-primary {
                border: 1px solid #fff;
                background-color: transparent;
            }

                .schedule-tour h2 a.btn.btn-primary:hover {
                    background-color: #fff;
                }

    @media(max-width:768px) {
        .schedule-tour h2 a {
            margin-left: 0px;
        }

        .schedule-tour h3 {
            font-size: 35px;
        }

    }

    /********************* Social Links **********************/
    .socialIcons {
        text-align: center;
    }

        .socialIcons div {
            display: inline-block;
            padding: 0 10px;
        }

        .socialIcons a {
            color: #fff;
        }

            .socialIcons a:hover {
                color: #00A8E5;
            }

    @media (max-width: 768px) {
        .socialIcons {
            text-align: center;
            padding-top: 15px;
        }

            .socialIcons div {
                padding: 0 9px;
            }
    }


    /************************* Footer ************************/

    .footer {
        padding-top: 30px;
        background-color: #1a1a1a;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
    }

        .footer .copyright .divRow:first-of-type .divCell {
            color: #fff;
            font-size: 16px;
            text-transform: none;
            font-family: 'Open Sans', sans-serif;
            padding-bottom: 20px;
        }


        .footer .footer-copyright .divCell {
            font-weight: 400;
        }

            .footer .footer-copyright .divCell span {
                font-weight: 400;
            }

        .footer .logo {
            width: 100%;
            max-width: 250px;
            vertical-align: bottom;
            margin-right: 15px;
        }

        .footer img {
            height: 60px;
            padding-bottom: 10px;
        }


    .footer-copyright img {
        height: 60px;
        padding-bottom: 13px;
        padding-top: 13px;
    }

    .footer .logo .person3 {
        opacity: 0.7;
    }

    .footer a {
        color: #fff;
        font-weight: 700;
    }


    .footer .footer-copyright {
        font-size: 12px;
        border-top: 1px solid #fff;
        padding: 10px 5% 0px 5%;
    }

    .footer .copyright a {
        color: #fff;
    }

        .footer .copyright a:hover,
        .footer a:hover {
            color: #005BA3;
        }

    .triggerNewsletter {
        cursor: pointer;
    }

    .footer h5 {
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
    }

    .footer h6 {
        font-size: 18px;
        color: #fff;
    }

    .footer p {
        font-size: 16px;
        color: #fff;
    }

    .footer .btn.btn-primary {
        border: 1px solid #fff;
    }

    .footer #dnn_footerHeader {
        padding: 0px 5% 0px 5%;
    }

    @media (max-width: 768px) {
        .footer {
            padding-bottom: 0px;
        }

            .footer .floatTable {
                position: static;
                display: block;
            }
    }

@media (min-width: 768px) {
    .desktop h3 {
        font-size: 24px !important;
    }
}

@media (min-width: 992px) {
    .desktop {
        margin-top: 5rem;
    }

    .desktop h3 {
        font-size: 1.65em !important;
    }
}

@media (min-width: 1000px) {
    .desktop {
        margin-top: 6rem;
    }

        .desktop h3 {
            font-size: 1.45em !important;
        }
}


@media (min-width: 1200px) {

    .desktop h3 {
        font-size: 2.0em !important;
    }
}
