/**
*
* Template: Total
* This file handles CSS for the Global changes and non-custom post typess.
*
* Parent stylesheet should be loaded from functions.php not using @import
*
* Structure:
* ----------------------------------
* 1. HTML Elements
* 2. ADA
* 3. Header
* 4. Footer
* 5. Global Page Elements
* 6. Subpages
*   a. Homepage
*   b. How-to-apply
*   c. Academics
*   d. Student Services
*   e. Our Campus
*   f. Chancelor/VCA/VCSA/VCAA
*   g. Academic Calendar
*   h. Accepted Students
*   i. Articulations
*   j. Tuition & Aid
*   k. Posts
*   l. Apply and Enroll
*   m. About
*   n. Communication Request Form
*   o. Current Students (Slider Revolution)
*   p. In the News
*   q. Commencement
*   r. FAFSA
*   s. 404
*   t. Academic Advising
*   u. Emergency Information
*   v. Campus Map
*   w. Consumer Information
*   x. Campaign landing pages
*   y. Admissions top tier
*   z. Admissions second tier
*   aa. Request for info
*   ab. Apply Now
*   ac. Digital Swag
*   ad. Financial Aid top tier
*   ae. Financial Aid Nav
*   af. Capstone
*   ag. Search
*   ah. Covid - Safe Return
*   ai. ACBSP Accreditation
*   aj. Factbook tabs
*   ak. Explore
*   al. Pueo Shuttle
*   am. Student Experience
* 7. Miscellaneous
* 8. Media Queries (same suborder as above)
* 9. Print
* ----------------------------------
*/






/* ----------------------------------
  1. HTML Elements
------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Rubik');

@media screen {
body {
  background-color: #f7f7f7;
  font-family: "Open Sans";
  font-size: 1em;
  color: #000000
}

p, li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2.8rem;
  color: #494949;
}

a {
  color: #ba1a34
}

h1, h2, h3, h4, h5, h6, .theme-heading, .page-header-title, .heading-typography, .widget-title, .wpex-widget-recent-posts-title, .comment-reply-title, .vcex-heading, .entry-title, .sidebar-box .widget-title, .search-entry h2 {
  font-family: "Open Sans";
  font-weight: 700;
  color: #a71930;
}

.entry h1 {
  font-size: 48px;
  margin: 0 0 20px 0
}
.entry h2 {
  font-size: 32px;
  color: #000000
}
.entry h3 {
  font-size: 28px
}
.entry h4 {
  font-size: 18px;
  color: #000000;
  text-transform: uppercase
}

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif !important;
  margin-bottom: 15px !important;
  color: #a71930 !important;
}

h1 {
  font-size: 38px !important;
  font-weight: 700 !important;
}

h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

h3 {
  font-size: 22px !important;
  font-weight: 800 !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none !important;
}

span.styled-h1,
span.styled-h2,
span.styled-h3 {
  font-family: 'Open Sans', sans-serif !important;
  color: #a71930 !important;
  display: block;
}

span.styled-h1 {
  font-size: 38px !important;
  font-weight: 700 !important;
}

span.styled-h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

span.styled-h3 {
  font-size: 22px !important;
  font-weight: 800 !important;
}



table th, table td {
  border: none;
}

/* To adjust for the sticky header when jumping to page */
:target:before {
  content: "";
  display: block;
  height: 105px;
  margin-top: -105px;
}

/* ----------------------------------
  2. ADA
------------------------------------*/
a.mega-menu-link:focus {
  outline: thin dotted !important;
  outline: 4px auto -webkit-focus-ring-color !important;
}

#content a, .sub-footer a {
  text-decoration: underline;
}

.vc_col-sm-3 a,
.vc_tta-panel-body li a,
.vc_tta-tab a,
/*.style-links a[href^="mailto"],*/
.style-links a,
.ekh-info a {
  text-decoration: none !important;
}

a[href^="mailto"] {
  text-decoration: underline !important;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


.sr-only,
.wpex-menu-search-text {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  color: #004ea2 !important;
  background-color: #f7f7f7 !important;
}
.wpex-menu-search-text {
  display: inherit;
}

.screen-reader-text {
  color: #004ea2 !important;
  background-color: #f7f7f7 !important;
}

.print-only {
  display: none;
}

/* sidr stuff */
.sidr-class-mega-toggle-label-closed,
.sidr-class-mega-toggle-label-open,
.sidr-class-mega-menu-link,
.sidr-class-sr-only {
  color: #004ea2 !important;
  background-color: #f7f7f7 !important;
}



.vcex-image-grid-entry-img {
  background-color: #000000;
}

/* Push things back for Feedback Tab */
.wpex-has-overlay,
.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-container {
  z-index: 1 !important;
}


/* ----------------------------------
  3. Header
------------------------------------*/
#site-logo {
  width: 220px;
}

#site-logo #site-logo-inner {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  #site-logo img {
    transform: translateX(-40px);
  }
}


#outer-wrap {
  overflow: initial;
}

#top-bar-content {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 1.2em;
  text-transform: uppercase
}
#site-navigation .dropdown-menu a {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 1.15em
}
#site-navigation .dropdown-menu ul a {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 1.2em
}
.wpex-mobile-menu, #sidr-main {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 1.2em
}

#mega-menu-wrap-main_menu {
  background-color: inherit !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  border-bottom: 1px solid #cda7ad !important;
}

li.mega-has-icon > a {
  white-space: nowrap !important;
}

#top-bar-wrap {
  background-color: #a71930
}
.wpex-top-bar-sticky {
  background-color: #a71930
}
#top-bar-content a {
  color: #ffffff
}
#top-bar-social-alt .hidden-phone {
  display: inline-block;
}
#top-bar-social-alt a {
  color: #ffffff
}
#top-bar-content a:hover {
  color: #efefef
}
#top-bar-social-alt a:hover {
  color: #efefef
}
#site-navigation .dropdown-menu>li>a:hover, #site-navigation .dropdown-menu>li.sfHover>a {
  color: #a71930
}
#site-header #site-navigation .dropdown-menu ul>li>a:hover {
  color: #a71930
}


#top-bar {
  padding: 7px 0;
}

.page-header {
  margin-bottom: 0;
  padding: 12px 0;
}

.navbar-style-one {
  right: 5px;
}

#site-header {
  background: url("../../uploads/2017/07/site-header-bg.png") no-repeat !important;
  background-size: cover !important;
  background-color: #fff !important;
}

#site-header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

#top-bar a {
  font-size: 14px;
}

#top-bar {
  font-size: 14px;
  color: #fff;
  min-height: 43px;
}

ul#secondary-nav {
  margin: 0 !important;
}

ul#secondary-nav li{
  display:inline;
  margin-right:20px
}

ul#secondary-nav li {
  display: inline;
  margin-right: 20px;
}

li.search-toggle-li {
  display:inline-block;
  margin-left: 10px;
}

.academics-related {
  display: inline-block !important;
  width: 100% !important;
}


#lang-display {
  margin-left: 20px;
  border-radius: 6px 6px 0 0;
  padding: 5px;
  display: none;
}

#lang-display.show {
  display: inline-block;
}

#lang-display.hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

#lang-display .fa {
  color: #ffffff;
  margin-left: 5px;
}

#lang-display.hover .fa {
  color: #000000;
}


#lang-display > img {
  width: 30px;
  margin-bottom: -2px !important;
}

#lang-display > img:hover {
  cursor: pointer;
}

#lang-select {
  display: none;
  position: absolute;
  right: 0.5px;
  list-style: none;
  margin: 0 !important;
  background: #e6e6e6;
  cursor: pointer;
  z-index: 222;
}

#lang-select.hover {
  display: block;
}

#lang-select li {
  padding: 10px 15px 10px 50px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 30px;
  float: left;
}

#lang-select li:hover {
  background-color: #ffffff;
}

#lang-select #en_us {
  background-image: url(/wp-content/uploads/2018/02/LangIcon-EngB.png);
}

#lang-select #haw {
  background-image: url(/wp-content/uploads/2018/02/LangIcon-OleloB.png);
}

#lang-select li.unavailable, #lang-select2 li.unavailable {
  color: #9f9f9f;
}

#lang-select li.unavailable:hover, #lang-select2 li.unavailable:hover {
  cursor: no-drop;
  background-color: #e6e6e6;
}


.haw-content.hide, .eng-content.hide {
  display: none !important;
}

#uhwo-dropdown-heading {
  margin-bottom: 0 !important;
  color: #000000 !important;
}

#uhwo-selected {
  background-color: #ffffff;
  border: 1px solid grey;
  border-top: none;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-porperty: background;
  transition-timing-function: ease;
  z-index: 2;
}

#uhwo-selected .fa {
  font-size: 19px;
}

#uhwo-dropdown {
  background-color: #ffffff;
  border: 1px solid grey;
  border-top: none;
  margin-top: -50px;
  display: none;
  z-index: 1;

}

#uhwo-options {
  list-style: none;
  margin-left: 5px;
}

#uhwo-options li {
  padding: 10px 15px;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: background;
  transition-timing-function: ease;
}

#uhwo-options li:hover {
  background-color: #f7f7f7;
}

#uhwo-options li:last-child {
  margin-bottom: 0;
}

#uhwo-options li a {
  width: 100%;
  height: 100%;
  display: block;
}

#uhwo-options li .fa {
  font-size: 19px;
  color: #7d7d7d;
  margin-right: 12px;
}

#uhwo-selected:hover, #uhwo-dropdown:hover {
  cursor: pointer;
}

#uhwo-selected:hover{
  background-color: #f7f7f7;
}

.mega-pull-concs-sublink-5739,
.mega-pull-concs-sublink-5720,
.mega-pull-concs-sublink-5737,
.mega-pull-concs-sublink-5731,
.mega-pull-concs-sublink-5733,
.mega-pull-concs-sublink-5735 {
  padding: 10px 8px 5px 8px !important;
}

/* New academics popout */
#mega-menu-item-4922 > .mega-sub-menu,
#mega-menu-item-4922 > .mega-sub-menu > li,
#mega-menu-item-13927 > .mega-sub-menu,
#mega-menu-item-13927 > .mega-sub-menu > li {
  padding: 0 !important;
}

#academics-popout,
#admissions-popout {
  display: flex;
}

#academics-popout #degrees-container,
#admissions-popout #pathway-container {
  flex: auto;
}

#academics-popout #degrees-container #degrees-header,
#admissions-popout #pathway-container #pathway-header {
  width: 100%;
  padding: 13px 16px 8px 24px;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #cda7ad;
}

#academics-popout #degrees-container #degrees-container-body,
#admissions-popout #pathway-container #pathway-container-body {
  width: auto;
  display: flex;
}

#academics-popout #degrees-container #degrees-container-body #degrees-left-half,
#admissions-popout #pathway-container #pathway-container-body #pathway-left-half {
  flex: 235px 0 0;
}

#academics-popout #degrees-container #degrees-container-body #degrees-left-half ul#degree-list,
#admissions-popout #pathway-container #pathway-container-body #pathway-left-half ul#pathway-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

#academics-popout #degrees-container #degrees-container-body #degrees-left-half ul#degree-list li,
#admissions-popout #pathway-container #pathway-container-body #pathway-left-half ul#pathway-list li {
  background-color: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  font-size: 15px;
  height: 44px;
  display: flex;
}

#academics-popout #degrees-container #degrees-container-body #degrees-left-half ul#degree-list li.active,
#admissions-popout #pathway-container #pathway-container-body #pathway-left-half ul#pathway-list li.active {
  background-color: #f7f7f7;
  border-left: 6px solid #a71930;
  width: 102%;
}

#academics-popout #degrees-container #degrees-container-body #degrees-left-half ul#degree-list li:last-child,
#admissions-popout #pathway-container #pathway-container-body #pathway-left-half ul#pathway-list li:last-child {
  border-bottom: none;
}

#admissions-popout #pathway-container #pathway-container-body #pathway-left-half ul#pathway-list li:last-child {
  background-image: url(https://westoahu.hawaii.edu/wp-content/uploads/2018/01/PueoFeatherPatternTL.png);
  background-position: 50% 0%;
  background-size: cover;
  /* font-weight: 600; */
}

#admissions-popout #pathway-container #pathway-container-body #pathway-left-half ul#pathway-list li:last-child.active {
  display: flex;
  height: 89px;
  align-items: center;
  justify-content: center;
}

#admissions-popout #pathway-container #pathway-container-body #pathway-left-half ul#pathway-list li:last-child.active a {
  height: initial;
}

#academics-popout #degrees-container #degrees-container-body #degrees-left-half ul#degree-list li a,
#admissions-popout #pathway-container #pathway-container-body #pathway-left-half ul#pathway-list li a {
  font-family: Nunito;
  color: #4a4a4a !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  padding: 8px 16px 8px 38px;
}

#academics-popout #degrees-container #degrees-container-body #degrees-right-half,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half {
  flex: auto;
  background-color: #f7f7f7;
  padding: 8px 16px;
}

#academics-popout #degrees-container #degrees-container-body #degrees-right-half .conc-container,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half .pathway-links-container {
  display: none;
}

#academics-popout #degrees-container #degrees-container-body #degrees-right-half .conc-container.show-concs,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half .pathway-links-container.show-links {
  display: block;
}



#academics-popout #degrees-container #degrees-container-body #degrees-right-half .conc-heading,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half .conc-heading {
  font-size: 15px;
}

