/*!
Theme Name: CLS Community 2025
Theme URI: https://community.lawschool.cornell.edu/
Author: Cornell Law School
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cls-community
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*$cornell-red:#B31B1A;
$big-red:#B01C32;*/
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  color: #303030;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.no-scroll {
  overflow: hidden;
}

.fadein {
  opacity: 0;
}

.fadeout {
  transition: background-position-y 0.5s ease;
}

#skip a:link,
#skip a:hover,
#skip a:visited {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #9e2e37;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 10px;
  font-family: freight-sans-pro, sans-serif;
}

#skip a:focus {
  left: 0;
  top: 20px;
  position: static;
  width: auto;
  height: auto;
  text-decoration: underline;
  border: 5px solid #0273d3;
}

.container,
.wp-block-columns,
.wp-block-separator,
.wp-block-group__inner-container {
  /*width:1270px;*/
  margin-left: auto;
  margin-right: auto;
}

h1 strong,
h2 strong,
h3 strong {
  font-weight: 500 !important;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

header {
  width: 100%;
  /*background: $big-red;
  background: #f7f5f2;*/
}

/* Hiding Header for SELS pages */
.parent-pageid-3269 .logo,
.parent-pageid-3269 .nav-search,
.page-id-3269 .logo,
.page-id-3269 .nav-search {
  display: none;
}

.logo {
  flex: 1;
  margin-top: 4px;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.logo img {
  /*margin-top:10px;*/
  max-width: 60%;
  /*float:left;*/
}
.logo .tagline {
  font-size: 1.2rem;
  font-style: italic;
  font-family: freight-sans-pro, sans-serif;
}
.logo .logo-adjust {
  margin-top: -20px;
}

.logo p {
  color: #000000;
  /* text-align: right; */
  font-size: 3rem;
  margin-bottom: 0;
  /*padding-top: 1rem;*/
  font-family: freight-text-pro, serif;
  padding-bottom: 0;
  /*font-variant: small-caps;*/
  font-weight: 400;
  /*line-height: 3rem;*/
}
.logo p a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.logo p a .cls {
  color: #9e2e37;
}
.logo p a:hover,
.logo p a:focus {
  color: black;
}

/* .logo h1 a 
{
    text-decoration:none;
    color:$cornell-red;
}       
.logo
{
    width:25.1968503937008%;
    float:left;
    margin-top: 20px;
  height:38px;
        background-image: url(images/clr-logo.png);
        background-repeat:no-repeat;

} */
.top-nav {
  width: 100%;
  /* padding: 0.625rem 0 0.3125rem 0; 
  -webkit-box-shadow: 0 8px 6px -6px #cfcfcf;
  -moz-box-shadow: 0 8px 6px -6px #cfcfcf;
  box-shadow: 0 8px 6px -6px #cfcfcf;
  text-align: right;*/
  font-size: 0.9rem;
  background: #9e2e37;
  overflow: hidden;
  color: #FFFFFF;
  /*display:none;*/
}
.top-nav .top-nav-logo {
  float: left;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.top-nav .top-nav-logo img {
  max-width: 100%;
}
.top-nav .top-nav-logo .cls-insignia {
  width: 48px;
  height: 48px;
}
.top-nav .top-nav-logo .cls-logotype {
  width: 177px;
  height: auto;
}
.top-nav .top-nav-outer {
  text-align: right;
}

.main-header {
  padding: 1rem 2rem;
  display: flex;
}

.menu-top-navigation-container {
  /*display:inline;*/
  float: right;
  margin-top: 1rem;
  color: #FFF;
  /*li:last-of-type a::after, li:nth-last-of-type(3) a::after, .menu-item-1334 a::after*/
}
.menu-top-navigation-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*display:inline;*/
}
.menu-top-navigation-container ul li {
  float: left;
}
.menu-top-navigation-container ul li:last-of-type {
  border-right: none;
}
.menu-top-navigation-container ul li a {
  float: left;
  color: #FFFFFF;
  /*padding-left:10px; padding-right:10px;*/
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  /*border-right:1px solid #303030;*/
}
.menu-top-navigation-container li a::after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  margin: 1px 0.625rem 0 0.625rem;
  background-color: #FFFFFF;
}
.menu-top-navigation-container .utility-menu__button a::after,
.menu-top-navigation-container .last-item a::after {
  display: none;
}

.top-nav-label {
  font-style: italic;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 1rem;
}

.utility-menu__button a {
  font-weight: 600;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem !important;
  background-color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  border-right: none;
  color: #9e2e37 !important;
  margin-left: 1.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  color: #9e2e37;
}

/*.utility-menu__button:last-of-type a {
    margin-left: 0.5rem;
    background: $cornell-red;
}

.utility-menu__button:last-of-type a:hover {
    background-color: #fff;
    color: $cornell-red !important;

}*/
.utility-menu__button a:hover,
.utility-menu__button a:focus {
  background-color: #fff;
  color: #000000 !important;
  -webkit-box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.utility-menu__button span {
  margin-left: 5px;
  font-size: 0.5rem;
}

div.search {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 25px;
  /*padding-right:50px;*/
  display: none;
  background: #FFFFFF;
}

div.search input {
  border: 0;
  width: 90%;
  height: 50px;
  background: #eaeaea;
}

.search button,
.search-submit {
  border: 0;
  width: 10%;
  height: 51px;
  /*background:#000000; color:#FFFFFF;
  font-family: freight-sans-pro, sans-serif; font-weight:bold;*/
}

header .search-form label {
  display: none;
}

.search-label {
  display: none;
}

/* New Search Stuff */
#search-overlay {
  /*opacity: 0;*/
  display: none;
  z-index: 9999;
  /*transition: opacity 0.5s ease-in-out;*/
}
#search-overlay h2,
#search-overlay label {
  font-size: 3rem;
  color: #9e2e37;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: freight-text-pro, serif;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  /*background: rgba(0, 0, 0, 0.9);*/
  background: #EFEBE1;
  border: #a0a0a0 solid 1px;
  margin: 0;
}

#search-overlay.show-search {
  opacity: 1;
}

.block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  /*vertical-align: middle;*/
  width: 50%;
  padding: 10px 15px;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box .search-field {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
  border: none;
}

#search-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 5.3em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #9e2e37;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

/* Google Search */
#search-box button.gsc-search-button {
  position: relative;
  height: 5.3em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #9e2e37;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
#search-box table {
  border: none;
  font-size: 0.97rem;
  margin: 0;
}
#search-box th,
#search-box td {
  border: none;
}
#search-box .gsc-control-cse {
  background-color: transparent;
  border: none;
}
#search-box .gsc-input {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1rem;
  border: none;
  height: 70px;
}
#search-box .gsc-results-wrapper-overlay {
  border: none;
  margin: auto;
  border-radius: 1px;
  overflow: auto;
  height: 100vh;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-collapse: separate;
  background: #FCFBF9;
  padding: 30px;
  width: 70%;
  position: fixed !important;
  top: 5%;
  left: 12%;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color="#888888");
  text-align: left;
  font-family: freight-sans-pro, sans-serif;
}
#search-box .gsc-results-wrapper-overlay .gsc-thumbnail {
  display: none;
}
#search-box .gsc-results-wrapper-overlay .gs-result .gs-title *,
#search-box .gsc-results-wrapper-overlay .gsc-cursor-page,
#search-box .gsc-results-wrapper-overlay .gs-spelling a {
  color: #9e2e37;
  font-size: 1.3rem;
}
#search-box .gsc-results-wrapper-nooverlay {
  text-align: left;
  font-family: freight-sans-pro, sans-serif;
  padding: 0 2.5rem;
}
#search-box .gsc-results-wrapper-nooverlay .gsc-webResult.gsc-result {
  border: none;
}
#search-box .gsc-results-wrapper-nooverlay .gs-result .gs-title *,
#search-box .gsc-results-wrapper-nooverlay .gsc-cursor-page,
#search-box .gsc-results-wrapper-nooverlay .gs-spelling a {
  color: #9e2e37;
  font-size: 1.3rem;
}
#search-box .gsc-results-wrapper-nooverlay .gs-promotion .gs-visibleUrl,
#search-box .gsc-results-wrapper-nooverlay .gs-webResult .gs-visibleUrl {
  color: #000000;
}
#search-box .gsc-results-wrapper-nooverlay .gsc-webResult.gsc-result,
#search-box .gsc-results-wrapper-nooverlay .gsc-results .gsc-imageResult,
#search-box .gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
#search-box .gsc-results-wrapper-nooverlay .gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: transparent;
}
#search-box .gcsc-more-maybe-branding-root {
  display: none;
}

.gsc-input .gsst_a .gscb_a {
  color: #000000;
}

#close-btn:hover {
  color: #777;
  cursor: pointer;
}

.error-404 .search-field,
.search-no-results .search-field {
  display: block;
  width: 100%;
  border: 1px solid #dcd7ca;
  padding: 10px;
}

.screen-reader-text {
  display: none;
}

.error404 .search-form .search-field,
.search-no-results .search-form .search-field {
  width: 100%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
  background: #eaeaea;
  float: left;
  border: none;
}

.error404 .search-form label,
.search-no-results .search-form label {
  float: left;
  width: 80%;
}

