html, body {
    height: 100%;
}

.debugging {
    display: none;
}

#pageWrapper {
    background-color: #fff;
    overflow: hidden;
}

.relativeWrapper {
    position: relative;
}

body > [data-prepend] {
    display: none;
}

body {
    font-family: 'Open Sans', serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    background: #ffffff;
    margin: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #094e7e;
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 25px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .h4, .h5, .h6, h4, h5, h6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    p {
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 25px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 16px;
        margin-bottom: 8px;
    }
    .h4, .h5, .h6, h4, h5, h6 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    p {
        margin: 0 0 8px;
    }
}

a {
    font-family: 'Montserrat', sans-serif;
}

main > header {
    background: #094e7e;
    overflow: hidden;
}
@media (max-width: 991px) {
    main > header {
        background-color: #146caa;
    }
}
@media (max-width: 991px) {
    main > header.nav-open .menu-control i.fa-bars {
        display: none;
    }
    main > header.nav-open .menu-control i.fa-arrow-left {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    main > header.nav-open .tablet-nav.resources-nav {
        border-bottom: 2px solid #2a82bc;
    }
    main > header.nav-open .tablet-nav.resources-nav, main > header.nav-open .tablet-nav.quicklinks-nav {
        padding-top: 10px;
        margin-top: 0;
    }
    main > header.nav-open .tablet-nav.resources-nav ul, main > header.nav-open .tablet-nav.quicklinks-nav ul {
        margin-bottom: 10px;
    }
    main > header.nav-open .tablet-nav.resources-nav, main > header.nav-open .tablet-nav.quicklinks-nav, main > header.nav-open .tablet-nav.resources-nav h4, main > header.nav-open .tablet-nav.quicklinks-nav h4, main > header.nav-open .tablet-nav.resources-nav ul li a, main > header.nav-open .tablet-nav.quicklinks-nav ul li a, main > header.nav-open .tablet-nav.resources-nav ul, main > header.nav-open .tablet-nav.quicklinks-nav ul, main > header.nav-open .tablet-nav.resources-nav ul li, main > header.nav-open .tablet-nav.quicklinks-nav ul li {
        -webkit-transition: padding-top 0.3s cubic-bezier(0, 0.4, 0.3, 1), margin-bottom 0.3s cubic-bezier(0, 0.4, 0.3, 1);
        -o-transition: padding-top 0.3s cubic-bezier(0, 0.4, 0.3, 1), margin-bottom 0.3s cubic-bezier(0, 0.4, 0.3, 1);
        -moz-transition: padding-top 0.3s cubic-bezier(0, 0.4, 0.3, 1), margin-bottom 0.3s cubic-bezier(0, 0.4, 0.3, 1);
        transition: padding-top 0.3s cubic-bezier(0, 0.4, 0.3, 1), margin-bottom 0.3s cubic-bezier(0, 0.4, 0.3, 1);
    }
    main > header.nav-open .tablet-nav.resources-nav, main > header.nav-open .tablet-nav.quicklinks-nav, main > header.nav-open .tablet-nav.resources-nav h4, main > header.nav-open .tablet-nav.quicklinks-nav h4, main > header.nav-open .tablet-nav.resources-nav ul li a, main > header.nav-open .tablet-nav.quicklinks-nav ul li a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    main > header.nav-open .mobile-nav {
        left: 0;
    }
}
main > header.search-open .search-bar {
    height: 62px;
}
main > header.search-open .search-bar form {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    -moz-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
}
main > header.search-open .search-nav i.fa-search {
    display: none;
}
main > header.search-open .search-nav i.fa-arrow-up {
    display: block;
}
main > header.search-open .search-nav [role="button"] {
    padding: 15px 10px;
}
@media (max-width: 767px) {
    main > header.search-open .primary-nav {
        top: 92px;
    }
    main > header.search-open .resources-nav {
        top: 342px;
    }
    main > header.search-open .quicklinks-nav {
        top: 497px;
    }
}
main > header .primary-navigation-wrap > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
main > header .primary-navigation-wrap ul li {
    display: inline-block;
}
@media (min-width: 992px) {
    main > header .menu-control {
        display: none;
    }
}
@media (max-width: 991px) {
    main > header .menu-control {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        z-index: 10;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    main > header .menu-control a {
        color: #d6ecff;
        font-size: 20px;
    }
    main > header .menu-control a:focus, main > header .menu-control a:hover {
        color: white;
        text-decoration: none;
    }
    main > header .menu-control i.fa-arrow-left {
        display: none;
    }
}
@media (max-width: 767px) {
    main > header .menu-control {
        z-index: 100;
    }
}
main > header .resources-nav {
    width: 50%;
    position: relative;
    z-index: 10;
}
@media (max-width: 991px) {
    main > header .resources-nav {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 10px;
        border-bottom: 2px solid #2a82bc;
        width: 100%;
    }
}
@media (max-width: 767px) {
    main > header .resources-nav {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        border-bottom: 2px solid #0f619a;
        top: 290px;
        z-index: 70;
        background-color: #146caa;
    }
}
main > header .resources-nav .list-wrap ul {
    padding-left: 0;
}
@media (max-width: 991px) {
    main > header .resources-nav .list-wrap ul {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    main > header .resources-nav .list-wrap ul {
        margin-bottom: 10px;
        padding-left: 0;
    }
}
main > header .resources-nav .list-wrap ul li {
    padding: 0 8px;
}
main > header .resources-nav .list-wrap ul li:first-child {
    padding-left: 0;
}
@media (max-width: 1199px) {
    main > header .resources-nav .list-wrap ul li {
        padding: 0 5px;
    }
}
@media (max-width: 991px) {
    main > header .resources-nav .list-wrap ul li {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    main > header .resources-nav .list-wrap ul li {
        padding: 10px 0 0;
        width: 100%;
    }
}
main > header .resources-nav h4 {
    margin: 0;
    font-size: 14px;
    color: #d6ecff;
}
@media (max-width: 1199px) {
    main > header .resources-nav h4 {
        font-size: 12px;
    }
}
main > header .resources-nav a {
    color: white;
    font-size: 12px;
}
@media (max-width: 991px) {
    main > header .resources-nav h4, main > header .resources-nav a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    main > header .resources-nav h4, main > header .resources-nav a {
        font-weight: 300;
    }
}
main > header .quicklinks-nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding-right: 10px;
    z-index: 10;
}
@media (max-width: 991px) {
    main > header .quicklinks-nav {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        text-align: left;
        width: 100%;
    }
}
@media (max-width: 767px) {
    main > header .quicklinks-nav {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        padding: 0;
        top: 435px;
        z-index: 60;
        background-color: #146caa;
    }
}
main > header .quicklinks-nav .list-wrap ul {
    padding-left: 5px;
}
@media (max-width: 991px) {
    main > header .quicklinks-nav .list-wrap ul, main > header .quicklinks-nav .list-wrap ul li:first-child {
        padding-left: 0;
    }
}
main > header .quicklinks-nav .list-wrap ul li {
    padding: 0 8px;
}
@media (max-width: 1199px) {
    main > header .quicklinks-nav .list-wrap ul li {
        padding: 0 5px;
    }
}
@media (max-width: 991px) {
    main > header .quicklinks-nav .list-wrap ul li {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    main > header .quicklinks-nav .list-wrap ul li {
        padding: 10px 0 0;
        width: 50%;
    }
}
main > header .quicklinks-nav a {
    color: #d6ecff;
    font-size: 12px;
}
@media (max-width: 991px) {
    main > header .quicklinks-nav h4, main > header .quicklinks-nav a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    main > header .quicklinks-nav h4, main > header .quicklinks-nav a {
        font-weight: 300;
    }
}
main > header .search-bar {
    width: 100%;
    position: relative;
    left: 0;
    height: 0;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
main > header .search-bar form {
    background-color: #d9ecff;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
}
main > header .search-bar form input[type="text"] {
    background-color: transparent;
    border: none;
    color: #084e7d;
    line-height: 2;
    padding: 5px 0 5px 10px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    outline: none;
}
main > header .search-bar form input[type="text"]::-webkit-input-placeholder {
    color: #666;
}
main > header .search-bar form button[type="submit"] {
    background-color: transparent;
    color: #084e7d;
    border: none;
    padding: 5px 10px 5px 0;
    width: 30px;
    line-height: 2;
}
main > header .search-nav {
    position: relative;
    background-color: #1c304a;
}
main > header .search-nav:before, main > header .search-nav:after {
    content: '';
    background-color: #1c304a;
    width: 9999px;
    height: 100%;
    position: absolute;
    top: 0;
}
main > header .search-nav:before {
    left: -9999px;
}
main > header .search-nav:after {
    right: -9999px;
}
@media (max-width: 991px) {
    main > header .search-nav {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: right;
    }
}
@media (max-width: 767px) {
    main > header .search-nav {
        z-index: 90;
    }
}
main > header .search-nav [role="button"] {
    color: white;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
}
main > header .search-nav i.fa-arrow-up {
    display: none;
}
main > header .search-nav .list-wrap {
    display: inline-block;
}
main > header .search-nav .apply-list {
    padding: 0;
}
main > header .search-nav .apply-list li {
    padding: 0 8px;
}
@media (max-width: 1199px) {
    main > header .search-nav .apply-list li {
        padding: 0 5px;
    }
}
main > header .search-nav .apply-list li a {
    color: #d6ecff;
    font-size: 12px;
    font-weight: 600;
}
main > header .search-nav .apply-list li:first-child:before {
    content: '|';
    color: #d9edf7;
    position: relative;
    left: -10px;
}
@media (max-width: 991px) {
    main > header .search-nav .apply-list li:first-child:before {
        content: none;
    }
}
main > header .search-nav .apply-list li:first-child a {
    color: #f5a543;
}
main > header .logo-nav {
    width: 25%;
    padding: 15px 0;
}
main > header .logo-nav img {
    max-width: 325px;
}
@media (max-width: 991px) {
    main > header .logo-nav {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        text-align: center;
        background-color: #094e7e;
        position: relative;
        width: 100%;
    }
    main > header .logo-nav:before, main > header .logo-nav:after {
        content: '';
        background-color: #094e7e;
        width: 9999px;
        height: 100%;
        position: absolute;
        top: 0;
    }
    main > header .logo-nav:before {
        left: -9999px;
    }
    main > header .logo-nav:after {
        right: -9999px;
    }
}
@media (max-width: 767px) {
    main > header .logo-nav {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}
main > header .primary-nav {
    width: 75%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
@media (max-width: 991px) {
    main > header .primary-nav {
        width: 100%;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}
@media (max-width: 767px) {
    main > header .primary-nav {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background-color: #094e7e;
        top: 30px;
        z-index: 80;
    }
}
main > header .primary-nav ul {
    padding-left: 25px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    main > header .primary-nav ul {
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    main > header .primary-nav ul {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    main > header .primary-nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
main > header .primary-nav ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 8px solid transparent;
}
@media (max-width: 767px) {
    main > header .primary-nav ul li {
        border-bottom: none;
        width: 100%;
    }
}
main > header .primary-nav ul li:after {
    content: '|';
    position: absolute;
    right: -16px;
    top: 12px;
    font-size: 14px;
    color: #ccc;
    pointer-events: none;
}
@media (max-width: 1199px) {
    main > header .primary-nav ul li:after {
        right: -12px;
        top: 10px;
    }
}
@media (max-width: 991px) {
    main > header .primary-nav ul li:after {
        right: -15px;
    }
}
@media (max-width: 767px) {
    main > header .primary-nav ul li:after {
        content: none;
    }
}
main > header .primary-nav ul li:last-child:after {
    content: none;
}
main > header .primary-nav ul li:focus, main > header .primary-nav ul li:hover, main > header .primary-nav ul li:active, main > header .primary-nav ul li.active {
    border-bottom: 8px solid #377cb7;
}
@media (max-width: 767px) {
    main > header .primary-nav ul li:focus, main > header .primary-nav ul li:hover, main > header .primary-nav ul li:active, main > header .primary-nav ul li.active {
        border-bottom: none;
        text-decoration: underline;
    }
}
main > header .primary-nav ul li a {
    padding: 0;
    font-size: 17px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    position: relative;
    bottom: -10px;
    text-decoration: none;
    font-family: 'Lora', serif;
}
@media (max-width: 1199px) {
    main > header .primary-nav ul li a {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
}
@media (max-width: 991px) {
    main > header .primary-nav ul li a {
        font-size: 16px;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    main > header .primary-nav ul li a {
        padding-bottom: 15px;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    main > header .tablet-nav.resources-nav {
        border-bottom: none;
    }
    main > header .tablet-nav.resources-nav, main > header .tablet-nav.quicklinks-nav {
        padding-top: 0;
        margin-top: -10px;
    }
    main > header .tablet-nav.resources-nav ul, main > header .tablet-nav.quicklinks-nav ul {
        margin-bottom: 0;
    }
    main > header .tablet-nav.resources-nav, main > header .tablet-nav.quicklinks-nav, main > header .tablet-nav.resources-nav ul li a, main > header .tablet-nav.quicklinks-nav ul li a, main > header .tablet-nav.resources-nav h4, main > header .tablet-nav.quicklinks-nav h4 {
        font-size: 0;
    }
}
@media (max-width: 767px) {
    main > header .mobile-nav {
        position: absolute;
        padding-left: 15px;
        padding-right: 15px;
        width: 90%;
        max-width: 400px;
        left: -90%;
        -webkit-transition: left 0.3s ease-out, top 0.3s ease;
        -o-transition: left 0.3s ease-out, top 0.3s ease;
        -moz-transition: left 0.3s ease-out, top 0.3s ease;
        transition: left 0.3s ease-out, top 0.3s ease;
        padding-top: 20px;
    }
}

main > footer {
    margin-top: 0;
    background: #094e7e;
    position: relative;
}
main > footer h3 {
    font-size: 16px;
    color: #094e7e;
    margin-top: 10px;
    font-weight: bold;
}
main > footer .btn {
    border-radius: 0;
    border: none;
    display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
    main > footer .btn {
        font-size: 11px;
    }
}
main > footer .btn.btn-primary {
    background-color: #126dac;
}
main > footer .btn.btn-primary:focus, main > footer .btn.btn-primary:hover {
    background-color: #094e7e;
}
main > footer .btn.btn-success {
    background-color: #58a958;
}
main > footer .btn.btn-success:focus, main > footer .btn.btn-success:hover {
    background-color: #479647;
}
main > footer .social-links-default {
    text-align: center;
}
main > footer .social-links-default .links a {
    color: #126dac;
    font-size: 2em;
    margin: 2px;
}
main > footer .social-links-default .links a:hover {
    color: #a75e00;
}
main > footer .footer-main {
    background-color: #d6ecff;
    padding: 30px 0 15px;
}
@media (min-width: 576px) and (max-width: 767px) {
    main > footer .footer-main .footer-module:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 575px) {
    main > footer .footer-main .footer-module {
        width: 100%;
        max-width: 400px;
        float: none;
        margin: auto;
        padding: 0 30px;
    }
}
main > footer .footer-main .footer-module > div {
    margin-bottom: 15px;
}
main > footer .footer-main .footer-module ul {
    padding-left: 0;
}
main > footer .footer-main .footer-module ul li {
    list-style: none;
    margin-bottom: 5px;
}
main > footer .footer-main .footer-module ul li a:hover {
    text-decoration: none;
    color: #126dac;
    border-bottom: 2px solid #fff;
}
main > footer .footer-main .contact-module .address-block p:first-child {
    margin-bottom: 5px;
}
main > footer .footer-main .footer-campaign img {
    max-width: 120px;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
    opacity: 1;
}
main > footer .footer-main .footer-campaign .btn {
    margin-top: 10px;
}
main > footer .footer-bottom {
    padding: 15px 0;
    text-align: center;
}
main > footer .footer-bottom img {
    max-width: 225px;
    width: 100%;
    margin: auto;
    position: relative;
    opacity: 1;
}
main > footer .footer-bottom p {
    color: #fff;
    font-size: 0.8em;
    position: relative;
    top: 10px;
}

#primaryNavigationList {
    float: right;
}

.maxWrapper {
    max-width: 1280px;
    margin: 0 auto;
}

#primaryNavigationMobile.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 0;
}

#primaryNavigationMobile.navbar ul {
    list-style: none;
    margin-bottom: 0;
}

#primaryNavigationMobile.navbar ul li {
    float: left;
    padding: 5px 10px;
}

#primaryNavigationMobile.navbar ul li a {
    color: #ccc;
}

#primaryNavigationMobile.navbar ul li.orange a {
    color: #eead0e;
}

#primaryNavigationGrandContainer {
    background-color: #d7ecff;
    color: white;
    background-size: cover;
}

#primaryNavigation.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 0;
    position: static;
}

#primaryNavigation.navbar {
    background: #d8ecff;
}

#primaryNavigation.navbar a {
    background-color: white;
    padding: .5em .5em;
    margin: 8px 0 8px 8px;
    line-height:  1em;
}

#primaryNavigation.navbar li:first-child a {
    margin-left:  0;
}


@media screen and (max-width: 767px) {
    #primaryNavigation.navbar li {
        padding:  5px;
        width: auto;
    }

    #primaryNavigation.navbar li a {
        margin: 0;
        background-color:  transparent;
    }

    #primaryNavigation.navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#primaryNavigationFatMenus h3 {
    font-size: 16px;
    color: #FDB641;
    border-bottom: 4px solid #999999;
    padding: 5px;
}

