﻿@charset "UTF-8";

/* ------------------------------ Base Styles ------------------------------ */

.contain-to-grid .top-bar {
    max-width: 63em;
    margin: 0 auto;
    margin-top: 45px;
}

.row {
    max-width: 68em;
}

/*Skip Navigation Link*/
.skip {
    color: #226688;
}

    .skip a:link, .skip a:visited {
        color: #226688;
        font-size: 85%;
    }

a.showSkip:link, a.showSkip:visited {
    color: #226688;
}

a.hideSkip:link, a.hideSkip:visited {
    color: #226688;
}

@media only screen and (max-width: 767px) {
    .small-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 641px) {
    .small-12 {
        width: 100% !important;
    }
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

body {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    background-color: #F3F3EE;
    color: #444433;
}


blockquote {
    font-style: italic;
    font-weight: 400;
    font-size: 1.625em;
    margin-bottom: 25px;
    border-left: 0px solid;
    padding: 0px;
    width: auto;
    letter-spacing: -.03em;
}

    blockquote, blockquote p {
        color: #222;
    }


h1 {
    font-size: 2.85em;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.03em;
    clear: both;
}

h2 {
    font-size: 1.6em;
    /*line-height: 1.8em;*/
    font-weight: 400;
    font-style: normal;
    padding-top: 0px;
    letter-spacing: -.01em;
    /*clear: both;*/
}

h3 {
    font-size: 1.35em;
    line-height: 1.32em !important;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -.01em;
    padding: 0px;
}

h4 {
    line-height: 1.35em;
    font-size: .75em;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0px auto;
    /*letter-spacing: -.03em;*/
}

h5 {
    font-style: normal;
    font-weight: normal;
    font-size: .875em;
    /*letter-spacing: -.03em;*/
    margin-top: .5em;
}

h6 {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px;
}

hr {
    /*margin: 3em 0em 2em 0em; */
}

ol {
}

p a:link, .section-container.vertical-tabs section > .title a, .section-container.vertical-tabs .section > .title a,
.section-container.vertical-tabs section.active > .title a, .section-container.vertical-tabs .section.active > .title a {
    color: #005E82 !important;
    white-space: normal;
}

p {
    margin-bottom: 1em;
}

    p.intro {
        font-size: 1.25em;
        line-height: 1.75em;
    }

div {
    font-style: normal;
    font-weight: 400;
    font-family: ff-meta-web-pro;
}

.full-width {
    width: 100%;
    max-width: 1000px;
}

a {
    color: #005E82;
}

    a:hover {
        transition: background-color 0.15s ease;
        /*text-transform:underline;*/
        color: #77BB44;
    }

p a:hover, .section-container.vertical-tabs section > .title a, .section-container.vertical-tabs .section > .title a:hover {
    /*text-decoration:underline;*/
    color: #77BB44 !important;
    white-space: normal;
}

.clear {
    display: block;
    clear: both;
}

    .clear:after {
        display: block;
        visibility: hidden;
        clear: both;
        overflow: hidden;
        height: 0;
        content: "\0020";
    }

.banner {
    background-color: #FFF;
}

.banner-masthead {
    height: auto;
    background-color: #FFF;
    padding-top: .625em;
    padding-bottom: .625em;
    /*margin-top: 90px;*/
}

.banner-lt-tan {
    width: auto;
    background-color: #F3F3EE;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-blue {
    width: 100%;
    background-color: #226688;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1f5c7b; /* Old browsers */
    background: -moz-linear-gradient(top, #1f5c7b 0%, #347291 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f5c7b), color-stop(100%,#347291)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1f5c7b 0%,#347291 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1f5c7b 0%,#347291 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1f5c7b 0%,#347291 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1f5c7b 0%,#347291 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5c7b', endColorstr='#347291',GradientType=0 ); /* IE6-9 */
}


input[type="text"] {
    background-color: #F3F3EE;
    border: none;
    -webkit-box-shadow: none;
    color: #226688;
    transition: none;
    transition-property: none;
    /*height:2.8125em;*/
}

input, select {
    color: #226688;
}

#SearchResults input[type="text"] {
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 3px;
    position: relative;
    font-size: .925em;
}
label.inline {
    display: inline;
    margin-right: 1em;
    cursor: pointer;
    color: #222;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a9bcc9;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #a9bcc9;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #a9bcc9;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a9bcc9;
}

.search-wrapper {
    margin-top: .64em;
}

.search-button {
    background-color: #226688 !important;
    transition-background;
}

    .search-button img {
    }

#SearchResults div.large-1.small-1 {
    padding-top: .15em;
    float: left;
}

#SearchResults .large-1.small-1 input {
    padding: .3em;
}

.gsc-search-button {
    vertical-align: top !important;
    padding-left: 0 !important;
}

input.gsc-search-button {
    float: left;
    width: 39px !important;
    border-style: none;
    border-width: 0px;
    border-color: #FFF;
    background: #226688 url(../img/srch-icon.png) no-repeat center;
    font-weight: normal;
    overflow: hidden;
    font-size: 0.875em;
    height: 2.3125em !important;
    text-indent: -9999px;
    border-radius: 4px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    z-index: 20;
    -webkit-transition: background-color 0.08s ease-out;
    transition: background-color 0.08s ease;
    -moz-transition: background-color 0.08s ease-out;
    background-color: #226688 !important;
    margin-left: 0 !important;
    height: 32px !important;
}

.gsc-input {
    padding-right: 0 !important;
	border:0;
}