.error404 .search-form .search-submit,
.search-no-results .search-form .search-submit {
  float: left;
  width: 20%;
  text-transform: uppercase;
  height: 5.57em;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #9e2e37;
}

#search-trigger {
  cursor: pointer;
}
#search-trigger img {
  fill: white;
}

#search-trigger:hover {
  border-bottom: none;
}

.top-outer {
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-search {
  flex: 2;
  /*
  padding-top: 1.5rem;*/
}
.nav-search h1 {
  color: #000000;
  text-align: right;
  font-size: 2.5rem;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.nav-search h1 .cls {
  color: #9e2e37;
}

.nav-outer {
  font-family: freight-sans-pro, sans-serif;
  /*-webkit-box-shadow: 0 8px 6px -6px #cfcfcf;
  -moz-box-shadow: 0 8px 6px -6px #cfcfcf;
  box-shadow: 0 8px 6px -6px #cfcfcf;*/
  /*nav ul li:hover{
      background:#FFFFFF;
  }*/
}
.nav-outer .menu-primary-navigation-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-outer nav {
  float: right;
  margin-top: 0px;
  position: relative;
}
.nav-outer .menu-primary-navigation-container {
  float: left;
}
.nav-outer nav ul li {
  float: left;
  padding: 0;
}
.nav-outer nav ul li:hover,
.nav-outer nav ul li:focus {
  background: #9e2e37;
}
.nav-outer nav ul li:hover a,
.nav-outer nav ul li:hover a:hover,
.nav-outer nav ul li:focus a,
.nav-outer nav ul li:focus a:hover {
  color: #FFFFFF;
}
.nav-outer nav ul li:hover ul li a,
.nav-outer nav ul li:focus ul li a {
  color: #000000;
}
.nav-outer nav ul li:hover ul li a:hover,
.nav-outer nav ul li:focus ul li a:hover {
  color: #9e2e37;
}
.nav-outer nav ul li:last-of-type {
  padding-right: none;
}
.nav-outer nav ul li a {
  color: #000000;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  /*transition: color 0.2s ease-out;*/
  display: block;
  font-size: 1.125rem;
  /*font-size: 1rem;*/
  line-height: 1.278;
}
.nav-outer nav ul li a:hover,
.nav-outer .current_page_item > a,
.nav-outer nav ul li a:focus,
.nav-outer .current-page-ancestor > a {
  color: #9e2e37;
  text-decoration: underline;
}
.nav-outer nav ul li a:focus .sub-menu {
  display: block;
}
.nav-outer .sub-menu .current_page_item a,
.nav-outer nav .sub-menu a:focus {
  border-bottom: none;
}
.nav-outer .on {
  color: #9e2e37;
}
.nav-outer .social a:hover {
  border-bottom: none;
  color: #9e2e37;
}
.nav-outer .social em span {
  left: -9999px;
  position: absolute;
}
.nav-outer li.social {
  padding-left: 10px;
  padding-right: 10px;
}
.nav-outer nav ul li ul li {
  float: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EFEBE1;
  background-color: #F9F9F9;
  /*transition: background-color 0.3s ease-out;*/
}
.nav-outer nav ul li ul li:last-of-type {
  border-bottom: none;
}
.nav-outer nav ul li ul li a {
  text-decoration: none;
  padding-bottom: 3px;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}
.nav-outer nav ul li ul li:hover {
  background-color: #FFFFFF;
}
.nav-outer nav ul li ul li a:hover {
  border-bottom: none;
  /*text-decoration:underline;*/
}

.nav-right .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.sub-menu {
  display: none;
  position: absolute;
  width: 300px;
  /*left: 0;*/
  background: #F9F9F9;
  z-index: 9999;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px;
  border-top: 5px solid #9e2e37;
  /*margin-left: -31px;*/
  /*margin-top: 17px;*/
  /*visibility: hidden;*/
}
.sub-menu li a span {
  font-size: 0.7rem;
  float: right;
}
.sub-menu .menu-item-has-children {
  position: relative;
}
.sub-menu .sub-menu {
  display: none;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  border-top: none;
  /*box-shadow: none !important;
  */
  background: #FFFFFF;
  left: 100%;
}
.sub-menu .sub-menu li {
  background: #FFFFFF;
  padding-left: 1.5rem;
}
.sub-menu .menu-item-has-children:hover .sub-menu,
.sub-menu .menu-item-has-children:focus .sub-menu {
  display: block;
  /* display: none;*/
}

.sub-toggle,
.list-sub-toggle {
  display: none;
}

.sub-toggle span {
  font-size: 0.8rem;
}

#mobile-search-trigger,
#mobile-search-close,
#close-btn {
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99999;
}
#mobile-search-trigger img,
#mobile-search-close img,
#close-btn img {
  fill: white;
  width: 30px;
  height: 30px;
}

#close-btn {
  color: #FFFFFF;
  display: none;
}

#mobile-nav-trigger {
  display: none;
  width: 30px;
  height: 30px;
  /*position: fixed;
  margin-top: 2rem;*/
  margin-top: 1.2rem;
  right: 25px;
  font-size: 32px;
  cursor: pointer;
  z-index: 9999;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99999;
  float: right;
  color: #9e2e37;
}

#mobile-nav-close,
#mobile-search-close {
  display: none;
  z-index: 99999;
}

.hero-img {
  min-height: 470px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: background-size ease-in-out 7s !important;
}

.page-id-126 .hero-img {
  background-position: 50% 30%;
}

.home .hero-img {
  background-position: center;
}

.mobile-hero-img {
  display: none;
  text-align: center;
  background: #000000;
}
.mobile-hero-img img {
  width: 100%;
}

.page-title-outer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.page-title-outer .subheading {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.link-to-parent {
  color: #9e2e37;
  text-decoration: none;
  /*font-size:0.9rem;*/
}
.link-to-parent span {
  font-size: 0.5rem;
  margin: 0 0.5rem;
}

.link-to-parent:hover {
  color: #9e2e37;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}

.link-to-parent:last-of-type .separator {
  display: none;
}

.page-title-outer h1 {
  /*background: url(images/bold_cornell_seal_cmyk_red.png) no-repeat top center;
  padding-top: 40px;*/
  font-size: 4rem;
  line-height: 4.3rem;
  background-size: 3.5%;
  color: #9e2e37;
  margin-top: 0.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 1rem;
}
.page-title-outer h1 svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto;
}

/* Home Page */
.homepage-quick-links {
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: grid;
  grid-auto-flow: row;
  /*li:before {

      width: 56px;
      height: 40px;
      background-size: 40px auto;
      background-position: 0 50%;
      content: "";
      display: table-cell;
      width: 60px;
      height: 45px;
      background: url('images/action-link-arrow.svg');
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: 45px auto;

  }*/
}
.homepage-quick-links li {
  padding-bottom: 32px;
  margin: 0 10px;
  padding: 0 0 24px;
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3;
}
.homepage-quick-links li a {
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3;
  background-image: none;
}

/* Convocation Styles */
.convocation-header {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #9e2e37;
  color: #FFFFFF;
}
.convocation-header .page-title {
  background-position: left 0 top 0, right 0 bottom 0;
  background-image: url("images/convocation-flag.png"), url("images/cap.png");
  min-height: 152px;
  background-repeat: no-repeat;
}
.convocation-header .convocation-class {
  padding-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.convocation-header .convocation-date {
  font-size: 1rem;
  margin-top: 0;
}
.convocation-header h1 {
  padding-top: 0;
  margin-top: 0;
  background: none;
  font-weight: 400;
}
.convocation-header h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.convocation-header h1 a:hover {
  text-decoration: underline;
}

.convocation-heading {
  font-size: 1.3rem !important;
  text-transform: uppercase;
  color: #8C6C36;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 35px !important;
  margin-top: 75px !important;
}

.graduates-3col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  width: 100%;
}
.graduates-3col .wp-block-group__inner-container {
  margin-top: 0;
}
.graduates-3col p {
  text-align: center;
}
.graduates-3col p:first-child {
  margin-top: 0;
}

.graduates-2col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  width: 100%;
}

/* Breadcrumb Links */
/*.page-parent .siblings 
{
    display:none;

}*/
.breadcrumb-links > div {
  display: inline-block;
}

.breadcrumb-links {
  text-align: center;
  background: #F9F9F9;
  z-index: 1700;
  margin: 0 auto 3rem auto;
  width: 100%;
}

.breadcrumb-label {
  /*padding:30px;*/
  display: inline-block;
  text-transform: uppercase;
  /* margin-right: 75px; */
  padding: 1.25rem;
}

.chevron-right {
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.375rem;
  margin-top: -3px;
}

.event-detail .breadcrumb-nav {
  display: block;
}

.breadcrumb-nav,
.breadcrumb-links .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
}
.breadcrumb-nav a,
.breadcrumb-links .menu a {
  color: #000000;
  /*padding:30px;*/
  padding: 1.25rem;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.breadcrumb-nav a::after,
.breadcrumb-links .menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  /* Border thickness */
  background-color: #9e2e37;
  /* Border color */
  transition: width 0.3s ease;
}
.breadcrumb-nav a:hover::after,
.breadcrumb-nav a:focus::after,
.breadcrumb-nav li.current a::after,
.breadcrumb-links .menu a:hover::after,
.breadcrumb-links .menu a:focus::after,
.breadcrumb-links .menu li.current a::after {
  width: 100%;
}