#primaryNavigationFatMenus li a {
    color: white;
    font-size: 14px;
    padding: 3px 5px;
}

#primarySlideshowContainer {
    position: relative;
    margin-top: 1em;
}

#primarySlideshowCopy {
    position: absolute;
    bottom: 3%;
    right: 3%;
    padding-left: 3%;
}

.contentGroupWrapper-white {
    background-color: #ffffff;
}

.contentGroupWrapper-pink {
    background-color: #ff9999;
}

.contentGroupWrapper-blue {
    background-color: #9999ff;
}

.contentGroupWrapper-purple {
    background-color: #ff99ff;
}

.contentGroup {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 30px;
}

#contentMore > section {
    margin-bottom: 0;
}

#sectionContent {
    background-color: #235381;
}

#sectionMore > .childSection > .grandchildSection > * {
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .hide-below-1024 {
        display: none;
    }
}

@media screen and (max-width: 939px) {
    .hide-below-940 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hide-below-768 {
        display: none;
    }
}

@media screen and (max-width: 539px) {
    .hide-below-540 {
        display: none;
    }
}

@media screen and (max-width: 419px) {
    .hide-below-420 {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .hide-above-1024 {
        display: none;
    }
}

@media screen and (min-width: 941px) {
    .hide-above-940 {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .hide-above-768 {
        display: none;
    }
}

@media screen and (min-width: 541px) {
    .hide-above-540 {
        display: none;
    }
}

@media screen and (min-width: 421px) {
    .hide-above-420 {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .show-below-1024 {
        display: none;
    }
}

@media screen and (min-width: 940px) {
    .show-below-940 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .show-below-768 {
        display: none;
    }
}

@media screen and (min-width: 540px) {
    .show-below-540 {
        display: none;
    }
}

@media screen and (min-width: 420px) {
    .show-below-420 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .show-above-1024 {
        display: none;
    }
}

@media screen and (max-width: 940px) {
    .show-above-940 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .show-above-768 {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .show-above-540 {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .show-above-420 {
        display: none;
    }
}

/* CAROUSEL FADE */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

@media screen and (max-width: 768px) {
    #primaryNavigationMobile.navbar ul {
        padding: 5px 0;
    }
}

#sectionContent {
    background-color: #fff;
}

#foot-a, #foot-b, #foot-c, #foot-d, #foot-e, #foot-f, #foot-g, #foot-h {
    display: inline-block;
    margin: 10px;
}

#header-academic-search {
    display: block;
    background: #CCCCCC;
    padding: 10px;
    text-align: center;
}

#header-academic-mytc {
    display: block;
    background: #000000;
    padding: 10px;
    text-align: center;
}

