#toolbar-administration {
  position: relative;
  z-index: 1000;
}

.pre-header a {
  color: white;
}

#header-wrapper header.header {
  background: #F6F6F6 !important;
  border-bottom: 1px solid #D2D2D2 !important;
  position: relative;
}

.header .header__top {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}

.header__logo {
  display: flex;
}

.header__logo svg {
  display: block;
  height: 60px;
  left: -30px;
  position: relative;
  top: -15px;
  width: 300px;
}

.region-main-menu {
  display: none;
}

.header__mobile-menu .menu {
  margin: 0;
}

.header__mobile-menu .slicknav_icon-bar {
  background: #003262 !important;
}

.header__mobile-menu .menu-item--level-0:last-child > .menu {
  border-bottom: 0;
}

.header__mobile-menu .menu-item--level-0 a {
  padding: 16px 40px 14px 15px;
}

.header__mobile-menu .menu-item--level-2 a {
  padding-left: 32px;
}

.header__mobile-menu .slicknav_arrow {
  right: 25px;
}

.header__top .block-search-form {
  float: none;
}

.block-search-form {
  position: relative;
}

.block-search-form .form-search {
  height: 40px;
  background: #FFFFFF !important;
  border: 1px solid #979797 !important;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 0 40px 0 16px;
  color: #002547 !important;
}

.block-search-form .form-submit {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  min-height: 0;
}

.block-search-form .search-block-form-icon {
  top: 10px;
  right: 14px;
}

.block-search-form .search-block-form-icon svg {
  fill: #888888 !important;
}

[data-drupal-selector="node-faculty-edit-form"] {
  padding: 0 16px;
}

.page__help {
  background: #f7f7f7;
  border-bottom: 1px solid #D2D2D2;
}

.page__help ul.tabs.primary {
  margin: 0;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
}

.page__help ul.tabs.primary a {
  text-transform: uppercase;
  color: #1870ce;
}


.section__jump-menu {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  background: #003262;
  display: none;
}

.section__jump-menu > .container {
  display: flex;
}

.section__jump-menu > .container > ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.section__jump-menu > .container > ul > li {
  list-style: none outside none;
  position: relative;
}

.section__jump-menu a {
  display: flex;
  text-decoration: none !important;
  height: 70px;
  padding: 0 30px;
  color: white !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  background: none !important;
  align-items: center;
  text-align: center;
  position: relative;
}

.section__jump-menu a svg {
  margin-left: 10px;
  fill: #00B0DA;
}

.section__jump-menu a::after {
  content: "";
  background: #3A7A9C;
  width: 1px;
  position: absolute;
  height: 50px;
  right: 0;
  transition: all 0.3s ease;
}

.section__jump-menu a.active,
.section__jump-menu a:hover {
  background: #FDB515 !important;
  color: #003262 !important;
}

.section__jump-menu a.active::after {
  display: none;
}

.section__jump-menu > .container > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  display: none;
}

.section__jump-menu > .container > ul > li:hover ul {
  display: block;
}

.section__jump-menu > .container > ul > li > ul li {
  list-style: none outside none;
  border-bottom: 1px solid #3A7A9C;
}

.section__jump-menu > .container > ul > li > ul li:last-child {
  border-bottom: 0;
}

.section__jump-menu > .container > ul > li > ul li a {
  background: #335B81 !important;
  min-width: 280px;
}

.section__jump-menu > .container > ul > li > ul li a.active,
.section__jump-menu > .container > ul > li > ul li a:hover {
  background: #FDB515 !important;
  color: #1870ce !important;
}

.footer {
  padding: 20px 0 30px;
}

.footer__first {
  margin-bottom: 20px;
}

.footer__second {
  position: static !important;
  max-width: none !important;
}

.footer-logo {
  display: block;
  height: auto;
  padding-right: 25px;
  position: relative;
  width: 275px;
}

.region-footer-second p a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

footer a {
  text-decoration: none !important;
}

