/** Fonts **/


/* 
font-family: 'brothers', serif; ----- 
font-family: 'Newsreader', serif;  ----- Adobe Garamond W01
font-family: 'Bebas Neue', sans-serif; ----- Knockout
font-family: 'Poppins', sans-serif; ----- Avenir
*/


/** Fonts **/


/** Common **/

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #2b71b8;
}

p {
    margin: 0 0 20px;
}
p a{text-decoration:underline;}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #464646;
    font-weight: 500;
    font-style: normal;
    margin-top: 0px;
}

h1 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.h2,
h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

* {
    transition: background 0.2s ease-out;
}

.headlineHasBlueLine h2.title::after {
    content: '';
    display: block;
    height: 4px;
    width: 160px;
    background-color: #9cc4e6;
    position: relative;
    top: 8px;
}

table {
    max-width: 100%;
    width: 100% !important;
}

.form-required::after {
    content: "*";
    color: #B94A48;
}

[hidden] {
    display: none !important;
}

div[aria-label="Error message"] {
    color: #721c24;
    background-color: #f8d7da;
    margin: 0;
    padding: 15px 10%;
    font-size: 14px;
}


/** Common **/


/** Header **/

.ndm-branding {
    padding: 18px 15px 18px 0;
    background-color: #2b71b8;
    margin-bottom: 0px;
    float: left;
}

.landing-ndm .ndm-branding {
    padding: 0;
}

.landing-ndm .site-header {
    background: #2B71B8;
}

.ndm-branding img {
    width: 180px;
}

.top-menu-right-items .ndm-block-content>div>div {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 12px;
    float: right;
}

.top-menu-right-items .ndm-block-content .l-header__mobile-menu {
    display: block;
    padding: 12px 31px 10px;
    font-size: 16px;
    width: auto;
    background-color: #f4b220;
    margin-left: 0px;
}

.top-menu-right-items .l-header__mobile-menu .fa {
    font-size: 46px;
    color: #033c5a;
    margin: 0;
}

.top-menu-right-items .ndm-block-content .l-header__mobile-menu a span {
    display: block;
    color: #033c5a;
}

.top-menu-right-items .ndm-block-content .l-header__mobile-menu:hover,
.top-menu-right-items .ndm-block-content .l-header__mobile-menu-active {
    background-color: #fff;
}

.top-menu-right-items .menu-text {
    display: block;
}

.search-block-trigger,
.directories {
    padding: 22px;
    background-color: #2b71b8;
    cursor: pointer;
}

.search-block-trigger.active {
    background-color: #444;
}

.active .glass::after {
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out 0s;
}

.active .glass::before,
.active .glass::after {
    height: 16px;
    top: 0;
    left: 10px;
}

.active .glass {
    border-color: rgba(255, 255, 255, 0);
}

.top-menu-search {
    display: none;
    background: #444;
    padding: 10px;
    position: absolute;
    right: 106px;
    top: 90px;
    width: 400px;
    z-index: 10;
}

.top-menu-search form {
    display: flex;
}

.top-menu-search form #edit-keys {
    width: 100%;
    height: 40px;
    border: none;
}

.top-menu-search .form-item-keys {
    width: 100%;
}

.top-menu-search #edit-submit {
    background-image: url(../assets/img/search-glass.png);
    padding: 0;
    width: 50px;
    height: 40px;
    border: none;
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    color: #fff;
}

.return-home:hover,
.gatorhub:hover,
.directories:hover,
.search-block-trigger:hover {
    background-color: #033c5a;
}

.top-menu-right-items .fa {
    margin-top: 7px;
    font-size: 19px;
    height: auto;
    color: #fff;
    margin-bottom: 4px;
}

.return-home a,
.gatorhub a,
.directories a {
    color: #fff;
    display: block;
    padding: 0 12px;
}

.glass {
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid white;
    border-radius: 50%;
    position: relative;
    margin: 6px 0 8px 8px;
    transition: all 0.3s ease-in-out 0s;
}

.glass::before,
.glass::after {
    content: "";
    display: block;
    background: #fff;
    height: 11px;
    width: 3px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    top: 8px;
    left: 11px;
}

.gatorhub {
    float: right;
    font-size: 0.75rem;
    background-color: #2b71b8;
    text-align: center;
    padding: 30px 15px 21px;
    cursor: pointer;
}

.gatorhub-icon::before {
    content: url('https://www.ndm.edu/sites/default/files/home/gator-hub.png');
}

.top-menu-right-items .ndm-block-content a:hover {
    text-decoration: none;
}

.not-front .l-header__mobile-menu {
    display: none !important;
}

.not-front .return-home,
.not-front .directories,
.not-front .search-block-trigger {
    padding: 5px;
}

.not-front .gatorhub {
    padding: 12px 5px 5px;
}

.not-front .top-menu-search {
    right: 15px;
    top: 55px;
}

.ndm-mega-menu {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: unset;
    border-bottom: none;
    width: auto;
    background-color: #fff;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 8;
}

.ndm-mega-menu.active {
    display: block;
}

body.navigation--sticky-open {
    overflow: hidden;
}

body.navigation--sticky-open .site-header {
    background: #2B71B8;
}

.button.button--ultimenu {
    display: none !important;
}

.top-menu-ultim {
    padding-top: 90px;
}

.top-menu-ultim ul.ultimenu {
    width: 100%;
    background-color: #9bc3e8;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

.top-menu-ultim ul.ultimenu .ultimenu__item {
    width: 100%;
}

.top-menu-ultim ul.ultimenu .ultimenu__link {
    cursor: pointer;
    padding: 14px 16px;
    font-weight: bolder;
    text-align: center;
    border-right: 1px solid #ffffff;
    color: #033c5a;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.top-menu-ultim ul.ultimenu .ndm-active .ultimenu__link {
    background-color: #ffffff;
}

.top-menu-ultim .ultimenu--hover .ultimenu__flyout {
    display: none !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    top: 100%;
    transition: all .2s;
    visibility: revert !important;
    padding: 0 !important;
}

.top-menu-ultim .ultimenu--hover .ndm-active .ultimenu__flyout {
    display: block !important;
}

.top-menu-ultim .ultimenu__region {
    background-color: #fff;
    padding: 80px 20px 0;
    overflow: hidden;
}

.top-menu-ultim-block {
    float: left;
    width: 25%;
}

.top-menu-ultim-block .ndm-block-content ul {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    padding-left: 40px;
    background-image: url('../assets/img/arrow30x30.png');
    background-repeat: no-repeat;
    background-position: left 10px;
}

.top-menu-ultim-block .ndm-block-content ul a.heading {
    font-size: 34px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    color: #2b71b8;
}

.top-menu-ultim-block .ndm-block-content ul a {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    color: #033c5a;
    font-size: 18px;
}


/** Header **/


/** Footer **/

.footer-first {
    background-color: #033c5a;
    padding: 20px 0;
}

.footer .ndm-block-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.footer-first .ndm-block-content ul li {
    float: left;
    padding-right: 50px;
}

.footer-first .ndm-block-content ul li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.footer-first .ndm-block-content ul li a:hover {
    color: #2b71b8;
    text-decoration: none;
    border-bottom: 4px solid #2b71b8;
}

.footer-first .ndm-block-content ul li a.fa::before {
    font-family: FontAwesome;
    padding-right: 5px;
}

.footer-second {
    background: #2B71B8;
    font-family: 'Poppins', sans-serif;
    padding: 50px 0 0;
}

.footer-contact img {
    max-width: 250px;
}

.footer-contact {
    color: #fff;
    float: left;
    width: 40%;
}

.footer-second a {
    color: #fff;
}

.footer-utility-menu {
    float: right;
    width: 60%;
    padding-top: 115px;
}

.footer-utility-menu .ndm-block-content ul {
    overflow: hidden;
}

.footer-utility-menu .ndm-block-content ul li {
    float: left;
    width: 50%;
}

.copyrights {
    text-align: center;
    padding-top: 50px;
    clear: both;
}

.copyrights p {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 2rem;
}


/** Footer **/


/** Home Page **/

.cta-menu--side ul li a {
    display: block;
    width: 62px;
    height: 62px;
    padding-top: 12px;
    background: #2b71b8;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    transition: background 0.2s ease-out;
}

.cta-menu--side ul li a span {
    display: block;
    margin: 0 auto 4px;
    font-family: "FontAwesome";
    font-size: 20px;
}

.cta-menu--side ul li {
    list-style: none;
    margin-bottom: 10px;
}

.fixed-quick-links {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 80px;
}

.view-content-img {
    display: none;
}

.home-ndm .site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.slideshow {
    position: relative;
}

.slideshow .top-content {
    position: absolute;
    top: 35%;
    width: 100%;
    left: 0;
    right: 0;
}

.home-headline-center {
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75), 0 0 8px rgba(0, 0, 0, 0.5);
    line-height: 40px;
    margin-bottom: 40px;
}