/* ------------------------------ Primary Navigation ------------------------------ */
.top-bar-section li a:not(.button) {
    /*padding-left:15px;
	padding-right:15px;*/
    line-height: 45px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

/*override boxshadow for menu icon*/
.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url('../img/menu-icon.png') no-repeat 0px 9px;
    height: 27px;
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.frontnav {
    /*position: relative;*/
    z-index: 25;
    max-width: 100%;
}

.top-bar-section ul {
    margin: 0 auto !important;
}

    .top-bar-section ul li {
        font-size: 1.3em;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        text-shadow: 1px 1px 1px rgba(00,00,00,0.004);
    }

        .top-bar-section ul li > a {
            font-size: .84em;
            margin: 0 auto !important;
            padding: 0 auto !important;
        }


        .top-bar-section ul li.hover > a {
            background-color: #17465E;
            color: #FFF !important;
            position: relative;
            z-index: 40;
            transition: background-color 0.15s ease;
        }

.banner-topnav {
    width: 100%;
    background-color: #226688;
    font-weight: 700;
    font-style: normal;
    position: relative;
    z-index: 20;
    margin-bottom: -63px;
}

.top-bar .name {
    background-color: #226688;
}

.toggle-topbar a, .title-area, .top-bar.expanded .title-area {
    background-color: #226688;
    color: #FFF;
}

.contain-to-grid {
    position: static !important;
    top: auto !important;
    background-color: #226688;
}

ul.audience-for-screen {
    margin-top: -50px;
}

.audience-for-screen li {
    padding: 0.067em;
    margin-left: -5px;
}


    .audience-for-screen li a {
        text-align: left !important;
        padding-left: 1em !important;
    }

    .audience-for-screen li a {
        font-size: 0.625em !important;
        text-transform: uppercase;
        color: #FFF !important;
        margin-top: 0px !important;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: red;
        text-align: left;
    }

.audience-wrapper-screen ul {
    margin: 5px;
}

.audience-wrapper-screen {
    background-color: #06314B;
    font-size: 1em !important;
    color: #FFF;
    font-weight: bold;
    margin-top: -1.1em;
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #DDD, 0 16px 0 1px #DDD, 0 22px 0 1px #DDD;
    box-shadow: 0 10px 0 1px #DDD, 0 16px 0 1px #DDD, 0 22px 0 1px #DDD;
}

.top-bar.expanded .toggle-topbar a {
    color: #DDD !important;
}


.login-for-screen {
    border-top: 1px solid #FFF;
    text-align: center;
    background-color: #77bb44;
    border-bottom: 1px solid #222;
    font-size: .875em !important;
    text-transform: uppercase;
    padding: 1em;
}

.login-for-screen-icon {
    max-width: 1.5em;
}

.login-for-screen a {
    color: #222 !important;
    font-weight: bold !important;
}

.top-bar-section ul li.active > a {
    background-color: #17465E;
}

/* ------------------------------ Task Based Navigation ------------------------------ */

.side-nav li.active > a:first-child {
    color: #ffffff !important;
    font-weight: bold;
}

.task-based-nav {
    position: relative;
    right: 0px;
    width: 100%;
    z-index: 20;
    margin-left: -20px;
    color: #226688;
    font-size: 0.95em;
    font-weight: bold;
    margin-top: -1.5em;
}

    .task-based-nav li {
        float: right;
        text-align: right;
        margin-left: 30px;
    }

        .task-based-nav li a {
            background: transparent url('../img/arrow-blue.png') no-repeat center right;
            display: inline;
            padding-right: 15px;
            color: #226688 !important;
        }

            .task-based-nav li a:hover {
                color: #77BB44 !important;
            }

.button {
    border-style: none;
    border-width: 0px;
    border-radius: 4px;
    border-color: #FFF;
    background-color: #226688;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    z-index: 20;
    -webkit-transition: background-color 0.08s ease-out;
    transition: background-color 0.08s ease;
    -moz-transition: background-color 0.08s ease-out;
    font-weight: normal;
}

    .button a, .button a:hover {
        color: #FFF !important;
    }

li.button {
    padding: .625em;
    margin-right: .625em;
    margin-left: .625em;
    width: 96%;
}

.button.grey {
    background-color: #F3F3EE;
}

    .button.grey:hover {
        background-color: #e4e4df;
    }

.task-based-nav-screen li a {
    color: #FFF !important;
}

.task-based-nav-screen li {
    padding-top: 1em;
}

.search-mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
    height: 2.8125em;
}

    .search-mobile img {
        height: 1.6875em;
        margin-right: .75em;
    }



.mobile-location-button, .mobile-search-button {
    height: 100%;
    background-color: #226688;
    border-radius: none;
    font-weight: bold;
    text-transform: uppercase;
    border-style: none;
    border-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    color: #FFF;
    padding-top: 12px;
    padding-left: 1em;
    padding-right: 1.425em;
    font-size: 0.8125em;
    letter-spacing: .05em;
    border-right: 1px solid #FFF;
    display: block;
    float: left;
}

.top-bar .button.mobile-location-button, .top-bar .button.mobile-search-button {
    padding-top: 12px;
}

.mobile-search-button {
    padding-right: .425em;
}

.mobile-location-button:hover {
    color: #DDD;
}

/* ------------------------------ Homepage Feature ------------------------------ */

.royalSlider {
    background-color: none;
}

.rsDefault .rsBullets {
    background: none !important;
    top: .5% !important;
    z-index: 22 !important;
    height: 20px !important;
}

.rsDefault .rsBullet {
    padding: 6px 12px 6px !important;
    cursor: pointer;
}

.royalSlider img {
    width: 100%;
    margin: 10px;
}

.rsImg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.rsDefault .rsArrowIcn {
    border-radius: 20px !important;
}


.feature-overlay {
    width: 100%;
    color: #FFF;
    padding: 20px;
    background-color: rgba(0, 0, 0, .7);
    position: relative;
    z-index: 5;
    top: -300px;
    height: 300px;
    margin-bottom: -300px;
}

    .feature-overlay h1, .feature-overlay h2, .feature-overlay h3, .feature-overlay h4, .feature-overlay h5 {
        color: #FFF;
    }

    .feature-overlay h1 {
        font-size: 2.75em;
    }

    .feature-overlay h2 {
        font-size: 1.625em;
        margin-bottom: 5px;
    }

    .feature-overlay h3 {
        font-size: 1.75em;
        font-weight: normal;
        margin-top: -20px;
    }

    .feature-overlay a, .feature-overlay a:active {
        color: #77BB44 !important;
        display: inline;
        padding-right: 15px;
        font-size: 18px;
    }

        .feature-overlay a:hover {
            color: #FFF !important;
        }

    .feature-overlay li {
        margin-bottom: 20px;
    }


.feature-learning-links {
    background-color: #222222;
    border-radius: 2px;
    padding: 20px 20px -20px 20px;
    -webkit-border-radius: 2px;
}

    .feature-learning-links ul.columns {
        margin-bottom: 0px;
    }

.feature-img {
    max-height: 650px;
    overflow: hidden;
    max-width: 1380px;
    margin: auto;
}

    .feature-img img {
        width: 100%;
        position: relative;
        z-index: 1;
        max-width: 1400px;
    }

.read-more-green {
    background: transparent url('../img/arrow-grn.png') no-repeat center right;
    display: inline;
    padding-right: 15px;
}

.read-more-blue {
    background: transparent url('../img/arrow-blue.png') no-repeat center right;
    display: inline;
    padding-right: 15px;
}

.orbit-container {
    margin-left: auto;
    margin-right: auto;
}

.orbit-prev {
    z-index: 30;
}

.orbit-next {
    z-index: 31;
}