.breadcrumb-nav li,
.breadcrumb-links .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: background-color 0.5s ease-out;
}
.breadcrumb-nav li a,
.breadcrumb-links .menu li a {
  color: #000000;
  /*padding:30px;*/
  padding: 1.25rem;
  text-decoration: none;
  font-weight: 400;
  /* 03-01-2021 - updated for consistency with ES site */
  display: inline-block;
  font-size: 1rem;
  /* 03-01-2021 - updated for consistency with ES site */
  transition: color 0.5s ease-out;
  border-bottom: 2px solid #F9F9F9;
}
.breadcrumb-nav li a.current,
.breadcrumb-links .menu li a.current {
  border-bottom: 1px solid #9e2e37;
}

/*.breadcrumb-nav li:hover, .current, .breadcrumb-links .menu li:hover, .breadcrumb-links .menu li.current-menu-item 
{
    background-color:$light-gray; /* 03-01-2021 - updated for consistency with ES site 
}*/
.breadcrumb-nav li:hover a,
.breadcrumb-links .menu li:hover a,
.current a {
  color: #9e2e37 !important;
}

#main .heading,
.bottom-outer .heading {
  color: #000000;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  font-family: freight-sans-pro, sans-serif;
  margin-bottom: 50px;
  margin-top: 0;
}

/*.heading::before,
.heading::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 5px;

    background-image: url(images/tilde-gray-dark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 50px;
}
*/
.section-heading {
  text-align: center;
  font-family: freight-sans-pro, sans-serif;
}

.multi-col {
  width: 1070px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  margin-bottom: 70px;
}
.multi-col .col-3 {
  width: 33%;
  float: left;
  font-family: freight-sans-pro, sans-serif;
  padding: 30px 30px 30px 30px;
}
.multi-col .col-2 {
  width: 50%;
  float: left;
  font-family: freight-sans-pro, sans-serif;
  padding: 30px 30px 30px 30px;
}

h2.alt-heading {
  color: #9e2e37;
  font-size: 60px;
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  /*margin-top:40px;*/
  padding: 0;
  margin-bottom: 0;
}

span.alt-heading-accent {
  background-color: #b01c32;
  width: 60px;
  height: 7px;
  margin-bottom: 10px;
  display: block;
}

.bottom-outer {
  background: #efebe1;
  padding-bottom: 80px;
}

.is-style-link-grid.wp-block-columns {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.is-style-link-grid.wp-block-columns .col-3,
.is-style-link-grid.wp-block-columns .wp-block-column {
  margin-bottom: 20px;
  display: table;
  /**/
  min-height: 120px;
}
.is-style-link-grid.wp-block-columns .wp-block-column p {
  margin-top: 0;
  margin-bottom: 0;
  background: #FFFFFF;
  border-top: solid 3px #9e2e37;
  /*min-height:100px;*/
  margin-bottom: 20px;
  transition: all 0.5s;
  max-width: 100%;
  text-decoration: none;
  text-align: center;
  display: table-cell;
  /**/
  vertical-align: middle;
}
.is-style-link-grid.wp-block-columns .col-3:hover,
.is-style-link-grid.wp-block-columns .wp-block-column p:hover {
  color: #fff;
  background-color: #b01c33;
  -webkit-box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
  border-top: solid 3px #7b1424;
}
.is-style-link-grid.wp-block-columns .col-3:hover a,
.is-style-link-grid.wp-block-columns .wp-block-column p:hover a {
  color: #FFFFFF !important;
}
.is-style-link-grid.wp-block-columns .col-3:last-of-type,
.is-style-link-grid.wp-block-columns .wp-block-column:last-of-type {
  margin-right: 0;
}
.is-style-link-grid.wp-block-columns .wp-block-column a {
  display: block;
  text-decoration: none;
  padding: 30px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  background-image: none;
}
.is-style-link-grid.wp-block-columns .section-heading {
  margin-bottom: 60px;
}
.is-style-link-grid.wp-block-columns a {
  color: #000000;
}

.landing-leader {
  font-size: 1.3rem;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.landing-leader:last-of-type {
  margin-bottom: 70px;
}

.half .col {
  width: 50%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
}

.billboard .col:first-of-type {
  width: 66%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0;
  padding-right: 70px;
}

.billboard .col:last-of-type {
  width: 33%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
}

.upcoming-date {
  padding: 20px;
  border-left: 3px solid #C7B18C;
  width: 45%;
  margin: 10px;
  float: left;
  background: #FFFFFF;
  min-height: 250px;
}

.upcoming-date h4 {
  font-size: 1.2rem !important;
  line-height: 1.5rem;
}

.wp-block-acf-event-grid {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.is-style-link-list {
  margin-top: 70px;
}

.expand-all {
  margin-left: 20px;
  margin-right: 20px;
  display: none;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.mod h3,
.is-style-link-list .wp-block-column h3,
.is-style-link-list .wp-block-column h2 {
  font-family: freight-sans-pro, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
  border-top: 3px solid #9e2e37;
  /*max-width: 30.333333%;*/
  border-right: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 0;
}

/*.page-list, .page-list ul 
{
    list-style:none;
}*/
.is-style-link-list .wp-block-column ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 15px 20px;
  border-right: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  width: 100%;
}

.is-style-link-list .wp-block-navigation-link {
  width: 100%;
}

.is-style-link-list .wp-block-column ul li,
.page-list li {
  padding: 0.5rem 10px 0.5rem 0;
}

/*.wp-block-navigation-link__content {
    padding: 0;
}*/
.is-style-link-list .wp-block-column ul li a {
  /*padding-bottom:1px;*/
  color: #000000;
  display: block;
  width: 100%;
  transition: all 0.5s ease-out;
  background-image: none;
  font-size: 1rem;
}

.is-style-link-list .wp-block-column ul li a i,
.is-style-link-list .wp-block-column ul li a em {
  font-size: 0.7rem;
  float: right;
  margin-top: 5px;
}

.is-style-link-list .wp-block-column ul li a:hover {
  /*border-bottom:1px solid $cornell-red!important;
  padding-bottom:0;*/
  text-decoration: underline;
  color: #9e2e37;
}

.is-style-link-list .wp-block-navigation__container {
  gap: 0.7rem !important;
}

.wp-block-navigation-link__content {
  padding: 0.5em 0;
}

/* Link list rendered as Paragraph */
.link-list-p-outer {
  /*border-right: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;*/
  margin-bottom: 3rem;
}
.link-list-p-outer h2 {
  font-size: 1.7rem;
  font-weight: 600;
  padding: 15px 0;
  /*border-top: 3px solid $cornell-red;*/
  margin-bottom: 0 !important;
  position: relative;
  /*text-transform: uppercase;*/
}
.link-list-p-outer h2:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  top: 0;
  left: 0;
  background-color: #9e2e37;
}
.link-list-p-outer .link-list-p-inner {
  padding: 15px 0;
}
.link-list-p-outer .link-list-p-inner .wp-block-group__inner-container {
  margin-top: 0 !important;
}
.link-list-p-outer .link-list-p-inner .wp-block-group__inner-container p {
  margin: 0 1rem 0 0 !important;
  padding: 0.5rem 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #eaeaea;
}
.link-list-p-outer .link-list-p-inner .wp-block-group__inner-container p a {
  color: #000;
  display: block;
  width: 100%;
  transition: all 0.5s ease-out;
  background-image: none;
  font-size: 1.15rem;
}
.link-list-p-outer .link-list-p-inner .wp-block-group__inner-container p a em {
  font-size: 0.7rem;
  float: right;
  margin-top: 5px;
}
.link-list-p-outer .link-list-p-inner .wp-block-group__inner-container p a:hover {
  text-decoration: underline;
  color: #9e2e37;
}
.link-list-p-outer .link-list-p-inner .wp-block-group__inner-container p:last-of-type {
  border-bottom: none;
}

th,
td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

table {
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.97rem;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

/* Footer */
footer {
  width: 100%;
  color: #FFFFFF;
  background: #303030;
  font-family: freight-sans-pro, sans-serif;
  padding-top: 20px;
  /*margin-top: 3rem;*/
  margin-top: auto;
}
footer p {
  margin: 0;
  padding: 0;
}

.footer-col {
  width: 25%;
  float: left;
  padding-top: 15px;
  padding-left: 25px;
  padding-bottom: 15px;
}

.footer-nav {
  width: 50% !important;
}

.footer-col:last-of-type {
  border-right: none;
}

.footer-col img {
  max-width: 230px;
}

.footer-col i {
  font-size: 1.8rem;
  margin-right: 15px;
  width: 40px;
}

.footer-nav a,
footer .social a {
  color: #FFFFFF;
  text-decoration: none;
}

footer .social a:hover .fab {
  color: #9e2e37;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 3px;
}

.footer-nav ul li {
  padding-bottom: 15px;
  width: 50%;
  float: left;
}

.footer-nav h4 {
  font-weight: normal;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.footer-col h2 {
  font-weight: 300;
  font-family: freight-text-pro, serif;
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  /*padding-top: 10px;*/
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.footer-logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 100px;
  width: 70px;
}

.social p {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #303030 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#addHomeScreen {
  position: fixed;
  bottom: 20px;
  background-color: #f8f8f8;
  min-height: 50px !important;
  width: 100% !important;
  text-align: center;
  display: none;
  /**/
  font-family: freight-sans-pro, sans-serif;
}

#addHomeScreen:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: solid 15px #f8f8f8;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}

#addHomeScreen p img {
  width: 20px;
  display: inline-block;
  margin-bottom: -5px;
}

#close-wrap {
  float: right;
  width: 30px;
}

#close-wrap img {
  width: 100%;
  height: auto;
}

/* Event Calendar */
.title {
  background: url(images/crest.png) no-repeat bottom center;
  text-align: center;
  padding-bottom: 60px;
  font-size: 3.7rem;
  background-size: 5%;
  margin-bottom: 20px;
}

body {
  font-family: freight-sans-pro, sans-serif;
}

.page-template-events #app {
  margin-top: 20px;
}