#header-academic-mytc > a {
    color: #FFFFFF;
}

#header-academic-search > a {
    color: #000000;
}

#headerSearchPortal {
    padding-left: 0;
    padding-right: 0;
}

#headerSearchPortalLinks {
    margin: 0;
}

/* PRIMARY NANIGATION */

@media screen and (min-width: 768px) {
    div#primaryNavigationBody {
        height: auto !important;
    }
}


/* Breadcrumb */

nav.breadcrumbs-wrap {
    margin: 1em 0;
    background-color: white;
}

nav.breadcrumbs-wrap .crumb-item i.fa.fa-home:after {
    content: 'TC';
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding-left: 10px;
    color: #126DAC;
}

nav.breadcrumbs-wrap .crumb-item:hover i.fa.fa-home:after {
    color: white;
}

nav.breadcrumbs-wrap .crumb-item {
    display: inline-block;
    padding: 3px 8px 3px 15px;
    position: relative;
    height: 30px;
    font-size: 14px;
    margin-bottom: 5px;
}

nav.breadcrumbs-wrap .crumb-item::after, nav.breadcrumbs-wrap .crumb-item::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 0;
    border-left: 10px solid transparent;
    border-bottom: 30px solid transparent;
    top: 0;
}
nav.breadcrumbs-wrap .crumb-item::after {
    left: 100%;
    z-index: 10;
}
nav.breadcrumbs-wrap .crumb-item::before {
    left: 0;
}