.region-footer-second p a:hover,
.menu--footer__wrapper a:hover {
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

@media (max-width: 991px) {
  .header__mobile-menu .slicknav_btn {
    top: -55px;
    right: 5px;
  }
}

@media (max-width: 1023px) {
  #header-wrapper .header .container,
  .pre-header .container {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .section__jump-menu {
    display: block;
  }

  .footer {
    padding: 40px 0;
  }

  #header-wrapper header.header {
    /*height: 84px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }

  .header .header__top {
    height: auto;
    padding-bottom: 24px;
    padding-top: 24px;
    top: -25px;
  }

  .header__logo svg {
    width: 325px;
    position: relative;
    top: -25px;
    height: 90px;
  }

  .region-header {
    display: flex;
  }

  .region-main-menu {
    display: block;
  }
}

@media (max-width: 2991px) and (min-width: 768px) {
  div.footer__second {
    top: auto;
    bottom: 0;
  }
}

/* styles for subsite pre-header text */
@media (min-width: 992px) {
  .header__subsite-name {
    font-size: 32px
  }
}

@media (min-width: 768px) {
  .header__subsite-name {
    font-size: 26px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .header__subsite-name {
    font-size: 20px;
    line-height: 1.2;
  }

  .header .header__top {
    flex-wrap: wrap;
    height: 100px;
    justify-content: unset;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .header-wrapper--subsite-section .header__logo {
    float: none;
  }
}

/* CKEditor accordion styles */
.ckeditor-accordion-toggler,
.active.ckeditor-accordion-toggler {
  background: #f4f7fA !important;
  color: #002547 !important;
  font-size: 18px;
  margin-bottom: 10px;
}

.ckeditor-accordion-container > dl.styled {
  border: 0;
}

a.ckeditor-accordion-toggler {
  text-decoration: none !important;
}

.ckeditor-accordion-container > dl dt > a {
  color: #1870ce;
  border-bottom: none !important;
  padding: 10px 50px 10px 15px !important;
}


.ckeditor-accordion-container ul li a:hover,
.ckeditor-accordion-container > dl dt > a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  left: unset;
  right: 11px;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: #002547 !important;
  right: 7px;
  left: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 18px;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  background: #002547 !important;
  left: 5px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 18px;
}

.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after,
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
  transform: rotate(0);
}

/* Search */
#block-vcr-node-search-title h1 {
  margin-bottom: 0;
  padding-top: 20px;
}

.path-search-node .search-form {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 24px;
  margin-top: 43px;
  padding-bottom: 24px;
}
.path-search-node .search-form input {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 0;
}

.path-search-node .search-form .form-wrapper {
  margin-bottom: 24px;
}

.path-search-node .search-form #edit-keys {
  color: #000;
  font-weight: 400;
}

.path-search-node .search-form .search-help-link {
  color: #1870ce;
  font-weight: 600;
}

.path-search-node .search-form .search-help-link:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

.path-search-node .block h2 {
  font-weight: 400;
}

.path-search-node .node_search-results {
  padding-left: 0;
}
.path-search-node .search-result__title {
  margin-bottom: 8px;
}

.path-search-node .search-result__title a {
  color: #1870ce !important;
  font-size: 20px;
}

.path-search-node .search-result__title a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}
.path-search-node .search-results li {
  border-bottom: 1px solid #d2d2d2;
  margin-left: 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.path-search-node .search-result__snippet {
  color: #000;
  font-size: 14px;
}

@media (min-width: 1024px) {
  #block-vcr-node-search-title h1 {
    padding-left: 40px;
    padding-top: 40px;
  }
  .path-search-node .search-form {
    padding: 0 40px 24px;
  }
  .path-search-node .block h2 {
    padding-left: 40px;
  }

  .path-search-node .search-results {
    padding: 0 40px;
  }
}

.view-views-for-video-presentation .view-footer {
  font-size: .8rem;
  line-height: 1.5;
}

.view-views-for-video-presentation .view-footer a {
  color: #1870ce;
}