#academics-popout #degrees-container #degrees-container-body #degrees-right-half ul.conc-list,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half ul.pathway-link-list {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  column-count: 2;
  column-gap: 16px;
}

#academics-popout #degrees-container #degrees-container-body #degrees-right-half ul.conc-list li,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half ul.pathway-link-list li {
  padding-left: 16px;
  margin-bottom: 4px;
}

#admissions-popout #pathway-container #pathway-container-body #pathway-right-half ol.pathway-link-list {
  margin-top: 12px;
}

#academics-popout #degrees-container #degrees-container-body #degrees-right-half ul.conc-list li a,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half ul.pathway-link-list li a,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half ol.pathway-link-list li a {
  color: #4a4a4a !important;
  font-family: Nunito;

}

#academics-popout #degrees-container #degrees-container-body #degrees-right-half ul.conc-list li a:hover,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half ul.pathway-link-list li a:hover,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half ol.pathway-link-list li a:hover {
  color: #a71930 !important;
}

#academics-popout #degrees-container #degrees-container-body #degrees-right-half ul.conc-list li a:before,
#admissions-popout #pathway-container #pathway-container-body #pathway-right-half ul.pathway-link-list li a:before {
  content: "-";
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}

#academics-popout .extra-links-container,
#admissions-popout .extra-links-container {
  flex: 210px 0 0;
  float: right;
  border-left: 1px solid #d8d8d8;
}

#academics-popout .extra-links-container ul,
#admissions-popout .extra-links-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 34px;
  margin-left: 8px;
}

#academics-popout .extra-links-container ul li,
#admissions-popout .extra-links-container ul li {
  display: flex;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 14px;
}

#academics-popout .extra-links-container ul li a,
#admissions-popout .extra-links-container ul li a {
  font-family: Nunito;
  color: #4a4a4a !important;
  text-decoration: none !important;
}

#academics-popout .extra-links-container ul li a svg,
#admissions-popout .extra-links-container ul li a svg {
  margin-right: 4px;
}


#academics-popout .extra-links-container ul li a:hover,
#admissions-popout .extra-links-container ul li a:hover {
  color: #a71930 !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item a[class^='fa']:before {
  display: none !important;
}


/* Hide the Total theme breadcrumb bar */
#main .page-header.wpex-supports-mods {
  display: none;
}

.page-header-inner.container.clr{
  text-align: right;
}

.page-header-inner span {
  margin-left: 3px;
  margin-right: 3px;
}

.page-header-inner span:nth-child(1) {
  margin-left: 0;
}

.page-header-inner span a {
  color: #000000;
}

#warning-icon {
  font-size: 5.2em;
  color: #ff0000;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  margin-right: 25px;
}

@keyframes color {
  0% {
    color: #ff0000;
  }
  50% {
    color: #d11635;
  }
  100% {
    color: #a71930;
  }
}

.emergency-notification-wrapper {
  align-items: center;
  flex-wrap: nowrap !important;
}

#outer-wrap > #wrap > div[role="banner"] {
  background-color: #e8e8e8;
}

.indefinite-notification-wrapper {
  align-items: center;
  justify-content: center;
}

.indefinite-notification-wrapper p {
  margin: 10px 0;
  line-height: 1.5;
  text-align: center;
}

.indefinite-notification-wrapper p a {
  text-decoration: underline;
}

.subtle-warning-row {
  background-color: #ffffff;
  border-top: 1px solid #e2e2e2 !important;
  border-bottom: 1px solid #e2e2e2 !important;
}

.subtle-warning-row.pb-25.pt-25 {
  padding-top: 16px !important;
  padding-bottom: 15px !important;
}

.subtle-warning-row p {
  line-height: 19px;
  color: #707070 !important;
}


.notification-wrapper {
  display: block !important;
}

.notification-wrapper a {
  text-decoration: underline;
}

.notification-wrapper.emergency-notification-wrapper {
  display: flex !important;
  justify-content: start;
}

.notification-wrapper.justify-center {
  justify-content: center;
}

.notification-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.notification-wrapper.emergency-notification-wrapper h2 {
  margin-top: 0px;
  margin-bottom: 15px !important;
}

.notification-wrapper p:last-child {
  margin-bottom: 0 !important;
}


/* New mobile menu */
@media only screen and (max-width: 1086px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    border: 1px solid #696969 !important;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 75% !important;
    width: 32px !important;
    margin-top: 5px;
    font-size: 24px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '\f347' !important;
    margin: 0 !important;
    color: #696969 !important;
    height: 50% !important;
    top: -13px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: '\f343' !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    margin-top: 2px;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    text-transform: uppercase !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:before {
    content: "-";
    display: inline-block;
    height: 50%;
    margin-top: -4px;
    margin-left: 6px;
  }

}



/* ----------------------------------
  4. Footer
------------------------------------*/
#site-scroll-top {
  bottom: 17px;
  right: 20px;
  position: fixed;
  background: #f9f9f9;
  border-radius: 50%;
  text-align: center;
  color: #5a5a5a;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 99999;
}

#site-scroll-top:hover {
  background: #eeeeee !important;
  color: #5a5a5a;
}

.footer-logo-img > .vcex-image-inner {
  max-width: 100% !important;
}

.footer-logo-img img {
  width: 95% !important;
}

#footer-builder {
  background-color: #262626
}

#footer {
  color: #ffffff;
}
#footer p {
  color: #ffffff;
}
#footer li a:before {
  color: #ffffff;
}
#footer .widget-recent-posts-icons li .fa {
  color: #ffffff;
}
#footer-bottom {
  color: #ffffff;
}
#footer-bottom p {
  color: #ffffff;
}

#footer-bottom { display: none; }

.site-footer,
.site-footer a, .site-footer a:visited,
.site-footer strong {
	color: #fff;
}


.main-footer ul {
  list-style: none;
  margin-left: 0;
}

.main-footer ul li a {
  color: #ffffff;
}

.main-footer i.fa-instagram {
  position: absolute;
  right: 10px;
  bottom: 9px;
  font-size: 32px;
  color: #ffffff;
}

.main-footer .vc_col-sm-2:last-child .vc_column-inner {
  padding: 0;
}

.main-footer .vc_col-sm-2:last-child .vcex-image-inner {
  overflow: hidden;
}

.main-footer .vc_col-sm-3 > .vc_column-inner {
  justify-content: start !important;
  margin-top: 12px;
}

.footer-social {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
  line-height: 12px;
  font-size: 26px;
  margin-right: 8px;
}

/* Special 5 column witdh for footer */
@media screen and (min-width: 768px) {
  .main-footer .vc_col-sm-2 {
    width: 20% !important;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .main-footer .vc_col-sm-2:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.sub-footer {
  background: #222222;
  color: #ffffff;
  font-size: 0.923em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sub-footer p {
  font-size: 0.9375em;
  line-height: 1.5;
}

/*
#footer-kihei:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: " ";
  background-image: url('/wp-content/uploads/2018/01/KiheiSquareWhite152.png');
  background-size: contain;
  left: 2px;
  top: 44px;
}
*/

.sub-footer-social {
  text-align: right;
}

.sub-footer-social .fa {
  font-size: 26px;
  margin-right: 8px;
}

.sub-footer-social .fa:last-child {
  margin-right: -15px;
}

/* new RFI footer */
.footer-connect-subheading {
  font-size: 22px !important;
  font-weight: 700;
}

.footer-connect-heading {
  display: block;
  font-size: 28px !important;
  font-weight: 700;
}

#footer-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 8px;
}

#footer-form input:focus {
  border-color: #EFFF02;
  outline: 2px solid #EFFF02;
  outline-offset: 3px;
}


#footer-form input {
  width: 22%;
  padding: 8px 16px;
}

#footer-form input[type='submit'] {
  border: 2px solid #ffffff;
  padding: 16px !important;
  font-weight: 700;
}

#footer-form input[type='submit']:focus {
  outline: 4px solid #EFFF02;
}


#feedback-modal-btn {
  text-align: center;
  font-size: 17px;
  position: fixed;
  right: -32px;
  top: 50%;
  z-index: 999;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgb(167, 25, 48);
  box-shadow: rgb(204, 204, 204) 0px 0px 5px;
  border-width: 0px 4px 4px;
  border-radius: 0;
  padding: 9px 15px 10px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}


/* ----------------------------------
  5. Global Page Elements
------------------------------------*/
.full-width-main-layout .container, .full-width-main-layout .vc_row-fluid.container, .boxed-main-layout #wrap {
  width: 1100px
}

.wpex-carousel-woocommerce .wpex-carousel-entry-details, a, .wpex-accent-color, #site-navigation .dropdown-menu a:hover, #site-navigation .dropdown-menu>.current-menu-item>a, #site-navigation .dropdown-menu>.current-menu-parent>a, h1 a:hover, h2 a:hover, a:hover h2, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .entry-title a:hover, .modern-menu-widget a:hover, .theme-button.outline, .theme-button.clean {
  color: #a71930;
}
.vcex-skillbar-bar, .vcex-icon-box.style-five.link-wrap:hover, .vcex-icon-box.style-four.link-wrap:hover, .vcex-recent-news-date span.month, .vcex-pricing.featured .vcex-pricing-header, .vcex-testimonials-fullslider .sp-button:hover, .vcex-testimonials-fullslider .sp-selected-button, .vcex-social-links a:hover, .vcex-testimonials-fullslider.light-skin .sp-button:hover, .vcex-testimonials-fullslider.light-skin .sp-selected-button, .vcex-divider-dots span, .vcex-testimonials-fullslider .sp-button.sp-selected-button, .vcex-testimonials-fullslider .sp-button:hover, .wpex-accent-bg, .post-edit a, .background-highlight, input[type="submit"], .theme-button, button, .theme-button.outline:hover, .active .theme-button, .theme-button.active, #main .tagcloud a:hover, .post-tags a:hover, .wpex-carousel .owl-dot.active, .wpex-carousel .owl-prev, .wpex-carousel .owl-next, body #header-two-search #header-two-search-submit, #site-navigation .menu-button>a>span.link-inner, .modern-menu-widget li.current-menu-item a, #sidebar .widget_nav_menu .current-menu-item>a, .widget_nav_menu_accordion .widget_nav_menu .current-menu-item>a, #wp-calendar caption, #wp-calendar tbody td:hover a, .navbar-style-six .dropdown-menu>.current-menu-item>a, .navbar-style-six .dropdown-menu>.current-menu-parent>a, #wpex-sfb-l, #wpex-sfb-r, #wpex-sfb-t, #wpex-sfb-b, #site-scroll-top:hover {
  background-color: #a71930;
}
.vcex-heading-bottom-border-w-color .vcex-heading-inner {
  border-bottom-color: #a71930;
}
.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a {
  border-bottom-color: #a71930;
}
.theme-button.outline {
  border-color: #a71930;
}
#searchform-dropdown {
  border-color: #a71930
}
.toggle-bar-btn:hover {
  border-top-color: #a71930;
  border-right-color: #a71930
}
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu>li>ul {
  border-top-color: #a71930
}
.theme-heading.border-w-color span.text {
  border-bottom-color: #a71930
}

.post-edit a:hover, .theme-button:hover, input[type="submit"]:hover, button:hover, .wpex-carousel .owl-prev:hover, .wpex-carousel .owl-next:hover, #site-navigation .menu-button>a>span.link-inner:hover {
  background-color: #a71930
}

.ilightbox-holder.minimal {
  top: 5vh !important;
  left: 5vw !important;
}

.vc_custom_1521667534878 {
  background-color: #a71930 !important
}
.vc_custom_1522291722511 {
  padding-bottom: 20px !important
}



.skip-to-content {
  background-color: #ffffff;
  color: #0a5985;
}

.entry h4 {
  padding-bottom: 5px;
  border-bottom: 5px solid #a71930;
  margin-bottom: 10px;

}

.post-pagination-wrap {
  display: none;
}

.column-swap {
  display: flex;
}

.color-white,
.color-white p,
.color-white a,
.color-white a:after,
.color-white span,
.color-white li,
.color-white h1,
.color-white h2,
.color-white h3{
  color: #ffffff !important;
}

.color-red,
.color-red p,
.color-red a,
.color-red a:after,
.color-red span,
.color-red li,
.color-red h1,
.color-red h2,
.color-red h3{
  color: #a71930 !important;
}

.color-black,
.color-black p,
.color-black a,
.color-black a:after,
.color-black span,
.color-black li,
.color-black h1,
.color-black h2,
.color-black h3{
  color: #000000 !important;
}

.style-tabs ul{
  background: #fff;
  -webkit-transition: .25s max-height ease-in;
  transition: .25s max-height ease-in;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  max-height: 0;
  overflow: hidden;
  border-bottom: none;
  box-shadow: none;
  max-height: none;
  overflow: inherit;
  border-bottom: 4px solid #a71a31;
  margin-left: 25px;
  list-style: none;
}

.style-tabs#toggle-links ul,
.style-tabs#mobile-toggle-links ul  {
  margin-left: 0;
}

.style-tabs ul li {
  line-height: 1.35;
  font-size: 1.4rem;
}

.style-tabs ul li a {
  display: block;
  text-decoration: none !important;
  color: #01597d;
  padding: 1.7rem 1.8rem;
  border-left: .25rem solid transparent;
  border-bottom: 1px solid #cfcfcf;
  -webkit-transition: .25s all ease-in;
  transition: .25s all ease-in;
}