nav.breadcrumbs-wrap .crumb-item:not(:last-child) {
    background-color: #D6ECFF;
    margin-right: 4px;
}

nav.breadcrumbs-wrap .crumb-item:not(:last-child):after {
    border-left-color: #D6ECFF;
}

nav.breadcrumbs-wrap .crumb-item:not(:last-child):hover {
    background-color: #126DAC;
}

nav.breadcrumbs-wrap .crumb-item:not(:last-child):hover:after {
    border-left-color: #126DAC;
}
nav.breadcrumbs-wrap .crumb-item:not(:first-child):before {
    border-left-color: #ffffff;
}

nav.breadcrumbs-wrap a {
    padding: 3px 0;
    color: #126DAC;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

nav.breadcrumbs-wrap .crumb-item:last-child {
    color: #126DAC;
}

nav.breadcrumbs-wrap a:hover {
    text-decoration: none;
    color: white;
}

nav.breadcrumbs-wrap .crumb-item:hover a {
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 767px) {
    nav.breadcrumbs-wrap {
        /*background-color: #d6ecff;*/
    }
    nav.breadcrumbs-wrap .crumb-item:before {
        content: none;
    }

    nav.breadcrumbs-wrap .crumb-item:not(:last-child):after {
        content: '/';
        position: static;
        border: none;
        padding-left:  8px;
    }

    nav.breadcrumbs-wrap .crumb-item {
        display:  inline;
        background-color: transparent !important;
        padding: 0 3px;
    }

    nav.breadcrumbs-wrap a:hover,
    nav.breadcrumbs-wrap .crumb-item:hover a,
    nav.breadcrumbs-wrap .crumb-item:hover i.fa.fa-home:after {
        color: #094e7e;
    }
}

/* PRIMARY SLIDESHOW */
#primarySlideshow {
    background: rgba(0, 0, 0, 1); /*#3B6AA0*/
}

#primarySlideshow img {
    opacity: 0.6;
}

#primarySlideshowCopy {
    color: #fff;
    text-shadow: 0 0 8px #000;
    bottom: 30%;
    left: 0;
    right: 0;
    text-align: center;

}

#primarySlideshowCopy h2 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

#primarySlideshowCopy h3 {
    color: #fff;
    font-size: 2em;
    text-shadow: 2px 2px #000;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;

}

#primarySlideshowCopy h4 {
    color: #fff;
    font-size: 1.8em;
    text-shadow: 2px 2px #000;
    position: absolute;
    top: -40%;
    left: 0;
    right: 0;

}

@media screen and (max-width: 645px) {
    #primarySlideshowCopy h3 {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    #primarySlideshowCopy h2 {
        font-size: 1.6em;
    }

    #primarySlideshowCopy h3 {
        display: none;
    }
}

#primarySlideshowCopy h4 {
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
}

@media screen and (max-width: 940px) {
    #primarySlideshowCopy h4 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 768px) {
    #primarySlideshowCopy h4 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 580px) {
    #primarySlideshowCopy h4 {
        font-size: 1.2em;
    }
}

/* Primary Carousel */

#primaryCarousel .carousel-caption {
    left: 60%;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    #primaryCarousel .carousel-caption {
        left: 0;
        position: static;
        padding-top: 0;
        padding-bottom: 0;
    }
}

#primaryCarousel .carousel-indicators {
    width: 20%;
    bottom: 0;
    left: initial;
    right: 0;
}

#primaryCarousel .carousel-caption .title {
    color: #fff;
    background-color: rgba(102, 102, 102, 0.8);
    font-size: 21px;
    font-variant: small-caps;
    padding: 5px;
}

#primaryCarousel .carousel-caption .title a {
    text-decoration: none;
}

#primaryCarousel .carousel-caption .title a .title1 {
    font-size: 1.4em;
    color: #FDB641;
    text-align: left;
    display: block;
}

#primaryCarousel .carousel-caption .title a .title2 {
    font-size: 0.8em;
    color: #FFFFFF;
    text-align: left;
    display: block;
}

/* CONTENT */

#sectionId {
    background-color: #ddd;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.container .jumbotron {
    padding: 2em 0;
}

.jumbotron {
    padding: 24px 24px;
    margin-top: 16px;
    position: relative;
    background-color: white;
}

.jumbotron h2:after {
    content: '';
    position:  absolute;
    width: 30px;
    height: 2px;
    background-color: orange;
    bottom: -1em;
    right: -webkit-calc(50% - 15px);
    right: -moz-calc(50% - 15px);
    right: calc(50% - 15px);
}

.jumbotron h2 {
    position:  relative;
    margin-bottom: 2em;
    text-align: center;
}

.jumbotron p {
    display: block;
    overflow: hidden;
    font-family: 'Lora', serif;
    font-size: 18px;
}

.jumbotron a {
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase;
    bottom: 5px;
    display: block;
    float: right;

}

.single-card a {
    padding: 5px;
    background: darkgrey;
    color: white;
    position: absolute;
    bottom: 5px;
    display: block;
    margin: 5px auto;
    right: 5px;
}

#sectionMore h2, #sectionMore h3, #sectionMore h4 {
    text-align: center;
}