/* natural language form */
.nl-form {
    color: #FFF;
}

    .nl-form a, .nl-form a:hover {
        color: #77BB44 !important;
    }

    .nl-form h1, .nl-form h2, .nl-form h3 {
        color: #FFF;
        -webkit-font-smoothing: subpixel-antialiased;
    }

.row .nl-form .large-12 h2, .row .nl-form .large-12 h3 {
    color: black;
}

.nl-form h3 {
    font-size: 1.25em;
    letter-spacing: .0em;
    font-weight: normal;
}

/* natural language form dummy fit*/
.nl-form img {
    margin-right: 5px;
    margin-left: 5px;
    max-height: 40px;
}


#customDropdown1 {
    height: 45px;
    width: auto;
    background-color: #77bb44;
    border-color: #5f9636;
    color: white;
}


form.custom .custom.dropdown.medium, .customform .custom.dropdown.medium {
    max-width: none;
}

form.custom .custom.dropdown, .customform .custom.dropdown {
    display: block;
    position: relative;
    /*top: 12px;*/
    height: 2.3125em;
    margin-bottom: .25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: middle;
}





/* ------------------------------ Special Interest Blocks ------------------------------ */

.smallfeature {
    color: #222;
    background-color: #FFF;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    padding-top: .5em;
}

    .smallfeature .large-4.column {
        padding-bottom: 20px;
    }

smallfeature p {
    font-size: 1em;
    line-height: 1.125em;
}


.smallfeature h3, .smallfeature h4, .smallfeature h5 {
    font-weight: normal;
}

.smallfeature img {
    border-top: 8px solid #77BB44;
}

.smallfeature-viewall {
    background: transparent url('../img/arrow-blue.png') no-repeat center right;
    display: inline-block;
    padding-right: 15px;
    font-weight: normal;
    clear: both;
    padding-bottom: 4px;
    margin-top: 5px;
}

/* ------------------------------ Footer Design ------------------------------ */

.footer {
}

	.footer p {
		font-size: 1.1em;
	}

    .footer li {
        /*background: transparent url('../img/arrow.png') no-repeat center right;*/
        margin-bottom: 10px;
        padding-right: 5px;
        font-weight: normal;
		font-size: 1.1em;
    }

    .footer div {
        margin-bottom: 20px;
    }

    .footer h3 {
        font-weight: normal;
        line-height: 28px;
        letter-spacing: normal;
    }

.testimonial h3, .testimonial blockquote {
    font-size: 1.575em;
    font-style: italic;
    color: #222;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.testimonial h4 {
    font-size: 1.1em;
    font-style: italic;
    color: #222;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 0px;
}

.testimonial a {
    background: transparent url('../img/arrow-blue.png') no-repeat center right;
    display: inline;
    padding-right: 15px;
    color: #226688 !important;
	font-size: 1.1em;
}

    .testimonial a:hover {
        color: #77BB44 !important;
    }

.testimonial .sfContentBlock div {
    display: none;
}

.social-media-icons img {
    max-width: 1.8em;
}

.social-media-icons li:hover {
}

/* ------------------------------ Sticky Footer + Audience Nav ------------------------------ */

.fixedfoot {
    background-color: #226688;
    bottom: 0px;
    color: #FFF;
    font-size: .90em;
    margin: auto;
    position: relative;
    -webkit-box-shadow: 0px -1px 22px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px -1px 22px rgba(50, 50, 50, 0.20);
    box-shadow: 0px -1px 22px rgba(50, 50, 50, 0.20);
    width: 100%;
    z-index: 150000;
    height: 50px;
}

.fixed {
    /*position: fixed;*/
}

.fixedfoot h4 {
    color: #FFF;
    padding-top: .125em;
    font-size: 1.3em;
    font-weight: 400;
}

.audience-nav-wrapper {
    color: #FFF;
}

.audience-nav {
    background-color: #06314B;
    border-radius: 2px;
    height: 35px;
    padding: 2px;
    margin-top: -2px;
    margin-left: 5px;
    text-transform: uppercase;
}

    .audience-nav li {
        padding-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

        .audience-nav li:first-child {
            margin-left: .6875em;
        }

        .audience-nav li:last-child {
            margin-right: .6875em;
        }

.infofor1 {
    padding: 5px;
}

    .login-background li, .infofor1 li {
        float: left;
    }

.login-background h4 {
    color: #222;
}

.infofor1 li {
    padding-top: .3125em;
}

    .infofor1 li:first-child {
        padding-right: .375em;
    }

.infofor1 h4 {
    font-size: 1.1em;
}	

.infofor1 h5 {
    margin-top: 5px;
    color: #FFF;
}

.login-background li {
    margin-left: 5px;
    padding: 5px;
}

.audience-nav a, .login-background a {
    color: #FFF !important;
}

.login-background {
    background-color: #6CC057;
    /*margin-bottom:-10px;*/
    margin-left: -33px;
    padding: 10px 0px 10px 0px;
    height: 50px;
}

    .login-background h4 {
        /*margin-top:-2px;*/
    }

    .login-background img {
        margin-right: .5em;
    }

.login-box {
    height: 35px;
    background-color: #3A9C19;
    border-radius: 2px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: -7px;
    margin-right: 5px;
    font-size: .875em;
}

    .login-box:hover {
        background-color: rgba(0, 0, 0, .25);
        -webkit-transition: background .25s ease;
        -moz-transition: background .25s ease;
        -ms-transition: background .25s ease;
        -o-transition: background .25s ease;
        transition: background .25s ease;
    }

    .login-box a {
        color: #FFF !important;
        padding: 5px;
        top: 2px;
        position: relative;
    }


/* ------------------------------ Universal Interior Page Elements ------------------------------ */

.main-wrapper ul {
    list-style: disc;
    margin-left: 1.25em;
}


#wrapper-01, #wrapper-01-admission {
    background-color: #FFF;
    margin-bottom: 20px;
}

#wrapper-01-universalsub {
    background-color: #FFF;
}

.right-rail {
    background-color: #226688;
    overflow: hidden;
}

.side-nav {
    margin-top: -.4375em;
}

    .side-nav li:last-child {
        border-bottom: 0px none;
    }

    .side-nav li {
        margin: 0;
        border-bottom: 1px dotted #FFF;
    }

        /*.side-nav li:hover
        {
            background-color: #17465E;
            transition: background-color 0.25s ease;
        }*/
        .side-nav li:hover {
            background-color: #226688;
        }

    .side-nav a:hover {
        background-color: #17465E;
        transition: background-color 0.25s ease;
    }

.right-rail .side-nav a {
    color: #FFF !important;
    font-size: 1.25em;
    line-height: 1.625em;
    font-weight: normal;
    font-style: normal;
    padding: .6em;
}

.blue-bkg {
    background-color: #226688 !important;
}