.style-tabs ul li a.current {
  color: #282728;
  border-left: 0.25rem solid #a71a31;
}

.style-tabs ul li a:hover,
.style-tabs ul li a.selected {
  color: #282728;
  border-left: 0.25rem solid #a71a31;
}

#translate-button {
    position: fixed;
    z-index: 2100;
    bottom: 30px;
    left: 30px;
    border: 1px solid #ffffff;
}

.style-calendar-date {
    background-color: #ffffff;
    box-shadow: 3px 3px #ababab;
    display: inline-block;
    min-width: 150px;
    padding: 15px 25px 0 25px;
    margin: 20px 20px 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.style-calendar-date a,
.style-calendar-date strong {
  text-decoration: none !important;
  display: block;
  font-size: 7.2rem !important;
  font-weight: 800 !important;
  margin-top: -2.8rem !important;
}

.style-calendar-date2 {
  text-align: center;
  padding: 25px 40px;
  background-color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: 3px 3px #ababab;
  font-size: 2.6rem;
}

.style-contact-box,
.style-contact-box.wpb_text_column {
  max-width: 375px;
  background-color: #ffffff;
  padding: 15px 20px 12px;
  box-shadow: 3px 3px #ababab;
  margin: 20px 0;
  color: #494949;
}

.style-contact-box strong,
.style-contact-box.wpb_text_column strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  display: inline-block;
}

.style-contact-box:first-line,
.style-contact-box p:first-line,
.style-contact-box.wpb_text_column p:first-line {
  color: #a71930 !important;
  font-size: 2.0rem;
  line-height: 2.0rem;
}

.style-contact-box p {
  line-height: 1.5em;
  font-size: 13px;
}

.style-contact-box h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}

.style-contact-box a {
  color: #a71930 !important;
  text-decoration: none !important;
  /* text-transform: lowercase; */
  font-weight: 400;
}

.style-contact-box a::after {
  content: "";
}

.style-inline-contact-box.wpb_text_column .wpb_wrapper {
  display: flex;
  justify-content: space-between;
}

.style-inline-contact-box.wpb_text_column .wpb_wrapper div {
  width: 50%;
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 3px 3px #ababab;
  margin: 20px 20px 20px 0 !important;
  color: #494949;
}

.style-inline-contact-box.wpb_text_column .wpb_wrapper div:last-child {
  margin-right: 0;
}

.style-inline-contact-box.wpb_text_column .wpb_wrapper div strong {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin: 12px 0 4px;
  display: inline-block;
}

.style-inline-contact-box.wpb_text_column .wpb_wrapper div p:first-line {
    color: #a71930 !important;
    font-size: 2.0rem;
}

.style-inline-contact-box p {
  line-height: 17px;
  font-size: 13px;
}


.style-white-button a, a.style-white-button {
  box-shadow: 3px 3px #ababab;
  background-color: #ffffff;
  padding: 15px 30px;
  margin: 20px 0;
  font-weight: 800;
  font-size: 2.4rem;
  display: block;
}

.style-white-button-2 a, a.style-white-button-2 {
  box-shadow: 3px 3px #ababab;
  background-color: #ffffff;
  padding: 10px 20px;
  margin: 5px 0;
  font-weight: 800;
  font-size: 1.5rem;
  display: inline-block;

}

.section-subsection {
  padding: 25px 40px;
  background-color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-subsection h2,
.section-subsection h3 {
  margin-top: 10px !important;
}

.ilightbox-container iframe svg {
  margin: auto;
}

span.wpcf7-not-valid-tip {
  display: block !important;
  font-weight: 700 !important;
}

/* ----------------------------------
  6. Subpages
------------------------------------*/

/* ----------------------------------
  a. Homepage
------------------------------------*/
#rev_slider_18_1_wrapper h1 span,
#rev_slider_33_1_wrapper h1 span,
#homepage-h1 span {
  font-size: 68px;
  color: #ffffff;
}

#homepage-video {
  height: 60vh;
}

#rev_slider_21_1_wrapper a {
  color: #ffffff;
  background-color: inherit !important;
}

#rev_slider_33_1 .tp-parallax-wrap,
#rev_slider_18_1 .tp-parallax-wrap,
#rev_slider_21_1 .tp-parallax-wrap,
#rev_slider_21_1 .tp-loop-wrap {
  background-color: #000000 !important;
}

.tp-caption.extralarge_bold_white, .extralarge_bold_white,
.tp-caption.medium_bold_white, .medium_bold_white {
  background-color: inherit !important;
}



#homepage-testimony .center-row .center-row-inner {
  display: flex;
}

.h3-special {
  font-size: 28px !important;
  color: #3e3e3e !important;
  margin-top: 80px !important;
}


.h3-special:before{
  position: absolute;
  width: 38px;
  height: 38px;
  content: " ";
  background-image: url('/wp-content/uploads/2018/01/KiheiSquareRed152.png');
  background-size: contain;
  left: -19px;
  top: 40px;
}


#homepage-infographics {
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;

  background-image: url('/wp-content/uploads/2018/01/UHWOCampusAerialinfographic.jpg?id=6196');
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top !important;
}

.vcex-image-inner img {
  height: auto !important;
}

.vcex-milestone-number, .vcex-milestone-caption {
  text-shadow: 1px 1px 5px black;
}


#ekh-subheader h2, #ekh-subheader h3 {
  margin-bottom: 0 !important;
  line-height: 23px;
  font-size: 28px !important;
  font-weight: 700 !important;
}

#ekh-stories {
  display: flex;
  align-items: stretch;
  margin-top: 15px;
  background: #ffffff;
}

.post_date {
  color: #7b7b7b;
  font-size: 14px;
  margin-bottom: 6px;
}

.ekh-image .vcex-image-inner img {
  vertical-align: top;
}

.ekh-post > .vc_column-inner {
  padding: 0;
}

.ekh-slug {
  text-transform: uppercase;
  color: #525252;
  font-size: 0.875em;
}

.ekh-image {
  overflow: hidden;
  height: 165px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: 50% 50%;
}

.ekh-info {
  background: #ffffff;
  padding: 30px;
}

.kaloi-feed-block > .wpb_wrapper {
  display: flex;
}

.ekh-post {
  border-right: 1px solid #c9c9c9 !important;
  flex: 1;
}

.ekh-post:last-child {
  border-right: none !important;
}

.ekh-info p:first-child {
  line-height: 25px;
  margin-bottom: 6px;
}

.ekh-info p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.ekh-info strong {
  line-height: 22px;
  font-size: 17px !important;
  margin-bottom: 2px !important;
  margin-top: 15px !important;
  font-weight: 700;
}

.ekh-info strong a {
  color: #a71930;
}

.degree-ekh-subheading h2 {
  /* margin-bottom: 0 !important;
  font-size: 22px !important;
  color: #404040 !important; */

  color: #a71930 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  border-bottom: 5px solid #a71930;
  padding-bottom: 5px;
  margin-bottom: 8px !important;
}

.degree-ekh-subheading p {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 10px !important;
}

.degree-ekh-subheading a {
  text-transform: none !important;
  font-weight: 400;
}

.degree-ekh-subheading a:after {
  content: "" !important;
}

.degree-ekh {
  line-height: 12px !important;
  border-top: 1px solid #cfcfcf;
  padding-top: 6px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0;
  background: #fbfbfb;
  padding: 1.7rem 1.8rem;
}

.degree-ekh:first-child {
  margin-top: 15px !important;
}

.degree-ekh a {
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.degree-ekh a:after {
  content: "";
}

#sm-heading h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #656565;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 25px;
  font-size: 28px;
}

.campus-tour-row {
  background-image: url(/wp-content/uploads/2018/01/BG_redTour.png?id=6032);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#homepage-tour .center-row-inner {
  display: flex;
}


#tour-textbox {
  background: rgb(248, 245, 245);
  min-height: 366px;
  padding: 30px;
  background-image: url(/wp-content/uploads/2018/01/KiheiSquareRed152.png);
  background-repeat: no-repeat;
  background-size: 45px 45px;
}

#tour-textbox .style-links h3 {
  margin-top: 15px;
}

#tour-textbox .no-style-links {
  text-decoration: underline !important;
}

/* ----------------------------------
  b. How-to-apply
------------------------------------*/
a.cta-link {
  text-transform: uppercase;
  font-weight: 700;
  color: #4c4c4c;
}

a.cta-link:after {
  content: ' >';
  color: #a71930;
  font-weight: 800;
}

a.cta-big-button {
  display: inline-block;
  padding: 50px 25px 50px 30px;
  margin-top: 25px;
  background-color: #ededed;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  box-shadow: 8px 8px 0px #a71930;
}

a.cta-big-button:after{
  content: ' >';
  font-weight: 800;
  color: #a71930;
}

#deadlines_table th {
  font-weight: 700;
  font-size: 18px;
  width: 25%;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

#deadlines_table td {
  width: 25%;
  padding: 0 10px 20px 0 ;
}

.rev-btn {
  background-color: #e5e5e5 !important;
  color: #4c4c4c !important;
  font-weight: 700 !important;
  box-shadow: #a71930 4px 4px !important;
}

.rev-btn:after {
  content: ' >';
  color: #a71930;
  font-weight: 800;
}

.rev-btn:hover {
  background-color: #ffffff !important;
}

/* ----------------------------------
  c. Academics
------------------------------------*/
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-top: 10px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
  padding-top: 10px;
}

.vc_tta-tab, .vc_tta-panel-title {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  width:30%;
}

.vc_tta-panel-title {
  width: 100%;
}

.vc_tta-panel.vc_active .vc_tta-panel-title, .vc_tta-tab.vc_active {
  font-size: 32px;
  line-height: 32px;
  border-top: 10px solid #a71930;
  width: 40%;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
  background-color: #e1e1e1 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
  transition: none !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
  background-color: #a71930 !important;
}

.vc_tta-panel.vc_active span.vc_tta-title-text, .vc_tta-tab.vc_active span.vc_tta-title-text{
    color: #ffffff;
}

.vc_tta-panels {
  background-color: #f7f7f7 !important;
}

.wpex-row.vcex-no-margin-grid .span_1_of_3 {
  width: 33.3333% !important;
}

#concentrations {
  background-image: url('/wp-content/uploads/2018/02/concentrations-grid-bg.jpg');
  background-size: cover;
  background-position-x: 66%;
  width: 100%;
  opacity: 0.9;
  background-color: #000000;
}

#student-services .vc_tta-panel-body,
#academics-grid .vc_tta-panel-body,
#admissions-grid .vc_tta-panel-body
 {
  margin: 0px !important;
  padding: 0 !important;
  border: 10px solid #a71930;
}

#concentrations .vc_tta-panel-body {
  background-image: url('/wp-content/uploads/2018/05/transparent-black-40.png');
}

#certificates .vc_tta-panel-body {
  background: #ffffff;
  border: 10px solid #a71930;
}

#concentration-ul {
  list-style: none;
  margin: 0;
}

#concentration-ul li {
  height: 10vw;
}

#concentration-ul li:first-child {
  border-left: 0;
  padding-left: 1px;
}

#concentration-ul li {
  width: 16.6666666667%;
  height: 14vw;
  float: left;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

#concentration-ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-top: 22%;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #ffffff;
  font-weight: 600;
  background-position: center center;
  text-shadow: 1px 1px #1d1d1d;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: background;
  transition-timing-function: ease;
}

#concentration-ul li a:hover {
  background-color: rgba(167, 26, 49, 1);
  text-decoration: none;
  cursor: pointer;
}

#concentration-ul li a:focus {
  outline: 4px solid yellow;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: 3px auto;
}


#certificates-list {
  list-style-type: none;
  margin: 0 auto;
  width: 400px;
}

/* ----------------------------------
  d. Student Services
------------------------------------*/
#student-services .vc_tta-panel-title {
  width: 100%;
}

#student-services .vcex-image-grid-entry-img:focus .overlay-title-center{
  border: 4px solid yellow;
}

.overlay-title-center {
  font-size: 19px;
  background: none;
  background-image: url('/wp-content/uploads/2018/05/transparent-black-40.png');
}

.overlay-title-center:hover {
  background: none;
}

/* ----------------------------------
  e. Our Campus
------------------------------------*/

.full-width-contactus  strong {
  font-weight: 800;
}

/* ----------------------------------
  f. Chancelor/VCA/VCSA/VCAA
------------------------------------*/

.profile-row h1 {
  padding-bottom: 0;
}

.profile-row h3 {
  padding-bottom: 0;
  color: #000000;
}

.profile-contact h3, .profile-contact p {
  float: left;
  clear: both;
}