.vdp-datepicker__calendar {
  border-top: 3px solid #9e2e37 !important;
  border-bottom: 3px solid #9e2e37 !important;
  border-left: none !important;
  border-right: none !important;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.vdp-datepicker__calendar button {
  border: none;
  background: #FFFFFF;
}

.day__month_btn,
.month__year_btn {
  font-weight: 600;
  font-size: 1.3rem;
}

.vdp-datepicker__calendar .cell {
  height: auto !important;
}

.vdp-datepicker__calendar .cell.selected {
  background: #9e2e37 !important;
  color: #FFFFFF;
}

.cell.day.selected,
.cell.highlighted {
  border-radius: 50%;
}

.vdp-datepicker__calendar .highlighted {
  background: #EFEBE1 !important;
}

.vdp-datepicker__calendar .highlighted.today {
  background: #000000 !important;
  color: #FFFFFF !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover {
  border: none !important;
}

.vdp-datepicker__calendar .cell.day-header {
  font-size: 1rem !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  /*border: 1px solid $big-red!important;*/
  border: none;
}

h1,
h2,
h3 {
  font-family: freight-text-pro, serif;
}

h1 {
  color: #9e2e37;
}

.event-list h2,
.css-events-list h2 {
  color: #9e2e37;
  font-size: 2.5rem;
}

.filters {
  padding: 20px;
}

.filters h4 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.filter-outer {
  padding: 50px 80px;
  background: #EFEBE1;
  margin-bottom: 40px;
  margin-top: 50px;
}
.filter-outer h4 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0;
  padding: 0;
}

.filter-outer input {
  padding: 40px;
}

/*.search-results 
{
    text-transform:uppercase;
    font-weight:600;
}*/
.event-list-item {
  border-bottom: 1px solid #EEE8DC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.event-list-item a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.2s ease, background-image 0.5s linear;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8b18b), to(#c8b18b));
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.event-list-item a:hover,
.event-list-item a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b01c33), to(#b01c33));
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}

.event-list-item:last-of-type {
  border-bottom: none;
}

.event-list-item h4,
.event-list-item h3 {
  font-family: freight-text-pro, serif;
  font-size: 2rem;
}

.event-date {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.event-title {
  margin-bottom: 0.3rem;
  margin-top: 1rem;
}

.event-title a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.2s ease, background-image 0.5s linear;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8b18b), to(#c8b18b));
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.event-title a:hover,
.event-title a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b01c33), to(#b01c33));
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}

.event-location {
  margin-top: 1rem;
}

/*.event-title a 
{
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    border-bottom:none!important;
}*/
.form-check input:focus {
  color: #9e2e37;
}

/*.event-title a:hover 
{
    text-decoration:underline;
}*/
.event-time {
  color: #747474;
  font-size: 1rem !important;
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}

.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 6px solid #b31b1b;
  border-top-color: transparent;
  border-radius: 50%;
}

.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}

.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lds-rolling {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.event-details {
  background: #EFEBE1;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 30px;
  /*margin-bottom:70px;*/
  display: flex;
}
.event-details .eventdetail-col {
  /*width:33%;*/
  border-left: 4px solid #C8B08B;
  /*float:left;*/
  flex-basis: 0;
  flex-grow: 1;
  padding-left: 15px;
}
.event-details .eventdetail-col h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
}
.event-details .eventdetail-col a {
  color: #9e2e37;
}
.event-details .eventdetail-col a:hover {
  text-decoration: underline;
}

.event-description {
  padding: 30px 100px;
  font-size: 1.2rem;
}
.event-description a {
  color: #9e2e37;
}
.event-description a:hover {
  text-decoration: underline;
}

.bottom-outer {
  background: #efebe1;
  padding-bottom: 80px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.heading {
  background: url(images/flag.png) center top no-repeat;
  padding-top: 80px;
}

/* Featured Text */
.featured-text {
  padding-top: 10%;
  padding-bottom: 10%;
  background-position: center;
  background-color: #fff;
  background-blend-mode: multiply, luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #FFFFFF;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 2.8125rem !important;
  line-height: 3.75rem !important;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  /*background-image: linear-gradient(0deg, #5A481B, #5A481B), url('images/pano-shot.jpg');*/
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* Callout */
.callout {
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  color: #fff;
  background-color: #303030;
}

.callout__content {
  padding: 1.625rem 2.125rem;
}

.callout__content p {
  margin: 0 0 1rem;
  line-height: 1.625rem;
  font-size: 1.25rem;
}

.callout__content ul {
  list-style: none;
  padding-right: 1.5625rem;
  padding-left: 0;
  margin: 0;
}
.callout__content ul li {
  list-style: none;
  font-size: 1.25rem;
  line-height: 1.4;
  border-bottom: 1px solid #c8b18b;
  padding: 0.75rem 0;
}
.callout__content ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  background-image: none;
}
.callout__content ul li a:hover,
.callout__content ul li a:focus {
  color: #c8b18b;
  background-image: none;
}
.callout__content ul li:last-of-type {
  border-bottom: 0;
}

.callout__content h3 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  line-height: 1 !important;
  margin-bottom: 0.75rem !important;
  font-size: 3.125rem !important;
  font-weight: 400 !important;
}

.callout__image img {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}

.wp-block-image figcaption {
  display: none;
}

.wp-block-image {
  margin-bottom: 0;
}

.callout__image figure {
  margin: 0 0 0;
}

/* General Content Block */
.copy-block {
  /*max-width: 49.5rem;*/
  margin: 2rem auto;
  text-align: inherit;
}

.copy-block p {
  margin: 0 0 1rem;
  line-height: 1.625rem;
  font-size: 1.25rem;
}

/* Notification */
.notification-box {
  background: #eaeaea;
  padding: 2rem;
  /*max-width: 49.5rem;*/
  margin: 2rem auto;
}