.tan-bkg {
    background-color: #F3F3EE !important;
}


/*------------Mobile: Secondary Nav Dropdown -----------------*/

.f-dropdown {
    border: none !important;
}

.breadcrumbs {
    background: none;
    border: 0px;
    font-size: 1.25em;
    padding-left: 0px;
    margin-top: .5em;
    margin-bottom: -1em;
}

    .breadcrumbs > * {
        text-transform: none;
    }

        .breadcrumbs > *:before {
            content: url(../img/arrow-blue.png);
            top: -1px;
            position: relative;
            margin-right: 1.25em;
            margin-left: 1.25em;
        }


    .breadcrumbs a {
    }

.primary-lead-image img {
    border-bottom: 8px solid #77BB44;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}

.inline-image {
    position: relative;
    float: left;
    padding: 0em 1em 1em 0em;
    margin-right: 1em;
    width: auto;
    max-width: 220px;
    border-right: 1px solid #EFEFEF;
}

.inline-image-title {
    color: #226688;
    margin-bottom: .5em;
    font-weight: bold;
    letter-spacing: .03em;
}

.inline-image img {
    margin-bottom: .5em;
}

.video-block {
    background-color: #F3F3EE;
    padding: 5px;
}


.add-green-border {
    border-top: 8px solid #77BB44;
}

.section-container.vertical-tabs section .content, .section-container.vertical-tabs .section .content {
    max-width: 100%;
}

/* ------------------------------ Admissions Page Elements ------------------------------ */

.contact-us-button {
    float: right;
    margin-top: 2em;
    box-shadow: none;
    background-color: #F3F3EE;
    color: #226688;
}

#wrapper-01-admission .calendar-date {
    left: 0px;
}

.recruiting-date {
    text-align: left;
    width: 200px;
    float: left;
}

    .recruiting-date h1, .recruiting-date h2, .recruiting-date h3 {
        color: #226688 !important;
        font-weight: bold;
        line-height: 1em !important;
    }

    .recruiting-date h1 {
        font-size: 4em;
    }


#wrapper-01-admission .smallfeature img {
    border: 0px;
    margin-top: -5px !important;
}

/* ----- added admissions edits oct 8 ---- */
.admisions-cta {
    min-height: 450px;
}


.rss-icon {
    float: right;
    max-width: 1em;
}

/* ------------------------------ Admissions Page Elements ------------------------------ */

.featured-title {
    background-color: #226688;
    color: #FFF !important;
    text-transform: uppercase;
    padding: .625em;
    width: 100%;
    font-size: 1em;
    letter-spacing: .1em;
    margin-bottom: 0px;
}

/*---------- Tabbed Content -----------*/
container.vertical-tabs section.active > .title, .section-container.vertical-tabs .section.active > .title {
    background-color: #F3F3EE;
}

.section-container.vertical-tabs section > .title, .section-container.vertical-tabs .section > .title {
    background-color: #FFF;
    border-right: 1px dotted #DDDDDD;
    border-top: 1px dotted #DDDDDD;
}

.section-container.vertical-tabs section .content, .section-container.vertical-tabs .section .content {
    border-left: none;
    background-color: #F3F3EE;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.section-container.vertical-tabs {
    border: 1px solid #FFF;
}

.columnMatch {
    padding-bottom: 20000px !important;
    margin-bottom: -20000px !important;
}

.admissions-boxes li {
    background-color: #F3F3EE;
    padding: .625em;
    border-top: 0px;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
}


.admissions-cta-button {
    margin-top: 1em;
}

.video-icon {
    max-width: 1.5em;
    background-color: #FFF;
    padding: 1px;
    border-radius: 2px;
    margin-right: 1em;
}

.admissions-links {
    text-align: center;
    font-size: 1.25em;
}

    .admissions-links a {
        line-height: 1.25em !important;
    }

    .admissions-links .icon-links img {
        max-width: 2em;
        clear: both;
        display: inline-block;
        margin-left: 0;
        padding-right: 0;
        margin-bottom: 1em;
    }

/* ------------------------------ News & Events Page Elements ------------------------------ */

.load-more-link {
    text-align: center;
    padding: 20px 0px 20px 0px;
    font-size: 1.1em;
}

.icon-links {
    margin-left: 0px;
}

.cal-icon {
    max-width: 1em;
    margin-top: 4px !important;
    margin-right: 5px !important;
    float: none !important;
}

.smallfeature h3 img {
    border-top: none;
}

.icon-links img {
    max-width: 2em;
    position: relative;
    padding-right: .5em;
    margin-left: -2em;
}

.icon-links a {
    display: block;
    padding-left: 1.5em;
    line-height: .875em;
}

.load-more {
    width: 96%;
    margin-top: 1.5em;
}


.events-column {
}

.side-nav-news {
    background-color: #F3F3EE;
}

    .side-nav-news .smallfeature {
        background-color: #F3F3EE;
        margin: .625em;
    }

        .side-nav-news .smallfeature > h4:first-of-type {
            font-size: 1em;
            color: #226688;
        }

.news-events-boxes {
    background-color: #DDD;
    margin-left: 0.0625em;
    margin-right: 0.0625em;
}

    .news-events-boxes .smallfeature {
        position: relative;
        width: 100%;
        padding-top: .5em;
        border-left: 200px solid #F3F3EE;
        margin-bottom: .0625em;
        min-height: 18.75em;
    }

.side-nav-news .smallfeature p {
    text-overflow: ellipsis;
    word-break: break-strict;
    word-wrap: break-word;
    max-height: 5.5em;
    overflow: hidden;
}

.calendar-date {
    max-width: 200px;
    left: -200px;
    position: absolute;
    top: 0;
    color: #FFF !important;
    padding: .625em;
}

    .calendar-date h1, .calendar-date h2, .calendar-date h3, .calendar-date h4, .calendar-date h5, .calendar-date h6 {
        color: #226688;
        letter-spacing: 0em;
        font-weight: bold;
    }

    .calendar-date h1 {
        font-size: 4em;
        line-height: 1em;
        margin-bottom: 0em;
        margin-top: -.25em;
        letter-spacing: -.05em;
        border-bottom: 1px dotted #FFF;
        font-variant: small-caps !important;
    }

    .calendar-date > h3:first-of-type {
        font-weight: bold;
        font-size: 1.5em;
    }

    .calendar-date img {
        margin: -1.25em -.25em .5em -.25em;
        border-top: none;
        width: 500px;
    }


.hd-clclogo-lrg {
    margin: .75em 1em 1em 0em;
    width: 90%;
}