@media screen and (max-width: 940px) {

    .jumbotron {
        padding: 12px;
        margin-top: 8px;
    }

    .jumbotron h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .jumbotron p {
        font-size: 14px;
    }

    .col-sm-12 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* faculty */

.faculty-card-inner > a {
    background-color: #eee;
    padding: 5%;
    display: block;
}

.facultyInfo .title {
    font-style: italic;
}

.facultyInfo .additionaltitle {
    font-style: italic;
}

.facultyInfo div {
    margin-bottom: 5px;
}

.facultyInfo {
    margin-bottom: 10px;
}

#faculty-profile-collapsable-controls .nav li {
    border: 1px solid #F0F0F5;
    border-radius: 5px;
}

/* Secondary Banner */

#secondaryBanner .image {
    display: none;
}
#secondaryBanner {
    background-image: none !important;
    color: black;
}
#secondaryBanner .title {
    color: #094e7e;
    font-size: 1.5em;
}
#secondaryBanner .title2 {
    display: none;
}

/* DEAFULT PROGRAM CARD STYLED */
.page-section .row {
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  flex;
    margin-bottom: 2em;
    -webkit-flex-wrap:  wrap;
    -ms-flex-wrap:  wrap;
    flex-wrap:  wrap;
}
.page-section .row > * {
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    .page-section .row > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.page-section .row a [class*="col-"] {
    width: 100%;
    height: 100%;
}

.single-card:hover {
    opacity: 1;
    -webkit-box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}

.single-card {
    padding: 2em;
    opacity: .8;
    position: relative;
    background-size: cover;
    background-position: center;
    font-size: 16px !important;
    -webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    transition: opacity .2s ease, -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease, opacity .2s ease;
    -moz-transition: box-shadow .2s ease, opacity .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease;
    transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.1);
    box-shadow: 1px 1px 6px rgba(0,0,0,.1);
    min-height: 180px;
    overflow: hidden;
    margin-top: 10px;
    height: 100%;
}

.single-card h3 {
    color: #3B6AA0;
    padding: 5px;
    margin-top: 0;
    font-weight: 600;
    font-size: 21px;
}

.single-card .copy {
    color: #167ac6;
    font-size: 16px !important;
}

.research-centers-card h3 {
    border-bottom: 4px solid #3B6AA0;
    background: #EFEFEF;
    padding: 5px;
}

.department {
    display: none;
}

#leftColumn ul {
    margin-top: 10px;
}

#leftColumn li a {
    background: #f5f5f5;
    border: none;
    border-right: 4px solid #0168b5;
    border-radius: 0;
    margin-bottom: 10px;
}

.section-links .active-path > a {
    color: #eee;
    background-color: #0168b5 !important;
}

#rightColumn {
    background-color: #f0f8ff;
    padding-bottom: 10px;
    font-size: 14px;
}

#rightColumn ul {
    margin-top: 10px;
}

.btn-default {
    color: #369;
    background-color: #eee;
}

.btn {
    border-radius: 0;
}

/* ACADEMIC FACULTY LISTING */

h4[data-role="FAC"], h4[data-role="LEC"], h4[data-role="VST"], h4[data-role="ADJ"], h4[data-role="FUL"], h4[data-role="INST"], h4[data-role="EMER"] {
    font-size: 2em;
    margin-top: 10px;
}

.orange {
    padding: 10px;
    text-align: center;
    border: 2px solid gold;
    font-weight: bold;
}

.fa {
    padding-right: .3em;
}

/* MATT 6/23/15 */

#departmentDashboard, #centerDashboard, #labDashboard {
    background-image: none;
    background: #EEEEEE;
}

#departmentDashboard h3, #sectionMore h3, #programDashboard h3, #centerDashboard h3, #centerMore h3, #labDashboard h3, #labMore h3 {
    background-color: #3b6aa0;
    color: white;
    padding: 5px;
    text-align: center;
    margin: 0;
}

#departmentDashboard .section-links {
    margin: 0;
}

#departmentDashboard .section-links li {
    font-size: 18px;
    font-weight: 500;
}

.single-card-section-link a {
    width: 45%;
    text-align: center;
    position: relative;
    font-weight: bold;
}

#departmentContact, #centerContact, #labContact, #programContact {
    text-align: center;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9Im5vbmUiPjxyZWN0IGZpbGw9IiM5OWNjZmQiIHg9IjMiIHk9IjMiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIC8+PC9nPjwvc3ZnPg==) 100% 100%;
    padding: 1em 0;
}
#departmentContact h3, #centerContact h3, #labContact h3, #programContact h3 {
    font-weight: bold;
    font-style: italic;
    color: #0F619A;
}
#departmentContact p, #centerContact p, #labContact p, #programContact p {
    margin: 5px 0;
}

#departmentDashboard h2, #programNondegrees h2, #programDegrees h2, #centerDashboard h2, #department #Programs h2, #labDashboard h2, #labResearch h2 {
    text-align: center;
}

.dept-prog-news-li {
    min-height: 110px;
}

.dept-prog-news-li img {
    height: 100px;
    width: auto;
    border: 2px solid gold;
    margin: 5px;
}

h2.dashboard-heading {
    text-align: center;
}

#sectionMore, #departmentDashboard, #centerDashboard, #centerMore, #labDashboard, #labMore, #programDashboard {
    background: none;
    margin: 2em 0;
}

#sectionMore .carousel-caption {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    position: absolute;
    top: 200px;
}

#sectionMore .carousel-inner {
    max-height: 400px;
    overflow: hidden;
}

.profile-feature-card {
    height: 320px;
    overflow: hidden;
    background: #EEEEEE;
}

.profile-feature-card img {
    max-height: 240px;
    width: auto;
    border: 2px solid #666666;
    margin: 5px;
    float: left;
}

.profile-feature-card h4 {
    text-align: left;
}

.profile-feature-card .carousel-indicators {
    position: absolute;
    top: 200px;
    right: 0;
}

.profile-feature-card a {
    background: #eead0e none repeat scroll 0 0;
    border: 2px solid gold;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 250px;
    color: white;
    padding: 10px;
    display: inline-block;
}

#sectionMore .carousel-indicators .active {
    background-color: #3b6aa0;
}

#sectionMore .carousel-indicators li {
    border: 1px solid #3b6aa0;
}

#sectionMore .carousel-indicators {
    position: absolute;
    top: 200px;
    right: 0;
    left: 80%;
    text-align: right;
    width: 40%;
}

.power-carousel-sections-default .linked-section,
.dashboard-events-default .linked-section,
.dashboard-news-default .linked-section,
.dashboard-news-csv-default .linked-section {

    width: 60%;
    margin: 0 auto 10px auto;
    text-align: center;
}

.power-carousel-sections-default .linked-section a,
.dashboard-events-default .linked-section a,
.dashboard-news-default .linked-section a,
.dashboard-news-csv-default .linked-section a {
    border: 2px solid darkgrey;
    font-weight: bold;
    display: block;
    padding: 10px;
}