/* Stats */
.stats-outer .stats-component__stat {
  margin-bottom: 0;
  padding-right: 1.25rem;
  padding-bottom: calc(2.5rem + 66px);
  padding-left: 1.25rem;
  background-color: #efebe1;
  background-image: url(images/shield-pattern-sand.svg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 80px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stats-outer .stats-component__stat h3 {
  font-size: 8.75rem;
  color: #b01c33;
  display: block;
  font-weight: 600;
  line-height: 1;
}
.stats-outer .stats-component__stat p {
  display: block;
  padding-left: 0;
  margin-top: 0.625rem;
  font-size: 1.75rem;
}

/* Testimonial */
.testimonial {
  padding: 0 4.1875rem;
  margin: 6.25rem 0 0 0;
  padding: 0;
  position: relative;
  border-top-width: 0.875rem;
  border-top-style: solid;
}
.testimonial__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 66.25rem;
  max-width: 100%;
  margin: 0 auto;
  min-height: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial__background {
  background-blend-mode: multiply, luminosity;
  background-repeat: no-repeat;
  background-position: 76% center;
  background-size: contain;
  opacity: 25% !important;
  width: 56.25rem;
  max-width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.testimonial__image {
  margin: auto;
  left: initial;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: -6.25rem auto 0 auto;
}
.testimonial__content {
  padding: 4.1875rem 0;
  max-width: 36.75rem;
  background: transparent;
  position: relative;
  z-index: 1;
}
.testimonial__text {
  text-indent: -0.9375rem;
  font-size: 2.25rem;
  line-height: 3.4375rem;
  font-family: freight-text-pro, serif;
  font-style: italic;
}
.testimonial__name {
  text-transform: uppercase;
  font-weight: 700;
}
.testimonial__title {
  margin-top: rem(-5);
}

.arrow_box {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  position: relative;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.arrow_box::before {
  border-color: rgba(209, 191, 158, 0) !important;
  border-bottom-color: inherit !important;
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  border-width: 0.75rem !important;
  margin-left: -0.75rem !important;
  border-width: 1.0625rem !important;
  margin-left: -1.0625rem !important;
}

.arrow_box::after {
  border-top-color: inherit !important;
  border-width: 0.875rem !important;
  margin-left: -0.875rem !important;
}

.arrow_box::after,
.arrow_box::before {
  left: 6%;
}

.arrow_box::after,
.arrow_box::before {
  top: 100%;
  left: 6%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

h2.is-style-red-heading::before,
h3.is-style-red-heading::before,
label.wp-block-search__label::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 7px;
  top: 0;
  left: 0;
  background-color: #9e2e37;
}

h2.is-style-red-heading,
h3.is-style-red-heading,
h2.post-title,
label.wp-block-search__label {
  padding-top: 1rem;
  /*padding-bottom: 1.875rem;*/
  font-size: 2.125rem;
  position: relative;
  font-weight: 400;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  line-height: 1 !important;
  color: #000000;
  padding-bottom: 1rem;
  margin-top: 2rem !important;
}

.wp-block-search {
  margin-bottom: 3rem;
}

.post-header {
  text-align: center;
}

h2.post-title {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 1rem;
}

p.post-date {
  font-size: 1.125rem;
  text-align: center;
  color: #747474;
}

.news-header__icon {
  width: 40px;
}

.quick-links.sidebar-left {
  margin-top: 0;
}

.sidebar-left .sticky-top h3 {
  padding-top: 85px;
}

.sidebar-left .sticky-top .wp-block-group__inner-container {
  margin-top: 0;
}

.parent-pageid-3783 h3 {
  padding-top: 90px !important;
}

.events-grid h2.is-style-red-heading,
.events-grid h3.is-style-red-heading,
.categorized-posts h2.is-style-red-heading,
.categorized-posts h3.is-style-red-heading,
.quick-links h2.is-style-red-heading,
.quick-links h3.is-style-red-heading {
  margin: 0 !important;
}

h3.is-style-red-heading {
  font-size: 2.7rem !important;
}

/* Quick Links */
.quick-links,
.is-style-quick-links,
.scoops-issues {
  /* margin-top: 70px;
  margin-bottom: 70px;*/
}
.quick-links h2::before,
.is-style-quick-links h2::before,
.scoops-issues h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 7px;
  top: 0;
  left: 0;
  background-color: #b01c33;
}
.quick-links h2,
.is-style-quick-links h2,
.scoops-issues h2 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  /*font-size: 3.125rem;*/
  position: relative;
  font-weight: 400;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  line-height: 1;
}
.quick-links a,
.is-style-quick-links a,
.scoops-issues a {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-right: 0.1875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.1875rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  color: #303030;
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quick-links a:hover,
.is-style-quick-links a:hover,
.scoops-issues a:hover {
  color: #9e2e37;
}
.quick-links a::before,
.is-style-quick-links a::before,
.scoops-issues a::before {
  width: 100%;
  background-color: #c8b18b;
}
.quick-links a::before,
.quick-links a::after,
.is-style-quick-links a::before,
.is-style-quick-links a::after,
.scoops-issues a::before,
.scoops-issues a::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
}
.quick-links a::after,
.is-style-quick-links a::after,
.scoops-issues a::after {
  width: 0;
  background-color: #b01c33;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quick-links a::before,
.quick-links a::after,
.is-style-quick-links a::before,
.is-style-quick-links a::after,
.scoops-issues a::before,
.scoops-issues a::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
}

/* General Content Block */
.general-content-block {
  /*max-width: 49.5rem;
  margin: 3rem auto;
  text-align: inherit;
  line-height: 1.875rem;
  font-size: 1.25rem;*/
}
.general-content-block h2,
.general-content-block h3,
.general-content-block h4,
.general-content-block h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
}
.general-content-block h2 {
  font-weight: 500;
  /*font-size: 2.25rem;*/
  line-height: 2.75rem;
  margin-top: 2.6875rem;
  margin-bottom: 1rem;
  /*color:$cornell-red;*/
}
.general-content-block h3 {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  margin-top: 2.0625rem;
  margin-bottom: 1rem;
}
.general-content-block h4 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.general-content-block a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.2s ease, background-image 0.5s linear;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8b18b), to(#c8b18b));
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.general-content-block a:hover,
.general-content-block a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b01c33), to(#b01c33));
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.general-content-block .wp-block-group__inner-container {
  width: auto;
}

.main-content-outer {
  font-size: 1.2rem;
  padding-bottom: 3rem;
  /* Connecting lines */
  /* Toggle styles */
  /* Hide children if collapsed */
}
.main-content-outer p,
.main-content-outer h2,
.main-content-outer h3,
.main-content-outer h4,
.main-content-outer h5,
.main-content-outer ul {
  /*max-width: 49.5rem;*/
  margin: 1rem auto;
}
.main-content-outer p {
  /*line-height: 1.875rem;*/
  font-size: 1.25rem;
}
.main-content-outer p.intro-text,
.main-content-outer p.is-style-intro-text {
  /*font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;*/
  /*line-height: 2.1875rem;*/
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /*color: #747474;*/
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 400;
}
.main-content-outer h2,
.main-content-outer h3,
.main-content-outer h4,
.main-content-outer h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
}
.main-content-outer h3 {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  margin-top: 2.0625rem;
  margin-bottom: 2rem;
}
.main-content-outer h4 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.main-content-outer a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.2s ease, background-image 0.5s linear;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8b18b), to(#c8b18b));
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.main-content-outer a:hover,
.main-content-outer a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b01c33), to(#b01c33));
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.main-content-outer .wp-block-search__input {
  border-color: #c8b18b;
  background: #F9F9F9;
}
.main-content-outer .wp-block-search__button.has-icon {
  background: #9e2e37;
  color: #FFF;
}
.main-content-outer .page-list,
.main-content-outer .page-list ul.children {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.main-content-outer .page-list li {
  position: relative;
  margin: 0.5rem 0;
  padding-left: 1rem;
}
.main-content-outer .page-list ul.children::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  width: 1px;
  background: #ccc;
}
.main-content-outer .page-list ul.children li::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 0.5rem;
  height: 1px;
  background: #ccc;
}
.main-content-outer .page-list .toggle {
  margin-left: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9rem;
  display: inline-block;
  user-select: none;
  background: none;
  border: none;
}
.main-content-outer .page-list li.collapsed > ul.children {
  display: none;
}

.promoted-links {
  margin-top: 3rem;
  /*.promoted-links__link:hover, .promoted-links__link:focus {
      -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.12);
      box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.12);
  }
  .promoted-links__link:hover a {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#b01c33), to(#b01c33));
      background-image: linear-gradient(#b01c33, #b01c33);
      color: #b01c33;
  }*/
}
.promoted-links .promoted-links__link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-bottom: 0;
  display: block;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #b01c33;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
  margin-top: 0;
  /*cursor: pointer;*/
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin-left: 0 !important;
  margin: 0;
}
.promoted-links .promoted-links__link .promoted-links__link-heading {
  margin-bottom: 0.3125rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #303030;
  margin: 1rem auto 1rem 0 !important;
}
.promoted-links .promoted-links__link .promoted-links__link-text {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.35;
  color: #303030;
  margin: 1rem auto 1rem 0 !important;
}
.promoted-links .promoted-links__link .promoted-links__link-text a {
  color: #0b1016;
  background-image: none;
}

/* Hero Banner */
.hero-banner__text {
  max-width: 49.375rem;
  margin: 1.875rem auto;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #747474;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
}

.fade-enter-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* CTA Buttons */
.wp-block-button {
  width: 100%;
}

.page-id-2557 .cta-buttons a,
.page-id-2557 .wp-block-button__link {
  min-width: 100%;
}

.my-information-links {
  clear: both;
  margin-bottom: 3rem;
}
.my-information-links p {
  width: 30%;
  float: left;
  margin: 1%;
}
.my-information-links a em {
  font-size: 0.775rem;
  margin-left: 0.5rem;
}

.cta-buttons,
.is-style-cta-buttons,
.wp-block-button,
.my-information-links p {
  /*margin-top:3rem;*/
  max-width: 75rem;
  /*padding-left: 1rem;
  padding-right: 1rem;*/
  margin-bottom: 0.7rem !important;
}
.cta-buttons a,
.is-style-cta-buttons a,
.wp-block-button a,
.my-information-links p a {
  color: #303030;
  text-align: center;
  /*font-size: 1rem;*/
  line-height: 1.75rem;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
  min-height: 6.875rem;
  background-color: #9e2e37;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-decoration: none;
  border-radius: 0;
}
.cta-buttons a:hover,
.cta-buttons a:focus,
.is-style-cta-buttons a:hover,
.is-style-cta-buttons a:focus,
.wp-block-button a:hover,
.wp-block-button a:focus,
.my-information-links p a:hover,
.my-information-links p a:focus {
  background-color: #fff;
  color: #b01c33 !important;
  -webkit-box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
}

/* Team Members */
.tmm_member {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

#headshots .tmm_member .tmm_photo {
  border-radius: 50% !important;
  border: 5px solid #c8b18b !important;
}

.tmm_names {
  font-weight: 500 !important;
  font-size: 1.2rem !important;
}

.tmm_names {
  margin-bottom: 0 !important;
}

.tmm_desc {
  margin-top: 0 !important;
}

.tmm_job {
  color: #595959 !important;
}