.gateway-links ul li a {
    background: transparent url('../img/arrow-blue.png') no-repeat center right;
    display: inline;
    padding-right: 15px;
    color: #226688 !important;
}

    .gateway-links ul li a:hover {
        color: #77BB44 !important;
    }

.gateway-login-box {
    border-left: 1px solid #DDD;
}

.mobile-gateway-actions {
    text-align: center;
    border-radius: 4px;
}

    .mobile-gateway-actions img {
        max-width: 4em;
    }

.login-icon-large {
    max-width: 1.5em;
    margin-right: .5em;
}


.section-container.vertical-tabs section > .title, .section-container.vertical-tabs .section > .title {
    font-size: 1.25em;
    color: #226688 !important;
}

/*form.custom {display:inline-table; }*/
form.custom, .customform {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    ;
    zoom: 1;
    *display: inline;
    margin: 0;
}

    form.custom .custom.dropdown a:first-child, .customform .custom.dropdown a:first-child {
        padding-right: 10px;
    }

    form.custom .custom.dropdown .selector, .customform .custom.dropdown .selector {
        background-color: #77BB44;
        height: 2.25em;
    }

        form.custom .custom.dropdown .selector:after, .customform .custom.dropdown .selector:after {
            border-color: #ffffff transparent transparent transparent;
            border-width: 6px;
        }

    form.custom .custom.dropdown .current, .customform .custom.dropdown .current {
        color: #226688 !important;
        margin-left: 0.6em;
        margin-right: 2.6125em;
    }

    form.custom .custom.dropdown.medium, .customform .custom.dropdown.medium {
        -webkit-border-radius: 2px;
        border-radius: 3px;
    }

#section-drop {
    background: #226688;
}

    #section-drop.f-dropdown:before {
        border: none;
    }

    #section-drop.f-dropdown:after {
        border: none;
    }


/*RS Slider*/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
    position: relative;
    direction: ltr;
}

    .royalSlider > * {
        float: left;
    }

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .rsVisibleNearbyWrap .rsOverflow {
        position: absolute;
        left: 0;
        top: 0;
    }

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.rsVideoContainer {
    /*left: 0;
	top: 0;
	position: absolute;*/
    /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}

    .rsVideoFrameHolder.rsVideoActive {
        opacity: 1;
    }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}

img.rsImg {
    max-width: none;
}

.grab-cursor {
    cursor: url(../img/grab.png) 8 8, move;
}

.grabbing-cursor {
    cursor: url(../img/grabbing.png) 8 8, move;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(../img/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    color: #FFF;
}


    /***************
*
*  1. Arrows
*
****************/

    .rsDefault .rsArrow {
        height: 100%;
        width: 80px;
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 21;
        border-radius: 20px;
    }

    .rsDefault.rsVer .rsArrow {
        width: 100%;
        height: 44px;
    }

    .rsDefault.rsVer .rsArrowLeft {
        top: 0;
        left: 0;
    }

    .rsDefault.rsVer .rsArrowRight {
        bottom: 0;
        left: 0;
    }

    .rsDefault.rsHor .rsArrowLeft {
        left: 0;
        top: 0;
    }

    .rsDefault.rsHor .rsArrowRight {
        right: 0;
        top: 0;
    }

    .rsDefault .rsArrowIcn {
        width: 32px;
        height: 32px;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: -16px;
        position: absolute;
        cursor: pointer;
        background: url('../img/rs-default.png');
        background-color: #000;
        background-color: rgba(0,0,0,0.75);
        *background-color: #000;
        border-radius: 2px;
    }

        .rsDefault .rsArrowIcn:hover {
            background-color: rgba(0,0,0,0.9);
        }

    .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
        background-position: -64px -32px;
    }

    .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
        background-position: -64px -64px;
    }

    .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
        background-position: -96px -32px;
    }

    .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
        background-position: -96px -64px;
    }

    .rsDefault .rsArrowDisabled .rsArrowIcn {
        opacity: .2;
        filter: alpha(opacity=20);
        *display: none;
    }


    /***************
*
*  2. Bullets
*
****************/

    .rsDefault .rsBullets {
        position: absolute;
        z-index: 35;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #000;
        background: rgba(0,0,0,0.75);
        text-align: center;
        line-height: 8px;
        overflow: hidden;
    }

    .rsDefault .rsBullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 6px 5px 6px;
    }

        .rsDefault .rsBullet span {
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #777;
            background: rgba(255,255,255,0.5);
        }

        .rsDefault .rsBullet.rsNavSelected span {
            background-color: #FFF;
        }





    /***************
*
*  3. Thumbnails
*
****************/

    .rsDefault .rsThumbsHor {
        width: 100%;
        height: 72px;
    }

    .rsDefault .rsThumbsVer {
        width: 96px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .rsDefault.rsWithThumbsHor .rsThumbsContainer {
        position: relative;
        height: 100%;
    }

    .rsDefault.rsWithThumbsVer .rsThumbsContainer {
        position: relative;
        width: 100%;
    }

    .rsDefault .rsThumb {
        float: left;
        overflow: hidden;
        width: 96px;
        height: 72px;
    }

        .rsDefault .rsThumb img {
            width: 100%;
            height: 100%;
        }

        .rsDefault .rsThumb.rsNavSelected {
            background: #02874a;
        }

            .rsDefault .rsThumb.rsNavSelected img {
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .rsDefault .rsTmb {
        display: block;
    }

        /* Thumbnails with text */
        .rsDefault .rsTmb h5 {
            font-size: 16px;
            margin: 0;
            padding: 0;
            line-height: 20px;
            color: #FFF;
        }

        .rsDefault .rsTmb span {
            color: #DDD;
            margin: 0;
            padding: 0;
            font-size: 13px;
            line-height: 18px;
        }



    /* Thumbnails arrow icons */
    .rsDefault .rsThumbsArrow {
        height: 100%;
        width: 20px;
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 21;
        background: #000;
        background: rgba(0,0,0,0.75);
    }

        .rsDefault .rsThumbsArrow:hover {
            background: rgba(0,0,0,0.9);
        }

    .rsDefault.rsWithThumbsVer .rsThumbsArrow {
        width: 100%;
        height: 20px;
    }

    .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
        top: 0;
        left: 0;
    }

    .rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
        bottom: 0;
        left: 0;
    }

    .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
        left: 0;
        top: 0;
    }

    .rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
        right: 0;
        top: 0;
    }

    .rsDefault .rsThumbsArrowIcn {
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -8px;
        position: absolute;
        cursor: pointer;
        background: url('../img/rs-default.png');
    }

    .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
        background-position: -128px -32px;
    }

    .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
        background-position: -128px -48px;
    }

    .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
        background-position: -144px -32px;
    }

    .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
        background-position: -144px -48px;
    }

    .rsDefault .rsThumbsArrowDisabled {
        display: none !important;
    }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
    .rsDefault .rsThumb {
        width: 59px;
        height: 44px;
    }

    .rsDefault .rsThumbsHor {
        height: 44px;
    }

    .rsDefault .rsThumbsVer {
        width: 59px;
    }
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
}

