/** Fonts **/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=STIX+Two+Text:wght@400;500;600;700&display=swap");

/* 
font-family: 'Anton', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'STIX Two Text', serif;
*/

/** Common **/

body {
  font-family: "STIX Two Text", serif;
  line-height: 1.5;
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #25619d;
}

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: "STIX Two Text", serif;
  color: #464646;
  font-weight: 500;
  font-style: normal;
  margin-top: 0px;
}

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

.h2,
h2 {
  font-size: 1.875em;
  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;
}

img:not(.home-page-recent-news img):not(.footer-contact img) {
  max-width: 100%;
}

/** Common **/

/** Header **/

.site-header.new-front-page {
  display: flex;
}

.menu--header-quick-links .ndm-block-content ul {
  display: flex;
  gap: 50px;
  margin: 0;
  padding: 15px 50px 10px;
  list-style: none;
  float: right;
}

.menu--header-quick-links {
  width: 100%;
  overflow: hidden;
}

.menu--header-quick-links .ndm-block-content ul a {
  /*! color: #fff; */
  color: #ffffff;
  font-size: 22px;
  font-family: "Anton", sans-serif;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.menu--header-quick-links .ndm-block-content ul li:after {
  background-image: url(../assets/img/2025/menu-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 21px;
  width: 18px;
  display: block;
  position: absolute;
  top: 4px;
  right: -35px;
}

.menu--header-quick-links .ndm-block-content ul li:last-child::after {
  display: none;
}

.menu--header-quick-links .ndm-block-content ul li {
  position: relative;
}

.site-header.new-front-page>div {
  width: 30%;
}

.site-header.new-front-page>div:nth-child(2) {
  width: 70%;
}

.new-search-form form {
  display: flex;
  float: right;
}

.new-search-form {
  overflow: hidden;
  padding: 0 50px 15px;
}

.new-search-form form .form-search {
  min-width: 250px;
  border: 1px solid #FFB030;
  padding: 3px 10px;
}

.new-search-form form .button {
  background-image: url(../assets/img/2025/search-icon.png);
  width: 34px;
  height: 35px;
  padding: 0;
  border: navajowhite;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  text-indent: -9999px;
  margin-left: 10px;
  float: left;
}

.ndm-branding {
  padding: 20px 15px 20px 85px;
  margin-bottom: 0px;
  float: left;
  position: relative;
}

.ndm-branding::before {
  content: "";
  width: 90px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../assets/img/2025/logo-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.landing-ndm .site-header {
  background: #0E385F;
}

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

.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;
}

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

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

.home-mega-menu-parent .ultimenu__region {
  display: flex;
  gap: 50px;
  padding: 10px 50px;
}

.home-mega-menu-parent .ultimenu__flyout {
  background-color: #fff;
}

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

.top-menu-ultim-block .ndm-block-content ul a.heading {
  font-size: 22px;
  font-family: "Anton", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  color: #2b71b8;
}

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

.ndm-mega-menu {
  background-color: #2372BE;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.home-mega-menu-parent .ndm-block-content ul.ultimenu {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
}

.home-mega-menu-parent .ndm-block-content ul .mega-link {
  color: #fff;
  font-size: 22px;
  font-family: "Anton", sans-serif;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0;
  cursor: pointer;
}

/** 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: #ffd793;
  text-decoration: none;
  border-bottom: 4px solid #ffd793;
}

.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;
  text-decoration: underline;
}

.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: 0.9em;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/** 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 .site-branding__logo {
  margin: 0;
}

.home-ndm .site-header {
  width: 100%;
  background-color: #0E385F;
}

.slideshow {
  position: relative;
}

.top-content-hero {
  position: relative;
}

.theworldneedsthebestyou {
  position: absolute;
  bottom: 50px;
  left: 100px;
}

.home-headline-center {
  color: #0E385F;
  font-family: "Anton", sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 40px;
  max-width: 400px;
}

.home-headline-center .slogon1 {
  font-family: "STIX Two Text", serif;
  font-size: 20px;
  line-height: 1.1;
  color: #FFB030;
}

.home-headline-center .slogon2 {
  line-height: 80px;
  font-size: 80px;
}

.home-headline-center .slogon2 span {
  display: block;
  font-size: 50px;
  line-height: 60px;
}

.homepagequickbuttons .ndm-block-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}

.homepagequickbuttons {
  padding-top: 120px;
}

.homepagequickbuttons .ndm-block-content ul a {
  background-color: #2b71b8;
  color: #ffffff;
  font-size: 34px;
  font-family: "Anton", sans-serif;
  padding: 10px 30px;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

.homepagequickbuttons .ndm-block-content ul a:hover {
  text-decoration: none;
  background-color: #0E385F;
}

.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: #0d3b61;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding: 19px 15px 15px;
  margin-top: 5px;
}

.slideshow .top-content .viewAll:focus,
.slideshow .top-content .viewAll:hover {
  background-color: #0d3b61;
}

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

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

.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, 0.3);
}

.slick-dots li button:hover {
  background-color: rgba(43, 113, 184, 0.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: 0.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: 80px 0;
}

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

.custom-heading span {
  display: block;
}

.intro-text,
.home-page-schools-block .des {
  font-size: 1.3em;
  font-family: "STIX Two Text", serif;
  line-height: 1.4;
}

.home-page-schools-block .footer-txt {
  font-size: 1.3em;
  color: #033c5a;
  font-family: "STIX Two Text", serif;
  line-height: 1.4;
  font-weight: 700;
}

.home-page-schools-block hr {
  margin: 60px 0;
  border-top: 3px solid #0d3b61;
}

.intro-heading,
.home-page-schools-block h2 {
  font-size: 4.2em;
  color: #0d3b61;
  font-family: "Anton", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.facts-and-stats-wrap,
.node--type-landing-page .intro-text {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 3px solid #0d3b61;
}

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

.home-page-schools-block .column-img img {
  width: 100px;
}

.home-page-schools-block .column-text .school-of {
  font-weight: 400;
  font-size: 22px;
}

.facts-and-stats-wrap,
.col-flex-container {
  display: flex;
  gap: 50px;
}

.facts-and-stats-wrap>div,
.col-flex-container .col-flex {
  flex: 1;
  flex-basis: 0;
  background-color: #b0c8e7;
  padding: 50px;
  text-align: center;
}

.facts-and-stats-wrap .heading,
.col-flex-container .col-flex .num {
  display: block;
  font-size: 80px;
  color: #0d3b61;
  font-family: "Anton", sans-serif;
  line-height: 76px;
  padding-bottom: 20px;
}

.facts-and-stats-wrap .des,
.col-flex-container .col-flex .txt {
  font-weight: 400;
  font-size: 22px;
  color: #0d3b61;
  line-height: 24px;
  display: inline-block;
}

.home-page-schools-block .column-text {
  padding-top: 20px;
  max-width: 80%;
  font-size: 26px;
  font-family: "STIX Two Text", serif;
  line-height: 28px;
  color: #0d3b61;
  font-weight: 700;
}

.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: "Anton", sans-serif;
  line-height: 60px;
}

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

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

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

.school-page-resources .view-content {
  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: 33.3333%;
  max-width: calc(33.3333% - 40px);
}

.ndm-home-admissions .view-content li {
  background-color: #fff;
  padding: 15px 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: 15px;
  background-color: #dd331d;
  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;
  font-size: 26px;
  font-family: "STIX Two Text", serif;
  line-height: 28px;
}

.home-read-our-stories-block .home-read-our-stories-block h3 {
  font-size: 1.75em;
}

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

.testimonial-card-classification span {
  display: inline-block;
  background: #bf3b45;
  font-size: 0.875em;
  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: 1em;
  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: 1em;
}

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: 80px 0;
  background-color: #0d3b61;
}

.ndm-home-admissions .views-field-title {
  color: #464646;
  font-weight: 500;
  font-size: 26px;
  font-family: "STIX Two Text", serif;
  padding-bottom: 5px;
  line-height: 28px;
}

.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: 0.875em;
}

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

.view-mode-small_listing .block-title {
  font-weight: 600;
  font-size: 26px;
  font-family: "STIX Two Text", serif;
  margin: 10px auto;
  line-height: 28px;
}

.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: 0.875em;
  text-transform: uppercase;
  line-height: 1.1;
}

.date-block-number {
  font-size: 1.5em;
  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: 1.875em;
  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: 26px;
  font-family: "STIX Two Text", serif;
  margin-bottom: 10px;
  line-height: 28px;
}

.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;
}

.views-field.views-field-field-event-location-name,
.loc.fa.fa-map-marker div,
.views-field.views-field-field-event-date-time-2 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.fa.fa-clock-o:before {
  margin-right: 5px;
}

.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;
  overflow-x: hidden;
}

.ndm-alert {
  background: #ffff99;
}

.ndm-alert .col-md-12 {
  min-height: unset;
}

.ndm-alert-block {
  padding: 15px 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 1.5em;
}

.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: 1em;
  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: 1em;
  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 .form--inline {
  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 .form--inline>div {
  max-width: 250px;
  padding-right: 10px;
}

ul.entity-moderation-form label,
.views-exposed-form label {
  font-size: 0.875em;
  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: 0.875em;
  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: 0.875em;
  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 .form--inline>div {
  min-width: 30%;
}

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

.clean-filter-form .views-exposed-form .form--inline {
  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: "STIX Two Text", serif;
  font-style: normal;
}

.hero-content-title {
  font-family: "Anton", sans-serif;
  font-size: 140px;
  line-height: 140px;
  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 .view-footer {
  height: auto;
  min-height: auto;
  position: relative;
  padding: 20px 0 50px;
}

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

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

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

.division-hero-footer .btn {
  font-size: 1.25em;
  background-color: #dd311d;
  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-size: 76px;
  padding-bottom: 30px;
  font-family: "Anton", sans-serif;
  line-height: 76px;
  text-transform: uppercase;
}

.division-hero-footer .description {
  font-size: 24px;
  font-family: "STIX Two Text", serif;
  line-height: 30px;
}

.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: 0.9375em;
}

.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: 1em;
  font-weight: 400;
}

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

.views-field-field-program-degree-type span.wrap span {
  display: inline-block;
  padding: 5px 10px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875em;
  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;
}

.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: 2.5em;
  font-family: "Anton", 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 .view-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: 0.875em;
  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: 0.9375em;
  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: 1.25em;
  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: 1.5em;
  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: 0.875em;
}

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

.accordion-title {
  margin: 0;
  padding: 10px 50px 10px 15px;
  background: #ffffff;
  color: #033c5a;
  border: 3px solid #9bc3e8;
  font-size: 1.125em;
  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: 1.125em;
  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: 1.125em;
}

.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: "Poppins", 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: "Poppins", 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, 0.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: "Poppins", sans-serif;
}

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

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

#bboxdonation_divForm label {
  font-weight: 500;
  font-size: 1.125em;
}

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

.page-wrapper.ad-landing-page-wrapper {
  line-height: 1.45;
  color: #464646;
  font-size: 1.125em;
  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: 1.875em;
  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: 1.5em;
  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: 1.25em;
  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,
.event-small-calendar table th.days {
  font-size: 1.125em;
  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: 1.5em;
  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: 0.8125em;
  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: 1.375em;
  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: 0.875em;
}

.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: 1em;
}

.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: 1em;
}

.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>div:first-child {
  padding: 10px;
  cursor: pointer;
  font-weight: normal;
  font-size: 1em;
  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>div:first-child:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  transition: transform 0.2s ease-out;
}

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

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

.date-field {
  font-size: 0.875em;
  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: 1.5em;
  font-family: "Poppins", sans-serif;
  color: #464646;
  font-weight: 500;
  padding-bottom: 30px;
}

.h2-style1 h2 {
  border-bottom: 1px solid #cdcdcd;
  font-size: 1.25em;
  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: 1em;
  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: 1em;
  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: 0.875em;
}

.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: 1.875em;
  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: 1.5em;
}

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

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

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

.event-small-calendar .view-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: 1.75em;
}

.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: 1.75em;
}

.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 .view-header .pager {
  display: block;
}

.event-small-calendar table.mini thead th {
  color: #ffffff;
  background-color: #000000;
}

.event-small-calendar table.mini tbody tr td,
.event-small-calendar table.mini thead th {
  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;
  min-height: 750px;
}

.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: 1.25em;
  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;
  position: relative;
  z-index: 10;
}

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

.ad-landing-top-content {
  background-size: cover;
  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: 0.75em;
}

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

.request-information ul {
  font-size: 0.875em;
}

.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";
}

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

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

/* 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: 0.875em;
}

.publication-name {
  font-style: italic;
  display: inline-block;
  font-size: 0.875em;
}

.publication-name:before {
  content: "\00A0\00A0\007C\00A0\00A0";
  font-style: normal;
}

.webform-progress-tracker .progress-step .progress-text {
  color: #444;
}

.calendar-calendar td {
  color: #444;
}

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

.obj-left {
  float: left;
  padding: 10px 15px 5px 0px;
  margin: 0;
}

.align-left {
  float: left;
  padding: 10px 0px 5px 15px;
  margin: 0;
}

.navy {
  color: #033c5a;
}

.blue {
  color: #2871b8;
}

.bn-40 {
  font-size: 2.5em;
  font-weight: 400;
  font-family: "Anton", sans-serif;
}

.menu-toggle,
.menu-toggle-target {
  display: none;
}

.region-sidebar-first nav .ndm-block-content {
  display: none;
}

#edit-date-value-wrapper {
  display: none;
}

.top-menu-search.container-inline div.container-inline {
  display: block;
}

a.button.bg-yellow {
  background: #ffd793;
  color: #033c5a;
}

a.button.btn-give {
  background: #e6503d;
  font-size: 1.875em;
  font-family: "Anton", sans-serif;
  border-radius: 10px;
  padding: 5px 20px;
  box-shadow: 5px 5px 5px #333333;
}

a.button.bg-yellow:hover,
a.button.btn-give:hover {
  opacity: 0.9;
}

.roundlink {
  padding: 10px;
  border: 3px solid #2b71b8;
  border-radius: 30px;
  font-weight: 800;
  text-decoration: none;
}

.roundlink:hover {
  color: #ffffff;
  background-color: #2b71b8;
  text-decoration: none;
}

.myH4 {
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0px;
}

.myH3 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 23px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0px;
}

.fa-row {
  text-align: center;
  line-height: 1.2;
  color: #033c5a;
  padding-bottom: 20px;
}

.finaid {
  margin: 5px 15px;
  padding: 40px 15px;
  border: 1px solid #033c5a;
  max-width: 250px;
  min-height: 270px;
}

.fa1 {
  font-size: 3.75em;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  line-height: 1;
}

.fa2 {
  font-size: 3.75em;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #2b71b8;
}

.fa3 {
  font-size: 1.125em;
}

.flexboxTitle {
  font-family: 'STIX Two Text', serif;
  color: #464646;
  font-weight: 500;
  font-style: normal;
  margin-top: 20px;
  font-size: 26px;
  line-height: 28px;
}

.skip-to-main {
  border: none;
  display: block;
  font-weight: 600;
  height: 0;
  left: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 0;
}

a.skip-to-main:focus {
  color: #111;
  background: #fafafa;
  padding: 0.5rem;
  margin: 0.25rem;
  position: absolute;
  z-index: 1000;
  height: auto;
}

.home-page-events-block .views-row .loc {
  position: relative;
}

.home-page-events-block .views-row .loc::before {
  position: absolute;
  left: 77px;
}

.home-page-events-block .views-row .loc>div {
  padding-left: 22px;
}

.announcement-slider.home {
  padding: 30px 0 20px;
  background-color: #f5f5f5;
  position: relative;
}

.node__content.clearfix {
  margin: 0;
}

.announcement-slider .slick-dots {
  display: none;
}

.announcement-slider.home:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #f5f5f5;
}

.announcement-slider.home:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f5f5f5;
}

.school-wrapper>nav>div:first-child,
.icons.news_and_icons .field__item a:last-child {
  display: none;
}

.annohelp {
  font-style: italic;
  font-size: 13px;
  color: #e6503d;
  padding: 10px;
  border: 2px dotted #e6503d;
}

.front-page #block-si-ndm-ndm-system-main {
  overflow: hidden;
}

.socialicons-footer {
  float: right;
  width: 60%;
}

.socialicons-footer .social-media-wrapper-ndm-home {
  text-align: left;
}

.socialicons-footer .social-media-wrapper-ndm-home ul li {
  margin-right: 10px;
}

.socialicons-footer .social-media-wrapper-ndm-home ul li img {
  width: 50px;
  height: 50px;
}

.socialicons-footer .social-media-wrapper-ndm-home ul li a {
  border-radius: 50%;
}

.socialicons-footer .social-media-wrapper-ndm-home ul li a:hover {
  background-color: #033c5a;
}

.layout-sidebar-second h2.title {
  font-size: 24px;
  margin-bottom: 20px;
}

.layout-sidebar-second h2.title::after {
  content: "";
  display: block;
  height: 4px;
  width: 40%;
  background-color: #2b71b8;
  position: relative;
  top: 1px;
}

.quote-wrapper {
  position: relative;
}

.home-page-quote-horizontal-ft-block {
  background-color: #0d3b61;
}

.quote-wrapper::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  right: 100%;
  background-color: #0d3b61;
}

.quote-box::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #0d3b61;
}

.quote-box {
  background-color: #0d3b61;
  padding: 80px 0;
  color: #fff;
  font-size: 46px;
  font-family: "STIX Two Text", serif;
  line-height: 53px;
  font-weight: 500;
}

.quote-box .yellow {
  color: #f3b121;
}

.quote-box .author {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}

.school-ct-header {
  background-color: #033C5A;
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.school-ct-header .views-field-field-intro-text {
  font-size: 24px;
  font-family: "STIX Two Text", serif;
  line-height: 30px;
  color: #fff;
}

.school-ct-header .views-field-title h1 {
  color: #fff;
}

.type-school .more-in-this-section {
  display: block;
  float: right;
  margin: 10px 0 !important;
}

.type-school .top-content {
  margin-bottom: 30px;
}

.node-oho-alerts-form .js-form-item-field-alert-date-0-value-time,
.node-oho-alerts-edit-form .js-form-item-field-alert-date-0-value-time,
.node-oho-alerts-form .js-form-item-field-alert-date-0-end-value-time,
.node-oho-alerts-edit-form .js-form-item-field-alert-date-0-end-value-time {
  //display:none !important;
}

.school-wrapper {
  display: flex;
}

.school-wrapper>nav {
  width: 25%;
  padding-right: 30px;
}

.school-inner-wrapper {
  width: 75%;
}