.profile-contact h3{
    color: #000000;
    border-top: 5px solid #a71930;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ----------------------------------
  g. Academic Calendar
------------------------------------*/
.calendar {
  background-color: #ffffff;
  border-top: 20px solid #a71930 !important;
  border-bottom: 20px solid #a71930 !important;
}

.calendar h2 {
  display: inline-block;
}

.calendar h2:after {
  display: inline-block;
  content: '(Subject to change)';
  font-size: 15px;
  color: #757575;
  font-weight: 400;
  margin-left: 8px;

}

.calendar h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.calendar table {
  border-top: 2px solid grey;
  font-size: 110%;
}

.calendar table thead th {
  padding: 20px 8px 2px;
  border-bottom: 1px solid;
}

.calendar table thead th:first-child {
  width: 20%;
  padding-left: 0;
}

.calendar table td {
  padding: 8px;
}

.calendar table tr > td:first-child {
  font-weight: 700;
  padding-left: 0;
}

.calendar .red {
  color: #a71930;
}

.calendar.with-uhwo-table {
  background-color: inherit;
  border-top: none !important;
  border-bottom: none !important;
}

.calendar.with-uhwo-table table {
  border-top: none;
  font-size: 100%;
}


.calendar.with-uhwo-table table thead th {
  padding: 8px 16px;
  border-bottom: 2px solid #a71930;
}

.calendar.with-uhwo-table table thead th:first-child {
  padding-left: 16px;
}

.calendar.with-uhwo-table table td {
  padding: 8px 16px;
}

.calendar.with-uhwo-table table tr > td:first-child {
  font-weight: inherit;
  padding-left: 16px;
}

.calendar.with-uhwo-table table tr td:first-child {
  font-weight: 700;
}

/* ----------------------------------
  h. Accepted Students
------------------------------------*/
.accepted-steps-row h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.accepted-steps-row h1:before {
  position: absolute;
  width: 38px;
  height: 38px;
  content: " ";
  background-image: url('/wp-content/uploads/2018/01/KiheiSquareRed152.png');
  background-size: contain;
  left: -12px;
  top: 8px;
}


.accepted-steps-row h3 {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: -2px;
}

/* ----------------------------------
  i. Articulations
------------------------------------*/

.articulation-table {
  background-color: #ffffff;
  padding: 0px 15px;
  border-collapse: separate;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px !important;
}

.articulation-table thead {
  background-color: #ffffff;
}

.articulation-table th, .articulation-table td {
  width: 30vw;
  padding: 10px 0px 10px 0px;
  text-align: left;
  vertical-align: middle;
}

.articulation-table th:first-child,
.articulation-table td:first-child {
  text-align: right;

}

.articulation-table th:nth-child(2),
.articulation-table td:nth-child(2) {
  width: 130px;
  text-align: center;
  color: #a71930;
}

.articulation-table th {
  font-weight: 700;
  border-bottom: 2px solid #a71930;
  color: #717171;
}

.articulation-table td {
  border-bottom: 1px solid #dcdcdc;
}

.articulation-table tr:last-child td {
    border-bottom: 0px;
}

.articulation-table i.fa {
  font-size: 3.0rem;
  color: #a71930;
}

/* ----------------------------------
  j. Tuition & Aid
------------------------------------*/

#tuition-block {
  border-top: 15px solid #a71930;
  border-bottom: 15px solid #a71930;
  width: 80%;
  margin: 0 auto;
}

h2.tuition-h2 {
  display: inline-block;
}

h2.tuition-h2:after {
  display: inline-block;
  content: '(per semester)';
  font-size: 15px;
  color: #757575;
  font-weight: 400;
  margin-left: 8px;

}

#other-expenses .wpb_column {
  border: 1px solid;
  margin-top: -40px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#tuition-categories .wpb_column .vc_column-inner .wpb_wrapper,
#other-expenses .wpb_column .vc_column-inner .wpb_wrapper {
  display: flex;
  justify-content: center;
}

#tuition-categories .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column {
  border-right: 1px solid;
  width: 30%;
  min-height: 85px;
  padding-top: 18px;
  margin: 0;
}

#tuition-categories .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column:last-child {
  border-right: none;
}

#other-expenses-title {
  z-index: 5;
}

#other-expenses .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column {
  width: 25%;
  min-height: 115px;
  padding-top: 18px;
  margin: 0;
}

#other-expenses .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column p {
  font-size: 14px !important;
  line-height: 18px !important;
}

#other-expenses strong {
  font-weight: 700;
  font-size: 23px;
}

#other-expenses-footnote {
  font-size: 12px !important;
  font-style: italic;
}

.tuition-dollars strong {
  font-weight: 700;
  font-size: 26px;
}

.tuition-dollars p {
  font-size: 17px;
  line-height: 25px;
}

/* ----------------------------------
  k. Posts
------------------------------------*/
.meta.clr.meta-with-title,
.wpex-social-share,
section.comments-area#comments,
section#post-series {
  display: none;
}

h1.single-post-title.entry-title {
  font-size: 42px !important;
  margin-bottom: 0px !important;
}

.single-blog-content h2 {
  margin-top: 0;
  color: #5e5e5e !important;
}

/* ----------------------------------
  l. Apply and Enroll
------------------------------------*/

.vcex-image-grid-entry .overlay-title-center span.title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#getting-started .vcex-image-grid-entry .overlay-title-center:after,
#financing-education .vcex-image-grid-entry .overlay-title-center:after,
#registration .vcex-image-grid-entry .overlay-title-center:after {
  content: "";
  background-image: url(/wp-content/uploads/2018/03/SpecialKiheiRolloverL.svg);
  opacity: 0.05;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-size: cover;
  width: 100%;
  height: 100%;
}


#getting-started .vcex-image-grid-entry:nth-child(odd) .overlay-title-center:after,
#financing-education .vcex-image-grid-entry:nth-child(odd) .overlay-title-center:after,
#registration .vcex-image-grid-entry:nth-child(odd) .overlay-title-center:after {
  background-image: url(/wp-content/uploads/2018/03/SpecialKiheiRolloverR.svg);
}


/* ----------------------------------
  m. About
------------------------------------*/
.about-headings {
  text-align: center;
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 15px;
  color: #a71930;
  font-family: Crimson Text;
  font-size: 38px;
  font-weight: 400;
  font-style: italic;
}

#our-stuff hr {
  border: solid #a71930;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  width: 50%;
  margin: -35px auto 40px;
}

#value-proposition {
  border: 1px solid #a71930;
  padding: 45px 30px 30px;
  width: 89%;
  margin: -36px auto 0 auto;
  text-align: center;
  font-family: Crimson Text;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  color: #4c4c4c;
}

/* ----------------------------------
  n. Communication Request Form
------------------------------------*/
.wpex-wpcf7-loader { display: none; }
#communication-request-form input[type="date"],
#communication-request-form input[type="time"],
#communication-request-form input[type="datetime-local"],
#communication-request-form input[type="week"],
#communication-request-form input[type="month"],
#communication-request-form input[type="text"],
#communication-request-form input[type="email"],
#communication-request-form input[type="url"],
#communication-request-form input[type="password"],
#communication-request-form input[type="search"],
#communication-request-form input[type="tel"],
#communication-request-form input[type="number"],
#communication-request-form textarea {
  background: #ffffff;
}

#communication-request-form select {
  padding: 10px;
}

#communication-request-form span.wpcf7-list-item {
  display: block;
}


#microsite-request-form label,
#microsite-request-form .label {
  font-weight: 600;
}

#microsite-request-form .wpcf7-list-item label {
  font-weight: 400;
}

#microsite-request-form .custom-page-input {
  margin-bottom: 15px;
  align-items: center;
}

#microsite-request-form a:hover {
  cursor: pointer;
}

#microsite-request-form input[type="date"],
#microsite-request-form input[type="time"],
#microsite-request-form input[type="datetime-local"],
#microsite-request-form input[type="week"],
#microsite-request-form input[type="month"],
#microsite-request-form input[type="text"],
#microsite-request-form input[type="email"],
#microsite-request-form input[type="url"],
#microsite-request-form input[type="password"],
#microsite-request-form input[type="search"],
#microsite-request-form input[type="tel"],
#microsite-request-form input[type="number"],
#microsite-request-form textarea {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 3px;
}

#microsite-request-form input::-webkit-input-placeholder { /* WebKit browsers */
  font-weight: 400 !important;
}
#microsite-request-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight: 400 !important;
}
#microsite-request-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-weight: 400 !important;
}
#microsite-request-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-weight: 400 !important;
}

#microsite-request-form select {
  padding: 10px;
}

#microsite-request-form span.wpcf7-list-item {
  display: block;
  font-weight: 400;
}

#microsite-request-form span.wpcf7-list-item:hover {
  cursor: pointer;
}

#microsite-request-form #site-objective,
#microsite-request-form #key-messages,
#microsite-request-form #additional-comments {
  height: 150px;
}

#microsite-request-form .show-btn {
  margin-left: 15px;
}


#microsite-request-form .managers {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

#microsite-request-form .managers input {
  margin-bottom: 5px !important;
}

#microsite-request-form .managers label {
  color: #494949;
}

#microsite-request-form #manager-2,
#microsite-request-form #manager-3,
#microsite-request-form #custom-1,
#microsite-request-form #custom-2,
#microsite-request-form #custom-3,
#microsite-request-form #custom-4,
#microsite-request-form #custom-5 {
  display: none;
}


/* ----------------------------------
  o. Current Students (Slider Revolution)
------------------------------------*/
.slider-text {
  text-shadow: 1px 1px 5px black;
}

.align-right {
  text-align: right !important;
}

#rev_slider_21_1 .zeus .tp-tab {
  height: 50px;
  background: #00000091;
}

#rev_slider_21_1 .zeus .tp-tab-title,
#rev_slider_21_1 .zeus .tp-tab.selected .tp-tab-title {
  background: none;
}

#rev_slider_21_1 .zeus .tp-tab.selected .tp-tab-title {
  border-top: 2px solid #ffffff;
  color: #ffffff;
}

/* ----------------------------------
  p. In the News
------------------------------------*/
#external-news-div #page-title h1:before {
  position: absolute;
  width: 38px;
  height: 38px;
  content: " ";
  background-image: url('/wp-content/uploads/2018/01/KiheiSquareGrey152.png');
  background-size: contain;
  left: -23px;
  top: -29px;
}

#external-news-div h2 a {
  text-decoration: none;
}

.main-story h2 {
  margin-top: 0;
  font-size: 23px !important;
  line-height: 30px !important;
  color: #000000 !important;
}

.main-story img {
  border-top: 4px solid #a71930 !important;
  margin-top: 7px;
  margin-bottom: 10px;
}

.big-story {
  margin-bottom: 30px !important;
}

.small-story {
  margin-bottom: 30px !important;
}

.small-story p:first-child {
  color: #525252;
  margin-bottom: 7px !important;
  border-bottom: 4px solid #a71930 !important;
  padding-bottom: 7px;
}

.small-story h2 {
  margin-top: 0;
  line-height: 24px;
  font-size: 22px !important;
  color: #000000 !important;
}

.main-story p, .small-story p {
  line-height: 20px !important;
}

#uh-news-div {
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}

#uh-news-div h2 {
  margin-top: 20px !important;
  font-size: 22px !important;
  color: #404040 !important;
}

#uh-news .blog-entry-media.entry-media.wpex-clr {
  display: none;
}

#uh-news .blog-entry-content.entry-details.clr {
  margin-bottom: 25px;
}

#uh-news ul.meta.clr, #uh-news ul.meta.clr li {
  margin-bottom: 0 !important;
}

#uh-news ul.meta.clr, #uh-news ul.meta.clr li.meta-date {
  font-size: 12px;
}

#uh-news ul.meta.clr li.meta-comments.comment-scroll {
  display: none;
}

#uh-news h2 {
  color: #a71930 !important;
  line-height: 22px;
  font-size: 17px !important;
  margin-bottom: 2px !important;
  margin-top: 15px !important;
}

#uh-news .blog-entry-excerpt {
  line-height: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 13px;
}

/* ----------------------------------
  q. Commencement
------------------------------------*/
#commencement-header .wpb_column .vc_column-inner {
  padding: 0;
}

#commencement-header .wpb_column .vc_column-inner > .wpb_wrapper {
  background: #a71930;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.commencement-banner-countdown,
.commencement-banner-countdown p {
  font-family: 'IBM Plex Serif', serif;
}


.commencement-countdown .vcex-countdown {
  margin-top: 22%;
}

.commencement-countdown .wpex-hours,
.commencement-countdown .wpex-minutes,
.commencement-countdown .wpex-seconds {
  display: none;
}

.commencement-banner-countdown p{
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}


.commencement-banner-countdown .wpex-days span,
.commencement-banner-countdown .wpex-hours span,
.commencement-banner-countdown .wpex-minutes span,
.commencement-banner-countdown .wpex-seconds span {
  font-size: 80px !important;
  font-weight: 700 !important;
  font-style: italic;
  line-height: 86px !important;
}

.commencement-banner-countdown .wpex-days small,
.commencement-banner-countdown .wpex-hours small,
.commencement-banner-countdown .wpex-minutes small,
.commencement-banner-countdown .wpex-seconds small {
  text-transform: lowercase;
  font-weight: 300 !important;
  font-size: 23px;
}

/* ----------------------------------
  r. FAFSA
------------------------------------*/
#fafsa-code-box {
  padding: 15px;
  background: #ffffff;
  box-shadow: 2px 2px #777777;
}

#fafsa-code-box p:first-child {
  font-weight: 700;
  font-size: 22px !important;
  color: #404040 !important;
  margin-bottom: 8px;
}

/* ----------------------------------
  s. 404
------------------------------------*/
#search-on-404 input[type="text"]  {
  background-color: #ffffff;
  width: 300px;
}

.error404-content {
  text-align: center;
}

/* ----------------------------------
  t. Academic Advising
------------------------------------*/
.academic-advisors {
  display: flex;
  flex-wrap: wrap;
}

.academic-advisor {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  justify-content: flex-start;
  width: 100%;
  padding: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.academic-advisor .advisor-img {
  width: 33.3%;
  padding: 8px;
}

.academic-advisor img {
  width: 100%;
  height: auto;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
  display: block;
}

.academic-advisor .advisor-info {
  width: 66.6%;
  padding: 12px;
}


.academic-advisor .adv-conc-list {
  border: 1px solid #d2cdc2;
  background-color: #ececec;
  border-radius: 6px;
  padding: 12px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 2px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 2px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.075);
}