@media (min-width: 1900px) {
  .nav-right .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    right: auto;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.4);
    /*left: 0*/
  }
}
/*@media (min-width: 1600px)  {
.breadcrumb-label {
    margin-right: 75px;
}
}
*/
@media (min-width: 991px) {
  nav ul li:hover ul,
nav ul li:focus ul,
nav ul li:focus-within ul,
nav ul li:hover > .sub-menu,
.menu-item-has-children a:focus + .sub-menu,
.sub-menu li:focus-within ul {
    display: block;
    visibility: visible;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.4);
  }

  .two-col:hover .sub-menu,
.two-col:focus .sub-menu {
    display: grid !important;
    width: 100% !important;
    left: 0 !important;
    /* display: none;*/
    margin-left: 0;
  }
}
/* Takeover Image */
.takeover-image {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.takeover-image__picture {
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
  width: 100%;
}

.takeover-image__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.takeover-image__content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.takeover-image__content {
  padding: 1.5625rem;
  min-width: 35%;
  max-width: 75%;
  padding: 0.9375rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.takeover-image__heading::before,
.takeover-image__heading::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(images/tilde-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.takeover-image__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}

.takeover-image__large-text {
  margin-top: 0.625rem;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  line-height: 1.2;
  color: #fff;
  font-size: 3.75rem;
}

.takeover-image__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.875rem;
}

.takeover-image__link {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 0.5rem;
  padding-right: 1.5625rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5625rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition-property: text-decoration !important;
  transition-property: text-decoration !important;
  -webkit-transition-duration: 0.25s !important;
  transition-duration: 0.25s !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  background-image: none !important;
  transition: all 0.5s;
}
.takeover-image__link .fas {
  font-size: 0.7rem;
  margin-left: 5px;
}

.takeover-image__link:hover,
.takeover-image__link:focus {
  color: #fff !important;
  text-decoration: underline;
}

.takeover-image__link .chevron-right {
  width: 12px;
  height: 12px;
}

.intro-text,
.is-style-intro-text {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  margin-top: 2.0625rem;
  margin-bottom: 3rem;
}

.bottom-outer .wp-block-group__inner-container {
  margin-top: 0px;
}

.wp-block-image img {
  height: auto;
}

.scoops .back-link {
  float: right;
}

.scoops {
  font-size: 1.2rem;
}

.scoops-latest {
  margin-bottom: 3rem;
}

.scoops-link {
  margin-top: 1rem !important;
  max-width: 100% !important;
}

.scoops-outer,
.academic-calendar,
.general-block,
.is-style-general-block {
  /*max-width: 49.5rem;
  margin: 1rem auto;*/
}

.scoops-outer .quick-links {
  column-count: 3;
}
.scoops-outer .quick-links p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.scoops-grid {
  flex-wrap: wrap;
  min-height: 0;
  min-width: 0;
}
.scoops-grid div.wp-block-column {
  flex-basis: 30% !important;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block !important;
}
.scoops-grid div.wp-block-column p {
  display: block !important;
}

.scoops-issues {
  list-style: none;
  margin: 2rem 0 !important;
  padding: 0;
  max-width: 100% !important;
}
.scoops-issues li {
  width: 50%;
  display: inline-block;
  padding: 0.5rem 1.5rem 0 0;
}

.scoops-home-label {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.2rem;
  /*margin:0!important;*/
  max-width: 100% !important;
}
.scoops-home-label a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.2s ease, background-image 0.5s linear;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8b18b), to(#c8b18b));
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.scoops-home-label a:hover,
.scoops-home-label a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b01c33), to(#b01c33));
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}

.scoops-issues li a {
  cursor: pointer;
}

.scoops-toc {
  list-style: none;
  border-right: 10px solid #eaeaea;
  margin-left: 0;
  padding-left: 0;
  padding-right: 2rem;
}
.scoops-toc ul {
  margin: 0;
}

