﻿body
{
    color: #333;
    background: #fff;
    font-family: "Montserrat",serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1.525;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Montserrat",serif;
    font-weight: 500;
    color: #173865;
    line-height: 1.2;
}
a
{
    color: #426bba;
}
a:hover, a:focus, a:active, a:visited
{
    color: #002e5d;
    text-decoration: underline;
}
hr.small
{
    background-color: #f7b138;
    height: 2px;
    width: 50px;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
.text-center
{
    text-align: center;
}
.text-center hr.small
{
    margin-left: auto;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.font-blue
{
    color: #94b7e7;
}
.flex
{
    display: flex;
}
.flex-item
{
    width: 100%;
    margin-right: 10px;
}
.gallery img
{
    padding: 15px;
}
.gallery .slick-prev:before, .gallery .slick-next:before
{
    color: #f7b138;
}
.list-inline
{
    margin-left: 0!important;
    list-style: none;
}
.list-inline>li
{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
@media(max-width: 768px)
{
    .flex
    {
        display: block;
    }
}
a.button, input[type=button], input[type=reset], input[type=submit]
{
    color: #fff;
    background-color: #be1b2a;
    text-transform: uppercase;
    padding: 12px 20px;
    text-decoration: none;
}
a.button:visited, input[type=button]:visited, input[type=reset]:visited, input[type=submit]:visited
{
    color: #fff;
    background-color: #be1b2a;
}
a.button:hover, a.button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus
{
    color: #fff;
    background-color: #be1b2a;
}
a.wp-block-button__link
{
    font-family: "Montserrat",serif;
    font-weight: 700;
}
a.wp-block-button__link:not(.has-background)
{
    color: #fff;
    background-color: #f7b138;
}
a.wp-block-button__link:not(.has-background):active
{
    color: #fff;
    background-color: #f7b138;
}
a.wp-block-button__link:not(.has-background):hover, a.wp-block-button__link:not(.has-background):focus
{
    color: #fff;
    background-color: #f29d0a;
}
a.button-blue
{
    background-color: #173865;
}
a.button-blue:visited
{
    color: #fff;
    background-color: #173865;
}
a.button-blue:hover, a.button-blue:focus
{
    color: #fff;
    background-color: #f29d0a;
}
a.button-gray
{
    background-color: #f2f2f2;
    color: #173865;
}
a.button-gray:visited
{
    color: #173865;
    background-color: #f2f2f2;
}
a.button-gray:hover, a.button-gray:focus
{
    color: #fff;
    background-color: #f29d0a;
}
.gform_wrapper .gfield
{
    margin-top: 15px;
}
.gform_wrapper .hidden_label .gfield_label
{
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gform_wrapper input.large, .gform_wrapper select.large
{
    width: 100%;
}
.gform_wrapper textarea
{
    height: 170px;
}
.gform_wrapper .gform_footer
{
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%;
}
.gform_wrapper .validation_error
{
    color: #790000;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
}
.gform_wrapper .validation_message
{
    color: #790000;
}
.gform_wrapper .gform_confirmation_wrapper
{
    color: #027900;
    background: #f7f7f7;
}
@media only screen and (min-width: 641px)
{
    .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large
    {
        width: 100%;
    }
}
.social-menu
{
    margin: 0;
    padding: 0;
}
.social-menu li
{
    padding: 0;
    margin: 0 5px;
    display: inline-block;
}
.social-menu a
{
    font-family: FontAwesome;
    color: #fff;
    padding: 1px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    width: 36px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.social-menu a span
{
    display: none;
}
.social-menu a:hover
{
    background-color: #f7b138;
    color: #fff;
}
.social-menu .facebook
{
    background-color: #3b5998;
}
.social-menu .facebook:after
{
    content: "";
}
.social-menu .twitter
{
    background-color: #00aced;
}
.social-menu .twitter:after
{
    content: "";
}
.social-menu .google
{
    background-color: #da2713;
}
.social-menu .google:after
{
    content: "";
}
.social-menu .youtube
{
    background-color: #e52d27;
}
.social-menu .youtube:after
{
    content: "";
}
.social-menu .linkedin
{
    background-color: #0077b5;
}
.social-menu .linkedin:after
{
    content: "";
}
.social-menu .instagram
{
    background-color: #8a3ab9;
}
.social-menu .instagram:after
{
    content: "";
}
.social-menu .mail
{
    background-color: #34526f;
}
.social-menu .mail:after
{
    content: "";
}
.social-menu .rss
{
    background-color: #f26522;
}
.social-menu .rss:after
{
    content: "";
}
.social-menu .blog
{
    background-color: #f57d00;
}
.social-menu .blog:after
{
    content: "";
}
.social-menu.inverted a
{
    background: transparent;
}
.social-menu.inverted .facebook:hover, .social-menu.inverted .facebook:focus
{
    background-color: #3b5998;
}
.social-menu.inverted .twitter:hover, .social-menu.inverted .twitter:focus
{
    background-color: #00aced;
}
.social-menu.inverted .google:hover, .social-menu.inverted .google:focus
{
    background-color: #da2713;
}
.social-menu.inverted .youtube:hover, .social-menu.inverted .youtube:focus
{
    background-color: #e52d27;
}
.social-menu.inverted .linkedin:hover, .social-menu.inverted .linkedin:focus
{
    background-color: #0077b5;
}
.social-menu.inverted .instagram:hover, .social-menu.inverted .instagram:focus
{
    background-color: #8a3ab9;
}
.social-menu.inverted .mail:hover, .social-menu.inverted .mail:focus
{
    background-color: #34526f;
}
.social-menu.inverted .rss:hover, .social-menu.inverted .rss:focus
{
    background-color: #f26522;
}
.social-menu.inverted .blog:hover, .social-menu.inverted .blog:focus
{
    background-color: #f57d00;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list
{
    transform: translate3d(0,0,0);
}
.slick-track
{
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after
{
    content: "";
    display: table;
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden
{
    display: none;
}
.slick-loading2
{
    background: #fff url("../image/ajax-loader.gif") center center no-repeat;
}
.slick-loading .slick-list
{
    background: #fff url("../image/ajax-loader.gif") center center no-repeat;
}
@font-face
{
    font-family: "slick";
    src: url("/wp-content/themes/cau_v2/fonts/slick.eot?");
    src: url("/wp-content/themes/cau_v2/fonts/slick.eot?") format("embedded-opentype"),url("/wp-content/themes/cau_v2/fonts/slick.woff") format("woff"),url("/wp-content/themes/cau_v2/fonts/slick.ttf") format("truetype"),url("/wp-content/themes/cau_v2/fonts/slick.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.slick-prev, .slick-next
{
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before, .slick-next:before
{
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir=rtl] .slick-prev
{
    left: auto;
    right: -25px;
}
.slick-prev:before
{
    content: "←";
}
[dir=rtl] .slick-prev:before
{
    content: "→";
}
.slick-next
{
    right: -25px;
}
[dir=rtl] .slick-next
{
    left: -25px;
    right: auto;
}
.slick-next:before
{
    content: "→";
}
[dir=rtl] .slick-next:before
{
    content: "←";
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #f7b138;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    color: #f7b138;
    opacity: .75;
}
.main-navigation
{
    background: #fff;
}
.main-navigation .main-nav ul li[class*=current-menu-]>a
{
    background: #f29d0a;
    color: #fff;
}
.main-navigation .main-nav ul li[class*=current-menu-]>a:hover, .main-navigation .main-nav ul li[class*=current-menu-]>a:focus
{
    background: #f29d0a;
    text-decoration: none;
    color: #fff;
}
.main-navigation .main-nav ul li a
{
    line-height: 85px;
    padding-left: 15px;
    padding-right: 15px;
    color: #173865;
}
.main-navigation .main-nav ul li a:hover, .main-navigation .main-nav ul li a:focus
{
    background: #f7b138;
    color: #fff;
    text-decoration: none;
}
.main-navigation a
{
    font-size: 14px!important;
    font-family: "Montserrat",serif!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
}
.main-navigation .menu-toggle
{
    color: #173865;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-navigation ul ul
{
    width: 220px;
}
.menu-item-has-children .dropdown-menu-toggle
{
    padding-left: 5px;
    padding-right: 10px;
}
.navigation-branding img
{
    height: 80px;
}
.top-header
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #173865;
}
.top-header .grid-container
{
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.top-header .left
{
    width: 50%;
}
.top-header .right
{
    width: 50%;
}
.top-header a
{
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link
{
    color: #173865;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus
{
    background: #f7b138!important;
    color: #fff!important;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link
{
    background: #173865!important;
}
@media(max-width: 991px)
{
    .main-navigation
    {
        position: relative!important;
    }
    .main-navigation .main-nav ul li a
    {
        line-height: 60px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle
    {
        margin-right: 15px;
        background: #173865!important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link
    {
        color: #fff;
        line-height: 45px;
        height: 45px;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link>.mega-sub-menu a
    {
        color: #f00!important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu
    {
        padding: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item
    {
        padding: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item a
    {
        padding: 0 10px 0 10px!important;
        line-height: 35px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item a:hover, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item a:focus
    {
        background: #f7b138!important;
        color: #fff!important;
    }
}
@media only screen and (min-width: 992px)
{
    #mega-menu-wrap-primary
    {
        background: transparent;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus
    {
        background: #f7b138!important;
    }
    #mega-menu-wrap-primary #mega-menu-primary .mega-menu-row .mega-menu-item-has-children>a
    {
        color: #173865!important;
        font-size: 15px!important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-sub-menu a:hover, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .mega-sub-menu a:focus
    {
        color: #f7b138!important;
    }
}
@media(max-width: 768px)
{
    .top-header .left
    {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
}
.tour-sidebar
{
    background: #f2f2f2;
    padding: 30px;
    text-align: center;
}
.tour-sidebar .button
{
    font-weight: 700;
}
.campusTour2
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.flying
{
    background: url("../image/sidebar-bg.jpg");
    background-size: cover;
    background-position: center center;
    padding: 30px 25px;
}
.flying h4
{
    color: #fff;
    text-shadow: 0 4px 8.46px rgba(0,51,101,.45);
    font-size: 24px;
    border-bottom: 4px solid #f8b13a;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
}
.flying h3
{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    text-shadow: 0 4px 8.46px rgba(0,51,101,.45);
    margin-bottom: 0;
}
.flying h3 span
{
    color: #fab84f;
    font-size: 26px;
    font-weight: 600;
    display: block;
}
.flying .phone
{
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 31px;
    font-weight: 700;
    margin-top: 10px;
    text-shadow: 0 4px 8.46px rgba(0,51,101,.45);
}
.flying .button
{
    color: #003365!important;
    text-decoration: none;
    background-color: #fab84f;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.footer-widgets
{
    background-color: #1c538b;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.footer-widgets .inside-footer-widgets>div
{
    padding: 5px 15px;
}
.footer-widgets .widget-title
{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.footer-widgets .menu a
{
    position: relative;
    color: #fff;
    padding-left: 10px;
}
.footer-widgets .menu a:hover, .footer-widgets .menu a:focus
{
    text-decoration: underline;
}
.footer-widgets .menu a:before
{
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    left: 0;
}
.footer-widgets .button
{
    min-width: 185px;
    text-align: center;
}
.footer-widgets .phone
{
    color: #fff;
}
.footer-widgets .phone:hover, .footer-widgets .phone:focus
{
    text-decoration: underline;
}
.site-info
{
    background-color: #173865;
}
.site-info .copyright-bar
{
    margin: 0 0 0 auto!important;
}
.contained-content.one-container .site-content
{
    padding-left: 15px;
    padding-right: 15px;
}
.page .entry-content .button
{
    min-width: 300px;
}
.page .entry-content h3.widget-title
{
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.2em;
}
.page .entry-content .widget ul
{
    list-style-position: initial;
    margin-left: 30px;
}
.page .entry-content .widget ul li
{
    list-style-type: disc;
}
.page .pageHero
{
    min-height: 300px;
    text-align: center;
    position: relative;
    border-radius: 0 0 70% 70%/0 0 30% 30%;
}
.page .pageHero:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173865;
    opacity: .5;
    border-radius: 0 0 70% 70%/0 0 30% 30%;
}
.page .pageHero>*
{
    position: relative;
}
.page .pageHero h1
{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(0,0,0,.4);
}
.page .pageHero2
{
    position: relative;
}
.page .pageHero2:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173865;
    opacity: .3;
}
.page .pageHero2>div>.panel-first-child
{
    min-height: 350px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0!important;
    padding-left: 15px;
    padding-right: 15px;
}
.page .pageHero2>div>.panel-first-child h1
{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(0,0,0,.4);
}
.page .pageHero2>div>.panel-last-child
{
    margin-top: -7vw;
}
.page .pageHero2 .blueBG
{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    padding-top: 7vw;
    padding-left: 15px;
    padding-right: 15px;
}
.page .pageHero2 .blueBG:before
{
    -webkit-mask: url(../image/curved-mobile.svg);
    mask: url(../image/curved-mobile.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
}
.page .pageHero2 .blueBG h1, .page .pageHero2 .blueBG h2, .page .pageHero2 .blueBG h3, .page .pageHero2 .blueBG h4, .page .pageHero2 .blueBG h5, .page .pageHero2 .blueBG h6
{
    color: #fff;
}
.page .pageHero2 .blueBG h3.widget-title
{
    font-size: 36px;
}
.page .pageHero2 .blueBG>div
{
    max-width: 1170px;
    margin: 0 auto;
}
.page .pagesubHero
{
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 35px;
}
.page .pagesubHero h1, .page .pagesubHero h2, .page .pagesubHero h3, .page .pagesubHero h4, .page .pagesubHero h5, .page .pagesubHero h6
{
    color: #fff;
}
.page .pagesubHero h3.widget-title
{
    font-size: 36px;
}
.page .pagesubHero h4
{
    font-weight: 700;
}
.page .pagesubHero:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173865;
    opacity: .8;
}
.page .pagesubHero div
{
    position: relative;
}
.page .pageSubcon
{
    font-size: 18px;
}
.page .pageSubcon>div:first-child .so-widget-sow-editor
{
    max-width: 580px;
    padding: 40px 15px 70px 15px;
    margin-left: auto;
}
.page .programHighlights
{
    padding-bottom: 60px;
}
.page .programHighlights>div>div>div:first-child h3.widget-title
{
    background: #173865;
    color: #fff;
    display: table;
    padding: 10px 45px;
    max-width: 800px;
    margin: -50px auto 15px auto;
    text-align: center;
}
.page .programList h3.widget-title
{
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}
.page .programList .panel-grid
{
    align-items: stretch!important;
}
.page .programList .panel-grid>div
{
    position: relative;
}
.page .programList .panel-grid>div p
{
    margin-bottom: 15px;
}
.page .programList .panel-grid>div:after
{
    content: "";
    width: 3px;
    height: 100%;
    background-color: #f7b138;
    position: absolute;
    top: 0;
    right: -12px;
}
.page .programList .panel-grid>div:last-child:after
{
    display: none;
}
.page .pageSubColor>div
{
    width: 50%!important;
}
.page .pageSubColor>div:last-child
{
    position: relative;
}
.page .pageSubColor>div:last-child:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173865;
    opacity: .8;
}
.page .pageSubColor>div .hasContent
{
    color: #fff;
}
.page .pageSubColor>div .hasContent h3.widget-title
{
    color: #fff;
    max-width: 480px;
}
.page .pageSubColor>div .hasContent .so-widget-sow-editor
{
    max-width: 580px;
    padding: 40px 15px 40px 40px;
    margin-right: auto;
    position: relative;
}
.page .highlightBox
{
    position: relative;
    color: #fff;
    padding: 30px;
}
.page .highlightBox:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173865;
    opacity: .8;
}
.page .highlightBox>div
{
    position: relative;
    min-height: 310px;
}
.page .highlightBox h3.widget-title
{
    font-size: 21px;
    color: #fff;
}
.page .highlightBox .textwidget
{
    padding-bottom: 30px;
}
.page .highlightBox p
{
    font-style: italic;
    font-size: 15px;
}
.page .highlightBox .button
{
    position: absolute;
    bottom: 0;
    visibility: hidden;
    padding: 0;
}
.page .highlightBox .button:before
{
    content: "";
    color: #fff;
    visibility: visible;
    font-family: FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 14px;
    line-height: 1;
    padding: 5px 7px;
    background-color: #f7b138;
    cursor: pointer;
}
.page .highlightBox .button:hover:before, .page .highlightBox .button:focus:before
{
    background-color: #f29d0a;
}
.page .highlightBox .displayBT
{
    visibility: visible;
    padding: 12px 20px;
    min-width: initial;
    text-align: center;
}
.page .highlightBox .displayBT:before
{
    display: none;
}
.page .highlightBox2
{
    position: relative;
    color: #fff;
    padding: 30px;
    text-align: center;
}
.page .highlightBox2:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173865;
    opacity: .8;
}
.page .highlightBox2>div
{
    position: relative;
    min-height: 160px;
}
.page .highlightBox2 h3.widget-title
{
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.page .highlightBox2 .textwidget
{
    padding-bottom: 0;
}
.page .highlightBox2 p
{
    font-style: italic;
    font-size: 15px;
}
.page .highlightBox2 .button
{
    display: inline-table;
    min-width: initial;
    margin: 5px auto;
}
.page .highlightBox3
{
    position: relative;
    color: #fff;
    padding: 30px;
    text-align: center;
    min-height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .highlightBox3:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173865;
    opacity: .8;
}
.page .highlightBox3>div
{
    position: relative;
    width: 100%;
}
.page .highlightBox3 h3.widget-title
{
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.page .highlightBox3 .textwidget
{
    padding-bottom: 0;
}
.page .highlightBox3 p
{
    font-style: italic;
    font-size: 15px;
}
.page .highlightBox3 .button
{
    display: inline-table;
    min-width: initial;
    margin: 5px;
    font-weight: 700;
}
.page .programOffer ul
{
    display: inline-flex;
    font-size: 26px;
    font-weight: 700;
    color: #94b7e7;
}
.page .programOffer li
{
    list-style-type: none!important;
    position: relative;
}
.page .programOffer li:before
{
    content: "●";
}
.page .programOffer li:first-child:before
{
    display: none;
}
.page .programOffer a
{
    padding: 10px 20px;
    color: #fff;
}
.page .programOffer a:hover, .page .programOffer a:focus
{
    background-color: #f7b138;
}
.page .inverted
{
    color: #fff;
}
.page .inverted h1, .page .inverted h2, .page .inverted h3, .page .inverted h4, .page .inverted h5, .page .inverted h6
{
    color: #fff;
}
.page .blueBG
{
    position: relative;
    background-size: cover;
}
.page .blueBG>div
{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.page .blueBG:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173865;
    opacity: .8;
}
.page .ctaBG
{
    font-size: 21px;
    text-transform: uppercase;
    max-width: 260px;
    margin: 15px auto;
    position: relative;
    background-size: cover;
}
.page .ctaBG:hover:before, .page .ctaBG:focus:before
{
    background: #f7b138;
    opacity: .9;
}
.page .ctaBG img
{
    width: 150px;
    margin: 0 auto;
    filter: brightness(100);
}
.page .ctaBG>div
{
    padding: 0;
}
.page .ctaBG p
{
    margin-bottom: 0;
}
.page .ctaBG a
{
    color: #fff;
    font-weight: 700;
    min-height: 220px;
    align-items: flex-end;
    display: grid;
    padding: 20px 30px;
    line-height: 1.2;
}
.teamBox
{
    margin-bottom: 15px;
}
.teamBox a
{
    text-decoration: none;
    color: #666;
}
.teamBox a h4
{
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 0;
}
.teamBox a img
{
    border-radius: 5px;
    transform: translateY(0);
    transition: all .3s cubic-bezier(.21,.6,.35,1);
}
.teamBox a:hover img, .teamBox a:focus img
{
    transform: translateY(-5px);
    box-shadow: 0 30px 65px rgba(0,0,0,.15);
}
.facultyLinks
{
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat",serif;
}
.facultyLinks li
{
    padding: 5px 0;
}
.facultyLinks a
{
    color: #fff;
    background: #173865;
    padding: 10px 15px;
    text-decoration: none;
}
.facultyLinks a:hover, .facultyLinks a:focus
{
    background: #f7b138;
}
.single-team .saboxplugin-wrap
{
    display: none!important;
}
.single-team .entry-header
{
    text-align: center;
}
.single-team .entry-content
{
    margin-top: 0;
}
.single-team .teamTitle
{
    text-align: center;
}
.single-team .teamTitle h3.widget-title
{
    font-size: 24px;
    font-weight: 500;
    color: #666;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px)
{
    .page .pageHero
    {
        flex-direction: initial!important;
    }
    .page .pageHero h1
    {
        font-size: 31px;
    }
    .page .highlightBox>div
    {
        min-height: 150px;
    }
    .page .pageSubColor>div
    {
        width: 100%!important;
    }
    .page .ctaBG a
    {
        min-height: 150px;
    }
    .page .programList .panel-grid>div:after
    {
        display: none;
    }
    .page .programOffer ul
    {
        display: block;
    }
    .page .programOffer ul li:before
    {
        display: none;
    }
    .page .blueBG>.panel-grid-cell
    {
        padding-top: 40px!important;
        padding-bottom: 30px!important;
    }
}
.home .site-content
{
    padding: 0 15px 0 15px;
}
.home #hero
{
    text-align: center;
    z-index: 10;
    position: relative;
}
.home #hero .sow-slider-base ul.sow-slider-images
{
    margin-left: 0!important;
}
.home #hero .sow-slider-base
{
    border-radius: 0 0 70% 70%/0 0 30% 30%;
}
.home #hero h1
{
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 900;
    font-size: 60px!important;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.home #hero p
{
    font-size: 24px;
    font-style: italic;
    max-width: 940px;
    margin: 0 auto 30px auto;
}
.home #hero .button
{
    margin: 10px;
}
.home .schools-row
{
    margin-top: -60px;
    z-index: 15;
    position: relative;
}
.home .schools
{
    padding: 15px;
    display: block;
    color: #fff;
    min-height: 260px;
}
.home .schools:hover, .home .schools:focus
{
    background-color: #f7b138;
}
.home .schools h3
{
    font-size: 26px;
    color: #fff;
    min-height: 60px;
}
.home .schools p
{
    font-style: 14px;
    font-style: italic;
}
.home .schools .fa
{
    font-size: 14px;
    padding: 5px 7px;
    background-color: #f7b138;
}
.home .welcome>div:first-child
{
    color: #f00;
}
.home .welcome>div:first-child .widget_sow-image:first-child
{
    max-width: 380px;
}
.home .welcome>div:first-child .widget_sow-image:nth-child(2)
{
    max-width: 300px;
    margin-left: auto;
    margin-top: -40%;
}
.home .welcome-bt .button
{
    margin: 5px;
}
.home .flight-campus
{
    background: #173865;
}
.home .flight-campus h3.widget-title
{
    color: #fff;
}
.home .flight-campus p
{
    color: #fff;
}
.home .flight-campus ul
{
    color: #fff;
}
.home .flight-campus .button
{
    margin-top: 30px;
}
.home .flight-campus>div
{
    width: 50%!important;
}
.home .flight-campus>div:first-child
{
    margin-right: -2px;
    margin-left: 2px;
}
.home .flight-campus>div:first-child .so-widget-sow-editor
{
    max-width: 600px;
    padding: 40px 15px 70px 15px;
    margin-left: auto;
}
.home .why-title h3.widget-title
{
    text-align: center;
    display: table;
    margin: -35px auto 15px auto;
    background: #fff;
    min-width: 450px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.home .post-loop
{
    display: flex;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.home .post-loop article
{
    padding: 10px;
}
.home .post-loop .slick-prev:before, .home .post-loop .slick-next:before
{
    color: #f7b138;
    font-size: 30px;
}
.home .post-loop h2.entry-title
{
    font-size: 18px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
}
.home .post-loop .inside-article
{
    background: #fff;
    padding: 20px;
    margin: -30px 10px 30px 10px;
    z-index: 15;
    position: relative;
}
.home .post-loop .entry-meta
{
    font-size: 12px;
    font-style: italic;
}
.home .post-loop .entry-meta a
{
    color: #333;
}
.home .post-loop .entry-meta a:hover, .home .post-loop .entry-meta a:focus
{
    color: #f7b138;
}
.home .post-loop .byline:after, .home .post-loop .posted-on:after
{
    content: "|";
    font-style: normal;
    margin-right: 3px;
    margin-left: 5px;
}
.home .post-loop .entry-summary
{
    margin-top: 15px;
    font-size: 14px;
}
.home .post-loop .entry-summary p:first-child
{
    overflow: hidden;
}
.home .post-loop a.read-more
{
    background: transparent;
    color: #173865;
    padding: initial;
    min-width: initial;
    text-transform: capitalize;
    text-decoration: underline;
}
.home .post-loop a.read-more:hover, .home .post-loop a.read-more:focus
{
    text-decoration: none;
}
.home .post-loop .post-image
{
    z-index: 20;
}
.home .post-loop .post-image img
{
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.why-tabs .sow-tabs-tab-container
{
    text-align: center;
    padding-top: 20px;
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: center;
    background: transparent!important;
}
.why-tabs .sow-tabs-tab-container>div:last-child>div:after
{
    display: none!important;
}
.why-tabs .sow-tabs-tab
{
    max-width: 200px;
    display: flex!important;
    position: relative;
}
.why-tabs .sow-tabs-tab:hover, .why-tabs .sow-tabs-tab:focus
{
    background: transparent!important;
}
.why-tabs .sow-tabs-tab-selected
{
    background: transparent!important;
}
.why-tabs .sow-tabs-tab-selected .sow-tabs-title
{
    color: #f7b138!important;
}
.why-tabs .sow-tabs-tab-selected:after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-bottom: solid 24px #173865;
    border-left: solid 24px transparent;
    border-right: solid 24px transparent;
}
.why-tabs .sow-tabs-title
{
    color: #173865;
    font-family: "Montserrat",serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.why-tabs .sow-tabs-title:after
{
    content: "";
    width: 2px;
    height: 70%;
    background-color: #94b7e7;
    position: absolute;
    right: 0;
}
.why-tabs .sow-tabs-panel-content
{
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 19px!important;
}
.why-tabs .sow-tabs-panel-content h3
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}
.why-tabs .sow-tabs-panel-content .button
{
    display: table;
    margin: 60px auto 30px auto;
    font-size: 16px!important;
}
.why-tabs .sow-tabs-panel-container
{
    background: #173865;
    border-top: solid 12px #173865;
}
.why-tabs .sow-tabs-panel-container .sow-tabs-panel
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    margin-top: -1px;
}
.why-tabs .sow-tabs-panel-container .sow-tabs-panel:nth-child(1)
{
    background-image: url("../image/tradition-of-excellence.jpg");
}
.why-tabs .sow-tabs-panel-container .sow-tabs-panel:nth-child(2)
{
    background-image: url("../image/school-of-business.jpg");
}
.why-tabs .sow-tabs-panel-container .sow-tabs-panel:nth-child(3)
{
    background-image: url("../image/school-of-aviation.jpg");
}
.why-tabs .sow-tabs-panel-container .sow-tabs-panel:nth-child(4)
{
    background-image: url("../image/graduate-studies.jpg");
}
@media only screen and (max-width: 991px)
{
    .home #hero h1
    {
        font-size: 50px!important;
    }
    .home .schools h3
    {
        font-size: 21px;
        min-height: 50px;
    }
}
@media only screen and (max-width: 768px)
{
    .home #hero h1
    {
        font-size: 34px!important;
    }
    .home .schools
    {
        min-height: auto;
    }
    .home .schools h3
    {
        min-height: auto;
    }
    .home .flight-campus>div
    {
        width: 100%!important;
    }
    .why-title h3.widget-title
    {
        padding: 15px;
        min-width: auto;
    }
    .why-tabs .sow-tabs-tab
    {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .why-tabs .sow-tabs-title
    {
        font-size: 12px;
    }
    .why-tabs .sow-tabs-title:after
    {
        right: -5px;
    }
}
body.blog, body.archive, body.search, body.single
{
    background: #f2f2f2;
}
body.blog #content, body.archive #content, body.search #content, body.single #content
{
    padding-left: 0;
    padding-right: 0;
}
body.blog #page, body.archive #page, body.search #page, body.single #page
{
    background: transparent;
}
body.blog .site-main>*, body.archive .site-main>*, body.search .site-main>*, body.single .site-main>*
{
    background: #fff;
    padding: 30px;
}