.academic-advisor .adv-conc-list p {
  margin: 0;
  color: #262424 !important;
  font-size: 14px;
  line-height: 2.2rem;
}

.academic-advisor .adv-conc-list ul {
  margin-left: 18px;
  margin-top: 4px;
}

.academic-advisor .adv-conc-list ul li {
  color: #262424 !important;
  font-size: 13px;
  line-height: 2rem;
  text-align: left;
}


/* .academic-advisor:nth-child(5) {
  width: 80%;
} */

/* ----------------------------------
  u. Emergency Information
------------------------------------*/
#emergency-updates h3 {
  color: #4c4c4c !important;
  margin-top: 0;
}

/* ----------------------------------
  v. Campus Map
------------------------------------*/
.campus-map-print {
  display: none;
}

/* ----------------------------------
  w. Consumer Information
------------------------------------*/
.consumer-info .vc_tta-panel .vc_tta-panel-title {
  border-bottom: none !important;
  border-top: 1px solid #e1e1e1 !important;
  padding: 12px;
  margin-bottom: 0 !important;
}

.consumer-info.white-bg .vc_tta-panel .vc_tta-panel-title {
  background: #ffffff !important;
  border-top: 1px solid #e1e1e1 !important;
}

.consumer-info.white-bg .vc_tta-panel-body {
  background: #ffffff !important;
}

.consumer-info .vc_tta-panel .vc_tta-panel-title:last-child {
  border-bottom: 1px solid #e1e1e1 !important;
}

.consumer-info .vc_tta-panel.vc_active .vc_tta-panel-title {
  width: 100%;
  font-size: inherit;
  border-top: 4px solid #a71930 !important;
  border-bottom: none !important;
}

.consumer-info .vc_tta-panel-body {
  padding: 18px 25px !important;
}

/* ----------------------------------
  x. Campaign landing pages
------------------------------------*/
.campaign-header,
.workshop-header {
  height: 800px;
  max-height: 65vh;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.workshop-header {
  max-height: 45vh;
}

.campaign-header.military,
.workshop-header.military {
  height: 650px;
  max-height: 55vh;
}

.campaign-header .wpb_column .vc_column-inner,
.workshop-header .wpb_column .vc_column-inner {
  padding: 0 !important;
}

.campaign-header .wpb_column .vc_column-inner .wpb_text_column,
.workshop-header .wpb_column .vc_column-inner .wpb_text_column {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 42px;
  padding-bottom: 42px;
}

.campaign-header .wpb_column .vc_column-inner .wpb_text_column h1,
.workshop-header .wpb_column .vc_column-inner .wpb_text_column h1,
.campaign-header .wpb_column .vc_column-inner .wpb_text_column p,
.workshop-header .wpb_column .vc_column-inner .wpb_text_column p {
  color: #ffffff !important;
  text-shadow: 0px 0px 20px rgba(0,0,0,1);
}

.campaign-header .wpb_column .vc_column-inner .wpb_text_column h1,
.workshop-header .wpb_column .vc_column-inner .wpb_text_column h1 {
  font-size: 56px !important;
  letter-spacing: -1px !important;
  margin-bottom: 0px !important;
}

.campaign-header .wpb_column .vc_column-inner .wpb_text_column p,
.workshop-header .wpb_column .vc_column-inner .wpb_text_column p {
  font-size: 28px !important;
  font-weight: 300 !important;
}

.campaign-2-col {
  margin-top: -95px !important;
  margin-bottom: 50px !important;
}

.campaign-1-col {
  margin-top: -75px !important;
  margin-bottom: 50px !important;
}

.campaign-2-col-block {
  padding-left: 15px;
  padding-right: 15px;
}

.campaign-2-col-heading {
  background-color: #a71930;
  padding: 24px 16px;
}

.campaign-1-col {
  background-color: #a71930;
  padding: 48px 16px 54px;
}

.campaign-2-col-heading h2 {
  color: #ffffff !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-size: 44px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.campaign-1-col h1 {
  color: #ffffff !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-size: 52px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  font-size: 56px !important;
  letter-spacing: -1px !important;
  margin-bottom: 0px !important;
  font-weight: 700 !important;
  text-transform: none;
}

.campaign-1-col-heading h2 {
  color: #ffffff !important;
  margin-top: 0;
}

.campaign-2-col-heading p {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-transform: uppercase;
}

.campaign-1-col p {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-transform: uppercase;

  font-weight: 300 !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  text-transform: none;
}

.campaign-2-col-content {
  background-color: #ffffff !important;
  padding: 60px !important;
  width: 90% !important;
  padding-top: 14px !important;
}


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

  .campaign-header .wpb_column .vc_column-inner .wpb_text_column h1,
  .workshop-header .wpb_column .vc_column-inner .wpb_text_column h1 {
    font-size: 50px !important;
  }

  .campaign-header .wpb_column .vc_column-inner .wpb_text_column p,
  .workshop-header .wpb_column .vc_column-inner .wpb_text_column p {
    font-size: 22px !important;
  }

  .campaign-2-col-block,
  .campaign-1-col-block {
    margin-bottom: 32px;
  }

  .campaign-2-col-heading {
    background-color: #a71930;
    padding: 16px 8px;
  }

  .campaign-2-col-heading h2,
  .campaign-1-col-heading h1 {
    font-size: 38px !important;
  }

  .campaign-2-col-heading p,
  .campaign-1-col-heading p {
    font-size: 18px !important;
  }

  .campaign-2-col-content {
    padding: 32px !important;
    width: 90% !important;
    padding-top: 14px !important;
  }

}

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

  .campaign-header .wpb_column .vc_column-inner .wpb_text_column h1,
  .workshop-header .wpb_column .vc_column-inner .wpb_text_column h1 {
    font-size: 38px !important;
    margin-bottom: inherit !important;
  }

  .campaign-header .wpb_column .vc_column-inner .wpb_text_column p,
  .workshop-header .wpb_column .vc_column-inner .wpb_text_column p {
    font-size: 16px !important;
  }

  .campaign-2-col-block,
  .campaign-1-col-block {
    margin-bottom: 32px;
  }

  .campaign-2-col-heading {
    background-color: #a71930;
    padding: 16px 8px;
  }

  .campaign-2-col-heading h2,
  .campaign-1-col-heading h1 {
    font-size: 38px !important;
  }

  .campaign-2-col-heading p,
  .campaign-1-col-heading p {
    font-size: 18px !important;
  }

  .campaign-2-col-content {
    padding: 32px !important;
    width: 90% !important;
    padding-top: 14px !important;
  }


}

/* ----------------------------------
  y. Admissions top tier
------------------------------------*/

#admissions-banner {
  background-position: 30%;
}

.header-contact-block {
  position: absolute;
  padding: 16px 13vw 16px 32px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 4px solid #a71930 !important;
  right: 0;
  bottom: -350px;
}

.header-contact-block strong {
  font-size: 18px;
  font-weight: 700;
}

.header-contact-block p:first-child {
  line-height: 1.5em;
  margin-bottom: 0px;
}

.header-contact-block p {
  line-height: 1.5em;
}

.request-info-small-box {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #ccc !important;
  margin-top: 32px !important;
}

.request-info-small-box strong {
  color: #a71930;
  font-weight: 700;
  font-size: 22px;
}

.request-info-small-box form {
  text-align: right;
}

.request-info-small-box input[type='text'],
.request-info-small-box input[type='email'] {
  padding: 8px 12px;
  margin-bottom: 12px;
  width: 100%;
}

.covid-homepage-section {
  background-color: #d7d7d7;
  padding: 16px 8px;
}

.covid-homepage-section > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.covid-homepage-section .pathway-image {
}

.covid-homepage-section .pathway-copy {
  padding: 0 16px;
  margin-right: -110px;
  z-index: 2;
}

.covid-homepage-section .pathway-copy .pathway-heading {
  margin-bottom: 16px;
}

.covid-homepage-section .pathway-copy .pathway-heading h2 {
  color: #a71930 !important;
  text-align: left;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 32px !important;
  margin-bottom: 0 !important;
  margin-top: 14px;
}

.covid-homepage-section .pathway-copy .pathway-subheading {
  color: #a71930;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.covid-homepage-section .pathway-copy .pathway-blurb {
  background-color: #fff;
  padding: 24px;
  width: 90%;
  transform: translateX(32px) translateY(20px);
  margin-right: -140px;
}

.covid-homepage-section .pathway-copy .pathway-blurb img {
  margin-top: 24px;
  margin-bottom: 10px;
}


.covid-homepage-section .pathway-copy .pathway-blurb strong {
  color: #a71930;
  font-weight: 700;
  font-size: 22px;
}

.covid-homepage-parallax-section > .container {
  display: flex;
  align-items: center;
}

.covid-homepage-parallax-section > .container > .center-row-inner {

}

.covid-homepage-parallax-section .textbox-over-parallax {
  background-color: #ffffff;
  padding: 24px;
}