.scoops-issue {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.scoops-issue:last-of-type {
  border-bottom: none;
}

.general-content-block .scoops-issue h3 {
  margin-top: 0;
}

.general-content-block.scoops h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.scoops-toc .wp-block-navigation-link {
  margin-bottom: 1rem;
  display: block;
}
.scoops-toc .wp-block-navigation-link a {
  display: block;
  padding-bottom: 0.3rem;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.scoops-toc .wp-block-navigation-link a:hover {
  color: #9e2e37;
}

.class-campaigns table {
  width: 100%;
}

a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* Event Block 
.hero 
{
    position: absolute; 
    left: 0;
    width: 100%;
}*/
.wp-block-image figcaption {
  font-size: 1rem;
  line-height: 1rem;
}

/* Accordion Styles */
.c-accordion__item {
  border-bottom: 1px solid #d8d8d8;
  /*max-width: 49.5rem;*/
  margin: 0 auto;
}
.c-accordion__item .c-accordion__title {
  font-family: freight-text-pro, serif;
  line-height: 1.23;
  font-size: 1.625rem;
  color: #303030;
  padding: 1.5625rem 2.5rem 1.5625rem 0;
  margin: 0 auto;
}

.c-accordion__title:after {
  color: #9e2e37;
}

.c-accordion__item:last-of-type {
  border-bottom: none;
}

/* Class Notes */
a.class-notes-button {
  color: #303030;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
  min-width: 17.375rem;
  min-height: 6.875rem;
  background-color: #9e2e37;
  color: #fff;
  width: 100%;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
}

a.class-notes-button:hover,
a.class-notes-button:focus {
  background-color: #fff;
  color: #b01c33;
  -webkit-box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
}

img.class-notes-image {
  float: right;
  max-width: 210px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.filter label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.wp-block-pullquote {
  border-top: 5px solid #eaeaea;
  border-bottom: 5px solid #eaeaea;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 1.25rem;
}

/* RSS Feed Block */
.feed-block {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Faculty Portal */
.wp-block-separator {
  color: #eaeaea;
}

.page-id-5530 h3.is-style-red-heading {
  font-size: 2rem !important;
}

.faculty-calendar-tease .event-date {
  font-size: 1rem !important;
  margin-bottom: 0.3rem !important;
}
.faculty-calendar-tease h4 {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

/* Faculty Calendar Styles */
.faculty-calendar {
  margin-top: 2rem;
}
.faculty-calendar a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.2s ease, background-image 0.5s linear;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8b18b), to(#c8b18b));
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.faculty-calendar a:hover,
.faculty-calendar a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b01c33), to(#b01c33));
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.faculty-calendar h4 {
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.3rem;
}

.faculty-filter-outer {
  padding: 50px 60px;
  background: #EFEBE1;
  margin-bottom: 40px;
}
.faculty-filter-outer h4 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0;
  padding: 0;
}
.faculty-filter-outer h5 {
  font-size: 1.1rem;
  font-weight: 600;
}
.faculty-filter-outer p {
  margin-top: 1rem;
}

.academic-calendar-badge {
  background-color: darkslategrey;
}

.student-deadlines-badge {
  background-color: darkslategrey;
}

.faculty-workshop-badge {
  background-color: darkslategrey;
}

.grading-deadlines-badge {
  background-color: darkslategrey;
}

.exam-schedules-badge {
  background-color: darkslategrey;
}

.lawyering-program-badge {
  background-color: darkslategrey;
}

.in-house-clinicians-badge {
  background-color: darkslategrey;
}

.practicum-faculty-and-clinic-affiliated-attorney-staff-badge {
  background-color: darkslategrey;
}

.simulation-faculty-badge {
  background-color: darkslategrey;
}

.social-alumni-events-badge {
  background-color: darkslategrey;
}

.job-talks-badge {
  background-color: darkslategrey;
}

table.fullcalendar {
  border: 0;
  margin-top: 0;
}
table.fullcalendar thead td {
  border: none;
}
table.fullcalendar td {
  text-align: left;
  width: 14.2857142857%;
  border: 1px solid #eaeaea;
  vertical-align: top;
}
table.fullcalendar td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table.fullcalendar td ul li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
table.fullcalendar td .em-calnav-next {
  float: right;
}
table.fullcalendar .eventful,
table.fullcalendar .eventless {
  height: 100px;
}
table.fullcalendar .eventful a,
table.fullcalendar .eventless a {
  color: #000000 !important;
}
table.fullcalendar .month_name {
  text-align: center;
  font-size: 2.5rem;
  height: 70px;
  font-family: freight-text-pro, serif;
  color: #9e2e37;
  font-weight: 500;
}
table.fullcalendar td.eventless-today,
table.fullcalendar table.em-calendar td.eventful-today {
  background-color: #eaeaea;
}

table.em-calendar td.eventful-pre a,
table.em-calendar td.eventful-post a,
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}

/**
 * Modals ($modals)
 */
/* 1. Ensure this sits above everything when visible */
.modal-event {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal-event.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-event.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  /*top: 6em;*/
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-event.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

#toc_container a:hover {
  text-decoration: none;
}

h2 span {
  scroll-margin-top: 70px;
}

.academic-calendar-outer p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.academic-policies h2 {
  font-size: 2.6rem;
}
.academic-policies h4 {
  color: #757575;
}
.academic-policies table {
  margin: 0 0;
}

/* Footer */
.mainFooter__top-wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: block;
}

.mainFooter__top {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background-color: #303030;
}

.mainFooter__info {
  margin-bottom: 1rem;
  text-align: center;
}

.mainFooter__logo {
  display: inline-block;
  width: 100%;
  max-width: 14.0625rem;
  margin-bottom: 1rem;
}

.mainFooter__info-text {
  color: #fff;
}

.mainFooter__info-text p {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.mainFooter__info-text p:last-child {
  margin-bottom: 0;
}

.mainFooter .footer-menu__utility-links-toggle,
.mainFooter .footer-menu__footer-column-2-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-top: 0.9375rem;
  padding-right: 0;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  border: 0;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #202020;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.mainFooter .footer-menu__utility-links-toggle img,
.mainFooter .footer-menu__footer-column-2-toggle img {
  display: inline-block;
  width: 18px;
  height: 9px;
}

.mainFooter .footer-menu__utility-links-toggle.opened img,
.mainFooter .footer-menu__footer-column-2-toggle.opened img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mainFooter .footer-menu__utility-links-wrapper,
.mainFooter .footer-menu__footer-column-2-wrapper {
  padding-left: 1.5625rem;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mainFooter .menu,
.mainFooter .footer-menu__footer-column-2-links {
  padding-bottom: 0.625rem;
}

.mainFooter .menu > li > a,
.mainFooter .footer-menu__footer-column-2-links > li > a {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}

.mainFooter .footer-menu__footer-column-3-links > li > a {
  display: block;
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #202020;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  color: #fff;
}

.mainFooter__social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5625rem;
}

.mainFooter__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.5rem;
  margin-bottom: 0;
}

.mainFooter__social-link:last-child {
  margin-right: 0;
}

@media (min-width: 980px) {
  .mainFooter__social-link {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.mainFooter__social-link:last-child {
  margin-bottom: 0;
}

.mainFooter__social-link:hover .mainFooter__social-text,
.mainFooter__social-link:focus .mainFooter__social-text {
  border-bottom-color: #fff;
}

.mainFooter__social-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

@media (min-width: 768px) {
  .mainFooter__social-icon {
    margin-right: 0.5rem;
  }
}
@media (min-width: 980px) {
  .mainFooter__social-icon {
    margin-right: 1.25rem;
  }
}
.mainFooter__social-icon .fab {
  width: 100%;
  font-size: 25px;
  text-align: center;
  color: #fff;
}

.mainFooter__social-text {
  display: none;
}

@media (min-width: 768px) {
  .mainFooter__social-text {
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    -webkit-transition-property: border-bottom-color;
    transition-property: border-bottom-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
}
.mainFooter__bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #0f0f0f;
}

.mainFooter__bottom-wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainFooter__copyright {
  margin-right: 1.875rem;
  color: #eaeaea;
}

.mainFooter__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainFooter__bottom-link:not(:last-child) {
  margin-right: 1.875rem;
}

.mainFooter__bottom-link a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  color: #eaeaea;
  -webkit-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.mainFooter__bottom-link a:hover,
.mainFooter__bottom-link a:focus {
  border-bottom-color: #747474;
}

@media (min-width: 570px) {
  .mainFooter .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mainFooter .footer-menu__utility-links-container,
.mainFooter .footer-menu__footer-column-2-container,
.mainFooter .footer-menu__footer-column-3-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33%;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #202020;
  }

  .mainFooter .footer-menu__utility-links-toggle,
.mainFooter .footer-menu__footer-column-2-toggle {
    display: none;
  }

  .mainFooter .footer-menu__utility-links-wrapper,
.mainFooter .footer-menu__footer-column-2-wrapper,
.mainFooter .footer-menu__footer-column-3-wrapper {
    padding-left: 0;
    height: auto !important;
  }

  .mainFooter .menu,
.mainFooter .footer-menu__footer-column-2-links,
.mainFooter .footer-menu__footer-column-3-links {
    padding-top: 0;
    padding-right: 1.5625rem;
    padding-bottom: 0;
    padding-left: 1.5625rem;
    list-style: none;
  }

  .mainFooter .footer-menu__utility-links > li,
.mainFooter .footer-menu__footer-column-2-links > li,
.mainFooter .footer-menu__footer-column-3-links > li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mainFooter .menu > li > a,
.mainFooter .footer-menu__footer-column-2-links > li > a,
.mainFooter .footer-menu__footer-column-3-links > li > a {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    -webkit-transition-property: border-bottom-color;
    transition-property: border-bottom-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font-size: 1rem;
  }

  .mainFooter .menu > li > a:hover,
.mainFooter .menu > li > a:focus,
.mainFooter .footer-menu__footer-column-2-links > li > a:hover,
.mainFooter .footer-menu__footer-column-2-links > li > a:focus,
.mainFooter .footer-menu__footer-column-3-links > li > a:hover,
.mainFooter .footer-menu__footer-column-3-links > li > a:focus {
    border-bottom-color: #fff;
  }

  .mainFooter .footer-menu__footer-column-3-links > li > a {
    width: auto;
    border-top-width: 0;
    font-weight: 400;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .mainFooter__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mainFooter__info {
    width: 26%;
    margin-bottom: 0;
    padding-right: 1.5625rem;
    text-align: left;
  }

  .mainFooter .footer-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 74%;
  }

  .mainFooter__social-icon {
    margin-right: 0.5rem;
  }

  .mainFooter__social-text {
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    -webkit-transition-property: border-bottom-color;
    transition-property: border-bottom-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
}
@media (min-width: 980px) {
  .mainFooter__top-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .mainFooter__top {
    width: 100%;
  }

  .mainFooter__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mainFooter .footer-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 55.5%;
  }

  .mainFooter__social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 18.5%;
    margin-top: 0.5rem;
    padding-left: 1.5625rem;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #202020;
  }

  .mainFooter__social-link {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .mainFooter__social-icon {
    margin-right: 1.25rem;
  }
}
/* Tablet styles */
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .nav-search {
    width: 100%;
    float: none;
    padding-top: 0;
  }

  .nav-outer nav {
    float: none;
  }

  .nav-outer nav ul li a {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .logo {
    width: 100%;
  }
  .logo p {
    font-size: 2.3rem;
  }

  /* .nav-outer nav ul li {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
  }*/
  .hero-img {
    min-height: 200px;
  }

  .alumni-template {
    min-height: 300px;
  }

  .top-nav-label {
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .nav-outer nav ul li {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .hero-img {
    min-height: 200px;
  }

  .alumni-template {
    min-height: 300px;
  }

  /*.nav-search {
      width: 100%;
      float: none;
      padding-top: 0;

  }

  .nav-outer nav {
      float: none;
  }*/
  .top-nav-label {
    padding-top: 0;
    display: none;
  }

  .menu-top-navigation-container ul li a {
    padding-top: 0;
  }
}
.list-expanded {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.breadcrumbs-off {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(9deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.breadcrumb-label {
  cursor: pointer;
}

.breadcrumb-label:hover {
  color: #9e2e37;
}

.breadcrumb-label .chevron-right,
.list-sub-toggle,
.list-sub-toggle em,
.sub-toggle-level-3,
.sub-toggle {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.breadcrumbs-on .chevron-right,
.list-expanded em,
.subnav-expanded {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.last-modified {
  text-align: center;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.cn-button.bootstrap {
  color: #fff;
  background: #9e2e37;
}

.schedule-date {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #F8F9FA;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.schedule-date .wp-block-group__inner-container {
  margin-top: 0;
}
.schedule-date h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.schedule-section {
  margin-bottom: 0;
}
.schedule-section .time h4 {
  font-size: 1.1rem;
  padding-top: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.schedule-section .date {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #F8F9FA;
  z-index: 9999;
  width: 100%;
  position: sticky;
}
.schedule-section .daily {
  margin-top: 30px;
}
.schedule-section .zoom-link a,
.schedule-section .is-style-zoom-link a {
  color: #fff !important;
  background-color: #9e2e37 !important;
  border-color: #9e2e37;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.schedule-section .description h3 {
  color: #9e2e37;
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.schedule-section .description .tmm_member .tmm_photo {
  border-radius: 50% !important;
  border: 5px solid #c8b18b !important;
}
.schedule-section .description .tmm .tmm_container:last-child .tmm_member {
  float: left !important;
}
.schedule-section .description .tmm_job {
  font-size: 0.975rem !important;
}

.breadcrumb-label .chevron-right,
.list-sub-toggle,
.list-sub-toggle em,
.sub-toggle-level-3,
.sub-toggle {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.breadcrumbs-on .chevron-right,
.list-expanded em,
.subnav-expanded {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Mobile styles */
@media (max-width: 990px) {
  .main-header {
    width: 100%;
    display: block;
    float: none;
  }

  .search-icon-holder {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.97rem;
  }

  .logo {
    width: 80%;
    margin-bottom: 0px;
  }

  .footer-nav {
    width: 100%;
    display: block;
    float: none;
  }

  #mobile-nav-trigger {
    display: block;
    top: 77px;
    position: absolute;
    z-index: 999;
  }

  #mobile-nav-close {
    width: 30px;
    height: 30px;
    margin-top: 1.2rem;
    right: 25px;
    font-size: 32px;
    display: block;
    cursor: pointer;
    /*position: fixed;*/
    float: right;
    color: #9e2e37;
    top: 77px;
    position: absolute;
  }

  #mobile-search-close {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    right: 0;
    font-size: 32px;
    display: block;
    cursor: pointer;
    /*position: fixed;*/
    float: left;
  }

  .nav-outer nav {
    padding-top: 0px;
    float: none;
    margin-top: 0;
  }

  .nav-outer nav ul li {
    float: none !important;
    display: block;
    /*font-size:1.5rem;*/
    padding-right: 0;
    padding-left: 0;
  }

  .nav-outer nav li a {
    font-size: 1.3rem !important;
    line-height: 1rem;
  }

  .nav-outer {
    display: none;
    float: none !important;
    width: 100% !important;
    clear: both !important;
    margin-left: 0 !important;
  }

  .nav-outer nav ul li:hover,
.nav-outer nav ul li:focus {
    background: #f9f9f9;
  }

  .nav-outer .menu-primary-navigation-container {
    float: none;
  }

  .nav-outer nav ul li:hover a,
.nav-outer nav ul li:hover a:hover {
    color: #9e2e37;
  }

  .sub-menu li {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-menu,
.sub-menu .menu-item-has-children .sub-menu,
.sub-menu .sub-menu {
    width: 100%;
    position: relative;
    background: none;
    padding: 10px;
    border-top: none;
    margin-left: 0;
    margin-top: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: auto;
    left: auto;
    right: auto;
  }

  .nav-outer nav ul li a:hover,
.nav-outer .current_page_item > a,
.nav-outer nav ul li a:focus {
    border-bottom: none;
  }

  .top-nav .top-nav-label,
.top-nav .menu-top-navigation-container {
    display: none;
  }

  .sub-toggle {
    display: inline;
    cursor: pointer;
    float: right;
    padding-right: 10px;
    font-weight: normal;
    color: #9e2e37;
    padding-top: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .container,
.featured,
.multi-col,
.col-2,
.col-3,
.footer-col,
article,
.sidebar,
#sidebar,
.footer-nav,
.is-style-link-grid.wp-block-columns,
.is-style-link-grid.wp-block-columns .wp-block-colum,
.wp-block-columns,
.nav-outer .menu-primary-navigation-container,
.wp-block-separator,
.wp-block-group__inner-container {
    width: 100%;
    display: block;
    float: none;
  }

  #skip {
    padding-top: 0;
  }

  header {
    margin-bottom: 0;
  }

  article {
    padding-right: 20px;
  }

  .share {
    width: 100%;
    float: none;
    text-align: right;
    margin-bottom: -90px;
    margin-top: 0;
    position: relative;
    margin-left: 0;
  }

  .share a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-outer nav ul li a:focus {
    border-bottom: none;
  }

  div.search {
    width: 100% !important;
    padding-right: 0;
    display: none;
  }

  .search input {
    width: 70%;
    border-radius: 0;
  }

  .search button {
    width: 30%;
  }

  .nav-outer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .nav-search {
    padding-top: 0;
  }

  /*.page-title-outer 
  {
      margin-bottom:2rem;
  }*/
  .page-title-outer h1 {
    background: none;
    padding-top: 0;
    margin-top: 0;
    font-size: 3.3rem;
    line-height: 3.2rem !important;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .col-2,
.col-3 {
    padding: 0 !important;
  }

  .is-style-link-grid .col-3 {
    padding: 0px 30px !important;
    margin-bottom: 70px;
    -webkit-transition: all 0.5s;
  }

  .featured {
    margin-bottom: 0 !important;
  }

  .featured h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .footer-nav ul li {
    float: none !important;
    display: block;
    width: 100%;
  }

  .footer-col {
    border-right: none;
    min-height: auto;
    border-bottom: 2px solid #000000;
  }

  .footer-col:last-of-type {
    border-bottom: none;
  }

  .is-style-link-list .wp-block-column h3 {
    margin-top: 15px;
  }

  .list-sub-toggle {
    display: inline;
    cursor: pointer;
    float: right;
    padding-right: 10px;
    font-weight: normal;
    color: #9e2e37;
    padding-top: 10px;
    font-size: 1rem;
  }

  div.search input {
    width: 70%;
  }

  .multi-col {
    margin-bottom: 0;
  }

  .nav-outer li.social {
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
  }

  .is-style-link-list nav,
.link-list-p-inner {
    display: none;
  }

  .is-style-link-list {
    margin-top: 0;
  }

  .bottom-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .is-style-link-grid.wp-block-columns .wp-block-column {
    display: block;
  }
  .is-style-link-grid.wp-block-columns .wp-block-column p {
    display: block;
  }

  .hero-img {
    min-height: 100px;
  }

  .alumni-template {
    display: none;
  }

  .mobile-hero-img {
    display: block;
  }

  .breadcrumb-links {
    position: relative;
    width: 100%;
  }

  .breadcrumb-nav {
    display: none;
  }

  .breadcrumb-label {
    display: block;
    margin-right: 0;
    transition: 0.7s;
  }

  .breadcrumb-nav li,
.breadcrumb-links .menu li {
    display: block;
  }

  .general-content-block {
    padding: 20px;
  }

  .page-title-outer h1 {
    line-height: 3.5rem;
  }

  .footer-menu {
    display: none;
  }

  .breadcrumb-links > div {
    display: none;
  }

  .breadcrumb-links .menu {
    width: 100%;
  }

  .general-content-block {
    margin: 0 auto;
  }

  .wp-block-group__inner-container {
    margin-top: 0;
  }

  .upcoming-date {
    width: 100%;
    float: none;
    margin: 15px 0;
    min-height: auto;
  }

  .wp-block-image img {
    height: auto;
  }

  .expand-all {
    display: block;
    margin-top: 1rem;
  }

  .nav-outer nav ul li ul li:hover {
    background-color: transparent;
  }

  .sub-menu .menu-item-has-children:hover .sub-menu,
.sub-menu .menu-item-has-children:focus .sub-menu {
    display: none;
  }

  #mobile-search-trigger {
    /*display:none;*/
    float: none;
    margin-bottom: 3rem;
    z-index: 9999;
  }
  #mobile-search-trigger .search-label {
    display: inline;
  }

  .nav-search h1 {
    text-align: center;
    margin-bottom: 25px;
    clear: both;
  }

  .scoops-issues li {
    width: 100%;
    display: block;
    padding: 0.5rem;
  }

  .logo p {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }

  /*header {
      display: flex;
      flex-direction: column;
  }
  header > .a {order: 3; } 
  header > .b {order: 2; } 
  header > .c {order: 1; } /* Will be displayed first  */
  .top-nav-outer {
    display: none;
    clear: both;
  }

  .top-nav {
    text-align: left;
  }

  .top-nav .top-nav-logo img {
    max-width: 60%;
  }

  .menu-top-navigation-container {
    display: block;
    float: none;
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .menu-top-navigation-container ul {
    display: block;
  }
  .menu-top-navigation-container ul li {
    float: none;
    padding-top: 1rem;
  }
  .menu-top-navigation-container ul li a {
    float: none;
  }
  .menu-top-navigation-container ul li a:after {
    content: none;
  }
  .menu-top-navigation-container ul .utility-menu__button a,
.menu-top-navigation-container ul .utility-menu__button:last-of-type a,
.menu-top-navigation-container ul li a {
    display: inline-block;
    margin-left: 0;
    color: #9e2e37;
  }

  .centered {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 0;
  }

  #search-box .search-field {
    width: 100%;
  }

  #search-box button {
    position: relative;
    width: 100%;
  }

  .event-details {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  .event-details .eventdetail-col {
    width: 100%;
    flex-basis: 100% !important;
    float: none;
    display: block;
  }

  .event-description {
    padding: 30px 0;
  }

  .title {
    background-size: 10%;
  }

  .scoops-toc {
    border-right: none;
  }

  .vdp-datepicker__calendar {
    width: 100% !important;
  }

  .wp-block-media-text__media img {
    width: 100%;
    height: auto;
  }

  .convocation-header .page-title {
    background-image: none;
  }

  .calendar-view {
    display: none;
  }

  .faculty-filter-outer {
    padding: 20px 20px;
  }
  .faculty-filter-outer p {
    margin-bottom: 0;
  }

  .takeover-image {
    height: 500px;
    display: block;
    background-size: cover;
  }

  .takeover-image__large-text {
    margin-top: 0.625rem;
    font-family: "freight-text-pro", Georgia, Times New Roman, serif;
    font-size: 2.1875rem;
    line-height: 1.2;
    color: #fff;
  }

  .scoops-outer .quick-links {
    column-count: 1;
  }

  .testimonial__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .testimonial__background {
    display: none;
  }

  .testimonial__image {
    position: relative;
  }

  .testimonial__text {
    text-indent: -0.5rem;
    font-family: "freight-text-pro", Georgia, Times New Roman, serif;
    font-style: italic;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  .testimonial__content {
    background: #fff;
    padding: 1.25rem;
    position: relative;
    z-index: 1;
  }

  .my-information-links {
    clear: both;
  }
  .my-information-links p {
    width: 100%;
    float: none;
    margin: 1%;
  }
  .my-information-links .link-list-p-inner {
    display: block;
  }

  .filter-outer {
    padding: 20px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