.home-headline-center .slogon2 {
    font-family: 'brothers', serif;
    font-size: 110px;
    line-height: 100px;
}

.division-menu .ndm-block-content {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-top: 20px;
}

.division-menu .ndm-block-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.division-menu .ndm-block-content ul li {
    float: left;
}

.division-menu .ndm-block-content ul li a {
    color: #fff;
    padding: 0px 10px;
    text-shadow: 0 0 5px #000;
}

.division-menu .ndm-block-content ul li:not(:last-child) {
    border-right: 2px solid #fff;
}

.slideshow .top-content input.searchProgram {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    height: 56px;
    border-radius: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 5px 10px;
    width: 80%;
    max-width: 580px;
    margin-top: 5px;
}

.slideshow .top-content input.searchProgram::placeholder {
    color: #fff;
    opacity: 1;
}

.slideshow .top-content input.searchProgram:focus {
    outline: #fff solid 1px;
    border-radius: 0;
}

.slideshow .top-content .viewAll {
    background-color: #e6503d;
    border: none;
    color: #fff;
    font-family: "Avenir W01", sans-serif;
    font-size: 18px;
    padding: 19px 15px 15px;
    margin-top: 5px;
}
.slideshow .top-content .viewAll:focus,.slideshow .top-content .viewAll:hover {
    background-color: #bf3b45;
}

.slideshow footer {
    height: 100vh;
    min-height: 660px;
}

.slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-ndm #block-si-ndm-ndm-system-main {
    padding: 50px 0;
    background-color: #FFD793;
}

.home-ndm .block-system .ndm-block-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.announcement-slider {
    color: #033c5a;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    display: block;
    height: 18px;
    width: 18px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    border-radius: 50%;
    border: none;
    margin: 0 8px;
    background-color: rgba(43, 113, 184, .3);
}

.slick-dots li button:hover {
    background-color: rgba(43, 113, 184, .5);
}

.slick-dots li.slick-active button {
    background-color: rgba(43, 113, 184, 1);
}

.slick-arrow {
    font-size: 48px;
    position: absolute;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    top: 35%;
    background: transparent;
    color: #033c5a;
    opacity: .75;
    height: 48px;
    line-height: 48px;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-next.slick-arrow {
    right: 0;
}

.slick-prev.slick-arrow {
    left: 0;
}

.announcement-slider .slick-list {
    margin: 0 50px;
}

.landing-page__social-media {
    padding: 4px 0;
}

.social-media-wrapper-ndm-home {
    text-align: center;
}

.social-media-wrapper-ndm-home .social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-media-wrapper-ndm-home .social li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    list-style: none;
}

.social-media-wrapper-ndm-home ul li a {
    display: inline-block;
}

.social-media-wrapper-ndm-home img {
    width: 80px;
    height: 80px;
}

.home-page-schools-block {
    padding: 60px 0;
}

.home-page-schools-block .custom-heading {
    padding-bottom: 60px;
    border-bottom: 2px solid #033C5A;
    margin-bottom: 60px;
}

.custom-heading span {
    display: block;
}

.custom-heading .slogon1 {
    font-size: 56px;
    color: #033c5a;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 56px;
    letter-spacing: -1px;
}

.custom-heading .slogon2 {
    font-size: 76px;
    color: #2b71b8;
    font-family: 'brothers', serif;
    line-height: 76px;
}

.home-page-schools-block .column-img {
    float: left;
    padding-right: 30px;
}

.home-page-schools-block .column-text {
    padding-top: 20px;
}

.column-text .school-of {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #033c5a;
    line-height: 1;
}

.column-text .school-of-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 33px;
    color: #2b71b8;
    line-height: 1;
    font-weight: 500;
}

.home-page-feature-horizontal-ft-block {
    padding: 100px 0;
    background-image: url(../assets/img/blue-background.png);
    background-position: center;
    background-size: cover;
}

.custom-heading .slogon3 {
    font-size: 52px;
    color: #ffd793;
    font-family: 'brothers', serif;
    line-height: 60px;
}

.home-read-our-stories-block {
    padding: 60px 0;
    background: #F5F5F5;
}

.skew-header-no-span,
.skew-header {
    background-color: #2b71b8;
    color: #ffffff;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    padding: 5px 20px;
    transform: skew(-6deg);
    margin-bottom: 30px;
    display: inline-block;
    line-height: 60px;
    font-weight: 500;
}

.skew-text {
    transform: skew(6deg);
    display: block;
}

.ndm-home-admissions .ndm-block-inner,
.home-read-our-stories-block .ndm-block-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.ndm-home-admissions .view-content,
.home-read-our-stories-block .view-content {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    display: flex;
}

.home-read-our-stories-block .view-content li {
    padding: 0;
    margin: 0 20px;
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    max-width: calc(33.3333% - 40px);
}

.ndm-home-admissions .view-content li {
    background-color: #fff;
    padding: 10px 20px 30px 80px;
    margin: 0 20px;
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 33.3333333333%;
}

.ndm-home-admissions .date-block {
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #e6503d;
    color: #fff;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    width: 60px;
    text-align: center;
    height: 60px;
}

.date-block .date-block__month {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    line-height: 14px;
}