.covid-homepage-parallax-section .textbox-over-parallax strong {
  color: #a71930 !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

.covid-homepage-parallax-section .textbox-over-parallax img {
  margin-top: 16px;
}

.covid-homepage-parallax-section.uh-foundation {
  background-size: cover;
  background-position: 100% 50% !important;
}

.vertical-alternating-col-section {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.vertical-alternating-col-section .center-row-inner {
  display: flex;
  width: 100%;
}

.vertical-alternating-col .vc_column-inner .wpb_wrapper {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vertical-alternating-col .vc_column-inner .wpb_wrapper .col-inner-block {
  flex: 1;
}

.vertical-alternating-col .vc_column-inner .wpb_wrapper .wpb_text_column {
  padding: 24px;
}

.vertical-alternating-col .vc_column-inner .wpb_wrapper .wpb_text_column strong {
  display: inline-block;
  color: #a71930;
  margin-bottom: 12px !important;
  font-size: 22px;
  font-weight: 800;
}

.vertical-alternating-col .vc_column-inner .wpb_wrapper .wpb_text_column p {
  line-height: 2.7rem !important;
}

.vertical-alternating-col .vc_column-inner .wpb_wrapper .wpb_text_column p:last-child {
  text-align: right;
  padding-right: 8px;
}

.campus-message-title-link {
  text-decoration: none !important;
}

.campus-message-title-link:hover {
  text-decoration: underline !important;
}

.campus-message-title-link span {
  color: #a71930;
  font-weight: 700;
  font-size: 20px;
}

.academic-pathway-1-col {
  background-color: #d7d7d7;
  padding: 16px 8px;
}

.academic-pathway-1-col > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.academic-pathway-1-col .pathway-copy {
  padding: 0 16px;
  margin-right: -16px;
  z-index: 2;
}

.academic-pathway-1-col .pathway-copy .pathway-heading {
  margin-bottom: 16px;
}

.academic-pathway-1-col .pathway-copy .pathway-heading h2 {
  color: #a71930 !important;
  text-align: center;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 32px !important;
  margin-bottom: 0 !important;
  margin-top: 14px;
}

.academic-pathway-1-col .pathway-copy .pathway-subheading {
  color: #a71930;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.academic-pathway-1-col .pathway-copy .pathway-blurb {
  background-color: #fff;
  padding: 24px;
  width: 105%;
  margin-right: -45px;
}

.academic-pathway-1-col .pathway-copy .pathway-blurb strong {
  color: #a71930;
  font-weight: 700;
  font-size: 22px;
}

.academic-pathway-2-col {
  background-color: #a71930;
  color: #ffffff;
  padding: 16px 8px;
}

.academic-pathway-2-col:nth-child(1) {
  left: -16px;
}

.academic-pathway-2-col:nth-child(2) {
  right: -16px;
}

.academic-pathway-2-col > .vc_column-inner > .wpb_wrapper {
  display: flex;
}

.academic-pathway-2-col .pathway-copy {
  padding: 0 16px;
  margin-right: -16px;
  z-index: 2;
}

.academic-pathway-2-col .pathway-copy .pathway-heading {
  margin-bottom: 16px;
}

.academic-pathway-2-col .pathway-copy .pathway-heading h2,
.pathway-heading h2 {
  color: #ffffff !important;
  text-align: center;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 32px !important;
  margin-bottom: 0 !important;
  margin-top: 12px;
}

.academic-pathway-2-col .pathway-copy .pathway-subheading {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.academic-pathway-2-col .pathway-copy .pathway-blurb {
  background-color: #fff;
  padding: 24px;
  width: 125%;
  margin-left: -56px;
}

.academic-pathway-2-col .pathway-copy .pathway-blurb strong {
  color: #a71930;
  font-weight: 700;
  font-size: 22px;
}

.academic-pathway-2-col .pathway-copy .pathway-blurb .uhwo-btn {
  padding: 4px 18px;
  font-weight: 400;
}

.transparent-white-bg {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 24px;
}

/* ----------------------------------
  z. Admissions second tier
------------------------------------*/
.section-subsection.has-accordion {
  padding: 0 !important;
}

.section-subsection .consumer-info .vc_tta-panel .vc_tta-panel-title a {
  text-decoration: none !important;
}

.section-subsection .consumer-info .vc_tta-panel .vc_tta-panel-title {
  border-bottom: none !important;
  background: #ffffff !important;
  border-top: 1px solid #e1e1e1 !important;
  padding: 12px;
  margin-bottom: 0 !important;
}

.section-subsection .consumer-info .vc_tta-panel .vc_tta-panel-title:last-child {
  border-bottom: 1px solid #e1e1e1 !important;
}

.section-subsection .consumer-info .vc_tta-panel.vc_active .vc_tta-panel-title {
  width: 100%;
  font-size: inherit;
  background: #ffffff !important;
  border-top: 4px solid #a71930 !important;
  border-bottom: none !important;
}

.section-subsection .consumer-info .vc_tta-panel-body {
  padding: 18px 25px !important;
  background: #ffffff !important;
}

.section-subsection.accordion-grey-bg .consumer-info .vc_tta-panel-body {
  background: #f8f8f8 !important;
}

.section-subsection .consumer-info .vc_tta-panel-body .style-contact-box {
  border: 1px solid #e1e1e1;
}

.section-subsection hr.or {
  margin-top: 55px;
  margin-bottom: 55px;
}

.section-subsection hr.or:after {
  content: 'or';
  display: block;
  position: absolute;
  left: calc(50% - 25px);
  margin-top: -26px;
  width: 50px;
  height: 32px;
  background-color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  color: #a71930;
  font-style: italic;
  font-family: 'Crimson Text';
}


.uhwo-btn {
  text-align: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin: 8px 0 16px 0 !important;
  display: inline-block;
  text-decoration: none !important;
}

.transfer-choices {
  display: flex;
  padding-top: 15px;
  /* flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around; */
}


.transfer-choices span {
  font-size: 32px;
  font-weight: 700;
  color: #5b5b5b;
  border: 1px solid;
  padding: 0px 12px 4px;
}

.transfer-choices > .uhwo-btn:first-child {
  margin-right: 16px !important
}

/* .transfer-choices #standard-transfer-link {
  width: 40%;
}

.transfer-choices #automatic-admission-link {
  width: 52%;
  margin-left: -20px;
}
*/

.military-path {
  display: flex;
}

.military-path > .uhwo-btn:first-child {
  margin-right: 16px !important;
}

.uhwo-btn.red-btn {
  color: #ffffff;
  background: #a71930;
  border: 1px solid #a71930;
}

.uhwo-btn.red-btn:hover {
  background-color: #ca1d39;
  text-decoration: none;
}

.uhwo-btn.red-btn:active {
  background-color: #da2341 !important;
}

/* ----------------------------------
  aa. Request for info
------------------------------------*/

/**
 * Total-Bootstrap override
 */
 html #site-header,
 html main {
   font-size: 15px !important;
 }

 html .page-header {
   font-size: 16px !important;
   background: #f7f7f7;
 }

 main,
 #wrap {
   background-color: #f7f7f7;
 }

 a.search-dropdown-toggle {
   color: #a71930 !important;
 }

 input[type='date'],
 input[type='time'],
 input[type='datetime-local'],
 input[type='week'],
 input[type='month'],
 input[type='text'],
 input[type='email'],
 input[type='url'],
 input[type='password'],
 input[type='search'],
 input[type='tel'],
 input[type='number'],
 textarea {
   font-size: 15px;
 }

 input[type='submit'] {
   font-size: 14px;
 }

 .requestinfo-form .custom-select {
   height: auto;
   font-size: 16px;
   padding: 8px 12px;
 }

 /**
  * Request for info
  */

 .step-indicator {
   display: flex;
   justify-content: center;
   align-content: center;
 }

 .step-indicator .step {
   margin-right: 120px;
   display: flex;
   flex-direction: column;
   align-content: center;
   text-align: center;
   font-weight: 700 !important;
 }

 .step-indicator .step p {
   font-weight: 700 !important;
 }

 .step-indicator .step.current-step,
 .step-indicator .step.current-step p,
 .step-indicator .step.current-step svg {
   color: #a71930 !important;
   border-color: #a71930 !important;
 }

 .step-indicator .step.future-step,
 .step-indicator .step.future-step p,
 .step-indicator .step.future-step svg {
   color: #6d6d6d !important;
   border-color: #6d6d6d !important;
 }

 .step-indicator .step.previous-step,
 .step-indicator .step.previous-step p,
 .step-indicator .step.previous-step svg {
   color: #000000 !important;
   border-color: #000000 !important;
 }

 .step-indicator .step:after {
   content: '';
   display: block;
   width: 115px;
   height: 1px;
   border-top: 1px solid #c6c6c6;
   position: absolute;
   top: 18%;
   transform: translateX(47px);
 }

 .step-indicator .step:last-child {
   margin-right: 0;
 }

 .step-indicator .step:last-child:after {
   display: none;
 }

 .step-indicator .step svg {
   margin: 0 auto 12px;
   border: 2px solid black;
   padding: 8px;
   width: 32px;
   height: 32px;
   border-radius: 50%;
 }

 .step-indicator .step .step-num {
   margin: 0 auto 12px;
   border: 2px solid black;
   border-radius: 50%;
   padding: 8px;
   width: 32px;
   height: 32px;
   padding: 15px 6px;
   font-weight: 700;
   line-height: 0;
 }

 .requestinfo-form {
   padding-top: 32px;
 }

 .requestinfo-form a {
   color: #a71930 !important;
 }

 .requestinfo-form .custom-radio label {
   text-transform: none !important;
 }

 .requestinfo-form .custom-radio label:hover {
   cursor: pointer;
 }

 .requestinfo-form > form > .row:first-child {
   margin-top: 32px;
 }

 .requestinfo-form .form-control {
   font-size: 16px;
 }

 .requestinfo-form label {
   text-transform: uppercase;
   font-weight: 600;
   color: #676767;
   font-size: 14px;
   margin-bottom: 2px;
 }

 .requestinfo-form .form-control {
   padding: 22px 16px;
   border-color: #dfe2e5;
 }

 .requestinfo-form .form-control:disabled,
 .requestinfo-form .form-control[readonly] {
   cursor: not-allowed;
   cursor: no-drop;
 }

 .requestinfo-form .form-control:focus {
   box-shadow: 0 0 0 0.01rem rgba(0, 123, 255, 0.25);
 }

 .requestinfo-form .btn-primary {
   background-color: #a71930;
   border-color: #a71930;
   font-size: 16px;
 }

 .requestinfo-form .btn-primary:hover {
   background-color: #9a1228;
   border-color: #9a1228;
 }

 .requestinfo-form .btn-primary:not(:disabled):not(.disabled):active {
   background-color: #9a1228;
   border-color: #9a1228;
 }

 .requestinfo-form .custom-control-label {
   margin-left: 10px;
   text-transform: none;
 }

 .requestinfo-form .custom-control-label::before,
 .requestinfo-form .custom-control-label::after {
   width: 20px;
   height: 20px;
 }

 .requestinfo-form .custom-control-label:hover {
   cursor: pointer;
 }

 .requestinfo-form .input-group > .custom-select:not(:first-child),
 .requestinfo-form .input-group > .form-control:not(:first-child) {
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
 }

 .requestinfo-form .custom-select.is-valid,
 .requestinfo-form .form-control.is-valid,
 .requestinfo-form .was-validated .custom-select:valid,
 .requestinfo-form .was-validated .form-control:valid {
   border-color: inherit;
 }

 .requestinfo-form .was-validated .custom-control-input:valid ~ .custom-control-label {
   color: inherit;
 }

 .requestinfo-form .custom-control-input.is-valid ~ .custom-control-label::before,
 .requestinfo-form .was-validated .custom-control-input:valid ~ .custom-control-label::before {
   background-color: #dee2e6;
 }

 .requestinfo-form .custom-control-input.radio {
   position: inherit;
   z-index: auto;
   opacity: 1;
   margin-right: 10px;
 }

 /* Checkboxes */
 .requestinfo-form .custom-control-label::before {
   border: 1px solid #a9a9a9;
   background-color: #ffffff;
 }

 .requestinfo-form .form-header {
   align-items: flex-end;
   border-bottom: 3px solid #7f7f7f;
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: max-content 1fr max-content;
   grid-template-columns: max-content 1fr max-content;
   grid-gap: 15px;
   width: 100%;
 }

 .requestinfo-form .form-header #uhwo-seal {
   width: 75px;
 }

 .requestinfo-form .form-header > div:first-child {
   margin-bottom: 10px;
 }

 .requestinfo-form .form h1 {
   font-size: 28px;
 }

 .requestinfo-form .uh-subheading {
   font-size: 22px;
   margin-bottom: 0;
   font-weight: 600;
   letter-spacing: -1px;
 }

 .requestinfo-form .dept-contact-header {
   font-size: 13px;
   text-align: right;
 }

 .requestinfo-form .section {
   background: #fff;
   border: 1px solid #b7b7b7;
   margin-bottom: 20px;
   margin-top: 20px;
   border-radius: 5px;
   padding-left: 15px;
   padding-right: 15px;
 }

 .requestinfo-form .section-heading {
   padding: 15px 0;
   font-weight: 600;
   font-size: 18px;
   border-bottom: 2px solid #a71930;
 }

 .requestinfo-form .section-heading svg {
   border-radius: 50%;
   padding: 7px;
   margin-bottom: -8px;
   margin-right: 10px;
   width: 38px !important;
   height: 38px !important;
 }

 .requestinfo-form .section-heading svg.fa-user-circle {
   padding: 8px;
   margin-bottom: -16px;
   width: 48px !important;
   height: 48px !important;
 }

 .requestinfo-form .section-heading img#diploma {
   width: 34px !important;
   height: 34px !important;
   margin-right: 12px;
   transform: rotate(-45deg);
 }

 /*.section > div > .row {
   padding-left: 55px !important;
 }*/

 .requestinfo-form .step-wrapper {
   display: grid;
   grid-template-columns: fit-content(300px) 1fr;
   grid-gap: 20px;
 }

 .requestinfo-form .loading {
   font-size: 18px;
 }

 .requestinfo-form .loading:after {
   overflow: hidden;
   display: inline-block;
   vertical-align: bottom;
   -webkit-animation: ellipsis steps(4,end) 1300ms infinite;
   animation: ellipsis steps(4,end) 1300ms infinite;
   content: "\2026"; /* ascii code for the ellipsis character */
   width: 0px;
 }

 @keyframes ellipsis {
   to {
     width: 1.25em;
   }
 }

 @-webkit-keyframes ellipsis {
   to {
     width: 1.25em;
   }
 }

 #parent-block {
   width: 100%;
   display: none;
 }

 #parent-block.show {
   display: flex;
 }

 #military-block label {
   padding-left: 22px;
 }

 #military-block .custom-control {
   padding-left: 15px;
 }

/* ----------------------------------
  ab. Apply Now
------------------------------------*/
.apply-now-pathways h2 {
  color: #ffffff !important;
}

.apply-now-pathways .apply-now-path {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 35px;
}

