.c_footer {
	background:#223E44;
	color: #fff;
	font-family: "montserrat", sans-serif;
  overflow: hidden;
	max-height: 350px;
  margin-top: -32px;
 margin-bottom: -60px;
}
	
.c_footer-container {display: flex; flex-direction: column; padding: 30px;}

.c_footer-dome {
  background-image:url("https://myust.stthom.edu/www/images/Branding/teal%20dome%203.png");
	background-color: #223e44;
	background-position: bottom -27% right 3%;
	background-repeat: no-repeat;
	background-size: 300px;
}
	
.c_footer-parent {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-basis: 75%;
	padding-bottom: 20px;
}
	

.c_footer-icon i {margin:10px 0px 25px 15px; font-size: 2em;}
.c_footer-icon i:hover {color:#e2be5c; cursor: pointer;}
.c_flex-logo {flex-basis: 55%;}
.c_flex-link {padding-right: 150px;}
.c_footer-content {font-size: 12px; line-height: 1.5;}
.c_footer-content a {color: #fff !important; text-decoration: none;}
.c_footer-content a:hover {color: #febe10 !important; text-decoration: underline;}

/******************/
/***** 404  ******/
/****************/
.main-error{
	margin: 7em !important;
}


body {
  color: #242424;
  font-family: "montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
}

strong{
  color: #600;
}

img {
  max-width: 100%;
  height: auto;
}

h7 {
  color: #660000;
  font-weight: 800;
  text-transform: uppercase;
}

a {
  color: #600; 
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
p,
ul,
ol {
  margin: 0 0 1.65em 0;
}
p,
li {
  line-height: 1.65;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
.container--narrow {
  max-width: 960px;
}
.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}
.min-list {
  padding: 0;
  margin: 0;
}
.min-list li {
  list-style: none;
}
.p-top-small {
  padding-top: 1rem;
}
.p-top-large {
  padding-top: 1.6rem;
}
.p-bottom-large {
  padding-bottom: 1.6rem;
}
@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
.no-margin {
  margin: 0;
}
.nu {
  text-decoration: none;
}
.nu:hover {
  text-decoration: underline;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-small {
  font-size: 0.85rem;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.push-right {
  margin-right: 20px;
}
.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}
.container:after,
.group:after {
  clear: both;
}
.hide {
  display: none;
}
.remove-favorite {
  display: inline-block;
  transition: all 0.3s;
  color: #999;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
}
.remove-favorite:hover {
  background-color: #dedede;
}
.page-section {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (min-width: 530px) {
  .page-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.page-section--white {
  background-color: #fff;
}
.page-section--beige {
  background-color: #faf0ca;
}
.page-section p:last-of-type {
  margin-bottom: 0;
}
.school-logo-text {
  position: relative;
  z-index: 20;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 100;
}
.school-logo-text strong {
  font-weight: 400;
}
.school-logo-text a {
  color: #fff;
  text-decoration: none;
}
.school-logo-text--alt-color a {
  color: #666;
}
.school-logo-text--alt-color a:hover {
  color: #0d3b66;
  text-decoration: underline;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.c-orange {
  color: #f95738;
}
.c-blue {
  color: #0d3b66;
}
.c-white {
  color: #fff;
}
.c-dark {
  color: #333;
}
.gray {
  color: #999;
}
.search-trigger {
  color: #fff;
  padding: 15px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  font-size: 1.75em;
  transition: all .2s ease-in-out;
}

.search-trigger:HOVER i{
  transform: scale(1.1);
  }

.search-trigger-2 {
  color: #fff;
 font-size: 1.75em;
  padding: 15px 15px 0 20px;
  position: relative;
  cursor: pointer;
  transition: all .2s ease-in-out;
} 

.search-trigger-2:HOVER i{
transform: scale(1.1);
}

.social-icons-list {
  display: flex;
  justify-content: center;
}
.social-icons-list li {
  flex: 1;
  margin: 0 8px;
}
.social-icons-list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50%;
  padding: 5px 12px;
  background-color: #223e44
}
.social-icons-list li a:hover {
  background-color: #34090f;
  color: #fff;
  transition: .2s ease-in-out;
}
.social-color-facebook {
  
  padding: 5px 15px !important;
}
.social-color-twitter {
  background-color: rgb(216, 178, 102);
}
.social-color-youtube {
  background-color: #34090F;
}
.social-color-linkedin {
  background-color: #34090F;
}
.social-color-instagram {
  background-color: #34090F
}
.nav-list ul {
  padding: 0;
  margin: 0;
}
.nav-list li {
  list-style: none;
}
.nav-list a {
  font-size: 0.9rem;
  color: #223e44;
  text-decoration: none;
  background: linear-gradient(currentColor 0 0) 
  bottom left/
  var(--underline-width, 0%) 0.075em
  no-repeat;
  transition: background-size 0.5s;
}
.nav-list a:hover {
  --underline-width: 100%;
}
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}
@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }
  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .two-thirds {
    width: 66.66%;
  }
  .one-half {
    width: 50%;
  }
  .one-third {
    width: 33.33%;
  }
  .one-quarter {
    width: 25%;
  }
  .one-fifth {
    width: 20%;
  }
  .one-sixth {
    width: 16.66%;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.search-form {
  background-color: #dedede;
  padding: 20px;
  text-align: center;
}
.search-form label {
  display: block;
}
.search-form-row {
  display: flex;
}
.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  font-family: "montserrat", sans-serif;
  padding: 10px;
}
@media (min-width: 530px) {
  .search-form .s {
    font-size: 1.4rem;
  }
}
.search-submit {
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #0d3b66;
  font-family: "montserrat", sans-serif;
  padding: 0 20px;
  margin-left: 10px;
}
.note-limit-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  color: #c32929;
  font-weight: bold;
}
.note-limit-message.active {
  visibility: visible;
  opacity: 1;
}
.generic-content .like-box {
  float: right;
  font-size: 1rem;
  background-color: #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: red;
  padding: 10px 10px 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 30px 30px;
  position: relative;
}
.generic-content .like-box:hover {
  background-color: #dedede;
}
.like-count {
  padding-left: 10px;
}
.like-box .fa-heart-o {
  transition: all 0.35s ease-out;
  position: absolute;
  left: 10px;
}
.like-box .fa-heart {
  left: 10px;
  transition: all 0.4s ease-out;
  position: absolute;
  visibility: hidden;
  transform: scale(0.2);
  opacity: 0;
}
.like-box[data-exists="yes"] .fa-heart {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.like-box[data-exists="yes"] .fa-heart-o {
  visibility: hidden;
  opacity: 0;
}
body.login .button-primary {
  background-color: #f95738;
  border-color: #f83e1a;
  text-shadow: 0 -1px 1px #f8320c, 1px 0 1px #f8320c, 0 1px 1px #f8320c, -1px 0 1px #f8320c;
  box-shadow: 0 1px 0 #ed2c07;
}
body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
  background-color: #f8411d;
  border-color: #f95738;
  text-shadow: 0 -1px 1px #ed2c07, 1px 0 1px #ed2c07, 0 1px 1px #ed2c07, -1px 0 1px #ed2c07;
  box-shadow: 0 1px 0 #de2907;
}
body.login {
  background-color: #faf0ca;
}
.login h1 a {
  color: #0d3b66;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}

.anchor{
  position: absolute;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    display: flex;
    left: 0px;
    right: 0px;
    font-weight: 700;
    bottom: 75px;
    width: 68px;
    letter-spacing: 1.84615px;
    text-transform: uppercase;
    padding-bottom: 3px;
    z-index: 0;
    margin: 0px auto;
}

.line{
  position: absolute;
  top: 100%;
  height: 134px;
  width: 4px;
  left: 0px;
  right: 0px;
  background: rgb(216, 178, 102);
  margin: 7px auto 0px;
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1 rem;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  outline: none;
  margin: 0 15px;
}
.btn--small {
  font-size: 0.88rem;
  padding: 7px 13px;
  font-weight: 300;
}
.btn--with-photo {
  padding-left: 40px;
  position: relative;
}


.btn--ghost{
 border: 3px solid #600;
 background-color: transparent;
 font-size: .85em;
 line-height: 1;
 letter-spacing: .0625em;
 padding: .9375em 2.25em .875em;
 max-width: 200px;
 color: #262626;
}

.btn--ghost:hover{
background-color: #600;
color: #fff;
transition: .2s ease-in-out;
}


.btn--yellow {
  background-color: #f4d35e;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
  padding: 10px 20px;
}
.btn--yellow:hover {
  background: linear-gradient(#f4d35e, #f0bb00);
}

.btn--teal {
  background-color: #223e44;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
  padding: 10px 20px;
  color: #fff;
  margin: 0 20px;
  border-radius: 3px;
}
.btn--teal:hover {
  background: #34090f;
}



.btn--large {
  font-size: 1.3rem;
  padding: 16px 34px;
  border-radius: 7px;
}
@media (min-width: 530px) {
  .btn--large {
    font-size: 1.9rem;
  }
}
.btn--inactive {
  background-color: transparent;
  cursor: default;
  color: #333;
}
.edit-note,
.delete-note,
.submit-note {
  font-size: 0.9rem;
  background-color: #eee;
  padding: 8px 16px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 4px;
  cursor: pointer;
}
.submit-note {
  color: #fff;
  border: none;
  background-color: #f95738;
  line-height: 1.65;
}
.submit-note:hover {
  background-color: #dd3f21;
}
@media (min-width: 635px) {
  .edit-note,
  .delete-note {
    position: relative;
    top: -12px;
  }
}
.edit-note:hover,
.delete-note:hover {
  background-color: #ddd;
}
.delete-note {
  color: red;
}
.update-note {
  visibility: hidden;
}
.update-note--visible {
  visibility: visible;
}
.note-title-field {
  width: 40%;
  font-size: 1.85rem;
  font-family: "montserrat Condensed", sans-serif;
  font-weight: 300;
  color: #0d3b66;
  border: 1px solid transparent;
  padding: 7px;
  outline: none;
  position: relative;
  top: 1px;
}
@media (max-width: 400px) {
  .note-title-field {
    width: 100%;
  }
}
@media (min-width: 635px) {
  .note-title-field {
    width: 65%;
    font-size: 3.125rem;
  }
}
.note-body-field {
  color: #333;
  font-family: "montserrat", sans-serif;
  resize: none;
  display: block;
  width: 100%;
  line-height: 1.65;
  font-size: 1.15rem;
  padding: 7px;
  border: 1px solid transparent;
  height: 175px;
  outline: none;
}
.note-active-field {
  border: 1px solid #ddd;
  -webkit-animation: pulseBorder 0.75s alternate infinite;
  animation: pulseBorder 0.75s alternate infinite;
}
@-webkit-keyframes pulseBorder {
  0% {
    border: 1px solid #fff;
  }
  100% {
    border: 1px solid #ccc;
  }
}
@keyframes pulseBorder {
  0% {
    border: 1px solid #fff;
  }
  100% {
    border: 1px solid #ccc;
  }
}
.create-note {
  background-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
.new-note-title {
  width: 100%;
  padding: 10px;
  font-family: "montserrat", sans-serif;
  border: none;
  margin-bottom: 10px;
  font-size: 1.15rem;
  box-sizing: border-box;
}
.new-note-body {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 10px;
  font-family: "montserrat", sans-serif;
  border: none;
  margin-bottom: 10px;
  height: 170px;
  font-size: 1.15rem;
  line-height: 1.65;
}
#my-notes {
  position: relative;
}
#my-notes li {
  transition: all 0.4s ease-out;
  opacity: 1;
}
#my-notes li.fade-out {
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.5;
}
#my-notes li.fade-in-calc {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.site-header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.site-header__avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header__avatar img {
  display: block;
  width: 30px;
  height: 30px;
}
.site-header__menu {
  visibility: hidden;
  position: absolute;
  background-color: rgba(12, 56, 97, 0.89);
  left: 0;
  right: 0;
  top: -20px;
  margin-top:-14px;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  padding-bottom: 20px;
  margin-right: 35px;
  display: flex;
  align-items: center;
}
.site-header__menu--active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 960px) {
  .site-header__menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    position: static;
    background-color: transparent;
    float: right;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }
}

.site-header__menu-trigger {
  color: #600;
  background-color: rgb(216, 178, 102);
  cursor: pointer;
  font-size: 1.7em !important;
  position: absolute;
  z-index: 3;
  left: 11em;
  padding: 24px 20px 25px;
  margin-top: .25em;
}

.site-header__menu-trigger:hover {
  color: #600;
  background-color: #fff;
} 

.site-header__menu-trigger-2 {
  color: #600;
  background-color: rgb(216, 178, 102);
  cursor: pointer;
  font-size: 1.65em !important;
  z-index: 3;
  top: 17px;
  padding: 20px 24px;
} 

.site-header__menu-trigger-2:hover {
  color: #fff;
  background-color: #34090f;
} 
@media (min-width: 530px) {
  .site-header__menu-trigger {
    top: 3px;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .site-header__menu-trigger {
    display: none;
  }
}
.site-header__util {
  padding: 0 0 0 20px;
}
@media (min-width: 960px) {
  .site-header__util {
    padding: 0;
    float: right;
  }
}
.site-header__btn {
  margin-right: 20px;
}
@media (min-width: 960px) {
  .site-header__btn {
    float: left;
  }
}
.site-header .btn--with-photo {
  margin-right: 0;
}
.site-footer {
  padding: 2rem 0 3.5rem 0;
  background-image: linear-gradient(#fff, #ececec);
}
.site-footer p {
  font-size: 0.9rem;
}
.site-footer .headline {
  color: #223e44;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: larger;
  letter-spacing: 1.74167px;
}
.site-footer__link {
  color: #223e44;
  text-decoration: none;
}
.site-footer__link:hover {
  color: #0d3b66;
  text-decoration: underline;
}
.site-footer__inner {
  padding-top: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer__wrapper {
  display: flex;
}

.site-footer__col-one {
  text-align: cenrightter;
}
@media (min-width: 960px) {
  .site-footer__col-one {
    text-align: right;
    width: 25%;
    float: left;
  }
}
.site-footer__col-two-three-group {
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-items: space-between;
}
@media (min-width: 960px) {
  .site-footer__col-two-three-group {
    width: 75%;
    margin: 0;
  }
}
.site-footer__col-two {
  width: 40%;
  text-align: center;
  margin-left: 95px;
}
.site-footer__col-three {
  width: 50%;
  float: right;
  text-align: left;
  margin-left: 68px;
}

.main-navigation {
  padding-top: 35px;
}
.main-navigation ul {
  padding: 0;
  margin: 0;
}
.main-navigation ul:before,
.main-navigation ul:after {
  content: " ";
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
/*@media (min-width: 960px) {
  .main-navigation {
    float: left;
    margin-right: 10px;
  }
}*/
.main-navigation li {
  list-style: none;
}
/*@media (min-width: 960px) {
  .main-navigation li {
    float: left;
    padding-left: 20px;
  }
}*/
.main-navigation a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-family: "montserrat";
}
/*@media (min-width: 960px) {
  .main-navigation a {
    display: inline-block;
    padding: 0;
  }
}*/
.main-navigation .current-menu-item a,
.main-navigation a:hover {
  color: #fff;
}
.page-banner {
  background-color: #600;
  position: relative;
}

.page-banner__content {
  position: relative;
  z-index: 2;
  padding: 0 5em;
  
}
.page-banner__title {
  font-family: "montserrat;", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  margin: 0 0 1rem 0;
  color: #fff;
  margin-top: -270px;
  text-transform: uppercase;
}

.page-banner__bg-image {
  opacity: 0.75;
 background-repeat: no-repeat;
 background-size: cover;
 height: 500px;
 background-position: 50% 50%;
 position: relative;
 overflow-x: hidden;
}

.page-banner__bg-image--home {
  opacity: 0.75;
 background-repeat: no-repeat;
 background-size: cover;
 height: 100vh;
 background-position: 50% 50%;
 position: relative;
 overflow: hidden;
}

.page-banner__bg-image--home video{
  z-index: 5;
  width: 100%;
  height: 102%;
  top: 0;
  left: 0;
  position: abosulte !important;
  object-fit: cover;
  overflow: hidden;
 
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ededed;
}
@media (min-width: 530px) {
  .page-banner__intro {
    font-size: 1.65rem;
  }
}
.page-banner__intro p {
  margin: 0;
}

.full-width-container{
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.full-width-container-row{
  padding: 15px 50px;
  display: flex;
  flex-direction: row;
  margin: 0 -100px;
}

.fw-button-container{
  display:flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 25px;
  margin-left: -4em;
}

#page-buttons{
  margin: 10px 100px;
}

#contact{
  margin: 10px 225px;
}

.hero-slider {
  position: relative;
}
.hero-slider div {
  outline: none;
}
.hero-slider__interior {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .hero-slider__interior {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.hero-slider__slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slider__overlay {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.68);
  padding: 40px;
  color: #fff;
}
@media (min-width: 960px) {
  .hero-slider__overlay {
    width: 50%;
  }
}
.slick-dots {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .slick-dots {
    top: 50px;
  }
}
.slick-dots li {
  list-style: none;
  display: inline;
}
.slick-dots li button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #fff;
}
.glide__bullets {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .glide__bullets {
    top: 50px;
  }
}
.glide__bullets button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 3px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.glide__bullets button.glide__bullet--active {
  background-color: #fff;
}
.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
}
.search-overlay p {
  padding-top: 15px;
}
.search-overlay .event-summary p {
  padding-top: 0;
}
.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}
body.admin-bar .search-overlay {
  top: 32px;
}
.search-overlay__top {
  background-color: rgba(0, 0, 0, 0.12);
}
.search-overlay__icon {
  margin-right: 10px;
  font-size: 1.8rem;
  color: #f95738;
}
@media (min-width: 960px) {
  .search-overlay__icon {
    font-size: 2.5rem;
  }
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay__section-title {
  margin: 30px 0 1px 0;
  font-weight: 400;
  color: #0d3b66;
  font-size: 2rem;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.search-overlay__close {
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  color: #f95738;
  line-height: 0.7;
}
@media (min-width: 530px) {
  .search-overlay__close {
    top: 18px;
    font-size: 2.1rem;
  }
}
@media (min-width: 960px) {
  .search-overlay__close {
    top: 26px;
    font-size: 2.8rem;
  }
}
.search-overlay__close:hover {
  opacity: 1;
}
.search-overlay .one-half {
  padding-bottom: 0;
}
.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: #f95738;
}
@media (min-width: 530px) {
  .search-term {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .search-term {
    width: 80%;
    font-size: 3rem;
  }
}
.body-no-scroll {
  overflow: hidden;
}
.professor-cards {
  margin: 0;
  padding: 0;
}
.search-overlay .professor-cards {
  padding-top: 21px;
}
.professor-card {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  background-color: #f95738;
  overflow: hidden;
}
.search-overlay .professor-card {
  width: 180px;
}
.professor-card__image {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.professor-card:hover .professor-card__image {
  opacity: 0.8;
  transform: scale(1.1) rotate(4deg);
}
.professor-card__name {
  font-weight: 300;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 3px 10px;
  background-color: rgba(240, 54, 19, 0.85);
}
.professor-card:hover .professor-card__name {
  background-color: rgba(215, 46, 14, 0.85);
}
.professor-card__list-item {
  display: inline-block;
  list-style: none;
}
.headline {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  
}
.headline--large {
  font-size: 4.5rem;
  margin-top: -7em;
}
@media (min-width: 530px) {
  .headline--large {
    font-size: 4.5rem;
    margin-top: -7em;
  }
}
.headline--large-medium {
  font-size: 5rem;
  margin: 0 0 1rem 0;
}
.headline--medium {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  margin-top: 1em;
}
@media (min-width: 530px) {
  .headline--medium {
    font-size: 2.75rem;
  }
}
.headline--small-plus {
  font-family: "Merriweather", serif;
  font-size: 1.6875rem;
  font-weight: 600;
  margin-bottom: 1.9rem;
}
.headline--small {
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
}
@media (min-width: 530px) {
  .headline--small {
    font-size: 1.55rem;
  }
}
.headline--smaller {
  font-size: 1.5rem;
}
.headline--tiny {
  font-family: "montserrat;", sans-serif;
  font-size: 1.3875rem;
  margin-bottom: 0.25rem;
}
.headline--post-title a {
  color: #0d3b66;
  text-decoration: none;
}
.headline--post-title a:hover {
  text-decoration: underline;
}
.generic-content p,
.generic-content li {
  font-size: 1.15rem;
}
.generic-content blockquote,
.generic-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
}
.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.generic-content h1 {
  font-size: 3.6rem;
}
.generic-content h2 {
  font-size: 3.1rem;
}
.generic-content h3 {
  font-size: 2.6rem;
}
.generic-content h4 {
  font-size: 2.1rem;
}
.generic-content h5 {
  font-size: 1.6rem;
}
.generic-content h6 {
  font-size: 1.15rem;
}
@media (min-width: 530px) {
  .generic-content h1 {
    font-size: 6.25rem;
  }
  .generic-content h2 {
    font-size: 5rem;
  }
  .generic-content h3 {
    font-size: 3.125rem;
  }
  .generic-content h4 {
    font-size: 2.4rem;
  }
  .generic-content h5 {
    font-size: 1.9rem;
  }
  .generic-content h6 {
    font-size: 1.15rem;
  }
}
@media (min-width: 960px) {
  .full-width-split {
    display: flex;
  }
}
.full-width-split__one {
  flex: 1;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__one {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .full-width-split__one .full-width-split__inner {
    float: right;
  }
}
.full-width-split__two {
  flex: 1;
  background-color: #faf0ca;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__two {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .full-width-split__inner {
    width: 610px;
  }
}
.event-summary {
  position: relative;
  padding-left: 107px;
  min-height: 77px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.event-summary__title a {
  color: #173f58;
}
.event-summary__date {
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  padding: 14px 0 11px 0;
  color: #fff;
  border-radius: 50%;
  background-color: #0d3b66;
  width: 80px;
  line-height: 1;
  transition: opacity 0.33s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}
.event-summary__date:hover {
  opacity: 0.75;
}
.event-summary__date--beige {
  background-color: #f4d35e;
}
.event-summary__month {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.event-summary__day {
  display: block;
  font-size: 2.02rem;
  font-weight: 700;
}
.page-links {
  position: relative;
  z-index: 1;
  background-color: #faf0ca;
  margin: 0 0 40px 0;
}
@media (min-width: 767px) {
  .page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right;
  }
}
.page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #0d3b66;
  color: #fff;
}
.page-links__title a {
  color: #fff;
  text-decoration: none;
  background-color: #0d3b66;
}
.page-links li {
  border-top: 1px solid #f4de89;
}
.page-links li:first-child {
  border-top: none;
}
.page-links__active,
.page-links .current_page_item {
  text-align: center;
  background-color: #f4e6b1;
  color: #0d3b66;
  font-weight: bold;
}
.page-links li a {
  display: block;
  text-align: center;
  padding: 17px 10px;
  text-decoration: none;
  color: #0d3b66;
  transition: all 0.3s;
}
.page-links li a:hover {
  color: #0a2b4b;
  background-color: #f2e3aa;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
.link-list li {
  padding: 1rem 0;
  font-size: 1.5rem;
  border-bottom: 1px dotted #dedede;
}
.search-overlay .link-list li {
  font-size: 1.3rem;
}
.link-list li:last-child {
  border-bottom: none;
}
.link-list a {
  color: #f95738;
}
.metabox {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}
.metabox--position-up {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.metabox--with-home-link {
  padding: 0;
}
.metabox__main {
  padding: 10px 15px 10px 11px;
}
.metabox p {
  margin: 0;
  font-size: 0.9rem;
  color: #660000;
}
.metabox a {
  color: #a79038;
  text-decoration: none;
  font-weight: bold;
}
.metabox a:hover {
  text-decoration: underline;
}
.metabox .metabox__blog-home-link {
  background-color: #f5f5f5;
  color: #262626;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px 0 0 3px;
  font-weight: normal;
}
.metabox .metabox__blog-home-link:hover {
  text-decoration: none;
  background-color: #c4c4c4;
}
.post-item {
  border-bottom: 1px dotted #dedede;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
.post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

/********************/
/**** NAVIGATION ***/
/********************/
.header-logo{
display: inline-block;
background-size: 200px;
margin-left: 3.5em;
background-repeat: no-repeat;
width: 250px;
height: 75px;
margin-top: .25em;
}

.header-logo-2{
  display: inline-block;
  background-size: 325px;
  background-repeat: no-repeat;
  margin: 170px 0 0 -110px;
  transform: rotate(-90deg);
  }


.footer-logo{
  display: inline-block;
  background-size: 250px;
  margin-top: -15px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
}

.nav-bar{
  height: 3.5rem;
  z-index: 10;
  width: 100%;
  background: #600;
  position: fixed;
  top: 0;
  transition: background-color 0.3s ease-in;
  padding-bottom: 20px;
}

.nav-bar-2{
  height: 100vh;
  z-index: 10;
  width: 70px;
  background: #660000;
  position: fixed;
 
}

#header-links{display:flex;}

.header-links{
  display: flex;
    padding: 23px 12px;
    background-color: #fff;
    height: 65px;
    float: RIGHT;
    right: 50px;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    align-items: center;
}

.header-top .header-links li{
  list-style: none;
height: 15px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 0 9px;
border-left: 1px dashed #1A3F70;;
margin-bottom: 0;
line-height: 1.1;}
 

.header-top .header-links li a{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: small;
  color: #660000;
  letter-spacing: 1.74167px;
  background: linear-gradient(currentColor 0 0) 
  bottom left/
  var(--underline-width, 0%) 0.075em
  no-repeat;
  transition: background-size 0.5s;}

.header-top .header-links li a:hover{
  --underline-width: 100%;
}

.header-top .header-links .button{
  line-height: 20px;
  color: #600000;
  background: rgb(216, 178, 102);
  padding: 8px;
  min-width: 93px;
  font-size: small;
  display: inline-block;
  text-align: center;
  margin-top: -7px;
  margin-left: -5px;
  line-height: 1.1;
}

.header-top .header-links .button:hover{
  color: #fff;
  background-color: #600;
  transition: .2s ease-in-out;
}

.header-links{
  display: flex;
    padding: 23px 12px;
    background-color: #fff;
    height: 65px;
    float: RIGHT;
    right: 50px;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    align-items: center;
}

.main-navigation li{
list-style: none;
height: 25px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 0 9px;
border-left: 1px dashed #fff;;
margin-bottom: 0;
line-height: .25;}
 

.main-navigation li a{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: small;
  color: #fff;
  letter-spacing: 1.74167px;
  background: linear-gradient(currentColor 0 0) 
  bottom left/
  var(--underline-width, 0%) 0.075em
  no-repeat;
  transition: background-size 0.5s;}

.main-navigation li a:hover{
  --underline-width: 100%;
}

.main-navigation .button{
  line-height: 20px;
  color: #600000;
  background: rgb(216, 178, 102);
  padding: 12px 8px;
  min-width: 93px;
  font-size: small;
  display: inline-block;
  text-align: center;
  margin-top: -7px;
  margin-left: -5px;
  line-height: 1.1;
}

.main-navigation .button:hover{
  color: #600;
  background-color: #fff;
  transition: .2s ease-in-out;
}
#give-button{
  border-left: none;
}

#nav-container-fluid {
  padding: 15px 0;
  height: 53px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; 
  max-width: 1300 !important;
  margin-top: -10px;
  }

 .scrolled{
    background-color: #600;
  }


 /* #main-body{
    margin-left: 70px;
  }*/

/*  @media screen and (min-width: 992px) {
    #nav-container-fluid {
      height: 60px; } } 
  body.container #nav-container-fluid {
    background-color: transparent;
    background-image: url(/wp-content/themes/hillsdale/images/home-nav-bg.png);
    background-repeat: repeat-x;
    -webkit-transition: background-color 0.5s ease;
    /* Safari, Chrome */
    /*-moz-transition: background-color 0.5s ease;
    /* Firefox 4.0~16.0 */
    /*transition: background-color 0.5s ease;
    /* IE >9, FF >15, Opera >12.0 */ 
   /*body.container #nav-container-fluid.red {
      background-color: #660000; }
      @media screen and (min-width: 992px) {
        #nav-container {
          margin-right: auto;
          margin-left: auto;
          padding-left: 7.5px;
          padding-right: 7.5px;
          width: 970px;
          position: -webkit-sticky; } }
        }*/

        .transparent {
          background-color: transparent;
      }
      
      .background-color {
          background-color: #660000;
      }

      .border-line{
        display: block;
        height: 8px;
        background: linear-gradient(to right, #e2be5c 0, #e8dbb8 50%, #e2be5c 100%);
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;    
      }

      .fw-circle-wrapper {
    background-size: 500px;
    background-position: center center;
    background-repeat: repeat;
    mix-blend-mode: multiply;
    position: relative;
    padding: 30px 0;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
      }

      .fw-grey-box{
        background-color: #f5f5f5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
        margin: 20px -300px;
      }
      
      .card{
        display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: space-evenly;
            padding: 0 40px;
      }

  .col-card-with-img{
       height: 800px;
  }

      .card-img{
        background-size: cover;
        width: 280px;
        height: 175px;
    }

   .btn--card {
    margin: 15px 82px;
}

.two-col-wrapper{
  display: flex;
  justify-content: flex-start;
  padding-bottom: 50px;
  margin: 25px 0; 
}

.wrapper-col-one{
WIDTH: 300% !IMPORTANT;
PADDING-RIGHT: 100PX;}

.full-width-gallery{
  display:flex;
}

.gallery-card{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  width: 25%;
  min-height:250px;
  max-height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}

.gallery-card:hover{
  cursor: pointer;
  font-weight: bolder;
  background-color: #34090f;
}

.short-caption{
  color: #fff;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.8) 100%);
}

.gallery-caption{
  padding: 15px 20px 0;
  align-content: center;
  margin-bottom: 0px;
}


.gallery-icon{
padding: 20px;
background-color: rgb(216, 178, 102);
}

.gallery-card:hover i{
  background-color: #600;
}

#hp-paragraph{
  margin: 0 50px; text-align:center;
} 

/* Alert */
.alert {
  padding: 20px;
  background-color: #ffcfcc;
  border: 1px solid #f44336;
  border-left: 9px solid #f44336;
  color: #f44336;
  opacity: 0.83;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  border-radius: 6px;
}
/* Alert Warning */
.alert.warning {
  border: 1px solid #223e44;
  border-left: 9px solid #223e44;
  background-color: #B9D6DA;
  color: #223e44;
  margin-top: -60px;
  z-index: 3;
}
/* Closebtn */
.closebtn {
  padding-left: 15px;
  color: #f44336;
  font-weight: bold;
  float: right;
  line-height: 18px;
  cursor: pointer;
  transition: 0.5s;
  font-size: 23px;
}
/* Closebtn Warning */
.closebtn.warning {
  padding-left: 15px;
  color: #223e44;
  font-weight: bold;
  float: right;
  line-height: 18px;
  cursor: pointer;
  transition: 0.5s;
  font-size: 23px;
}
.closebtn:hover {
  transform: scale(1.3);
}


/***********************/
/**** MOBILE STYLES ***/
/**********************/

/*** - 404 - ***/
@media only screen and (max-width: 600px) {.main-error{
	margin: 5em 2em;
	}}

/*** - Header - ***/

@media only screen and (max-width: 600px) {
.nav-bar{
  height: 5.5em;
}

 .nav-bar-2{
  width:100%;
  height: 6em; 
 }

 .side-main{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
 }

 .header-logo{
  background-size: 165px;
  margin-left: 8em;
 }

 .header-logo-2{
  transform: none;
  margin: .65em 0 0 .5em;
  background-size: 250px;
 }

 .site-header__menu-trigger{
  left: 1em;
  padding: 18px 15px;
  margin-top: -.25em;
 }


 .search-trigger-2{
  padding: 0;
  margin: -.75em .5em 0;
 }

.site-header__menu{
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  margin-right: 25px;
  top: 45px;
  left: 17px;
  display: flex;
  flex-direction: column-reverse;
}


.search-trigger{
 margin-left: 1.5em;
 margin-top: -2.75em;
}

#header-links{
  display:flex;
  padding: 0 5px;
  margin-left: 20px;
  margin-bottom: 50px;
}

.main-navigation{
  padding: 1em .75em; 
  margin-top: 70px;
}

.main-navigation li {
  padding:0; 
  line-height: 1rem;
}

.main-navigation li a{
  font-weight:400;
  padding: 7px;
}



.main-navigation .button {
color: #fff;
background-color: transparent;
min-width: 0;
padding: 0 15px;
margin-top: 0px;
}

 .header-links{
  z-index: 25;
  background-color: transparent;
  float: none;
  right: -1.3em;
  margin-top: 2em;
  height: 0;
 }

 .header-top .header-links li{
  border-left: 1px dashed #fff;
 }

 .header-top .header-links li a{
  color: #fff;
  font-weight: 300;}

  .header-top .header-links .button {
    background-color: transparent;
    color: #fff;
    margin-left: -35px;
    margin-top: -8px;
  }

#give-button{
  border-left: 1px dashed #fff;
}

/*** - Hero - ***/

  #main-body{
    margin-left:0;
  }

  .page-banner__bg-image--home video {
    height: 92%;
    margin-top: 5em;
  }

  .headline--large {font-size: 3.5em;
  margin-top: -8em;
padding:0;}

  .headline--medium {
    font-size: 2rem;
  margin-top: 1em;
padding: 0;}

.page-banner__content{
  padding: 0 1em;
}

#hp-paragraph{
  margin: 0 25px; text-align:center;
} 

.page-banner__title{
  font-size: 2.6rem;
}

/*** - Buttons - ***/
.fw-button-container{
  margin-left: -14px;
}

#hp-buttons{
  width:110%;
}