.power-carousel-sections-default .linked-section a {
    color: #fff;
    background-color: #8DB6CD;
}

.dashboard-events-default .linked-section a {
    color: #fff;
    background-color: #8DB6CD;
}

.dashboard-news-default .linked-section a {
    color: #fff;
    background-color: #8DB6CD;
}

.dashboard-news-csv-default .linked-section a {
    color: #fff;
    background-color: #8DB6CD;
}

#departmentDashboard .videoWrapper, #sectionMore .videoWrapper, #centerDashboard .videoWrapper, #centerMore .videoWrapper, #labDashboard .videoWrapper, #labMore .videoWrapper {
    margin: 10px;
}

/* News Articles */
.article-media-top {
    background: -webkit-repeating-linear-gradient(
            145deg,
            #EDEDED,
            #EDEDED 10px,
            #E8E8E8 10px,
            #E8E8E8 20px
    );
    background: -moz-repeating-linear-gradient(
            145deg,
            #EDEDED,
            #EDEDED 10px,
            #E8E8E8 10px,
            #E8E8E8 20px
    );
    background: repeating-linear-gradient(
            -55deg,
            #EDEDED,
            #EDEDED 10px,
            #E8E8E8 10px,
            #E8E8E8 20px
    );
    padding: 10px;
    max-width: 560px;
    clear: both;
    max-height: inherit;
    margin-bottom: 10px;
    overflow: hidden;
}

.article-image-caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px;
    width: 100%;
}

.article-media-top img {
    text-align: center;
}

.article-share-box {
    background: -webkit-repeating-linear-gradient(
            145deg,
            #EDEDED,
            #EDEDED 10px,
            #E8E8E8 10px,
            #E8E8E8 20px
    );
    background: -moz-repeating-linear-gradient(
            145deg,
            #EDEDED,
            #EDEDED 10px,
            #E8E8E8 10px,
            #E8E8E8 20px
    );
    background: repeating-linear-gradient(
            -55deg,
            #EDEDED,
            #EDEDED 10px,
            #E8E8E8 10px,
            #E8E8E8 20px
    );
    max-width: 100%;
}

.article-az {
    border-bottom: 1px solid #8db6cd;
    margin: 5px;
}

.read-more-arrow {
    background-color: orange;
    border: 2px solid gold;
    float: right;
    margin: 5px 0;
}

.read-more-arrow a {
    color: white;
    display: block;
    text-align: center;
}

.event-date {
    border: 2px solid gold;
    background: orange;
    text-align: center;
}

.event-list-month {
    width: 100%;
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: white;
}

.event-list-day {
    width: 100%;
    color: white;
    font-size: 24px;
    display: block;
}

#sub_article, #sub_nav {
    display: none;
}

/* ARTICLE - SIMPLE ARTICLE */

.simple-article-wrapper:nth-child(even) {
    background-color: #eee;
}

#programDashboard ol.carousel-indicators, #sectionMore ol.carousel-indicators, #departmentMore ol.carousel-indicators, #centerMore ol.carousel-indicators, #labMore ol.carousel-indicators {
    bottom: -.8em;
}

#programDashboard div.carousel-inner, #sectionMore div.carousel-inner, #departmentMore div.carousel-inner, #centerMore div.carousel-inner, #labMore div.carousel-inner {
    margin: 10px;
}

#programDashboard .videoWrapper, #sectionMore .videoWrapper, #departmentMore .videoWrapper, #centerMore .videoWrapper, #labMore .videoWrapper {
    padding: 10px;
}

#sectionMore .carousel-indicators {
    top: auto;
}

#departmentDashboard ol.carousel-indicators, #programDashboard ol.carousel-indicators, #centerDashboard ol.carousel-indicators, #labDashboard ol.carousel-indicators {
    bottom: -2em;
}

#departmentDashboard .item.active, #programDashboard .item.active, #centerDashboard .item.active, #labDashboard .item.active {
    bottom: 10px;
}

#departmentDashboard img, #programDashboard img, #centerDashboard img, #labDashboard img {
    margin-top: 10px;
}

#departmentDashboard .profile-default, #programDashboard .profile-default, #centerDashboard .profile-default, #labDashboard .profile-default {
    margin-top: 10px;
}

/* Primary Menu */

#primaryNavigation .active-path a, #primaryNavigation .active a {
    font-weight: bold;
}

.profile-modal-card {
    margin-bottom: 25px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.profile-modal-card .fullName, .profile-modal-card .title {
    text-align: center;
    text-shadow: 0 2px #fff;
    padding: 5px;
}

.profile-modal-card .fullName {
    font-size: 1.4em;
}

.file-for-az {
    background-color: #f3f3f3;
    padding: 5px;
    margin-bottom: 5px;
}

.file-for-az i.fa {
    font-size: 1.5em;
}

#characterCatalog {
    text-align: center;
    margin-bottom: 15px;
}

#characterCatalog > a, #characterCatalog > span {
    margin: 3px 0;
    display: inline-block;
}

#characterCatalog .label-default {
    background-color: #aaa;
}

#characterCatalog a .label-default {
    background-color: #777;
}

#printHeader {
    display: none;
}

@media print {

    #printHeader {
        display: block;
    }

    #printSubhead {
        text-align: left;
        margin-top: 5px;
    }

    a[href]:after {
        content: none !important;
    }

    #headerLeft {
        display: none;
    }

    #footer,
    .addthis_custom_sharing {
        display: none;
    }

    .description_content img {
        padding: 10px;
        border: 1px solid #ddd;
    }

    header {
        border-bottom: 4px solid #666666;
    }

    .description_content p {
        font-size: 10px !important;
    }

    #secondaryBanner .image {
        display: none;
    }

    .article-label-file span a[href]:after {
        content: none !important;
    }

    #leftColumn, #rightColumn {
        display: none;
    }

    #mainColumn {
        width: 90%;
    }

    img {
        page-break-inside: avoid;
    }

}

/* profile-slideshow*/

.slideshow-profile-info {
    text-align: left;
}

.slideshow-profile-image img {
    border: 2px solid black;
    width: 86%;
}

#eventCalendar th {
    text-align: center;
    padding: 5px 0 !important;
    background-color: #f3f3f3;
}

#eventCalendar th.week-day-sat, #eventCalendar th.week-day-sun {
    width: 10%;
    font-size: .8em;
}

#eventCalendar th.week-day-mon, #eventCalendar th.week-day-tue, #eventCalendar th.week-day-wed, #eventCalendar th.week-day-thu, #eventCalendar th.week-day-fri {
    width: 16%;
}

#eventCalendar th .fa {
    cursor: pointer;
}

#eventCalendar td {
    text-align: center;
    color: #444;
    padding: 5px !important;
}

#eventCalendar td:nth-child(2), #eventCalendar td:last-child {
    font-size: .8em;
}