.date-block .date-block__number {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

.home-read-our-stories-block .views-field.views-field-nothing {
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.home-read-our-stories-block .view-content img {
    width: 100%;
    height: auto;
}

.home-read-our-stories-block .testimonial-toggle {
    text-align: center;
    line-height: 30px;
    color: #2A6EBB;
    cursor: pointer;
}

.testimonial-card-content {
    padding: 5px 20px 20px;
    display: none;
}

.home-read-our-stories-block .testimonial-card-item {
    position: relative;
}

.home-read-our-stories-block .testimonial-text {
    position: absolute;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    bottom: 30px;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.home-read-our-stories-block .testimonial-text h3 {
    position: absolute;
    bottom: 0;
    display: block;
    color: #fff;
    padding: 20px;
}

.home-read-our-stories-block .home-read-our-stories-block h3 {
    font-size: 28px;
}

.testimonial-card-content {
    padding: 5px 20px 20px;
}

.testimonial-card-classification span {
    display: inline-block;
    background: #bf3b45;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0.125rem 0.25rem;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
}

.testimonial-card-content h3 {
    margin-bottom: 20px;
}

.testimonial-card-info {
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.testimonial-card-teaser {
    padding: 10px 0;
}

.btn,
a.button,
.testimonial-card-more a {
    background: #2a6ebb;
    border-radius: 0px;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
	margin-bottom:5px;
}

a.btn-dark,
.btn-dark-wrap a {
    background: #00355F;
    border-radius: 0px;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

a.btn-dark:hover,
.btn-dark-wrap a:hover {
    background: #4387D5;
    color: #fff;
}

.testimonial-card-more {
    padding-bottom: 30px;
}

.btn:hover,
a.button:hover,
.testimonial-card-more a:hover {
    background: #4387d5;
    color: #fff;
}

.ndm-home-admissions {
    padding: 60px 0;
    background-image: url("../assets/img/bg-admission-events.png");
    background-size: cover;
}

.ndm-home-admissions .views-field-title {
    color: #464646;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
}

.ndm-home-admissions .view-content .fa {
    padding-right: 10px;
}

.front-page .home-page-recent-news,
.front-page .home-page-events-block {
    border-top: 1px solid #033c5a;
}

.home-page-recent-news {
    padding-top: 40px;
    width: 70%;
    float: left;
    padding-right: 50px;
}

.home-page-events-block {
    width: 30%;
    float: right;
    padding-top: 165px;
}

.home-page-recent-news .item-list {
    padding-top: 30px;
}

.home-page-recent-news .item-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 -20px;
}

.bottom-first {
    padding-bottom: 50px;
}

.view-mode-small_listing {
    padding: 0 20px;
}

.view-mode-small_listing .image-wrapper {
    padding-bottom: 20px;
}

.view-mode-small_listing .date {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 14px;
}

.view-mode-small_listing .date::before {
    font-family: FontAwesome;
    margin-right: 10px;
}

.view-mode-small_listing .block-title {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.date-block {
    display: block;
    background-color: #033c5a;
    font-family: "Poppins", sans-serif;
    height: 60px;
    width: 60px;
    padding-top: 11px;
    color: #fff;
    text-align: center;
    float: left;
}

.date-block-month {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1;
}

.date-block-number {
    font-size: 24px;
    line-height: 1;
    display: block;
}

.page-events-block .views-row,
.home-page-events-block .views-row {
    overflow: hidden;
    padding-bottom: 10px;
}

.page-events-block .views-row .views-field-title {
    padding-left: 75px;
    font-weight: 500;
    font-size: 30px;
    color: #2b71b8;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    line-height: 1.4;
}

.home-page-events-block .views-row .views-field-title {
    padding-left: 75px;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    line-height: 1.4;
}

.page-events-block .views-row .loc,
.home-page-events-block .views-row .loc,
.home-page-events-block .views-row .timestamp {
    display: block;
    padding-left: 75px;
    padding-bottom: 10px;
}

.page-events-block .views-row .loc div,
.home-page-events-block .views-row .loc div,
.home-page-events-block .views-row .timestamp div {
    display: inline-block;
}

.page-events-block .views-row .loc:before,
.home-page-events-block .views-row .loc:before,
.home-page-events-block .views-row .timestamp:before {
    margin-right: 10px;
}


/** Home Page **/


/** Content  **/

.home-ndm.page-wrapper {
    position: relative;
}

.ndm-alert {
    background: #ffff99;
}

.ndm-alert-block {
    padding: 15px 0;
    font-family: "Avenir W01", sans-serif;
    text-align: center;
    font-size: 18px;
}

.landing-page__feature__image {
    width: 48%;
}

.landing-page__feature__image img {
    width: 100%;
    height: auto;
}

.admin-tabs.symlik-admintab,
.block-tabs {
    overflow: hidden;
    padding: 20px 0px;
}

.admin-tabs.symlik-admintab ul,
.block-tabs .ndm-block-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    list-style-type: none;
}

.admin-tabs.symlik-admintab ul::after,
.block-tabs .ndm-block-content ul:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #ccc;
    bottom: 0;
    left: 0;
}

.admin-tabs.symlik-admintab ul li a,
.block-tabs .ndm-block-content ul li a {
    padding: 10px;
    display: block;
    border: 1px solid #ccc;
    margin-right: 5px;
    position: relative;
}

.block-tabs .ndm-block-content ul li a span.visually-hidden {
    width: calc(100% + 2px);
    background-color: #2B71B8;
    clip: unset;
    left: -1px;
    bottom: 0;
    height: 4px;
}

.hide-pager .pager {
    display: none;
}

.pager {
    margin: 0;
    padding: 30px 0;
}

.pager__items.js-pager__items {
    padding: 0;
    margin: 0;
}

.pager li>a,
.pager li>span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    background: #2B71B8;
    color: #fff;
    border: none;
    margin: 2px;
}

.pager li.is-active>a,
.pager li.is-active>span {
    background: #033C5A;
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #033C5A;
}

.main-menu-landing {
    background-color: #9bc3e8;
    width: 100%;
}

.mainmenu-inner {
    float: right;
}

.mainmenu-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainmenu-inner ul li {
    float: left;
    position: relative;
}

.mainmenu-inner ul li .ndm-block-content {
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 11;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.125);
    top: 100%;
    min-width: 100%;
    padding: 20px 0 10px;
    background: #fff;
}

.mainmenu-inner ul li.last-items .ndm-block-content {
    right: 0;
}

.mainmenu-inner ul li a {
    color: #033c5a;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 10px;
    font-size: 16px;
    line-height: 2.5;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.mainmenu-inner ul li:hover .ndm-block-content {
    display: block;
}

.mainmenu-inner ul li:hover a {
    border-bottom: 5px solid #033c5a;
    position: relative;
    z-index: 12;
}

.mainmenu-inner ul li .ndm-block-content ul li {
    display: block;
    float: none;
}

.mainmenu-inner ul li .ndm-block-content ul li a {
    border: none !important;
    text-decoration: inherit;
    padding-top: 0;
    display: block;
    line-height: 1.5;
}

.mainmenu-inner ul li .ndm-block-content ul li a:hover {
    text-decoration: underline;
}

.block-page-title-block {
    padding: 20px 0;
    overflow: hidden;
    clear: left;
}

.staff-office-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.staff-office-tabs li {
    float: left;
    padding-right: 5px;
}

.staff-office-tabs li a {
    padding: 10px 20px;
    display: block;
    background: #F5F5F5;
    text-decoration: none;
}

.staff-office-tabs li a:hover {
    background: #E8E8E8;
}

.staff-office-tabs li a.active {
    background: #DCDCDC;
    color: #000;
}

.ndm-list-row-style {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}

.ndm-list-row-style>div {
    padding-bottom: 10px;
    display: block;
}

.ndm-list-row-style .views-field-field-bio-image {
    float: right;
}

.ndm-list-row-style .field-content {
    display: inline-block;
    margin-left: 2px;
}

.ndm-list-row-style .fa.loc,
.ndm-list-row-style .fa.fax,
.ndm-list-row-style .fa.tel,
.ndm-list-row-style .fa.email {
    display: block;
}

.ndm-list-row-style .fa.loc div,
.ndm-list-row-style .fa.fax div,
.ndm-list-row-style .fa.tel div,
.ndm-list-row-style .fa.email div {
    display: inline-block;
    margin-left: 10px;
}

.views-exposed-form {
    background: #DCDCDC;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

ul.entity-moderation-form {
    padding: 10px;
    margin: 0px 0 20px;
    background-color: #E3E3E3;
}

.views-exposed-form>div {
    max-width: 250px;
    padding-right: 10px;
}

ul.entity-moderation-form label,
.views-exposed-form label {
    font-size: 14px;
    display: block;
}

ul.entity-moderation-form .form-text,
.views-exposed-form .form-text {
    width: 100%;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px;
}

ul.entity-moderation-form select,
.views-exposed-form .form-select {
    width: 100%;
    border: 1px solid #999;
    font-family: 'Poppins', sans-serif;
    padding: 5px;
    font-size: 15px;
}

ul.entity-moderation-form input[type=submit] {
    padding: 5px 20px;
    min-width: 150px;
    text-transform: uppercase;
    color: #fff;
    background: #033c5a;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1;
    height: 40px;
    border: none;
    margin-bottom: 2px;
}

.views-exposed-form .button {
    padding: 5px 20px;
    min-width: 150px;
    text-transform: uppercase;
    color: #fff;
    background: #033c5a;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1;
    height: 40px;
    border: none;
    margin-right: 10px;
}

ul.entity-moderation-form input[type=submit]:hover,
.views-exposed-form .button:hover {
    background-color: #4387D5;
}

.clean-filter-form .views-exposed-form>div {
    min-width: 30%;
}

.views-exposed-form>div.form-actions {
    padding-top: 25px;
    display: flex;
}

.clean-filter-form .views-exposed-form {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.has-description .views-exposed-form>div {
    max-width: none;
}

.has-description .views-exposed-form .form-select {
    max-width: 250px;
}

.views-exposed-form .description {
    float: right;
    padding: 5px 20px;
}

.division-logo {
    float: left;
    border-left: 1px solid #fff;
    padding: 10px 20px;
    margin-left: 20px;
}

.division-logo p {
    margin: 0;
}

.division-page-hero-block .views-field-field-header-image .field-content {
    height: 678px;
    position: relative;
}

.division-page-hero-block .views-field-field-header-image .field-content::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.division-page-hero-block .views-field-field-header-image img {
    object-fit: cover;
}

.division-page-hero-block .views-row {
    position: relative;
    height: 678px;
}

.division-page-hero-block .hero {
    position: absolute;
    width: 100%;
    top: 240px;
    z-index: 3;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.hero-content-description {
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.hero-content-title {
    font-family: 'brothers', serif;
    font-size: 90px;
    line-height: 110px;
    color: #fff;
}

.division-page-hero-block .views-field-field-header-image .field-content:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.slideshow .division-page-hero-block footer {
    height: auto;
    min-height: auto;
    position: relative;
    padding: 20px 0 50px;
}

.slideshow .division-page-hero-block footer img {
    position: absolute;
    left: 0;
    top: 0;
}

.division-hero-footer {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.division-hero-footer {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #fff;
}

.division-hero-footer ul li {
    display: none;
}

.division-hero-footer .btn {
    font-size: 20px;
    background-color: #e6503d;
    position: relative;
    top: -40px;
}

.division-hero-footer .btn span {
    margin-left: 10px;
}

.division-hero-footer .btn:hover {
    background-color: #BF3B45;
}

.division-hero-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.division-hero-footer .title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
}

.division-hero-footer .description {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    padding-top: 10px;
}

.left-right-boxes>div:nth-child(2n) .group-right {
    padding: 0 2% 0 0;
}

.left-right-boxes>div:nth-child(2n) .group-left {
    float: right;
    padding: 0 0 0 2%;
}

.left-right-boxes {
    padding: 80px 0 0;
}

.left-right-boxes>div {
    padding-bottom: 80px;
}

.left-right-boxes .group-left {
    width: 48%;
    padding-right: 2%;
}

.left-right-boxes .group-right {
    width: 48%;
    padding-left: 2%;
}

.left-right-boxes img {
    width: 100%;
    height: auto;
}

.btn-link a {
    padding: 10px 28px;
    text-decoration: none;
    transition: background 0.2s ease-out;
    text-transform: uppercase;
    color: #fff;
    background: #033c5a;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.btn-link a::after {
    content: "\00a0\f105";
    font-family: "FontAwesome";
}

.btn-link a:hover {
    background: #4387D5;
}

.type-division .bottom-top-content {
    background: #F5F5F5;
}

.views-field-field-program-degree-type {
    width: 70%;
}

.views-field-field-program-degree-type span.wrap {
    width: 50%;
    display: inline-block;
}

table {
    background-color: transparent;
    margin-bottom: 30px;
}

table th {
    background: #2B71B8;
    color: #fff;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

table td {
    padding: 10px;
    border-bottom: 1px solid #CCC;
    font-size: 16px;
}

.views-field-field-program-degree-type span.wrap span {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #ccc;
}

.title-with-seal h1 {
    margin-bottom: 15px;
}

.title-with-seal {
    padding: 30px 0;
    width: 100%;
    align-items: center;
    float: left;
}

.title-with-seal .seal~div {
    width: 100%;
}

.type-school .title-with-seal .more-in-this-section {
    display: block;
    float: left;
}

.title-with-seal .seal {
    float: left;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #000;
    margin-right: 20px;
}

.intro-text {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 30px;
    max-width: 960px;
}

.node--type-school .left-right-boxes {
    padding: 30px 0;
}

.page-wrapper.landing-ndm {
    overflow: hidden;
}

.highlights-slider {
    padding: 50px;
    background: #F5F5F5;
    position: relative;
}

.ds-featured-story-block {
    background: #F5F5F5;
    position: relative;
    margin: 0 -24px;
}

.ds-featured-story-block .views-element-container {
    padding: 50px 0;
}

.ds-featured-story-block:before,
.highlights-slider:before {
    content: "";
    width: 5000px;
    height: 100%;
    position: absolute;
    background: #F5F5F5;
    right: 100%;
    z-index: 1;
    display: block;
    top: 0;
}

.ds-featured-story-block .title {
    display: none;
}

.ds-featured-story-block:after,
.highlights-slider:after {
    content: "";
    width: 5000px;
    height: 100%;
    position: absolute;
    background: #F5F5F5;
    left: 100%;
    z-index: 1;
    display: block;
    top: 0;
}

.highlights-slider .group-left {
    width: 35%;
}

.highlights-slider .group-right {
    width: 65%;
    padding-left: 50px;
}

.highlights-slider .group-left img {
    width: 100%;
    height: auto;
    border: 3px solid #ccc;
}

.highlights-slider .group-right .block-title {
    font-weight: 500;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 30px;
    line-height: 1.1;
	color:#033c5a;
}

.school-page-featured-story {
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0 24px;
}

.school-page-featured-story header {
    float: left;
    width: 360px;
    position: relative;
}

.school-page-featured-story .testimonial-card-cover {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.school-page-featured-story header img {
    width: 100%;
    height: auto;
}

.testimonial-card__person__text {
    position: absolute;
    z-index: 3;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

.testimonial-card__person__classification {
    display: inline-block;
    background: #bf3b45;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 8px;
}

.testimonial-card__person__name {
    margin: 0;
    color: #fff;
}

.school-page-featured-story .views-row {
    padding: 20px;
    width: calc(100% - 360px);
    float: left;
}

.school-page-featured-story .views-row h2 {
    margin-bottom: 20px;
}

.school-page-featured-story .btn-link {
    margin-top: 20px;
}

.school-page-featured-story .views-field-field-story-programs,
.school-page-featured-story .views-field-field-story-graduation-year {
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.ds-resources-block {
    padding: 0 0 50px;
}

.ds-resources-block .title {
    display: none;
}

.school-page-resources {
    display: flex;
    margin: 0 -15px;
}

.school-page-resources .views-row {
    padding: 0 15px;
    max-width: 33.3333%;
}

.school-page-resources .views-row img {
    width: 100%;
    height: auto;
}

.school-page-resources .views-row h3 {
    margin: 20px 0;
}

.type-school .home-page-recent-news,
.type-school .home-page-events-block {
    border-top: none;
}

.type-school .bottom-first {
    background-color: #F5F5F5;
}

.ndm-list-style .image {
    float: right;
    margin-left: 40px;
}

.ndm-list-style .views-row {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.ndm-list-style .views-row>* {
    overflow: hidden;
}

.left-menu-style .ndm-block-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.left-menu-style .ndm-block-content ul a {
    padding: 12px 25px 12px 12px;
    display: block;
    border-bottom: 1px solid #999;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #444;
    position: relative;
}

.left-menu-style .ndm-block-content ul ul li a {
    padding-left: 24px;
}

.left-menu-style .ndm-block-content ul ul {
    border: none;
}

.left-menu-style .ndm-block-content ul a::after {
    content: "\f105";
    font-family: "fontAwesome";
    position: absolute;
    top: 28%;
    right: 10px;
}

.left-menu-style .ndm-block-content ul a:hover {
    text-decoration: none;
    background: #EBEBEB;
}

.left-menu-style .ndm-block-content ul a.is-active {
    background-color: #9CC4E6;
}

.group_intro_grp‎ {
    display: flex;
}

.group_intro_grp‎ .contact-info {
    width: 25%;
}

.group_intro_grp‎ .intro-text {
    width: 75%;
    padding-right: 30px;
}

.group_intro_grp‎ .contact-info h2 {
    border-bottom: 1px solid #cdcdcd;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}

.contact-info li a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.apply-info-boxes {
    overflow: hidden;
    margin: 0 -15px;
}

.apply-info-boxes>div:nth-child(-n+3) {
    float: left;
    width: calc(33.333% - 30px);
}

.apply-info-boxes>div {
    overflow: hidden;
    float: left;
    width: 100%;
    border: 1px solid #cdcdcd;
    margin: 0 15px 30px;
}

.apply-title {
    padding: 20px 20px 30px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    background-color: #f5f5f5;
    position: relative;
}

.apply-title:after {
    content: '';
    display: block;
    height: 4px;
    width: 160px;
    background-color: #9cc4e6;
    top: 10px;
    position: relative;
}

.apply-subtitle {
    padding: 0 20px 20px;
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
}

.apply-text {
    padding: 0 20px;
    margin: 20px 0;
}

.apply-body ul {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    padding: 0;
}

.testimonial-card-more.apply {
    margin: 20px 0;
    padding: 0 20px;
}

.apply-body {
    padding: 0 20px;
    margin: 20px 0;
}

.apply-info-boxes>div:nth-child(-n+3) .testimonial-card-more.apply a {
    display: block;
}

.apply-info-boxes .testimonial-card-more.apply a {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.accordion-wrapper {
    margin-bottom: 30px;
}

.accordion-title {
    margin: 0;
    padding: 10px 50px 10px 15px;
    background: #ffffff;
    color: #033c5a;
    border: 3px solid #9bc3e8;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.accordion-title.active:after {
    content: "\f146";
}

.accordion-title:after {
    content: "\f0fe";
    font-family: "FontAwesome";
    color: #2b71b8;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 5px;
    bottom: 0;
    height: 22px;
    width: 22px;
    right: 15px;
    margin: auto;
}

.accordion-text {
    padding: 20px;
    background-color: #f2f2f2;
    box-shadow: 0 0 1px #c2c2c2 inset;
    display: none;
}

.one-two-five-header {
    background-color: #2a6ebb;
    overflow: hidden;
}

.one-two-five-inner {
    padding: 0 50px;
}

.one-two-five-header .top-left {
    float: left;
}

.one-two-five-header .top-right {
    float: right;
    padding-top: 18px;
}

.one-two-five-header .top-right a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.one-two-five-primary-menu {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.one-two-five-primary-menu .mainmenu-inner ul li a {
    font-weight: 500;
    font-size: 18px;
}

.one-two-five-footer-text li {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}

.one-two-five-footer-text {
    text-align: center;
    padding: 0 0 50px !important;
}

.one-two-five-footer-text li.separator {
    border-right: 1px solid #fff;
}

.one-two-five-content #block-si-ndm-ndm-system-main {
    padding-top: 50px;
}

.one-two-five-content {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

.one-two-five-featured-wrapper {
    position: relative;
}

.one-two-five-featured-wrapper img {
    width: 100%;
    height: auto;
}

.one-two-five-featured-text {
    position: absolute;
    top: 100px;
    width: 500px;
    left: 50px;
    color: #fff;
}

#homeVideo {
    width: 100%;
    height: auto;
}

#videoContainer {
    text-align: center;
    position: relative;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.headlineDiv {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -300px;
    width: 600px;
    text-align: center;
}

.headlineLogo {
    width: 100%;
    height: auto;
}

.btn-row {
    position: relative;
    z-index: 5;
    margin-top: -125px;
    padding-left: 2em;
    padding-bottom: 65px;
}

#playIcon,
#playIcon2 {
    display: none;
}

#playIcon,
#pauseIcon,
#infoIcon,
#playIcon2,
#pauseIcon2,
#infoIcon2 {
    color: rgba(255, 255, 255, 0.8);
}

#playIcon:hover,
#pauseIcon:hover,
#infoIcon:hover,
#playIcon2:hover,
#pauseIcon2:hover,
#infoIcon2:hover {
    color: rgba(255, 255, 255, 1);
}

.one-two-five-bottom-first {
    padding: 50px 0;
    display: flex;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

.one-two-five-bottom-first .block {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.one-two-five-bottom-first .block img {
    width: 100%;
    height: auto;
}

.one-two-five-content.page #block-si-ndm-ndm-system-main {
    padding: 0;
}

.one-two-five-title-wrapper {
    background-color: #00356B;
    color: #fff;
    padding: 60px 50px 10px;
    overflow: hidden;
}

.one-two-five-title-wrapper img {
    max-width: 400px;
    height: auto;
}

.one-two-five-title-wrapper .field-1 {
    float: left;
    width: 33%;
}

.one-two-five-title-wrapper .title {
    color: #fff;
}

.one-two-five-body-wrapper {
    max-width: 1190px;
    margin: 0 auto;
    padding: 50px 0;
}

.one-two-five-page-wrapper .mainmenu-inner ul li a {
    color: #fff;
}

.one-two-five-page-wrapper .mainmenu-inner ul li:hover a {
    border-color: #ffffff;
}

.one-two-five-sub-head * {
    color: #fff;
}

.timeline {
    margin: 30px auto;
    padding: 0 10px;
    position: relative;
    transition: all 0.25s ease-in;
    width: 100%;
}

.timeline:before {
    background: #2a6ebb;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 3px;
}

.timeline .timeline-item {
    margin-bottom: 10px;
    position: relative;
}

.timeline .timeline-item:after,
.timeline .timeline-item:before {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.timeline .timeline-item .timeline-icon {
    background: #2a6ebb;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin-left: -23px;
   
    position: absolute;
    top: 0;
    width: 50px;
    padding: 12px 6px;
    color: #ffffff;
    font-family: "Avenir", sans-serif;
}

.timeline .timeline-item .timeline-content {
    padding: 15px 25px 10px;
    text-align: right;
    transition: all 0.25s ease-in;
    width: 45%;
}

.timeline .timeline-item .timeline-content.right {
    float: right;
    text-align: left;
}

.timeline-content p {
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(154, 194, 231, 0.1);
    font-family: "Avenir", sans-serif;
}

.timelineImg {
    width: 100%;
}

.timeline .columns {
    padding: 0px 8px 20px;
}

.dates {
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
    padding-right: 20px;
}

.dates li {
    list-style: none;
    display: inline-block;
}

.dates a:hover {
    color: #00356b;
}

.scrollup {
    padding: 4px 8px;
    text-align: center;
    background-color: rgba(42, 110, 187, .4);
    color: #ffffff;
    text-decoration: none;
    position: fixed;
    z-index: 1500;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
}

.scrollup:hover {
    background-color: #2a6ebb;
}

.memory {
    padding: 20px 30px;
    margin-bottom: 20px;
    background-color: rgba(154, 194, 231, 0.1);
    border-bottom: 6px solid #2971b9;
    color: #2971b9;
    font-family: "Avenir W01", sans-serif;
}

.memory:before {
    content: url("../assets/img/125-quote.png");
    position: absolute;
    margin-left: -50px;
}

.memoSig {
    text-align: right;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-top: 10px;
}

#bboxdonation_divForm label {
    font-weight: 500;
    font-size: 18px;
}

.footer-first {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.page-wrapper.ad-landing-page-wrapper {
    line-height: 1.45;
    color: #464646;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
}

.ad-landing-inner {
    max-width: 1400px;
    margin: auto;
    padding: 0 30px;
}

.ad-landing-bottom-first {
    padding-top: 30px;
}

.ad-landing-pb-inner {
    display: flex;
    margin: 0 -15px;
}

.ad-landing-pb-inner>div {
    background: #fff;
    margin: 15px;
    padding: 15px;
    flex-grow: 1;
    flex-basis: 0;
}

.ad-landing-pb-inner>div h3 {
    margin-bottom: 20px;
    color: #2b71b8;
}

.ad-landing-body {
    padding: 30px 0 20px;
}

.ad-landing-header-wrapper {
    overflow: hidden;
    position: relative;
}

.ad-landing-header-wrapper img {
    width: 100%;
    height: auto;
}

.ad-landing-header-wrapper img {
    width: 100%;
    height: auto;
}

.ad-landing-header-text {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    line-height: 1.2;
    padding: 30px;
    text-align: left;
    font-weight: 500;
    float: left;
    width: 50%;
    margin-top: 30px;
}

.ad-landing-page-wrapper .site-header {
    background-color: #2B71B8;
}

.ad-landing-header-contact {
    float: right;
    padding-top: 30px;
    font-size: 24px;
    color: #fff;
}

.ad-landing-header-contact a {
    color: #fff;
}

.ad-landing-header-contact p {
    margin: 0;
}

.footer-second {
    color: #fff;
    padding-bottom: 30px;
}

.footer-second * {
    color: #fff;
}

.footer-first p {
    margin: 0;
}

.footer-first p a {
    color: #b7b7b7;
}

.news-and-events .form-item-field-event-date-time-value-2 {
    display: none;
}

.event-small-calendar .fc-header-toolbar {
    margin: 0;
    background: #666666;
    color: #fff;
    position: relative;
    line-height: 1.5;
}

.event-small-calendar .fc-header-toolbar .fc-right {
    display: none;
}

.event-small-calendar .fc-header-toolbar h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 2.5;
}

.event-small-calendar .fc-header-toolbar .fc-center {
    text-align: center;
    width: 100%;
}

.event-small-calendar .fc-left {
    position: absolute;
    width: 100%;
}

.event-small-calendar .fc-button-group {
    width: 100%;
    display: block;
}

.event-small-calendar .fc-prev-button {
    background: transparent;
    width: 50px;
    border: none;
}

.event-small-calendar .fc-next-button {
    float: right;
    background: transparent;
    border: none;
}

.event-small-calendar .fc-dayGrid-view .fc-body .fc-row {
    min-height: auto;
    max-height: 40px;
}

.event-small-calendar .fc-scroller.fc-day-grid-container {
    overflow: unset !important;
    height: auto !important;
}

.event-small-calendar .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: right;
    width: 100%;
    text-align: center;
}

.event-small-calendar table td {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    background: #F5F5F5;
    border-color: #fff;
    padding: 5px;
}

.fc-head-container.fc-widget-header table {
    margin: 0;
}

.fc-day-top.fc-other-month {
    opacity: 0;
}

.event-small-calendar table td.fc-other-month {
    background: #fff;
}

.event-small-calendar table td.fc-today {
    background: #2B71B8;
    color: #fff;
}

.event-small-calendar .fc th {
    text-align: center;
    padding: 5px 5px 5px 12px;
    letter-spacing: 50px;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    background: #000;
}

.event-small-calendar table td.fc-widget-content,
.event-small-calendar table td.fc-head-container.fc-widget-header {
    padding: 0;
}

.type-biography main {
    padding-top: 50px;
}

.biography-header {
    overflow: hidden;
    padding-bottom: 50px;
}

.biography-header .fa {
    display: block;
}

.biography-image {
    float: left;
    padding-right: 30px;
}

.biography-image~div {
    padding-left: 290px;
    display: block;
}

.biography-header .fa::before {
    margin-right: 10px;
}

.biography-teach-text>div:first-child {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.biography-body ul {
    padding-left: 15px;
}

.related-departments>div {
    display: inline-block;
    font-style: italic;
}

.related-departments>div:after {
    content: ", ";
}

.node--type-biography.node--view-mode-small-feature {
    background-color: #f5f5f5;
    padding: 20px;
    max-width: 480px;
    margin-bottom: 30px;
    clear: both;
}

.node--type-biography.node--view-mode-small-feature .image {
    float: left;
    margin: 0 15px 15px 0;
}

.node--type-biography.node--view-mode-small-feature .image~div {
    display: block;
    padding-left: 180px;
}

.node--type-biography.node--view-mode-small-feature h2 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.node--type-biography.node--view-mode-small-feature .fa::before {
    margin-right: 10px;
}

.type-event .top-content .block-page-title-block {
    display: none;
}

.type-event main {
    padding-top: 50px;
}

.type-event #block-si-ndm-ndm-system-main {
    max-width: 890px;
    margin: 0 auto;
}

.featured-image-caption {
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    font-size: 13px;
    color: #464646;
    font-style: italic;
    margin-bottom: 20px;
}

.photo-gallery-basic>div {
    background-color: #f5f5f5;
    padding: 30px 30px 0;
    margin: 0;
    overflow: hidden;
}

.slider-for {
    overflow: hidden;
    background: #2B71B8;
}

.slider-nav {
    background: #2B71B8;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.slider-for ul {
    padding: 0;
}

.figcaption {
    background: transparent linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 65%, transparent 100%) repeat scroll 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 200px 30px 30px;
    width: 100%;
}

.figcaption .caption {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.slider-nav .slick-slide {
    margin: 0 15px;
    border: 2px solid #fff;
}

.slider-nav .slick-slide img {
    width: 100%;
    height: auto;
}

.slider-nav ul {
    padding: 10px 0 0;
    margin: 0;
}

.slider-nav .slick-list::after {
    content: "";
    width: 50px;
    height: 100%;
    background: #2B71B8;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
}

.slider-nav .slick-list::before {
    content: "";
    width: 50px;
    height: 100%;
    background: #2B71B8;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
}

.slider-nav .slick-prev.slick-arrow {
    z-index: 10;
    left: 20px;
    top: 50%;
}

.slider-nav .slick-next.slick-arrow {
    right: 20px;
    top: 50%;
    z-index: 10;
}

.slider-for ul .slick-prev.slick-arrow {
    left: 10px;
    top: 50%;
    z-index: 10;
    color: #fff;
}

.slider-for ul .slick-next.slick-arrow {
    right: 10px;
    z-index: 10;
    top: 50%;
    color: #fff;
}

.photo-gallery-basic .field-1 {
    padding: 0;
}

.photo-gallery-basic .h2:after {
    content: '';
    display: block;
    height: 4px;
    width: 160px;
    background-color: #9cc4e6;
    position: relative;
    top: 8px;
}

.slider-nav .slick-slide.slick-current {
    border-color: #ffb12d;
}

.paragraph.paragraph--type--expandable-sections {
    padding-bottom: 20px;
}

div.fa {
    display: block;
}

.fa .field-content {
    display: inline-block;
}

.fa:before {
    margin-right: 10px;
}

.basic-page-ct-left-block3,
.basic-page-ct-left-block2 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
}

.basic-page-ct-left-block1 .views-field-field-news-date .field-content {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.basic-page-ct-left-block2 .date-block {
    background-color: #E6503D;
}

.basic-page-ct-left-block2 .date-block~* {
    padding-left: 75px;
    display: block;
}

.online-programs-list ul {
    display: inline-block;
    padding: 0 5px;
    margin: 0;
    border: 1px solid #cdcdcd;
}

.online-programs-list ul li {
    display: inline-block;
    padding: 2px 5px;
}

.basic-page-ct-left-block3 .school-page-featured-story {
    margin: 0;
}

.basic-page-ct-left-block3 .school-page-featured-story header {
    width: 100%;
}

.basic-page-ct-left-block3 .school-page-featured-story .views-row {
    width: 100%;
}

.node--type-story .school-page-featured-story {
    margin: 0;
    box-shadow: none;
}

.node--type-story .school-page-featured-story.blocks-ndm {
    margin: 0 -15px;
}

.school-page-featured-story.blocks-ndm .views-row {
    width: calc(33.3333% - 30px);
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    margin: 15px;
}

.school-page-featured-story.blocks-ndm .views-field.views-field-nothing {
    position: relative;
    margin: -20px -20px 0;
}

.school-page-featured-story.blocks-ndm .views-field.views-field-nothing img {
    width: 100%;
    height: auto;
}

.bread .ndm-block-content ol {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.bread.top~.bread .ndm-block-content ol li:first-child {
    display: none;
}

.bread.top~.bread .ndm-block-content ol li:first-child {
    display: none;
}

.bread.top {
    float: left;
}

.bread .ndm-block-content ol li {
    float: left;
    font-size: 14px;
}

.bread .ndm-block-content ol li::before {
    content: "/";
    margin: 0 5px;
}

.bread .fa::before {
    margin: 0px;
}

.bread .ndm-block-content ol li:first-child::before {
    display: none;
}

.bread {
    float: left;
    padding: 20px 0 0;
}

.bread .ndm-block-content ol li a {
    font-size: 14px;
}

.more-in-this-section {
    position: relative;
}

.more-in-this-section .ndm-block-content {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    display: none;
    width: 100%;
}

.more-in-this-section>h2 {
    padding: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #2b71b8;
    color: #fff;
    display: block;
    width: 260px;
}

.more-in-this-section {
    width: 260px;
    display: none;
}

.type-landing_page .more-in-this-section {
    display: block;
}

.more-in-this-section>h2:after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    transition: transform .2s ease-out;
}

.more-in-this-section>h2.active:after {
    transform: rotate(-180deg);
}

.date-field {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.date-field {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.type-program .block-page-title-block h1::after {
    content: '';
    display: block;
    height: 4px;
    width: 160px;
    background-color: #2b71b8;
    position: relative;
    top: 8px;
}

.blue-underline::after {
    content: '';
    display: block;
    height: 4px;
    width: 160px;
    background-color: #2b71b8;
    position: relative;
    top: 8px;
}

.block-title-blue-underline h2.title::after {
    content: '';
    display: block;
    height: 4px;
    width: 160px;
    background-color: #2b71b8;
    position: relative;
    top: 8px;
}

.program-location {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin: 30px 0;
    padding: 30px 0;
}

.program-location>div:first-child {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #464646;
    font-weight: 500;
    padding-bottom: 30px;
}

.h2-style1 h2,
.layout-sidebar-second h2 {
    border-bottom: 1px solid #cdcdcd;
    font-size: 20px;
    margin-bottom: 11px;
    padding-bottom: 15px;
}

.ul-not-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-form,
.user-pass,
.user-login-form {
    margin-bottom: 50px;
}

.user-form .form-item,
.user-pass .form-item,
.user-login-form .form-item,
.webform-submission-form .form-item,
.programs-form .form-item {
    padding-bottom: 15px;
}

.user-form .form-item label,
.user-pass .form-item label,
.user-login-form .form-item label,
.webform-submission-form .form-item label,
.programs-form .form-item label {
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.user-form .form-item .form-email,
.user-form .form-item .form-text,
.user-pass .form-item .form-text,
.user-login-form .form-item .form-email,
.user-login-form .form-item .form-text,
.webform-submission-form .form-item .form-tel,
.webform-submission-form .form-item .form-email,
.webform-submission-form .form-item .form-text,
.programs-form .form-item .form-tel,
.programs-form .form-item .form-email,
.programs-form .form-item .form-text {
    border: 1px solid #999;
    border-radius: 4px;
    min-height: 37px;
    font-size: 16px;
    max-width: 500px;
    font-family: 'Poppins', sans-serif;
    padding-left: 10px;
    width: 100%;
}

.webform-submission-form .form-item .form-tel,
.programs-form .form-item .form-tel {
    padding-left: 52px;
}

.webform-submission-form .form-select,
.programs-form .form-item .form-select {
    border: 1px solid #999;
    border-radius: 4px;
    min-height: 37px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    max-width: 500px;
    display: inline-block;
    background: #fff url(../assets/img/down-arrow.png) no-repeat scroll 95% center/10px auto;
    height: 37px;
    padding: 0 30px 0 10px;
    appearance: none;
    width: 100%;
}

.webform-submission-form .form-submit {
    width: 100%;
    padding: 14px 28px;
    text-decoration: none;
    transition: background 0.2s ease-out;
    text-transform: uppercase;
    color: #fff;
    background: #033C5A;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    max-width: 500px;
}

.programs-form .form-submit {
    width: 100%;
    padding: 14px 28px;
    text-decoration: none;
    transition: background 0.2s ease-out;
    text-transform: uppercase;
    color: #fff;
    background: #e6503d;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    max-width: 500px;
}

.webform-submission-form .form-submit:hover {
    background-color: #4387D5;
}

.webform-submission-form {
    margin-bottom: 50px;
}

.webform-submission-form .form-item input[type="checkbox"],
.webform-submission-form .form-item input[type="radio"] {
    float: left;
    margin-right: 10px;
}

.progress-step .progress-text {
    font-size: 14px;
}

.progress-marker::after {
    height: 1px;
}

.progress-marker::before {
    content: "";
    width: 10px;
    height: 10px;
    top: 6px;
}

.programs-form .form-submit:hover {
    background-color: #bf3b45;
}

.programs-form.blue-btn .form-submit {
    color: #fff;
    background: #033c5a;
}

.user-form .form-submit,
.user-pass .form-submit,
.user-login-form .form-submit {
    width: 100%;
    padding: 14px 28px;
    text-decoration: none;
    transition: background 0.2s ease-out;
    text-transform: uppercase;
    color: #fff;
    background: #033c5a;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    max-width: 500px;
}

.user-form .form-submit:hover,
.user-pass .form-submit:hover,
.user-login-form .form-submit:hover,
.programs-form.blue-btn .form-submit:hover {
    background-color: #4387D5;
}

.type-news_and_events .group-footer {
    display: flex;
    padding-top: 30px;
    border-top: 1px solid #CCC;
    margin-top: 30px;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.group-footer .blockgp {
    width: 33.333%;
    padding: 0 20px;
}

.group-footer .blockgp ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blockgp .view-mode-small_listing {
    padding: 0;
    margin-bottom: 30px;
}

.group-footer .blockgp .field-1>div:first-child {
    font-family: 'Poppins', sans-serif;
    color: #464646;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
}

.group-footer .blockgp .h2::after,
.group-footer .blockgp .field-1>div:first-child::after {
    content: '';
    display: block;
    height: 4px;
    width: 160px;
    background-color: #2b71b8;
    position: relative;
    top: 8px;
}

.group-footer .home-page-events-block {
    width: 100%;
    padding: 0;
}

.group-footer .group-1.blockgp {
    padding-left: 0;
}

.group-footer .group-3.blockgp {
    padding-right: 0;
}

.group-footer .blockgp .icons>div {
    float: left;
    font-size: 24px;
}

.group-footer .blockgp .icons {
    overflow: hidden;
}

.group-footer .blockgp .icons a {
    color: #444444;
}

.event-small-calendar header {
    background-color: #666;
    color: #fff;
    position: relative;
}

.event-small-calendar header h3 {
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 0;
}

.event-small-calendar .pager li>a {
    background: transparent !important;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 28px;
}

.event-small-calendar .pager li.pager__item--previous a span:nth-child(2),
.event-small-calendar .pager li.pager__item--next a span:first-child {
    display: none;
}

.event-small-calendar .pager li.pager__item--next a {
    left: auto;
    right: 0;
    font-size: 28px;
}

.event-small-calendar .js-pager__items {
    margin: 0;
    padding: 0;
}

.event-small-calendar .pager__item.pager__item--current {
    display: none;
}

.event-small-calendar .pager {
    padding: 0;
    display: none;
}

.event-small-calendar header .pager {
    display: block;
}

.event-small-calendar table.mini tbody tr:first-child td {
    color: #ffffff;
    background-color: #000000;
}

.event-small-calendar table.mini tbody tr td {
    font-weight: 500;
    text-align: center;
}

.event-small-calendar table td.has-events {
    color: #2B71B8;
    text-decoration: underline;
    cursor: pointer;
}

.calendar-calendar tr td.today {
    background-color: #2B71B8;
    color: #fff !important;
}

.news-and-events .form-item-date-value-min,
.news-and-events .form-item-date-value-max {
    display: none;
}

.storyblock-program {
    margin: 30px 0;
}

.storyblock-program .school-page-featured-story {
    margin: 0;
}

.ad-landing-content.page {
    position: relative;
}

.request-information {
    width: 100%;
    z-index: 1;
}

.request-information .ndm-block-inner {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.request-information .ndm-block-content {
    float: right;
    width: 426px;
    background-color: #F2F2F2;
    margin: 30px 0;
    max-width: 50%;
}

.request-information .ndm-block-content>div>div:first-child {
    padding: 15px;
    background-color: #2b71b8;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
    font-size: 20px;
    line-height: 1.2;
}

.request-information .webform-ajax-form-wrapper {
    padding: 20px;
}

.request-information label {
    font-weight: normal;
}

.request-information label.form-required:after {
    content: "*";
    color: #E6503D;
}

.request-information form {
    padding: 20px;
}

.ad-landing-main .request-information .captcha summary,
.ad-landing-main .request-information label {
    font-size: 14px;
}

.ad-landing-top-content {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.ad-landing-header-wrapper,
.ad-landing-top-content .bread,
.ad-landing-top-content .block-page-title-block {
    display: none;
}

.ad-landing-main .request-information .captcha {
    font-size: 12px;
}

.g-recaptcha {
    padding: 10px 0;
}

.request-information ul {
    font-size: 14px;
}

.request-information .form-item {
    padding-bottom: 10px;
}

.request-information .form-item input {
    width: 100%;
}

.request-information .form-item input.error {
    border-color: #E6503D;
}

.request-information .form-item .description {
    display: none;
}

.request-information input.button {
    width: 100%;
    padding: 14px 28px;
    text-decoration: none;
    transition: background 0.2s ease-out;
    text-transform: uppercase;
    color: #fff;
    background: #e6503d;
    display: inline-block;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    border: 0;
    border-radius: 0;
}

.request-information input.button:hover {
    background-color: #BF3B45;
}

.storyblock .school-page-featured-story {
    margin: 30px 0;
}

.related-program-block {
    margin-bottom: 30px;
}

.additional-section-blocks {
    display: flex;
    margin: 0 -15px 30px;
}

.additional-section-blocks>div {
    padding: 15px;
}

.attachment.attachment-before {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.article-link-news,
.for-mobile,
.mobile-header {
    display: none;
}
.ndm-home-admissions.bulletin-events{padding: 60px 15px;}
.fa-youtube-square:before {
    content: "\f431";
}
/* for news, in the news large listing */
.timestamp-lg-listing{
	font-family: 'Poppins', sans-serif;
    color: #464646;
    font-weight: 500;
    font-style: normal;
    margin-top: 0px;
	display:inline-block;
	font-size:14px;
}
.publication-name{
    font-style: italic;
	display: inline-block;
	font-size:14px;
}
	
.publication-name:before {
    content: "\00A0\00A0\007C\00A0\00A0";
    font-style: normal;
}

/** Content **/
.obj-right{
    float: right;
    padding: 10px 0px 5px 15px;
    margin: 0;
}