.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;
    *display: inline;
    *zoom: 1;
}

    .rsDefault .rsTab:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .rsDefault .rsTab:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: 1px solid #cfcfcf;
    }

    .rsDefault .rsTab:active {
        border: 1px solid #D9D9DD;
        background-color: #f4f4f4;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    }

    .rsDefault .rsTab.rsNavSelected {
        color: #FFF;
        border: 1px solid #999;
        text-shadow: 1px 1px #838383;
        box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
        background: #ACACAC;
        background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
        background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
        background-image: linear-gradient(to bottom, #ACACAC, #BBB);
    }





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('../img/rs-default.png') 0 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
    border-radius: 2px;
}

    .rsDefault .rsFullscreenIcn:hover {
        background-color: rgba(0,0,0,0.9);
    }

.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url(../img/rs-default.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0,0,0,0.9);
}

.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
}

.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

    .rsDefault .rsCloseVideoBtn.rsiOSBtn {
        top: -38px;
        right: -6px;
    }

.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('../img/rs-default.png') -64px 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
}

    .rsDefault .rsCloseVideoIcn:hover {
        background-color: rgba(0,0,0,0.9);
    }



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(../img/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
}

.visibleNearby {
    width: 100%;
    background: #141414;
    color: #FFF;
    padding-top: 25px;
}

    .visibleNearby .rsGCaption {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 0 16px;
        /*background: #141414;*/
        background: none;
        width: 100%;
        position: static;
        float: left;
        left: auto;
        bottom: auto;
    }

        .visibleNearby .rsGCaption span {
            display: block;
            clear: both;
            color: #bbb;
            font-size: 14px;
            line-height: 22px;
        }


    /* Scaling transforms */
    .visibleNearby .rsSlide img {
        opacity: 0.45;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    .visibleNearby .rsActiveSlide img {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .visibleNearby .rsActiveSlide .row .column {
        padding-left: 0 !important;
    }

.royalSlider .large-12 {
    padding-left: 0 !important;
}

.prefix.button.search-button {
    width: 39px;
}

.search-wrapper .small-1 {
    float: right !important;
}

.banner-blue .button.success {
    z-index: 1;
    padding: 8px 8px 10px 8px;
    margin-top: 14px;
    border-radius: 3px;
    max-height: 40px;
}

.banner-blue .row {
    max-width: 100%;
}

/*fix issue with dropdown overlaying button*/
.rsGCaption {
    bottom: 0px;
    text-align: left;
}

.rsSlide .row {
    max-width: none;
}

/*Begin Media Queries*/
@media only screen and (max-width: 1580px) {
    .desktop-fixed {
        position: relative;
    }
}


@media only screen and (min-width: 768px) {
    .desktop-fixed {
        position: relative;
    }
}



@media only screen and (max-width : 768px) {
    .right-rail {
        background-color: #FFF;
    }



    ul.f-dropdown {
        width: 100% !important;
        margin-left: -2.5%;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, .2);
        box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, .2);
        max-width: 100%;
    }
}


@media only screen and (min-width : 768px) {
    /* Foundation Dropdowns Override */
    #section-drop.f-dropdown {
        position: relative !important;
        width: 100% !important;
        top: 0px !important;
        left: 0px !important;
        border: 0;
        font-size: 16px;
        z-index: 20;
        margin-top: -.4375em;
        max-width: 100%;
    }


    ul.f-dropdown {
        margin-left: -2.9%;
    }

        ul.f-dropdown li {
            text-align: left !important;
            padding-left: .625em;
        }


    .section-container.vertical-tabs section > .title, .section-container.vertical-tabs .section > .title {
        max-width: 200px;
    }
}

@media only screen and (min-width : 47em) and (max-width : 60em) {
    .footer .footer-address h3 {
        font-size: 1.1em;
    }
}

@media only screen and (min-width : 32em) and (max-width : 75em) {

    .smallfeature img {
        float: left;
    }

    .smallfeature img {
        margin: 6px 20px 10px 0px;
    }

    .smallfeature div {
        margin-bottom: 0px;
    }

    .top-bar-section {
        margin-right: -2.5em;
    }

        .top-bar-section ul {
            text-align: center;
            margin-left: auto !important;
            margin-right: auto !important;
        }

            .top-bar-section ul li > a {
                font-size: .75em !important;
                margin-right: .5em !important;
                padding: 0px auto !important;
            }

    .feature-overlay {
        background-color: #222;
        display: flex;
        height: auto;
    }

        .feature-overlay h1 {
            line-height: 1em;
        }

        .feature-overlay h2 {
            margin-top: 20px;
        }

    ul .audience-wrapper-screen li > a {
        background-color: #06314B;
        padding: 0px;
    }

    .contact-us {
        float: right;
        margin-top: 2em;
    }

    .infofor1 li:first-child {
        display: none;
    }

    .audience-nav li:first-child {
        display: inline;
    }

    .audience-nav li {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 1em;
    }

    .login-background img {
        display: none;
    }


    ul.f-dropdown {
        width: 100% !important;
        margin-left: -2.5%;
        margin-top: 0px;
        -webkit-box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, .2);
        box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, .2);
    }

        ul.f-dropdown li {
            text-align: center;
            padding-left: .625em;
        }

    .dropdown.button {
        background-color: #18475f;
    }
}

/* ----MAKES TOP BOR LI NOT WRAP JUST BEFORE MENU APPEARS ---*/
@media only screen and (min-width : 58.75em) and (max-width : 62em) {
    .top-bar-section ul li > a {
        font-size: .725em !important;
    }
}

@media only screen and (max-width : 58em) {
    .frontnav .contain-to-grid.fixed {
        position: static;
        margin-top: 45px;
    }

    .banner-masthead {
        margin-top: 0px !important;
    }

    .top-bar.expanded {
        position: relative;
    }

    .hd-clclogo {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media only screen and (min-width : 48.5em) and (max-width : 58em) {
    .top-bar-section ul li > a {
        /*font-size:1.25em !important;*/
        letter-spacing: .03em !important;
        line-height: 45px !important;
    }
}

@media only screen and (min-width : 48em) {
    #search-heading {
        display: block !important;
    }

    #location-heading {
        display: none !important;
    }
}