#eventCalendar td.today {
    background-color: rgba(0, 153, 0, .15);
}

#eventCalendar td .previous-month-day {
    font-size: .8em;
}

#eventCalendar td .month-day {
    color: #666;
}

#eventCalendar td .month-day.active {
    background-color: #f3f3f3;
    border-radius: 10px;
    color: #000;
    text-shadow: 0 1px #fff;
    padding: 1px 4px;
}

#eventsSection {
    margin-top: 20px;
}

.panel-event {
    border: none;
    border-radius: 0;
}

.panel-event .fa {
    padding-right: .5em;
}

.panel-event .label-time {
    color: #555;
    background-color: rgba(184, 92, 0, 0.2);
    margin-right: 5px;
    text-shadow: none;
}

.panel-event .label-location {
    color: #555;
    background-color: rgba(92, 184, 92, 0.2);
    text-shadow: 0 1px #fff;
    margin-right: 5px;
}

.panel-event .caldate {
    margin-top: -10px;
    margin-right: -5px;
    background-color: #eee;
    text-align: center;
    padding: 0;
    -webkit-box-shadow: 0 0 1px #666;
    box-shadow: 0 0 1px #666;
}

.panel-event .calmon {
    font-size: 1em;
    color: #fff;
    text-shadow: none;
    background-color: #FA9600;
    padding: 0 5px;
}

.panel-event .calday {
    font-size: 1.6em;
    color: #666;
    text-shadow: 0 1px #fff;
    line-height: 1em;
    padding-top: 2px;
}

.panel-event .caldow {
    font-size: .7em;
    text-transform: uppercase;
    color: #666;
    text-shadow: 0 1px #fff;
}

.panel-event > .panel-heading {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    background-color: #0066a4;
    border: none;
    padding: 5px 10px;
}

.panel-event > .panel-footer {
    border: none;
    padding: 5px 10px;
}

.panel-event > .panel-body {
    background-color: #fcfcfc;
}

.event-heading {
    font-size: 1.1em;
    font-weight: normal;
    color: #4C8CC3;
    cursor: pointer;
    padding-bottom: 10px;
}

.event-body {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.eventList-item, .event-list-item {
    padding: 1em 0 1em 0.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #eee;
    text-shadow: 1px 1px #fff;
    color: #555 !important;
}

.eventList-item a, .event-list-item a {
    float: none;
    font-size: 1.2em;
}

.eventList-item h1 {
    font-size: 1.3em;
}

.eventList-item h2 {
    font-size: 1.25em;
}

.eventList-item h3 {
    font-size: 1.2em;
}

.eventList-item h4 {
    font-size: 1.15em;
}

.eventList-item h5 {
    font-size: 1.1em;
}

.eventList-item p {
    margin: 0;
}

.eventList-item .date-time {
    background-color: rgba(59, 106, 160, 0.1);
    color: #3B6AA0;
    text-shadow: 0 1px #fff;
    padding: 2px 4px;
    text-align: center;
    margin-top: -5px;
    margin-right: 20px;
    font-size: 1.4em;
}

.eventList-item .date-time > .date {
    font-size: .8em;
}

.eventList-item .date-time > .month {
    font-size: .8em;
}

.eventList-item .date-time > .day {
    font-size: .8em;
}

.eventList-item .date-time > .time {
    font-size: .7em;
    display: none;
}

.eventList-item .date-time:hover > .time {
    display: block;
}

.see-all-events {
    padding: 5px 10px;
    border: 1px #eee solid;
    float: right;
}

@media screen and (max-width: 768px) {
    .see-all-events {
        float: none;
        width: 60%;
        margin: 0 auto 10px auto;
        text-align: center;
        display: block;
    }
}

.event-date {
    background-color: rgba(0, 51, 98, 1);
    color: #fff;
    padding: 5px;
}

.divWhen {
    font-size: 1.2em;
    font-weight: 500;
    padding: .2em .4em;
    color: #fff;
    background: #4C8CC3;
}

.buttonEventsDay, .buttonEventsWeek {
    cursor: pointer;
}

.label-location {
    color: #4C8CC3 !important;
}

.label-time {
    background-color: #f7f7f7;
    color: #4B7294 !important;
    margin-right: 10px;
    text-shadow: 0 0;
}

.label-date {
    background-color: #4C8CC3;
    color: #fff !important;
}

.eventList-item .fa {
    margin-right: .5em;
}

.eventList-item .caldate {
    margin-right: -5px;
    background-color: #f7f7f7;
    text-align: center;
    padding: 0;
    clear: both;
    float: left;
    max-width: 45px;
    border: 1px solid #eee;
}

.eventList-item .calmon {
    font-size: 1em;
    color: #fff;
    text-shadow: none;
    background-color: #FA9600;
    padding: 0 5px;
    text-transform: uppercase;
}

.eventList-item .calday {
    font-size: 1.6em;
    color: #666;
    text-shadow: 0 1px #fff;
    line-height: 1em;
    padding-top: 2px;
}

.eventList-item .calyear {
    font-size: .7em;
    text-shadow: 0 0 #fff;
    color: #333;
    line-height: 1em;
    padding: 2px;
    background: #ddd;
}

.eventList-item .caldow {
    font-size: .7em;
    text-transform: uppercase;
    color: #666;
    text-shadow: 0 1px #fff;
}

.event-image-modal, .event-image-simple. .event-image-full, .event-image-default {
    width: 100%
}

.event-image-modal img {
    width: 90%;
    height: auto;
}

.event-image-simple img {
    width: 80%;
    height: auto;
}

.event-image-full img {
    width: 94%;
    height: auto;
}

.event-image-default img {
    width: 90%;
    height: auto;
}








#programDegrees > h3, #programNondegrees > h3, #programAlumni > h4 {
    text-align: center;
    color: #fff;
}

#programStudents .carousel-caption, #programAlumni .carousel-caption {
    position: inherit;
    left: 0;
    background-color: #333;
    padding: 20px;
}

#programMore, #centerMore {
    margin-top: 20px;
    background-color: #eee;
}

/* FACULTY */

.facCol {
    margin-top: 20px;
}

.facCol .col-sm-divider {
    min-height: 25px;
}