.apply-now-pathways .apply-now-path .uhwo-btn {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.apply-now-pathways .apply-now-path .uhwo-btn.white-btn {
  color: #a71930 !important;
  background-color: #ffffff !important;
  border: 1px solid #d5d5d5;
}

.apply-now-pathways .apply-now-path .uhwo-btn.white-btn:hover {
  background-color: #f3f3f3 !important;
  text-decoration: none;
}

.apply-now-pathways .apply-now-path .uhwo-btn.white-btn:active {
  background-color: #ececec !important;
}


/* ----------------------------------
  ac. Digital Swag
------------------------------------*/

.swag-heading h2 {
  color: #646464 !important;
  font-weight: 400 !important;
  font-size: 22px !important;
}

.swag-heading h3 {
  padding: 12px !important;
  border-radius: 6px !important;
  margin-top: 38px !important;
  background-color: #a71930 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}

/* ----------------------------------
  ad. Financial Aid top tier
------------------------------------*/
.fa-grid .vcex-grid-item .vcex-image-grid-entry-figure {
  position: relative;
}

.fa-grid .vcex-grid-item .overlay-parent {
  margin-bottom: 0;
}

.fa-grid .vcex-grid-item .overlay-parent:hover .overlay-bg {
  background: #ffffff;
  opacity: 1;
}

.fa-grid .vcex-grid-item .overlay-parent .overlay-excerpt {
  opacity: 1;
}

.fa-grid figcaption {
  position: absolute;
  top: 49%;
  width: 100%;
}
.fa-grid .vcex-image-grid-entry-img {
  display: block;
}

.fa-grid .vcex-image-grid-entry-img:focus {
  outline: 4px solid yellow;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: 3px auto;
}

.fa-grid .overlay-parent img {
  opacity: 0.35;
}

.fa-grid figcaption div.entry-title {
  font-size: 19px;
  font-weight: 600 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.fa-grid .vcex-grid-item:hover figcaption,
.fa-grid .overlay-title {
  display: none !important;
}

.fa-grid .overlay-excerpt {
  font-size: 125%;
  color: #000;
}

.fa-grid .vcex-grid-item:hover .overlay-table-cell {
  background-color:rgba(255, 255, 255, 0.95);
}

@media screen and (max-width : 768px) {
  .fa-grid {
    margin-top: 25px;
  }

  .fa-grid .overlay-bg {
    background: #ffffff;
  }

  .fa-grid .overlay-content {
    transform: scale(1);
  }

  .fa-grid .overlay-parent img,
  .fa-grid figcaption {
    display: none;
  }

  .fa-grid .vcex-grid-item figure {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fa-grid .overlay-parent {
    border: 1px solid #a9a9a9;
    margin-bottom: 25px !important;
  }

  .fa-grid .overlay-parent-title-excerpt-hover a {
    text-decoration: none !important;
  }

  .fa-grid .overlay-title-excerpt-hover {
    position: inherit;
    background: #ffffff;
    padding: 12px 16px;
  }

  .fa-grid .overlay-table {
    overflow: auto;
  }

  .fa-grid .overlay-hide {
    visibility: inherit;
    opacity: 1;
  }

  .fa-grid .overlay-title-excerpt-hover .overlay-table-cell {
    padding: 0;
    transition: none;
    transform: none;
  }

  .fa-grid .overlay-table-cell {
    vertical-align: inherit;
    display: block;
  }

  .fa-grid .overlay-title {
    display: block !important;
    color: #a71930;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
  }

  .fa-grid .overlay-excerpt {
    font-size: 100%;
  }

  .overlay-title-excerpt-hover .overlay-excerpt {
    font-style: inherit;
    font-weight: normal;
    overflow: auto;
    text-align: left;
    line-height: 24px;
  }

}

/* ----------------------------------
  ae. Financial Aid Nav
------------------------------------*/
.nav-noclick {
  text-transform: uppercase;
  border-bottom: 1px solid #cda7ad;
  display: block;
  margin-bottom: 5px;
  padding-left: 25px;
}

.nav-noclick svg {
  margin-right: 3px;
}

/* ----------------------------------
  af. Capstone
------------------------------------*/
.capstone-row .uhwo-table th:first-child{
  width: 240px;
}

/* ----------------------------------
  ag. Search
------------------------------------*/
.gs-title b {
  font-size: 18px !important;
}

/* ----------------------------------
  ah. Covid - Safe Return
------------------------------------*/

.quote-section.non-cpt {
  background: #ffffff url('/wp-content/uploads/2018/01/NewsBG-4.jpg?id=6459') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-bottom: 10px;
  margin-bottom: 0px !important;
}

.quote-section.non-cpt .non-cpt-quote p {
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  color: #2b2b2b;
  font-style: italic;
  margin-top: 40px;
}

.quote-section.non-cpt .non-cpt-quote p::before,
.quote-section.non-cpt .non-cpt-quote p::after {
  content: '"';
}

.quote-section.non-cpt .non-cpt-quote-author p {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
  margin-top: 22px;
}

.quote-section.non-cpt .non-cpt-quote-author p::before {
  content: '- ';
}

.quote-section.non-cpt .non-cpt-quote-author-headshot {
  margin-top: -33px;
  width: 100%;
}

.quote-section.non-cpt .non-cpt-quote-author-headshot img {
  margin-bottom: -10px;
}


/* ----------------------------------
  ai. ACBSP Accreditation
------------------------------------*/
.toggle-section .consumer-info .vc_tta-panel .vc_tta-panel-title,
.toggle-section .consumer-info .vc_tta-panel .vc_tta-panel-body {
  background: #ffffff !important;
}

.toggle-section .consumer-info .vc_tta-panel:last-child {
  margin-bottom: 50px !important;
}

/* ----------------------------------
  aj. Factbook tabs
------------------------------------*/
.factbook-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.factbook-container #factbook-select {
  display: none;
}

.factbook-container #factbook-select span {
  margin-bottom: 8px;
  font-weight: 600;
}

.factbook-container #factbook-select select {
  padding: 12px;
  width: 100%;
  margin-bottom: 12px;
}

.factbook-container .factbook-tabs {
  display: flex;
  flex-direction: column;
}

.factbook-container .factbook-tabs ul {
  display: flex;
  flex-direction: row;
  margin: 0 !important;
  justify-content: center;
  position: relative;
}

.factbook-container .factbook-tabs ul.single-row {
  border-bottom: 1px solid #cbcbcb;
}

.factbook-container .factbook-tabs ul.single-row li.active:after {
  display: block;
  position: absolute;
  content: ' ';
  height: 1px;
  width: calc(100%/8 - 2px);
  border: 1px solid #ffffff;
  bottom: -1px;
}

.factbook-container .factbook-tabs ul.top-row {
  bottom: -6px;
  min-height: 60px;
}

.factbook-container .factbook-tabs ul.top-row li a {
  padding-bottom: 12px ;
  position: relative;
}

.factbook-container .factbook-tabs ul li {
  width: calc(100%/8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
  background-color: #f3f3f3;
  border: 1px solid #cbcbcd;
}

.factbook-container .factbook-tabs ul li.active {
  background-color: #ffffff;
  border-bottom: 0px;
}

.factbook-container .factbook-tabs ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  color: #225b78 !important;
  text-align: center;
  line-height: 16px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

.factbook-container .factbook-body {
  border: 1px solid #cbcbcd;
  border-top: 0px;
  display: flex;
  align-items: start;
  padding: 64px 50% 64px 64px;
  min-height: 460px;

  background-color: #ffffff;
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.factbook-container .factbook-body .factbook-content {
  max-width: 100%;
}

.factbook-section {
  display: none;
}

.factbook-section.show {
  display: block;
}

.factbook-body[active-section="introduction"] {
  padding-right: 64px;

  background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-00.jpg');
  background-size: 400px 267px;
  background-position: top right;

}

.factbook-body[active-section="curriculum--courses"] {
  background-image: url('/wp-content/uploads/2019/12/Con-Hospitality.jpg');
  background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-14.jpg');
}

.factbook-body[active-section="admissions"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-04.jpg'); }
.factbook-body[active-section="enrollment"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-03.jpg'); }
.factbook-body[active-section="transfers-into-uh-west-oahu"], .factbook-body[active-section="registration"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-02.jpg'); }
.factbook-body[active-section="performance-metrics"], .factbook-body[active-section="academic-calendar"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-01.jpg'); }
.factbook-body[active-section="cost--aid"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-06.jpg'); }
.factbook-body[active-section="financial-aid"], .factbook-body[active-section="student-records"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-05.jpg'); }
.factbook-body[active-section="degrees-and-certificates-awarded"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-07.jpg'); }
.factbook-body[active-section="retention-and-graduation-rates"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-12.jpg'); }
.factbook-body[active-section="predictive-analytics"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-11.jpg'); }
.factbook-body[active-section="postgraduate-outcomes"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-09.jpg'); }
.factbook-body[active-section="benchmarking"], .factbook-body[active-section="faculty--staff"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-13.jpg'); }
.factbook-body[active-section="faculty-and-staff-headcounts"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-10.jpg'); }
.factbook-body[active-section="state-of-hawaii-community-and-economic-data"], .factbook-body[active-section="tuition-and-fees"] { background-image: url('/wp-content/uploads/2020/04/IR-FactbookImage-08.jpg'); }
.factbook-body[active-section="veteran-benefits"] { background-image: url('/wp-content/uploads/2020/12/IR-FactbookImage-14.jpg'); }
.factbook-body[active-section="contact-us"] { background-image: url('/wp-content/uploads/2021/02/2021-02-24.jpg');    background-position: top right;
  background-size: 70%; }


/* ----------------------------------
  ak. Explore
------------------------------------*/
.explore-h1 {
  background: #a71930;
  padding: 24px;
  margin-top: -90px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.explore-h1 h1 {
  text-align: center;
  color: #fff !important;
  margin-bottom: 0 !important;
  font-size: 54px !important;
  font-weight: 800 !important;
  letter-spacing: -1px;
}

.explore.scale-up-col {
  min-height: 360px;
}

.explore.scale-up-col .scale-up-img {
  position: absolute;
  top: -53px;
}

@media (max-width: 480px) {
  .explore-h1 h1 {
    font-size: 40px !important;
    letter-spacing: -1px;
  }

  .wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
    width: 100% !important;
  }

  .explore.scale-up-col .scale-up-img {
    position: inherit;
  }
}

/* ----------------------------------
  al. Pueo Shuttle
------------------------------------*/
.shuttle-time-heading strong {
  font-size: 17px;
}

@media (min-width: 768px) {

  .shuttle-times .vc_col-sm-3:first-child {
    margin-left: 8.33333333% !important;
  }

  .shuttle-times .vc_col-sm-3 {
    width: 27.8% !important;
  }

}@media (max-width: 767px) {

  .shuttle-times .vc_col-sm-3:first-child {
    margin-left: 0 !important;
  }

  .shuttle-times .vc_col-sm-3 {
    width: 100% !important;
  }

}


/* ----------------------------------
  am. Student Experience
------------------------------------*/
.campus-services-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto !important;
}

.campus-services-grid > div.vcex-grid-item {
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
  float: none !important;
  display: block !important;
  aspect-ratio: 1 / 1;
  max-width: 16.66666667%;
}

.campus-services-grid > div.vcex-grid-item:nth-child(6) {
  flex-basis: 100%;
}

.campus-services-grid > div.vcex-grid-item * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.campus-services-grid > div.vcex-grid-item * > .overlay-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.campus-services-grid > div.vcex-grid-item * > .overlay-content > span.title {
  height: auto;
}

@media screen and (max-width : 768px) {
  .campus-services-grid {
    flex-direction: column;
  }

  .campus-services-grid > div.vcex-grid-item {
    width: 100%;
    max-width: 100%;
    aspect-ratio: inherit;
  }

}

/* ----------------------------------
  az. zzzzzzzz
------------------------------------*/

/* ----------------------------------
  7. Miscellaneous
------------------------------------*/
/* When editing pages, hide the 'edit this' link */
.post-edit.clr {
  display: none;
}

/* Apply now side tab */
.side-tab {
  position: fixed;
  border: 1px solid #ccc;
  z-index: 1000;
  width: auto;
  transform: rotate(90deg);
  top: 360px !important;
  right: -1px;
  /* transform: rotate(270deg);
  top: 400px !important;
  right: 46px; */
}

.side-tab a {
  display: block;
  font-size: 14px;
  position: absolute;
  width: max-content;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 700;
  padding: 12px 16px;
  background-color: #a71930;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.3) !important;
}

@media screen and (max-height: 425px) {
  .side-tab {
    display: none;
  }
}



/* ----------------------------------
  8. Media Queries
------------------------------------*/
/* Large Devices, Wide Screens */
@media screen and (max-width : 1200px) {
  #concentration-ul li a {
    font-size: 90%;
  }

  .profile-row h3 {
    margin-top: 0;
  }
}

/* Medium Devices, Desktops */
@media screen and (max-width : 1086px) {
/*  #site-logo {
    display: none;
  }*/
}

@media screen and (max-width : 960px) {
  body.mega-menu-main-menu.has-mobile-menu #site-header-inner.container {
    padding-right: 0;
  }

  body.mega-menu-main-menu.has-mobile-menu #site-navigation-wrap {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
    height: auto;
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
  }

  body.mega-menu-main-menu.has-mobile-menu .wpex-mobile-menu-toggle {
    display: none;
  }

  #concentration-ul li a {
    font-size: 84%;
  }

  /* To adjust for the sticky header when jumping to page */
  :target:before {
    content:"";
    display:block;
    height:0px; /* fixed header height*/
    margin:0px 0 0; /* negative fixed header height */
  }

  #warning-icon {
    font-size: 4.2em;
  }

}

/* Small Devices, Tablets */
@media screen and (max-width : 768px) {
  /* Emergency notification */
  .emergency-notification-wrapper {
    flex-wrap: wrap !important;
  }

  #warning-icon {
    margin-right: 0;
  }

  #homepage-infographics {
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  /* Footer logo */
  .main-footer .vc_col-sm-2:nth-child(1) .vcex-image-inner {
    padding-top: 50px;
    padding-bottom: 30px;
    width: 35% !important;

  }

  /* Single Instagram photo */
  .main-footer .vc_col-sm-2:nth-child(5) {
    display: none;
  }

  #concentrations {
    background-image: none;
  }

  #concentration-ul {
    padding: inherit !important;
    margin: inherit !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    list-style: inherit;
  }

  #concentration-ul li {
    width: inherit;
    height: inherit;
    float: inherit;
    border-right: inherit;
    border-bottom: inherit;
    margin-left: 40px;
    margin-bottom: 5px;
  }
  #concentration-ul li a {
    display: inherit;
    height: inherit;
    width: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    padding-top: inherit;
    padding-left: inherit;
    font-weight: inherit;
  }

  #concentration-ul li a:hover {
      background-color: none;
      text-decoration: inherit;
      cursor: pointer;
  }

  #our-stuff hr {
    width: 85%;
  }

  .kaloi-feed-block > .wpb_wrapper {
    flex-direction: column;
  }


  .covid-homepage-parallax-section.uh-foundation {
    background: none !important;
  }

  /* .covid-homepage-parallax-section.uh-foundation .visible-phone {
    margin-left: -15px;
    margin-right: -15px;
  } */

  #ekh-stories {
    display: inherit;
  }

  .ekh-post {
    border-right: 0px !important;
    border-bottom: 1px solid #c9c9c9 !important;
  }

  .ekh-post:last-child {
    border-bottom: 0px !important;
  }

  .event {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 15px;
    width: 100%;
  }

  .event:last-child {
    border-bottom: none;
  }

  .no-h3-space {
    margin-top: 0 !important;
  }

  .attention-box .vc_column-inner h3 {
    margin-top: 30px;
  }

  .attention-box .vc_column-inner p {
    margin-bottom: 30px !important;
  }

  .articulation-table th, .articulation-table td {
    text-align: center !important;
  }

  #tuition-block {
    width: 100%;
  }

  #other-expenses .wpb_column {
    width: 90%;
  }

  .degree-ekh-subheading {
    margin-bottom: 25px !important;
  }

  #feedback-modal-btn {
    display: none !important;
  }

  #warning-icon {
    font-size: 20vw;
  }

  #emergency-notification-wrapper {
    display: block;
  }

  .style-inline-contact-box.wpb_text_column .wpb_wrapper {
    display: initial;
  }

  .style-inline-contact-box.wpb_text_column .wpb_wrapper div {
    width: 100%;
  }

  .campaign-header .wpb_column .vc_column-inner .wpb_text_column h1,
  .workshop-header .wpb_column .vc_column-inner .wpb_text_column h1 {
    font-size: 50px !important;
  }

  .campaign-header .wpb_column .vc_column-inner .wpb_text_column p,
  .workshop-header .wpb_column .vc_column-inner .wpb_text_column p {
    font-size: 22px !important;
  }

  .campaign-2-col-block,
  .campaign-1-col-block {
    margin-bottom: 32px;
  }

  .campaign-2-col-heading {
    background-color: #a71930;
    padding: 16px 8px;
  }

  .campaign-2-col-heading h2,
  .campaign-1-col-heading h1 {
    font-size: 38px !important;
  }

  .campaign-2-col-heading p,
  .campaign-1-col-heading p {
    font-size: 18px !important;
  }

  .campaign-2-col-content {
    padding: 32px !important;
    width: 90% !important;
    padding-top: 14px !important;
  }

  #admissions-banner {
    background-position: 69% 52% !important;
  }

  .request-info-small-box {
    margin-bottom: 50px !important;
  }

  .pathway-heading h2 {
    margin-bottom: 16px !important;
    margin-top: 0 !important;
  }
  .academic-pathway-1-col h2,
  .covid-homepage-section h2  {
    color: #a71930 !important;
  }

  .covid-homepage-section,
  .academic-pathway-1-col,
  .academic-pathway-2-col {
    left: 0 !important;
    right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 24px;
  }

  .covid-homepage-section > .vc_column-inner,
  .academic-pathway-1-col > .vc_column-inner,
  .academic-pathway-2-col > .vc_column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .covid-homepage-section > .vc_column-inner > .wpb_wrapper,
  .academic-pathway-1-col > .vc_column-inner > .wpb_wrapper,
  .academic-pathway-2-col > .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
  }

  .covid-homepage-section .pathway-copy,
  .academic-pathway-1-col .pathway-copy,
  .academic-pathway-2-col .pathway-copy {
    margin-right: 0;
    padding: 0;
  }

  .covid-homepage-section .pathway-copy .pathway-blurb,
  .academic-pathway-1-col .pathway-copy .pathway-blurb,
  .academic-pathway-2-col .pathway-copy .pathway-blurb {
    width: 100%;
    margin: 0;
    transform: none;
  }

  .covid-homepage-section {
    margin-left: -4px !important;
    margin-right: -4px !important;
    width: calc(100% + 6px);
  }

  .covid-homepage-parallax-section {
    min-height: 0px;
  }

  .covid-homepage-parallax-section > .wpex-parallax-bg {
    background: none !important;
  }
  .covid-homepage-parallax-section > .container {
    max-width: 100%;
  }
  .covid-homepage-parallax-section > .container > .center-row-inner {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .covid-homepage-parallax-section > .container > .center-row-inner .vc_column-inner {
    padding: 0 !important;
  }
  .covid-homepage-parallax-section .textbox-over-parallax {
    background-color: #f7f7f7;
  }

  #footer-request-info-btn {
    border: 2px solid #ffffff;
    width: 100%;
    margin-top: 12px;
  }

  .side-tab {
    display: none;
  }

  #sub-footer {
    background-color: #2b2b2b !important;
  }

  #sub-footer .footer-connect-heading {
    margin-bottom: 16px !important;
    margin-top: 12px !important;
  }

  #sub-footer #footer-form {
    flex-wrap: wrap;
  }

  #sub-footer #footer-form input {
    width: 100%;
    margin-bottom: 4px;
  }

  .military-path {
    flex-wrap: wrap;
  }

  .step-indicator .step {
    margin-right: 60px;
  }

  .step-indicator .step:after {
    width: 60px;
  }
}