@media only screen and (max-width : 48em) {
    #search-heading {
        display: none;
    }

    #location-heading {
        display: none;
    }

        #location-heading ul {
            margin-bottom: 0;
        }

    .location-wrapper ul li > a {
        display: block;
        width: 100%;
        color: white !important;
        padding: 12px 0 12px 0;
        padding-left: 15px;
        font-size: 1em;
        font-weight: bold;
        background-color: #226688;
        line-height: 45px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
    }

        .location-wrapper ul li > a:hover {
            background-color: #17465E;
            color: #FFF;
            position: relative;
            z-index: 40;
            transition: background-color 0.15s ease;
        }

    .admisions-cta {
        min-height: 0px;
        background-color: #FFF;
    }
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
    #gallery-1 {
        padding: 12px 0 12px;
    }

        #gallery-1 .rsOverflow,
        .royalSlider#gallery-1 {
            height: 400px !important;
        }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    #gallery-1 .rsOverflow,
    .royalSlider#gallery-1 {
        height: 300px !important;
    }
}


/* MOBILE STYLES */
@media only screen and (max-width : 32em) {

    .banner-blue .button.success {
        padding: 8px 8px 12px 8px;
        margin-top: 2px;
        border-radius: 3px;
        max-height: 35px;
    }

    .nl-form h3 {
        font-size: 1em;
        line-height: 2.5em !important;
    }

    .recruiting-date {
        text-align: left;
        width: 100%;
        float: left;
    }

    .smallfeature {
        padding: 0 0.625em .25em;
    }

        .smallfeature p {
            margin-bottom: 0;
        }

    .location-wrapper ul li > a {
        display: block;
        width: 100%;
        color: white !important;
        padding: 12px 0 12px 0;
        padding-left: 15px;
        font-size: 1em;
        font-weight: bold;
        background-color: #226688;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
    }

    body {
        margin: auto;
    }

    h1 {
        font-size: 2em;
    }

    .royalSlider {
        height: 190px !important;
    }

    .banner-masthead {
        height: auto;
        text-align: center;
    }

    .hd-clclogo-lrg {
        margin: 1.64em;
        border: 1px solid #000;
    }


    .hd-clclogo {
        width: 12.8125em;
        display: inline;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-logo {
        height: auto;
        text-align: center;
    }

        .banner-logo img {
            text-align: center;
        }

    .section-container.vertical-tabs section > .title, .section-container.vertical-tabs .section > .title {
    }

    .feature-overlay {
        margin-top: 280px;
        background-color: #222;
        display: flex;
        height: auto;
    }

        .feature-overlay h1 {
            font-size: 1.75em;
            /*line-height:1.85em;*/
            display: inline;
            height: auto;
        }

    feature-learning-links {
        width: 100%;
    }

    .top-bar-section li a:not(.button) {
        line-height: 1em;
        margin-left: 0px;
        margin-right: 0px;
    }

    .add-white-border {
        border-top: 1px solid #FFF;
        !important;
    }

    .top-bar-section ul li > a {
        font-size: .8em;
        padding-left: 0px;
    }

    .top-bar-section ul .audience-wrapper-screen {
    }

    ul .audience-wrapper-screen li > a {
        background-color: #06314B;
    }

    .inline-image {
        float: none;
        clear: both;
        min-width: 100%;
        border-right: none;
    }


    .admissions-boxes li img {
        display: none;
    }

    .admissions-boxes li {
        border-top: 8px solid #77BB44;
        padding-top: .625em;
        background-color: #F3F3EE;
    }

    .admissions-boxes h3 {
        font-size: 2em;
    }

    .contact-us {
        float: left;
        margin-top: 2em;
    }

    /*-----------------NEWS & EVENTS----------------*/

    .side-nav-news .smallfeature p, .news-events-boxes .smallfeature p {
        display: none;
    }

    .news-events-boxes .smallfeature {
        border-left: 100px solid #F3F3EE;
        padding-left: 1.0625em;
    }

    .calendar-date {
        max-width: 100px;
        left: -100px;
    }

        .calendar-date h1 {
            font-size: 2em;
            font-weight: bold;
        }

        .calendar-date h2, .calendar-date h3, .calendar-date > h3:first-of-type {
            font-size: 1em;
        }

    .news-events-boxes .smallfeature h3 a {
        font-size: 1.5em;
        color: #226688;
    }

        .news-events-boxes .smallfeature h3 a:hover {
            color: #77BB44;
        }

    ul.f-dropdown {
        width: 100% !important;
        margin-left: -2.5%;
        -webkit-box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, .2);
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, .2);
    }

        ul.f-dropdown li {
            text-align: center;
        }

    .dropdown.button {
        background-color: #18475f;
    }

    #wrapper-01-universalsub .right-rail {
        background-color: #FFF;
    }

    .admisions-cta {
        min-height: 0px;
    }
}

/*Sitefinity overrides*/
.search-wrapper .sfsearchBox {
    padding: 0;
    margin: 0;
    border: none;
    width: 240px;
    float: right;
}

    .search-wrapper .sfsearchBox input[type=text] {
        float: left;
        width: 194px !important;
        height: 32px !important;
        min-width: 194px;
    }

    .search-wrapper .sfsearchBox input[type=submit] {
        float: left;
        width: 39px;
        border-style: none;
        border-width: 0px;
        border-color: #FFF;
        background: #226688 url(../img/srch-icon.png) no-repeat center;
        font-weight: normal;
        overflow: hidden;
        font-size: 0.875em;
        height: 2.3125em;
        text-indent: -9999px;
        border-radius: 4px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        z-index: 20;
        -webkit-transition: background-color 0.08s ease-out;
        transition: background-color 0.08s ease;
        -moz-transition: background-color 0.08s ease-out;
    }

.sfimagesTmb {
    position: relative;
    float: left;
    list-style: none;
}

.sfError {
    color: red;
    font-weight: bold;
    margin: -15px 0 20px;
}

/* Testimonial Randomize*/
.testimonial .sfContentBlock div {
    display: none;
}

/*Image Green Underline*/
.sfimageWrp {
    border-bottom: 8px solid #77BB44;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}

/*A to Z Navigation*/
.letternav {
    margin-right: .4em;
}

#az-container:after {
    content: " ";
    display: table;
    clear: both;
}

.azindex {
    float: left;
    width: 50%;
}

    .azindex div {
        margin-top: 3em;
    }

/*Forms Radio button list*/
.sfRadioList.sfFieldWrp label {
    display: inline;
    padding: 0 1em 0 .5em;
}


/*Table and headers*/
table th, table tfoot {
    background: none repeat scroll 0 0 #226688 !important;
    font-weight: normal !important;
}

    table th, table tfoot tr th, table tfoot tr td {
        color: #FFFFFF !important;
        font-size: 0.875em !important;
        text-align: left !important;
    }

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #F3F3EE !important;
}