.faculty-default .profile-picture {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {

    .faculty-default .profile-picture {
        margin-top: -40%;
    }

}

.faculty-default .panel-default {
    border-color: #fff;
}

.faculty-default .panel-heading {
    padding: 0;
    background-color: inherit;
}

.faculty-default .panel-group {
    margin-top: 20px;
}

.faculty-default .faculty-profile-section > h2, .faculty-default .panel-heading > h4.panel-title {
    font-size: 1.6em;
    background-color: rgba(59, 106, 160, 0.5);
    padding: 4px 8px;
    color: #fff;
}

.faculty-default h4.panel-title a {
    text-decoration: none !important;
}

.faculty-default .facultyName {
    text-align: center;
    font-size: 1.6em;
}

.faculty-default .facultyInfo {
    text-align: center;
    margin: 20px 0;
    background-color: #f3f3f3;
    text-shadow: 0 2px #fff;
    padding: 10px
}

@media screen and (min-width: 768px) {
    .faculty-default .profile-picture img {
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
        box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    }
}

.faculty-profile-section {
    margin-top: 20px;
}


.degreeTitle {
    font-size: 1.6em;
    line-height: inherit;
    margin-top: 20px;
}

#programDashboard .copy, #departmentDashboard .copy, #centerDashboard .copy, #labDashboard .copy {
    padding: 20px;
}

#courseList h3 {
    text-transform: uppercase;
}

.course-item {
    background: #f5f5f5;
    padding: 10px 25px;
    margin-bottom: 15px;
}

.course-item h3 {
    margin-top: 10px;
    font-size: 20px;
    color: #3b6aa0;
}

.image-responsive-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

#headerNavigationButtons .blue {
    font-weight: bold;
}

#printSubhead {
    display: none;
}

.btn-label {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    display: block;
}

.article-image-right-25 {
    margin-left: 10px;
    float: right;
    width: 25%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-right-30 {
    margin-left: 10px;
    float: right;
    width: 30%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-right-35 {
    margin-left: 10px;
    float: right;
    width: 35%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-right-40 {
    margin-left: 10px;
    float: right;
    width: 40%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-right-45 {
    margin-left: 10px;
    float: right;
    width: 45%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-right-50 {
    margin-left: 10px;
    float: right;
    width: 50%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-left-25 {
    margin-right: 10px;
    float: left;
    width: 25%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-left-30 {
    margin-right: 10px;
    float: left;
    width: 30%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-left-35 {
    margin-right: 10px;
    float: left;
    width: 35%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-left-40 {
    margin-right: 10px;
    float: left;
    width: 40%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-left-45 {
    margin-right: 10px;
    float: left;
    width: 45%;
    background-color: #F2F2F2;
    padding: 5px;
}

.article-image-left-50 {
    margin-right: 10px;
    float: left;
    width: 50%;
    background-color: #F2F2F2;
    padding: 5px;
}

.image-caption {
    font-size: 12px;
}

.image-container-article {
    padding: 5px;
    background-color: #F2F2F2;
    float: right;
    width: 30%;
    margin-left: 5px;
}

@media (max-width: 480px) {
    .article-image-right-25, .article-image-right-30, .article-image-right-35, .article-image-right-40, .article-image-right-45, .article-image-right-50 {
        margin-left: 0;
    }

    .article-image-left-25, .article-image-left-30, .article-image-left-35, .article-image-left-40, .article-image-left-45, .article-image-left-50 {
        margin-right: 0;
    }

}

#programDegrees > h3, #programNondegrees > h3, #programAlumni > h4 {
    color: #333;
}




#admissions-info-box {
    display: block !important;
    padding: 2em;
    margin-bottom: 2em;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9Im5vbmUiPjxyZWN0IGZpbGw9IiM5OWNjZmQiIHg9IjMiIHk9IjMiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIC8+PC9nPjwvc3ZnPg==) 100% 100%;
}

#admissions-info-box table {
    margin-bottom: 15px;
    font-size: .9em;
    background-color:  white;
    /*box-shadow: 3px 3px 5px 0 rgba(0,0,0,.05);*/
}
#admissions-info-box tbody>tr:nth-of-type(odd) {
    background-color: #e6f3ff;
}
#admissions-info-box tr>td,
#admissions-info-box tr>th {
    border-top: 1px solid transparent;
}
#admissions-info-box thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
}

#admissions-info-box h2 {
    font-size: 1.5em;
    margin: 15px 0;
}
#admissions-info-box h2 a {
    text-decoration: none;
}
#admissions-info-box h2 small {
    position: relative;
    bottom: 3px;
    font-size: 55%;
    -webkit-transition:  opacity .3s ease;
    -o-transition:  opacity .3s ease;
    -moz-transition:  opacity .3s ease;
    transition:  opacity .3s ease;
    visibility: hidden;
    opacity:  0;
}
#admissions-info-box h2 .collapsed small {
    visibility: visible;
    opacity: 1;
}

#admissions-info-table small {
    text-align: right;
    display: block;
    color: #777;
}

.admissions-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.admissions-buttons .btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
}
.admissions-buttons .btn:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .admissions-buttons {
        display: block;
    }
    .admissions-buttons .btn {
        display: block;
        margin: 5px 0;
    }
}

.plus-animated {
    position:  relative;
}
.plus-animated i {
    position: absolute;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    -moz-transition: transform .3s linear, -moz-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear, -moz-transform .3s linear, -o-transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    padding:  0;
    font-size: 15px;
    left: 0;
}
.plus-animated i.fa-minus {
    padding: 5px;
}
.plus-animated i.fa-circle-thin {
    font-size: 26px;
    position: relative;
}
.collapsed .plus-animated i.line-vertical {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.collapsed .plus-animated i.line-horizontal {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tooltip-inner {
    max-width: 250px;
    padding: 5px 10px;
    color: #fff;
    background-color: #0069b4;
    border-radius: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #0069b4;
}
.tooltip {
    font-family: inherit;
    font-size: 14px;
}
.tooltip.in {
    opacity: 1;
}
[data-toggle="tooltip"] {
    cursor: pointer;
    color: #0069b4;
}
[data-toggle="tooltip"]:focus,
[data-toggle="tooltip"]:hover {
    color: #286090;
}

.sticky-notice-wrap {
    position: fixed;
    bottom: 0;
    background-color: #1c304a;
    width: 100%;
    z-index: 1000;
}
.sticky-notice-wrap .sticky-notice-inner {
    color: white;
}
.sticky-notice-wrap .sticky-notice-inner a {
    color: #ffbc2e;
}
.sticky-notice-wrap .privacy-box {
    padding: 1.5em 0;
    font-size: 0.85em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .sticky-notice-wrap .privacy-box {
        display: block;
    }
}
.sticky-notice-wrap .privacy-box p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    color: #d6ecff;
}
@media (max-width: 575px) {
    .sticky-notice-wrap .privacy-box p {
        margin-bottom: 8px;
    }
}
.sticky-notice-wrap .privacy-box .privacy-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 2em;
}
@media (max-width: 575px) {
    .sticky-notice-wrap .privacy-box .privacy-btn {
        margin-left: 0;
        text-align: right;
    }
}

.basic-content-wrap > .container {
    width: auto;
}

#articleMonth .col-sm-4:nth-child(3n+1) {
    clear: both;
}

li.apa-indent {
    list-style: none;
    text-indent: -50px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
}