/* Extra Small Devices, Phones */
@media screen and (max-width : 480px) {

  h1 {
    font-size: 11vw !important;
    line-height: 10vw !important;
  }

  h2 {
    font-size: 9vw;
    line-height: 9vw;
  }

  h3 {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  #lang-display,
  #lang-display.show {
    display: none;
  }

  #site-navigation-wrap.navbar-style-one {
    position: absolute;
    /*top: -63px;*/
    top: -20px;
    left: 0;
  }

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-blocks-left,
  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-blocks-center {
    display: none !important;
  }

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-blocks-right {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }

  #mega-menu-wrap-main_menu {
    background: none !important;
  }

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1:after,
  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1:before, .mega-toggle-label {
    color: #ffffff !important;
  }

  #ekh .container {
    max-width: 100% !important;
  }

  #ekh .container > div > div > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ekh-image {
    height: 230px;
  }

  .vc_tta-panel#concentrations .vc_tta-panel-body {
    background-color: #ffffff !important;
    background-image: none;
  }

  #concentration-ul {
    list-style: none;
  }

  #concentration-ul li {
    margin-left: 20px;
  }

  #concentration-ul li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #4c4c4c;
    text-shadow: none;
  }

  #concentration-ul li a:after {
    content: ' >';
    color: #a71930;
    font-weight: 800;
    margin-right: -25px;
    display: inline-block;
    margin-left: 3px;
  }

  #certificates .vc_tta-panel-body .wpb_text_column {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #site-header-inner {
    display: flex;
    justify-content: center;
  }

  #site-logo img {
    max-height: inherit;
    max-width: 200px;
    width: 200px;

  }

  .mega-menu-toggle {
    width: 50%;
  }

  /* Search icon */
  li.search-toggle-li {
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #000;
    display: block;
    float: none;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    visibility: inherit;
    width: auto;
  }

  li.search-toggle-li .site-search-toggle  {
    width: 100%;
    display: block;
    padding: 5px 12px;
  }



  #searchform-dropdown {
    width: 100%;
  }

  .center-row-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .column-swap {
    flex-direction: column-reverse;
  }

  #homepage-infographics {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .ekh-info {
    padding-left: 0;
    padding-right: 0;
  }

  .ekh-info p {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-headings {
    line-height: 56px;
  }

  #value-proposition {
    margin-top: -53px;
    border: none;
  }

  #our-stuff hr {
    margin-top: -45px;
  }

  #chancellor-quote h2 {
    font-size: 22px !important;
  }

  #homepage-testimony .center-row .center-row-inner {
    flex-direction: column-reverse
  }

  #homepage-quicklinks {
    margin: 25px 35px 50px 35px;
  }

  .h3-special {
    margin-top: 0 !important;
  }

  #fafsa-code-box {
    margin: auto 15px;
    width: 90%;
  }



  #homepage-ekh-posts .vc_col-sm-4 {
    margin-top: 40px;
  }

  #homepage-tour {
    padding-bottom: 50px;
  }

  #homepage-tour > .container {
    max-width: 100%;
  }

  #homepage-tour .center-row-inner {
    display: inherit;
  }

  .vertical-alternating-col-section .center-row-inner {
    flex-direction: column;
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px);
  }

  .vertical-alternating-col {
    margin-bottom: 25px;
  }

  .vertical-alternating-col:last-child {
    margin-bottom: 0;
  }

  /* Footer logo */
  .main-footer .vc_col-sm-2:nth-child(1) .vcex-image-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 50% !important;

  }

  /* Footer links */
  .main-footer .vc_col-sm-2:nth-child(n+2) .wpb_text_column {
    padding-top: 0 !important;
    padding-left: 0px !important;
  }

  /* Footer Instagram */
  .main-footer .vc_col-sm-2:last-child .vcex-image-inner {
    padding: 25px;
  }

  .main-footer i.fa-instagram {
    right: 35px;
    bottom: 38px;
  }

  .sub-footer {
    text-align: center;
  }

  .sub-footer-social {
    text-align: center;
    margin-top: 20px;
  }

  .style-tabs ul {
    margin-top: 25px;
    margin-left: 0px;
  }

  #footer-builder, .main-footer {
    background-color: #a71930 !important;
  }

  .vc_col-sm-2:first-child {
    order: 99;
  }

  .main-footer ul {
    margin-bottom: 25px !important;
  }

  .main-footer li {
    background-color: #2b2b2b;
    padding: 6px 25px;
    border-bottom: 1px solid white;
  }

  .main-footer li:last-child {
    border-bottom: none;
  }

  .sub-footer-social {
    order: -1;
    margin-bottom: 20px;
    margin-top: 0;
  }


  #commencement-header > .vc_column_container > .vc_column-inner {
    display: none;
  }

  #tuition-categories .wpb_column .vc_column-inner .wpb_wrapper,
  #other-expenses .wpb_column .vc_column-inner .wpb_wrapper {
    display: block;
  }

  #tuition-categories .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column {
    border-right: none;
    width: 100%;
    padding-top: inherit;
    margin: auto;
  }

  #other-expenses .wpb_column {
    border: none;
  }

  #other-expenses .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;

  }

  .full-width-contactus .vc_col-md-3 {
    margin-bottom: 25px;
  }

  #other-expenses {
    margin-top: 50px !important;
  }

  #other-expenses .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column {
    min-height: 75px;
  }

  #other-expenses .wpb_column {
    width: 100%;
  }

  .academic-advisors {
    justify-content: space-around;
  }

  .academic-advisor {
    width: 100%;
    flex-direction: column;
  }

  .academic-advisor .advisor-img {
    width: 50%;
    margin: 0 auto;
  }

  .academic-advisor .advisor-info {
    width: 100%;
  }

  .vc_tta-panel-heading h4 {
    padding-bottom: 0 !important;
    border-bottom: none;
    margin-bottom: 0 !important;
    margin-top: 35px !important;
  }

  #student-services .vc_tta-panel-body, #academics-grid .vc_tta-panel-body, #admissions-grid .vc_tta-panel-body {
    border: 0;
  }

  .vc_tta-panel.vc_active .vc_tta-panel-title, .vc_tta-tab.vc_active {
    font-size: 18px;
    line-height: inherit;
    border-top: none;
    width: inherit;
  }

  .vc_tta-panel.vc_active span.vc_tta-title-text, .vc_tta-tab.vc_active span.vc_tta-title-text {
    color: #666 !important;
  }

  #campus-services .vc_tta-panel-body .vcex-image-grid,
  #getting-started .vc_tta-panel-body .vcex-image-grid,
  #financing-education .vc_tta-panel-body .vcex-image-grid,
  #registration .vc_tta-panel-body .vcex-image-grid {
    height: auto !important;
    position: inherit !important;
  }

  #campus-services .wpex-row.gap-none .col,
  #getting-started .wpex-row.gap-none .col,
  #financing-education .wpex-row.gap-none .col,
  #registration .wpex-row.gap-none .col {
    height: 146px;
    position: inherit !important;
  }

  #campus-services .overlay-parent, #places-ul li,
  #getting-started .overlay-parent, #places-ul li,
  #financing-education .overlay-parent, #places-ul li,
  #registration .overlay-parent, #places-ul li {
    height: 146px;
  }

  /* T1 pages - always show tab content */
  .vc_tta-panel-body {
    display: block !important;
  }

  /*---------------------
    Banner Adjustments
  ----------------------*/
  #alumni-banner {
    background-position: 18% 45% !important;
  }


  .campaign-header .wpb_column .vc_column-inner .wpb_text_column h1,
  .workshop-header .wpb_column .vc_column-inner .wpb_text_column h1 {
    font-size: 38px !important;
    margin-bottom: inherit !important;
  }

  .campaign-header .wpb_column .vc_column-inner .wpb_text_column p,
  .workshop-header .wpb_column .vc_column-inner .wpb_text_column p {
    font-size: 16px !important;
  }

  .campaign-2-col-block,
  .campaign-1-col-block {
    margin-bottom: 32px;
  }

  .campaign-2-col-heading {
    background-color: #a71930;
    padding: 16px 8px;
  }

  .campaign-2-col-heading h2,
  .campaign-1-col-heading h1 {
    font-size: 38px !important;
  }

  .campaign-1-col-heading h2 {
    color: #ffffff !important;
    margin-top: 0;
  }

  .campaign-2-col-heading p,
  .campaign-1-col-heading p {
    font-size: 18px !important;
  }

  .campaign-2-col-content {
    padding: 32px !important;
    width: 90% !important;
    padding-top: 14px !important;
  }

  .swag-content .vc_column_container {
    margin-bottom: 25px;
  }

  .swag-content .vc_column_container:last-child {
    margin-bottom: 0;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .factbook-container .factbook-tabs {
    display: none;
  }

  .factbook-container #factbook-select {
    display: block;
  }

  .factbook-container .factbook-body {
    padding: 0 12px;
    border-top: 1px solid #cbcbcd;
  }

  .factbook-body {
    background: #ffffff !important;
  }
}

/* Task Force Calendar of Activities */
.meeting-learn-more-link {
  font-size: 1.2rem;
}

/* Custom, iPhone Retina */
@media screen and (max-width : 375px) {
}

/* ----------------------------------
  9. Print
------------------------------------*/