table caption {
    font-size: 1.5em;
    font-weight: 400;
    font-style: normal;
    padding-top: 0px;
    letter-spacing: -0.03em;
}

table {
    width: 80%;
}


/*Jobs*/
.jobsfieldlabel {
    display: inline;
    font-weight: bold;
    font-size: 1em;
}

.jobsfield {
    display: inline;
}

h2.jobstitle {
    font-size: 1.4em;
}

/*Staff Directory*/
.alpha-links a {
    padding: .125em .25em .125em .25em;
    margin: 0em;
    background-color: #FFF;
    border-right: solid 1px #E0E0E0;
}

    .alpha-links a:hover {
        background-color: #226688;
    }

.search-form-radios {
    float: left;
    margin-right: 2em;
}

    .search-form-radios label {
        padding-left: 5em;
    }

input {
    background-color: #F3F3EE;
    padding: .8em;
    margin: 0px;
    vertical-align: top;
    border: solid 2px #a9bcc9;
    border-radius: 2px;
    appearance: none !important;
    -moz-appearance: none !important; /* Firefox */
    -webkit-appearance: none !important; /* Safari and Chrome */
    -ms-text-overflow: '';
    -o-text-overflow: '';
    text-overflow: '';
    select .select :: -ms-expand display: none;
    outline: none;
    overflow: hidden;
    text-indent: 0.01px;
    min-height: 1em;
    min-width: 1em;
}

    input[type='text'] {
        background-color: #FFF;
        border: solid 2px rgba(34, 102, 136, .5);
        box-shadow: 0 3px 2px rgba(0,0,0,.05);
        border-radius: 5px;
        font-size: 1em;
        padding: .8em;
        height: auto;
        display: block;
        min-width: 300px;
    }

select {
    background-color: #FFF;
    border: solid 2px rgba(34, 102, 136, .5);
    box-shadow: 0 3px 2px rgba(0,0,0,.05);
    padding: .8em;
    /*background-image: url(../img/dd-arrows.jpg);
    background-image: url('../img/drpdown-arrws.png');*/
    background-image: url('../img/dd-arrow.png');
    background-position: 98%;
    background-repeat: no-repeat;
    /*border: solid 1px #000;*/
    border-radius: 5px;
    font-size: 1em;
    -moz-appearance: none !important; /* Firefox */
    -webkit-appearance: none !important;
    appearance: none !important; /* Safari and Chrome */
    -ms-text-overflow: '';
    -o-text-overflow: '';
    text-overflow: '';
    select .select :: -ms-expand display: none;
    outline: none;
    overflow: hidden;
    text-indent: 0.01px;
    display: block;
    min-width: 300px;
}

fieldset {
    border: 0 none;
    padding: 1em 0 0;
}

    fieldset .large-block-grid-7 li,
    fieldset .large-block-grid-7 li label {
        padding-bottom: 0;
        margin-bottom: 0;
    }

select::-ms-expand {
    display: none;
}


input[type='text']:focus,
select:focus {
    box-shadow: 0 3px 2px rgba(0,0,0,.05) inset;
    border-color: #6CC057;
    background-color: #FFF;
}

label, fieldset legend {
    color: #222;
    cursor: default;
    margin-bottom: 0.4em;
    font-weight: normal;
}

fieldset legend {
    margin-bottom: 1em;
}

input:checked {
    background-image: url(../img/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #6CC057;
}

input[type="checkbox"] {
    height: 1.5em;
    width: 1.5em;
}

input[type='submit'].button,
input.button,
a.button.green,
.button.grey {
    text-transform: uppercase;
    padding: 1em 1.5em;
    font-size: 1em;
    box-shadow: 0 3px 2px rgba(0,0,0,.05);
    background-color: #6CC057;
}

.button.grey {
    background-color: #a9bcc9;
}

    .button.grey:hover, .button.grey:focus {
        background-color: #226688;
    }

input[type="text"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1.5em 0;
}


.dk-custom-input {
    background-color: #fff !important;
    border: solid 1px #000 !important;
    border-radius: 2px !important;
    -moz-padding-end: 0px !important;
    color: #000 !important;
    font-size: 1.25em !important;
    -moz-appearance: none !important;
}

form h2 {
    /*color: #1188BB !important;*/
}

.required {
    color: red;
    font-size: .5em;
    vertical-align: top;
}

#course-radio-buttons input:checked {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
}

.list input {
    width: 20px;
    display: block;
    float: left;
}

.list label {
    width: auto;
    display: block;
    float: left;
    padding-left: 5px;
}

.course-available {
    background-color: #bbffbb;
}

.course-results-head {
    font-weight: bold;
}

.search-results-table {
    padding: 1em;
    max-height: 3em;
}

/*Forms Radio button list*/
.sfRadioList .sfFieldWrp label {
    display: inline;
    padding-right: .5em;
}

@media only screen and (max-width: 768px) {
    .sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_1_25, .sf_3cols_1_25, .sf_3cols_3_25, .sf_2cols_2_25, .sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_1_33, .sf_3cols_1_33, .sf_3cols_3_33 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_1_50, .sf_3cols_2_50 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_1_67 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_1_75 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_2_33 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_2_50 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_2_67 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_2cols_2_75 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_3cols_2_34 {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .sf_colsIn {
        margin-left: 0 !important;
    }
}

@page {
    size: auto; /* auto is the initial value */
    margin: 20mm 0mm 25mm 10mm;
}

@media print {
    * {
        html,body

{
    background: white;
    font-size: 12pt !important;
}

background: transparent !important; color: black !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important; text-shadow: none !important;
}

a,
a:visited {
    text-decoration: underline;
}

    a[href]:after {
        content: " (" attr(href) ")";
    }

abbr[title]:after {
    content: " (" attr(title) ")";
}

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
    /* h5bp.com/t */
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}

.hide-on-print {
    display: none !important;
}

.print-only {
    display: block !important;
}

.hide-for-print {
    display: none !important;
}

.show-for-print {
    display: inherit !important;
}

.admisions-cta {
    min-height: inherit;
}

.show-for-small,
.show-for-small div,
.button,
.dropdown,
#section-drop,
.social-media-icons,
.row.frontnav,
.location-wrapper,
.banner-masthead .search-wrapper {
    display: none;
}


a:link, a:visited {
    color: #666 !important;
}

.show-for-small {
    display: none !important;
}

.banner-lt-tan.footer, .skip, .banner-masthead {
    display: none;
}

.main-wrapper {
    width: auto;
    margin-top: 80px;
}
}