#page-buttons{
  width:100%;
  margin: 10px 0;
}

#contact{
  margin: 10px 0;
  flex-direction: column;
}

.btn{
  margin: 0 8px;}

.btn--ghost{
  padding: .9375em .5em .875em;
  text-align: center;
}

.btn--teal{
  padding: 10px 5px;
  margin: 5px 20px;
}

.btn--card{
  margin-left: 21%;
}

.fw-grey-box{
  margin: 20px -20px;
  display: flex;
  flex-direction: column;
}

/*** - Flex Cards -  ***/
.full-width-container-row{
  flex-direction: column;
  padding: 15px 10px;
}

.card{
  padding: 10px;
}

.two-col-wrapper{
  flex-direction: column;
}

.wrapper-col-one{
  padding: 0;
  width: 100% !important;
}

#img-card{
  margin: 0 !important;
}

/*** - Gallery - ***/
.full-width-gallery{
flex-direction: column;
}
.gallery-card{
  width: auto;
  background-position: 25% 35%;
}

/*** - Footer - ***/
.site-footer__wrapper{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-footer__col-one{
  text-align: center;
}

.site-footer__col-two-three-group {
  flex-direction: column-reverse;
  width: auto; 
  margin-top: 15px;
  align-items: center;
}

.site-footer__col-two{
  width: auto;
  margin-left: 0;
  margin-top: 15px;
}

.site-footer__col-three{
  width:auto;
  text-align: center;
  float: none;
  margin-left: 0;
}

}
