
:root {
  --mason-green: #005239;
  --mason-gold: #fec734;
  --mason-light-green: #85ae8a;
}
body {
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

.accordion__state--less {
  display: none;
}

.ui-accordion-content {
  background: #eff0e7;
}

.ui-accordion-content p,
.ui-accordion-content li {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #73726f;
}

.ui-accordion-header.accordion__label {
  padding: 0 0 10px;
  border-radius: 0;
  border-bottom: 1px solid #cdd5d4;
  border-width: 0 0 1px 0;
  font-family: 'Figtree', sans-serif;
  letter-spacing: 0.025em;
  font-weight: normal;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

.ui-accordion-header.accordion__label:focus {
  outline: none;
}

.ui-accordion-header.accordion__label p,
.ui-accordion-header.accordion__label .accordion__states {
  color: #42413f;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  font-size: 1.25rem;
  margin: 0;
}

.ui-accordion-header.accordion__label .accordion__states i {
  font-size: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (max-width: 767px) {
  .ui-accordion-header.accordion__label .accordion__states i {
    font-size: 0.8rem;
  }
}

.ui-accordion-header.accordion__label .ui-accordion-header-icon {
  display: none;
}

.ui-accordion-header.accordion__label.ui-accordion-header-active .accordion__state--less {
  display: block;
}

.ui-accordion-header.accordion__label.ui-accordion-header-active .accordion__state--more {
  display: none;
}

.accordion__content {
  border: 0;
  padding: 0;
}

html {
  background-color: white;
  height: 100%;
}

body {
  background-color: white;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  font-size: 16px;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  color: #555553;
}

p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.75rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #00a8b8;
}

a:focus,
input:focus,
select:focus,
button:focus,
[tabindex]:focus {
  outline: 2px solid #77b0e8;
}

img {
  display: block;
}

div,
a,
li,
span {
  outline-color: #77b0e8;
}

div:focus,
a:focus,
li:focus,
span:focus {
  outline: solid #77b0e8;
}

hr {
  border: 1px solid gray;
  height: 1px;
}

.cta {
  padding-top: 0.625rem;
  padding-bottom: 0.62rem;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .cta {
    margin-bottom: 0;
  }
}

@media (min-width: 320px) {
  .cta {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.cta__link {
  background-color: var(--mason-green);
  min-height: 100px;
  min-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  /*padding-left: 15px;
  font-weight: 600;*/
  text-decoration: none;
  overflow: hidden;
}

.cta__link:hover, .cta__link:active {
  background: #338261;
  color: #ffffff;
}

.cta__link:hover {
  text-decoration: none;
}

.cta__link i {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .cta__link {
    min-height: 72px;
  }
}

.cta__icon {
  color: var(--mason-light-green);
  opacity: 0.7;
  position: relative;
  left: 0.75rem;
  top: 0.25rem;
}

.cta__icon i.fab,
.cta__icon svg {
  font-size: 4rem;
}

.cta__title {
  margin: 0;
  -ms-flex-preferred-size: 80%;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  font-weight: 700;
  -webkit-flex-basis: 80%;
          flex-basis: 80%;
  font-size: 1.625rem;
  line-height: 1.8rem;
  color: #ffffff;
  padding: 8px 0px 9px 15px;
}

.cta__title + .cta__icon i {
  font-size: 6rem;
}

.cta__title + .cta__icon svg {
  font-size: 6rem;
}

.cta__title > svg {
  color: var(--mason-gold);
}

@media (max-width: 767px) {
  .cta__title {
    font-size: 1.5rem;
  }
}

.content a {
  color: var(--mason-green);
}
.content a:hover {
  color: var(--mason-green);
}

.content h2 a, .content h3 a, .content h4 a {
  color: var(--mason-green);
}


.intro-text {
  font-size: 1.5rem;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  line-height: 2.25rem;
  color: #42413f;
  letter-spacing: 0.025em;
}

h1 {
  color: #42413f;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Figtree', sans-serif;
  letter-spacing: 0.025rem;
  margin: 0;
}

h2 {
  color: var(--mason-green);
  font-family: inherit;
  font-size: 1.65rem;
  line-height: 2.125rem;
  font-weight: 600;
  margin: 0px 0px 20px;
}

h3 {
  color: var(--mason-green);
  font-size: 1.45rem;
  line-height: 1.81rem;
  font-weight: 600;
  font-family: inherit;
  margin: 0 0 20px;
}

h4 {
  color: var(--mason-green);
  font-weight: 700;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.81rem;
  margin: 0 0 20px;
}

h5 {
  color: var(--mason-green);
  font-size: 1.1rem;
  line-height: 1.85rem;
  font-weight: 600;
  font-family: inherit;
  margin: 0 0 20px;
}

h6 {
  color: var(--mason-green);
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: inherit;
  margin: 0 0 20px;
}

.logo {
  padding-top: 4.6875rem;
  display: inline-block;
  /*max-width: 200px;*/
}

.logo img {
  max-width: 48rem;
  max-height: 8rem;
}

@media (min-width: 1024px) {
  .logo img {
    /*max-height: 11.5rem;*/
  }
}

  .site-branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

@media (max-width: 767px) {
  .site-branding{
    flex-direction: column;
    flex-wrap: wrap;
  }
  .site-branding-name, .site-branding-name-long {
    text-align: center;
  }
}

div.site-branding-text {
  text-align: right;
  font-family: 'Figtree', sans-serif;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.site-branding-name a, .site-branding-name-long a {
  font-family: 'Figtree', sans-serif;
  font-weight: bold;
  width: 25.5rem;
  color: var(--mason-green);
  font-weight: 500;
  display: block;
  margin-left: 0rem;
  padding: 0 1em 0 0;
}

.site-branding-name a {
  font-size: 1.65rem;
  line-height: 1.95rem;
}
.site-branding-name-long a {
  font-size: 1.45em;
  line-height: 1.25em;
}

@media (min-width: 0) and (max-width: 767px) {
  .site-branding-name a, .site-branding-name-long a {
    width: 100%;
    padding: 0 1em 1em 1em;
  }
  .site-branding-name-long a {
    font-size: 1em;
  }
}

.site-branding-abbr a {
  font-size: 1rem;
  line-height: 1.2rem;
  width: 13rem;
  margin-left: 0rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 2px 2px 2px #0000006e;
  display: none;
  padding: 0 0 1.45rem 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .site-branding-abbr a {
    display: block;
  }
}

@media (max-width: 767px) {
  .logo.mobile-only {
    padding-top: 0.625rem;
  }
}

@media (max-width: 767px) {
  .mobile-only .site-branding {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.content table {
  width: 100%;
  position: relative;
  border-top: 1px solid #cdd5d4;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.content table thead {
  border-bottom: 10px solid var(--mason-green);
}

.content table tbody {
  border: 1px solid #eff0e7;
}

.content table tbody tr:nth-child(2n + 1) {
  background-color: #eff0e7;
}

.content table th {
  color: #42413f;
  font-family: 'Figtree', sans-serif;
  letter-spacing: 0.025em;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding: 30px 3% 4px;
}

.content table td {
  font-size: 14px;
  line-height: 20px;
  padding: 13px 3%;
}

.block-emergency-alerts {
  top: 0;
  background: #fbf3da;
  width: 100%;
  padding: 0.5rem 1rem;
  border-top: 3px solid var(--mason-gold);
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.4);
  position: relative;
  z-index: 13;
  display: none;
}

@media (min-width: 1024px) {
  .gmu-emergency-alerts {
    max-width: 87.5rem;
    margin: 0 auto;
  }
}

.gmu-emergency-alerts .collapsible {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.9375rem;
}

.gmu-emergency-alerts .active,
.gmu-emergency-alerts .collapsible:hover {
  background-color: transparent;
}

.gmu-emergency-alerts .content.active-message {
  padding: 0 1.125rem;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.alert-title {
  font-size: 1.5rem;
  color: #000000;
}

.alert-message p {
  font-size: 1.1rem;
}

.gmu-alert-toggle {
  float: right;
  border: 1px solid #9c832f;
  padding: 0.5rem 1rem;
  color: #9c832f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem;
}

.gmu-alert-toggle i {
  margin-left: 0.3125rem;
}

.gmu-alert-toggle svg {
  margin-left: .25em;
}


.active .alert-more,
.alert-less {
  display: none;
}

.active .alert-less {
  display: block;
}


.cas-login-link {
  display: inline-block;
  padding: 1.5rem 0.5rem 0.5rem 0;
  color: var(--mason-green);
  text-decoration: underline;
  font-weight: bold;
}

.cas-login-link + i {
  color: var(--mason-green);
}

.cas-login-link:hover {
  color: #222222;
}

.cas-login-link:hover + i {
  color: #222222;
}

.header-top {
  /*position: fixed;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;
}

.logged-in .header-top {
  top: 79px;
}

@media (max-width: 767px) {
  .logged-in .header-top {
    top: 2.45rem;
  }
}

body.logged-in {
  padding-top: 80px !important;
}

@media (max-width: 767px) {
  body.logged-in {
    padding-top: 4.9rem !important;
  }
}

body.logged-out {
  /*padding-top: 39px;*/
}

body.no-navigation {
  padding-top: 0;
}

body.no-navigation #banner {
  display: none;
}

.sf-banner {
  width: 100%;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.625rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .sf-banner {
    background-color: var(--mason-green);
    min-height: 50px;
  }
}

.sf-banner-inner {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sf-banner-inner .region-banner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .sf-banner-inner .region-banner {
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .sf-banner-inner .region-banner {
    position: relative;
  }
}

@media (max-width: 1023px) {
  .sf-banner-inner {
    width: 100%;
    margin-left: 0;
    z-index: 3;
    background-color: var(--mason-green);
  }
}

.block-parent-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccebde;
}

@media (max-width: 1023px) {
  .block-parent-site {
    padding-left: 1rem;
  }
}

.block-parent-site a {
  color: var(--mason-green);
}

@media (max-width: 768px) {
.block-parent-site a {
  color: #fff;
}
}

.block-parent-site a:hover {
  text-decoration: underline;
}

.full-univesity-name,
.parent-school-ext {
  margin-left: 0.3125rem;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .full-univesity-name,
  .parent-school-ext {
    display: none;
  }
}

.small-univesity-name {
  padding-left: 0.25rem;
}

@media (min-width: 768px) {
  .small-univesity-name {
    display: none;
  }
}

.parent-school-ext {
  padding: 0;
  margin-left: 0.625rem;
  position: relative;
}

.parent-school-ext a {
  float: left;
  width: 100%;
  height: 2.625rem;
  padding-left: 0.625rem;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
}

.parent-school-ext a::before {
  content: '/';
  padding-right: 1rem;
}

.fa-facebook-f::before {
  content: '\f39e';
}

.social-media__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media__item {
  color: #fff7f9;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
}

.social-media__item svg.svg-inline--fa {
  height: 30px;
}

.social-media__item a {
  margin-top: -32px;
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  text-indent: -9999px;
}

.social-media__item .fab {
  padding: 13px;
  font-size: 20px !important;
}

.s-icon {
  background: var(--mason-green);
  padding-top: 3px;
}
.s-icon:hover {
  background-color: var(--mason-light-green);
}

.icon-twitter:hover {

}

.icon-facebook:hover {

}

.icon-youtube:hover {

}

.icon-instagram:hover {

}

.icon-linkedin:hover {

}

.icon-pinterest:hover {

}

.nodetype--landing_page .block-system-branding-block {
  /*
  top: 0;
  z-index: 12;
  position: absolute;
  */
}

@media (max-width: 767px) {
  .nodetype--landing_page .block-system-branding-block {
    top: 5%;
  }
}

.has-slides h1.page-title {
  display: none;
}

.layout--gmu .layout__region {
  margin: 0;
  padding: 0.8rem;
}

@media (min-width: 1024px) {
  .layout--gmu .layout__region:first-child {
    padding-left: 0;
  }
  .layout--gmu .layout__region:last-child {
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .layout--gmu .layout__region {
    width: 100%;
    padding: 0.335rem 0;
  }
}

.nodetype--page .content {
  padding-top: 15px;
}

@media (max-width: 768px) {
  .nodetype--page .content {
    padding-top: 0;
  }
}

.block-inline-blocktext {
  padding-top: 1.125rem;
}

.block-inline-blockfeature-image {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.block-inline-blockgoogle-map {
  padding-top: 1.125rem;
}

.block-inline-blockmason-accordion h2 {
  margin: 0;
}

/** 30-70 Column**/
.layout--twocol-section--30-70 .region-first {
  padding-top: 2.35rem;
}

.layout--twocol-section--30-70 .region-first .block-gmu-core-sub-navigation {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .layout--twocol-section--30-70 .region-first .block-gmu-core-sub-navigation {
    padding-right: 0;
  }
}

.layout--twocol-section--30-70 .region-first .block-inline-blockgoogle-map {
  padding-right: 50px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .layout--twocol-section--30-70 .region-first .block-inline-blockgoogle-map {
    padding-right: 0;
  }
}

.layout--twocol-section--30-70 .region-first .block-feature-image {
  padding-right: 50px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .layout--twocol-section--30-70 .region-first .block-feature-image {
    padding-right: 0;
  }
}

.layout--twocol-section--30-70 .region-first .block-webform {
  padding-right: 50px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .layout--twocol-section--30-70 .region-first .block-webform {
    padding-right: 0;
  }
}

.layout--twocol-section--30-70 .region-first .block-inline-blocktext {
  padding-right: 50px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .layout--twocol-section--30-70 .region-first .block-inline-blocktext {
    padding-right: 0;
  }
}

.layout--twocol-section--30-70 .region-first .cta {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .layout--twocol-section--30-70 .region-first .cta {
    padding-right: 0;
  }
}

/** 50/50 Column **/
.layout--twocol-section--50-50 .layout__region:last-child .block-inline-blocktext {
  padding-left: 0.8rem;
}

/**33-34-33 Columns**/
@media (max-width: 1023px) {
  .layout--threecol-section--33-34-33 .layout__region {
    width: 100%;
  }
}

.layout--threecol-section--33-34-33 .region-second .social-media__list {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/**25-25-25-25 Columns**/
@media (max-width: 1023px) {
  .layout--fourcol-section .layout__region {
    width: 100%;
  }
}

.st-search-container {
  padding-top: 1.125rem;
}

.st-search-container .st-ui-result {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eff0e7 !important;
}

.st-search-container .st-ui-result .st-ui-type-detail {
  max-height: none !important;
  font-size: 1rem !important;
  line-height: 1.75rem !important;
}

.event-list.event-detail {
  padding-top: 2rem;
}

@media (max-width: 1023px) {
  .event-list.event-detail {
    padding-left: 0;
    padding-right: 0;
  }
}

.event-detail .event-date {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  color: #41403e;
  text-transform: uppercase;
}

.event-detail .event-detail-meta {
  border-bottom: 1px solid #999999;
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
}

.event-detail .event-location {
  padding-bottom: 5px;
  color: #73726f;
}

@media (min-width: 1024px) {
  .event-detail .event-image {
    max-width: 375px;
    width: 100%;
  }
}

.event-detail .event-map {
  width: 100%;
  max-width: 375px;
}

.event-detail .event-detail-description {
  max-width: 100%;
  font-size: 1rem;
  color: #73726f;
}

@media (min-width: 1024px) {
  .event-detail .event-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .event-detail .event-desc-main {
    width: 75%;
    margin-right: 2rem;
  }
}

.event-detail .event-detail-action {
  margin: 0.4375rem 0;
  padding: 0.4375rem 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.event-detail .event-detail-action span {
  vertical-align: super;
}

@media (min-width: 768px) {
  .event-detail .event-detail-action {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

@media (min-width: 768px) {
  .event-detail .event-to-calendar {
    margin-right: 1rem;
  }
}

.event-detail .event-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.event-detail .event-back i {
  color: var(--mason-gold);
  font-size: 1.5rem;
  margin-right: 0.25rem;
}

.event-detail .event-back span {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #41403e;
  position: relative;
  top: -0.25rem;
}

.event-list .event-list-event {
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #cdd5d4;
}

.event-list .event-image-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.event-list .event-image-description-wrapper .event-image {
  width: 100%;
}

@media (min-width: 768px) {
  .event-list .event-image-description-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .event-list .event-image-description-wrapper .event-image {
    max-width: 320px;
    margin-right: 2rem;
  }
}

@media (max-width: 1023px) {
  .event-list {
    padding: 1rem;
  }
}

.event-list .month-pagination {
  padding: 1rem 1.25rem 1rem 0;
  background: #eff0e7;
  overflow: hidden;
}

.event-list .month-pagination span {
  padding-left: 1.25rem;
}

.event-list .month-pagination span a {
  text-decoration: none;
  font-weight: bold;
  color: #68706b;
  text-transform: uppercase;
  font-family: "arial", helvetica, sans-serif;
  font-size: 0.9375rem;
}

.event-list .month-pagination span.active a {
  font-weight: bold;
  /*color: $green;*/
}

.event-list .event-print-subscribe {
  text-align: right;
  padding: 1rem 0;
  display: none;
}

.event-list .event-print-subscribe a {
  color: #097984;
  text-decoration: none;
  font-size: 0.75rem;
}

.event-list .event-print-subscribe a span {
  vertical-align: super;
}

.event-list .event-print-subscribe a:hover {
  color: #00a8b8;
}

.event-list .event-print-subscribe a:first-child {
  margin-right: 1rem;
}

.event-list .event-date-and-location {
  margin-bottom: 1rem;
}

.event-list .event-date-and-location .event-date {
  font-size: 1rem;
  color: #42413f;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.event-list .event-date-and-location .event-location {
  display: inline-block;
  padding-left: 0;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .event-list .event-date-and-location .event-location {
    padding-left: 1rem;
  }
}

.event-list .event-date-and-location .event-location a {
  text-decoration: none;
  /*color: $light-teal;*/
}

.event-list .event-title {
  margin-bottom: 0.625rem;
}

.event-list .event-title a {
  font-family: "Roboto Slab", Palatino Linotype, Palatino, serif;
  font-size: 1.625rem;
  /*color: $green;*/
  font-weight: bold;
  padding-right: 0.5rem;
}

.event-list .event-description {
  font-size: 1rem;
  color: #73726f;
}

.event-list .event-description p {
  padding-bottom: 1rem;
  margin: 0;
}

.event-list .event-action {
  margin-bottom: 0.5rem;
}

.event-list .event-action .event-to-calendar,
.event-list .event-action .event-share {
  /*padding-right: 1.25rem;*/
  /*vertical-align: middle;*/
}

.event-list .event-action .event-to-calendar span,
.event-list .event-action .event-share span {
  vertical-align: super;
}

.event-list .event-action .event-to-calendar a,
.event-list .event-action .event-share a {
  font-size: 0.75rem;
  /*color: $light-teal;*/
  text-decoration: none;
  text-transform: uppercase;
}

.event-list table {
  width: 100%;
  border-bottom: 1px solid #cdcbc4;
  margin-bottom: 1rem;
}

.event-list table .event-image {
  width: 20%;
  height: auto;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}

.event-list table .event-image img {
  display: block;
  width: 100%;
}

.event-list .see-more {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

/* CKEditor Custom styles */
.intro-text {
  font-size: 1.5em;
  line-height: 36px;
  font-family: 'Figtree', sans-serif;
  letter-spacing: 0.025em;
}

span.intro-text p {
  font-size: 1.5em;
  line-height: 36px;
  font-family: 'Figtree', sans-serif;
  letter-spacing: 0.025em;
}

blockquote {
  padding: 20px 15px 18px 34px;
  position: relative;
  color: #42413f;
  font-family: 'Open sans', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  margin: 20px 0;
  background-image: linear-gradient(to top, rgba(242,242,242,0), rgba(242,242,242,1));
  display: table;
}

blockquote p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.quote blockquote {
  margin: 0;
}

.quote figcaption {
  color: #73726f;
  background: none;
  text-align: right;
  margin: 10px 0 0;
  display: inline-block;
  padding: 0;
  width: 100%;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

.quote figcaption p {
  font-size: 1rem;
  line-height: 1.375rem;
}

#branding {
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 -100px 100px -100px #000000;
  -webkit-box-shadow: inset 0 -100px 100px -100px #000000;
  -moz-box-shadow: inset 0 -100px 100px -100px #000000;
  background-color: #ccc;
}

.region-branding {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .region-branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0 2em;
  }
}

@media (max-width: 767px) {
  .region-branding {
    padding: 0 20px;
  }
}

.site-branding .logo {
  padding: 1rem 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-branding .logo {
    padding-top: 0.3rem;
    padding-left: 1rem;
  }
}

@media (max-width: 767px) {
  .site-branding .logo {
    padding-top: 1rem;
  }
  .site-branding .logo img {
    max-height: 5rem;
    max-width: 100%;
  }
}

.frontpage .page-title {
  display: none;
}

.b-main-menu {
  position: absolute;
  right: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.b-main-menu .site-branding-slogan {
  display: none;
}

.b-main-menu .menu-level--0 li:last-child {
  margin-right: 100px;
}

@media (max-width: 767px) {
  .b-main-menu .menu-level--0 li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .b-main-menu {
    display: none;
    position: absolute;
    top: 3.1rem;
    width: 100%;
    background-color: #ffffff;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .b-main-menu {
    height: 100vh;
    overflow-y: scroll;
    padding: 0;
    background: #eee;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.5);
    -web-kit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 1024px) {
  .b-main-menu {
    display: block;
  }
}

.b-main-menu .menu-level--1 li:first-child {
  display: none;
}

@media (max-width: 1023px) {
  .b-main-menu .menu-level--0 li:first-child {
    display: none;
  }
}

.b-main-menu ul.menu-level--0 {
  padding-left: 0;
  padding-right: 1.25rem;
  background-color: var(--mason-green);
}

@media (min-width: 768px) {
  .b-main-menu ul.menu-level--0 {
    height: 3.33rem;
  }
}

@media (max-width: 1023px) {
  .b-main-menu ul.menu-level--0 {
    padding-right: 0;
    margin-top: 0;
  }
}

.b-main-menu ul.menu-level--0 > ul {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .b-main-menu ul.menu-level--0 > ul {
    padding-bottom: 1rem;
  }
}

@media (max-width: 1023px) {
  .b-main-menu ul.menu-level--0 > ul {
    width: 100%;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .b-main-menu ul.menu-level--0 > ul {
    display: none !important;
  }
}

.b-main-menu ul.menu-level--0 > ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .b-main-menu ul.menu-level--0 {
    z-index: 1;
    top: 1.6rem;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .b-main-menu ul.menu-level--0 {
    top: 0;
    margin: 0;
  }
}

.b-main-menu ul.menu-level--0 .multiline {
  line-height: 1rem;
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
}

@media (max-width: 767px) {
  .b-main-menu ul.menu-level--0 .multiline {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .b-main-menu ul.menu-level--0 .multiline a {
    padding: 1rem;
    height: auto;
  }
}

.b-main-menu ul.menu-level--0 li {
  list-style: none;
  display: inline-block;
}

.b-main-menu ul.menu-level--0 li > a {
  height: 3.33rem;
  background: var(--mason-green);
  padding: 0 1rem;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
}

.b-main-menu ul.menu-level--0 li > a.is-active {
  font-weight: bold;
}

.b-main-menu ul.menu-level--0 li > a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
  background: var(--mason-gold);
}

@media (min-width: 0) and (max-width: 767px) {
  .b-main-menu ul.menu-level--0 li > a:hover::before {
    -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
            transform: skew(0deg);
  }
}

@media (max-width: 767px) {
  .b-main-menu ul.menu-level--0 li > a {
    padding: 1.0725rem 1rem;
    display: inline-block;
  }
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 2.2rem;
  position: absolute;
  top: 18px;
  right: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .b-main-menu ul.menu-level--0 li .search-form-wrapper {
    display: none;
  }
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper.open .off-screen:after {
  content: '\f00d' !important;
  color: #fff;
  padding: 0 1.05rem;
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper.open .box {
  display: inline-block !important;
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper .off-screen {
  font-family: 'FontAwesome', sans-serif;
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper .off-screen:after {
  content: '\f002';
  color: #fff;
  padding: 0 1rem;
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper .off-screen:hover::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
  background: var(--mason-gold);
}

@media (min-width: 0) and (max-width: 767px) {
  .b-main-menu ul.menu-level--0 li .search-form-wrapper .off-screen:hover::before {
    -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
            transform: skew(0deg);
  }
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper .box {
  background-color: white;
  display: none;
  padding: 0.6rem;
  position: absolute;
  right: 0;
  top: 35px;
  width: 380px;
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper .box .search-box {
  position: relative;
  width: 100%;
  float: left;
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper .box .search-box button {
  background: #febe10;
  color: white;
  border: none;
  display: inline-block !important;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  box-shadow: none;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  margin-left: 0.6rem;
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper .box .search-box button:hover {
  background: #f3b201;
}

.b-main-menu ul.menu-level--0 li .search-form-wrapper .box .search-box button:after {
  font-family: 'FontAwesome', sans-serif;
  content: '\f0a9';
  color: #fff;
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .b-main-menu ul.menu-level--0 li {
    display: block;
    margin-top: 0.25rem;
    border-top: solid #fff 1px;
  }
  .b-main-menu ul.menu-level--0 li > a {
    display: block;
  }
}

.b-main-menu ul.menu-level--1 {
  display: none;
  padding-left: 0;
  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 23px 5px;*/
  background: #ffffff;
  position: absolute;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .b-main-menu ul.menu-level--1 {
    position: relative;
    width: 100%;
  }
}

.b-main-menu ul.menu-level--1 > li {
  width: 100%;
}

.b-main-menu ul.menu-level--1 > li > a {
  background: #ffffff;
  color: var(--mason-green);
  font-size: 0.875rem;
  text-transform: none;
  padding: 0.5rem 2rem;
  line-height: 1.37rem;
  width: 100%;
  height: auto;
}

.b-main-menu ul.menu-level--1 > li > a:hover {
  text-decoration: underline;
}

.b-main-menu ul.menu-level--1 > li > a:hover:before {
  content: '';
  background: transparent;
  text-decoration: underline;
}

.b-main-menu ul.menu-level--1 ul {
  display: none;
}

@media (min-width: 1024px) {
  .b-main-menu ul.menu-level--1 {
    width: 15rem;
    max-width: 20rem;
  }
  .b-main-menu ul.menu-level--1 a {
    width: 100% !important;
    padding: 0.5rem 1rem !important;
  }
}

.b-main-menu .logo {
  padding-top: 0.6875rem;
}

.b-main-menu .site-branding-text {
  display: inline-block;
}

.b-main-menu .mobile-only .block-system-branding-block {
  position: relative;
}

.mobile-links {
  position: absolute;
  right: 0;
  background-color: var(--mason-green);
}

@media (max-width: 1023px) {
  .mobile-links {
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .mobile-links {
    display: none;
  }
}

.mobile-links ul {
  padding-left: 0;
  margin: 0.625rem 0;
}

.mobile-links li {
  list-style: none;
}

.mobile-links li .js-search,
.mobile-links li .js-navigation {
  color: #ffffff;
  padding: 0 0.375rem;
}

.mobile-links li .js-search:hover,
.mobile-links li .js-navigation:hover {
  cursor: pointer;
}

.mobile-links li a {
  color: #ffffff;
  padding: 0 0.375rem;
}


.site-name {
  margin-left: 0.625rem;
}

@media (max-width: 767px) {
  .site-name {
    display: none;
  }
}

.mobile-nav {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-nav {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#banner2024{
  position: relative;
}

#search-form-container {
  z-index: 1;
  position: absolute;
  right: 0;
  -webkit-transition: 250ms ease top;
  transition: 250ms ease top;
}
@media (min-width: 776px) {
  #search-form-container{
    top: 28px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #search-form-container {
    width: 100%;
    top: -11px;
  }
}

#search-form-container #search-form {
  position: relative !important;
  right: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  #search-form-container #search-form {
    width: 100%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #search-form-container #search-form #search-input {
    -webkit-box-flex: 10;
    -webkit-flex-grow: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #search-form-container #search-form .button:before {
    font-family: 'fontawesome', sans-serif;
    content: '\f0a9';
    display: inline-block;
  }
}

#search-form-container .search-box {
  background-color: #fff;
  padding: 0.6rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  display: block;
}

@media (min-width: 0) and (max-width: 767px) {
  #search-form-container .search-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  #search-form-container .search-box .st-default-search-input {
    font-size: 16px !important;
  }
}

#search-form-container .search-box button {
  background: #febe10;
  color: #fff;
  border: none;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  box-shadow: none;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  margin-left: 0.6rem;
}

@media (min-width: 0) and (max-width: 767px) {
  #search-form-container .search-box button span {
    position: absolute;
    left: -9999px;
  }
}

@media (min-width: 768px) {
  .utility-link {
    float: none;
    text-align: right;
    margin-right: auto;
    padding: 0;
    height: 2.625rem;
    line-height: 2.625rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .utility-link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .utility-link ul {
    width: 100%;
    line-height: 2;
    padding-bottom: 4rem;
    display: inline-block;
    text-align: center;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .utility-link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
  }
}

.utility-link ul li {
  list-style: none;
}

@media (min-width: 0) and (max-width: 767px) {
  .utility-link ul li {
    display: inline-block;
  }
}

.utility-link a {
  font-size: 0.75rem;
  padding: 0.75rem 0.9375rem;
  font-weight: normal;
  text-shadow: none;
  color: #882e41;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .utility-link a {
    padding: 0 0.35rem;
    font-size: 0.6875rem;
    color: #5c5b58;
    font-weight: bold;
  }
}

@media (min-width: 1280px) {
  .utility-link a {
    padding: 0 0.9375rem;
    font-size: 0.75rem;
  }
}

.utility-link a :first-child {
  padding-left: 0;
}

@media (max-width: 1023px) {
  .mobile-nav .block-utility-menu-block {
    display: block !important;
  }
}

.block-utility-menu-block {
  display: none;
}

@media (min-width: 1024px) {
  .block-utility-menu-block {
    display: block;
    position: absolute;
    z-index: 99;
    right: 0;
  }
}

@media (max-width: 1023px) {
  .block-utility-menu-block {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .utility-link.mobile-only {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .utility-link.mobile-only a {
    color: #882e41;
  }
}

.region-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.region-content a {
  line-height: 28px;
}

@media (max-width: 767px) {
  .region-content {
    padding: 20px;
  }
}

hr {
  border: none;
  border-bottom: 1px solid #999999;
  margin: 1rem 0;
}

/** Links **/
.block-inline-blocktext a,
.field--name-body a,
.field--name-field-content-topics a {
  text-decoration: underline;
  cursor: pointer;
}

/** Anchors **/
:target:before {
  content: '';
  display: block;
  height: 140px;
  margin: -140px 0 0;
}

/** Image and Caption **/
figure {
  display: table;
}

figure p {
  margin: 0;
}

.align-left {
  margin: 7px 20px 20px 0px;
}

@media (min-width: 0) and (max-width: 767px) {
  .align-left {
    margin: 0px auto;
    float: none;
  }
}

.align-right {
  margin: 7px 0px 20px 20px;
}

@media (min-width: 0) and (max-width: 767px) {
  .align-right {
    margin: 0px auto;
    float: none;
  }
}

figcaption {
  background: #232525;
  color: white;
  padding: 15px;
  display: table-caption;
  caption-side: bottom;
  margin: 0;
}

figcaption a {
  color: #ffcc33 !important;
}

figcaption a:hover {
  color: #ffd966;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list .news-item {
  padding-bottom: 1rem;
}

.news-list .news-item > div > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-list .news-item .news-list-thumbnail {
  min-width: 220px;
  margin: 0.25rem 0.5rem 0 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .news-list .news-item .news-list-thumbnail {
    display: none;
  }
}

.news-list .news-item .news-list-content .news-list-date {
  padding: 0.25rem 0;
  font-style: italic;
}

.news-list a {
  font-weight: bold;
  text-decoration: underline;
}

.program-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.program-list .program-item {
  padding-bottom: 0.5rem;
}

.program-list a {
  font-weight: bold;
  text-decoration: underline;
}

.profile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-list .profile-item {
  padding-bottom: 0.75rem;
}

.profile-list .profile-item p {
  margin-bottom: 0;
}

.profile-list .profile-item .views-label-field-content-topics {
  font-weight: bold;
}

.profile-list .profile-item .view-profile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile-list .profile-item .view-profile-headshot {
  min-width: 75px;
  margin: 0.25rem 0.5rem 0 0;
  flex-grow:0;
  flex-shrink:0;
  flex-basis: 100px;
}

.profile-list .profile-item .view-profile-headshot img {
  width: 100%;
}

.profile-list a {
  font-weight: bold;
  text-decoration: underline;
}

.pager__items {
  margin: 0.25em 0 0.25em 1.5em;
  padding: 0;
  clear: both;
  text-align: center;
}

.pager__items .is-active {
  font-weight: bold;
  text-decoration: underline;
}

.pager__items .pager__item {
  display: inline-block;
  margin: 0;
  padding: 0 0.4em;
  color: #757575;
  font-size: 1.08em;
}

.social-media__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
}

.social-media__list .social-media-item a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

@media (min-width: 0) and (max-width: 767px) {
  .social-media__list .social-media-item a {
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 1rem;
  }
}

.social-media__list .twitter a:hover {
  background: #0fa3e3;
}

.social-media__list .facebook a:hover {

}

.social-media__list .youtube a:hover {

}

.social-media__list .instagram a:hover {

}

.social-media__list .linkedin a:hover {

}

.social-media__list .pinterest a:hover {

}

.social-media__list .research-gate a:hover {

}

.block-feature-image .feature-image {
  font-size: 0;
  position: relative;
}

.block-feature-image .feature-image .narrow-overlaid-image {
  position: relative;
}

.block-feature-image .feature-image .narrow-overlaid-image .narrow-overlaid-headline {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(bottom, rgba(34, 34, 34, 0.65) 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.65) 0%, rgba(34, 34, 34, 0) 100%);
  padding-bottom: 1rem;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
}

.block-feature-image img {
  width: 100%;
}

.block-feature-image.caption-below .headline-text {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.75rem;
  padding: 1rem 1.5rem;
  min-height: 4.7rem;
}

.block-feature-image.caption-below .headline-text .feature-image-headline {
  color: #ffffff;
  display: inline-block;
}

.block-feature-image.caption-below .headline-text .feature-image-link {
  font-size: 1rem;
  position: relative;
}

@media (min-width: 0) and (max-width: 767px) {
  .block-feature-image.caption-below .headline-text .feature-image-link {
    display: inline-block;
    float: none;
  }
}

.block-feature-image.caption-below .headline-text .feature-image-link a {
  color: #ffcc33;
  display: inline-block;
  font-weight: 600;
}

.block-feature-image.caption-below .headline-text .feature-image-link a::after {
  content: '\f0a9';
  font-size: 1.2rem !important;
  font-family: "FontAwesome";
  position: absolute;
  padding-left: 0.35rem;
  color: #ffcc33;
}

.block-feature-image.caption-below .headline-text .feature-image-link a:hover {
  color: #ffd966;
}

.block-feature-image.caption-below .headline-text .feature-image-link a:hover::after {
  color: #ffd966;
}

@media (min-width: 0) and (max-width: 767px) {
  .block-feature-image.caption-below .headline-text {
    text-align: center;
  }
}

.block-feature-image.caption-below .feature-image-caption {
  background: #232525;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  /*font-style: italic;*/
  font-size: 0.875rem;
}

.block-feature-image.caption-below .feature-image-caption p {
  margin: 0;
  line-height: 21px;
}

.block-feature-image.caption-below .feature-image-caption p a {
  color: #ffcc33;
  text-decoration: underline;
}

.block-feature-image.caption-below .feature-image-caption p a:hover {
  color: #ffd966;
}

.block-feature-image.text-overlaid .headline-text {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  position: absolute;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.884191) 0%, rgba(9, 9, 121, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.884191) 0%, rgba(9, 9, 121, 0) 100%);
  padding: 1.25rem 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-feature-image.text-overlaid .headline-text .feature-image-caption {
  width: 80%;
  font-size: 1rem;
  padding: 0.2rem;
  margin: 0 auto;
}

.block-feature-image.text-overlaid .headline-text .feature-image-caption p {
  margin: 0;
}

.block-feature-image.text-overlaid .headline-text .feature-image-caption p a {
  color: #ffcc33;
  text-decoration: underline;
}

.block-feature-image.text-overlaid .headline-text .feature-image-caption p a:hover {
  color: #ffd966;
}

.block-feature-image.text-overlaid .headline-text .feature-image-headline {
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
}

.block-feature-image.text-overlaid .headline-text .feature-image-link a {
  color: #ffcc33;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}

.block-feature-image.text-overlaid .headline-text .feature-image-link a:after {
  content: '\f0a9';
  font-family: "FontAwesome";
  position: absolute;
  padding-left: 0.35rem;
}

.block-feature-image.text-overlaid .headline-text .feature-image-link a:hover {
  color: #ffd966;
}

.block-feature-image.text-overlaid .headline-text .feature-image-link a:hover::after {
  color: #ffd966;
}

.block-feature-image.text-overlaid .narrow-overlaid {
  display: none;
}

.block-feature-image.text-overlaid .narrow-overlaid .feature-image-headline {
  display: block;
}

.block-feature-image.text-overlaid.narrow-container .headline-text {
  position: inherit;
  background: #232525;
}

.block-feature-image.text-overlaid.narrow-container .headline-text .feature-image-headline {
  display: none;
}

.block-feature-image.text-overlaid.narrow-container .feature-image-caption {
  width: 100%;
}

.block-feature-image.text-overlaid.narrow-container .feature-image-caption p a {
  color: #ffcc33;
  text-decoration: underline;
}

.block-feature-image.text-overlaid.narrow-container .feature-image-caption p a:hover {
  color: #ffd966;
}

.block-feature-image .feature-image-photo-credit .field--name-field-photo-credit {
  display: inline;
}

.block-feature-image .feature-image-photo-credit .field__item {
  display: inline;
}

nav.footer-sitemap-links {
  display: none;
}

@media (max-width: 767px) {
  nav.footer-sitemap-links {
    display: none !important;
  }
}

nav.footer-sitemap-links ul {
  padding-left: 0;
  list-style: none;
}

nav.footer-sitemap-links ul li.home-icon {
  display: none;
}

nav.footer-sitemap-links ul.menu-level--0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

nav.footer-sitemap-links ul.menu-level--0 a {
  text-transform: uppercase;
}

nav.footer-sitemap-links ul.menu-level--0 > li {
  padding-left: 1.5rem;
  text-align: left;
  width: 20%;
  margin-bottom: 2rem;
}

nav.footer-sitemap-links ul.menu-level--0 > li ul.menu-level--1 {
  color: #00838f;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
}

nav.footer-sitemap-links ul.menu-level--0 > li ul.menu-level--1 li {
  margin-top: 0.5rem;
}

nav.footer-sitemap-links ul.menu-level--0 > li ul.menu-level--1 li a {
  color: #5fa5b4;
  text-transform: inherit;
}

nav.footer-sitemap-links ul.menu-level--0 > li ul.menu-level--1 li a:hover {
  text-decoration: underline;
}

@media (min-width: 0) and (max-width: 767px) {
  nav.footer-sitemap-links ul.menu-level--0 {
    display: inherit;
  }
  nav.footer-sitemap-links ul.menu-level--0 > li {
    width: 100%;
  }
}

footer .home-icon {
  display: none !important;
}

footer .mobile-nav {
  display: none !important;
}

@media (max-width: 767px) {
  footer .footer-links li.sitemap + li {
    display: none !important;
  }
}

@media (min-width: 768px) {
  footer .footer-links li.sitemap {
    display: none !important;
  }
}

footer .footer-links li.sitemap ul.menu-level--0 {
  display: none;
}

footer .footer-links li.sitemap ul.menu-level--0 li {
  width: 100%;
  padding: 0 1.5rem;
  text-align: left;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

footer .footer-links li.sitemap ul.menu-level--0 li:last-child {
  margin-bottom: 0;
}

footer .footer-links li.sitemap ul.menu-level--0 li ul.menu-level--1 {
  padding-top: 0;
  font-size: 0.875rem;
}

footer .footer-links li.sitemap ul.menu-level--0 li ul.menu-level--1 li {
  margin: 0.5rem 0;
  text-transform: none;
  padding: 0;
}

footer .footer-links li.sitemap ul.menu-level--0 li ul.menu-level--1 li a {
  color: #00838f;
}

@media (max-width: 767px) {
  footer .footer-links li.sitemap ul.menu-level--0 li {
    text-align: center;
  }
}

.sf_mason_2024_footer {
  padding: 3.125rem 0.625rem;
  color: #ffffff;
  background-color: var(--mason-green);
  text-align: center;
}


@media (min-width: 1024px) {
  .sf_mason_2024_footer {
    margin-top: 2.7rem;
    background-image: url('/themes/custom/sf_mason_2024/images/mason-footer.png');
    background-size: 54rem;
    background-repeat: no-repeat;
    background-position: 0% 50%;
  }
  .sf_mason_2024_footer .site-info-wrapper {
    float: right;
  }
  .sf_mason_2024_footer .site-info {
    float: left;
  }
}


.sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info {
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info {
    display: inline-block;
    margin-top: -3em;
  }
}

@media (max-width: 767px) {
  .sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info {
    display: inline-block;
  }
}

.sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info span {
  padding-right: 1rem;
}

/*
.sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info span:after {
  content: '';
  border-left: 1px solid #fff;
  height: 4.3rem;
  display: inline-block;
  margin-top: 3.3rem;
}
*/

@media (min-width: 0) and (max-width: 767px) {
  .sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info span {
    padding-right: 0.7rem;
  }
  .sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info span:after {
    content: '';
    border-left: 1px solid #fff;
    height: 3.6rem;
    display: inline-block;
    margin-top: 2.79rem;
  }
}

@media (max-width: 767px) {
  .sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info span {
    display: inline-block;
  }
}

.sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info .site-name {
  font-size: 1.65rem;
  padding: 0;
  display: inline-block;
  margin: 0;
  line-height: 1.95rem;
  max-width: 25.5rem;
  text-align: left;
  display:none;
}

@media (min-width: 0) and (max-width: 767px) {
  .sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info .site-name {
    display: none;
  }
}

.sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info .site-abbr {
  display: none;
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
  line-height: 2rem;
  max-width: 20rem;
  text-align: left;
}

@media (min-width: 0) and (max-width: 767px) {
  .sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info .site-abbr {
    display: inline-block;
  }
}

.sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info .site-branding-text {
  display: none;
}

.sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info .logo {
  float: left;
  padding-top: 0;
  padding-left: 0;
  max-width: 10em;
}

@media (min-width: 0) and (max-width: 767px) {
  .sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info .logo {
    max-width: 10.5rem;
  }
}

.sf_mason_2024_footer #block-sf-mason-2024-footerinformation .site-info .logo img {
  max-width: 10rem;
}

.sf_mason_2024_footer #block-sf-mason-2024-footerinformation-2 .site-info {
  display: none;
}

.sf_mason_2024_footer .region-footer {
  margin: 0 auto;
  padding: 0 1rem;
}

.sf_mason_2024_footer .region-footer .block--social-media-links {
  text-align: center;
  margin-top: 1.6rem;
  margin-bottom: 0.7rem;
  display: inline-block;
}

.sf_mason_2024_footer .region-footer .block--social-media-links .social-media__list {
  float: right;
}

@media (min-width: 0) and (max-width: 767px) {
  .sf_mason_2024_footer .region-footer .block--social-media-links {
    margin-bottom: 0;
  }
  .sf_mason_2024_footer .region-footer .block--social-media-links .social-media__item {
    margin-left: 0.6rem;
  }
}

@media (min-width: 1024px) {
  .sf_mason_2024_footer .region-footer .block--social-media-links {
    float: right;
    display: block;
    width: 50%;
  }
}

.sf_mason_2024_footer .region-footer a {
  color: #ffffff;
}

.sf_mason_2024_footer .region-footer .footer-information-desktop {
  float: none;
  right: 0;
  margin-top: 0rem;
  clear: both;
}

.sf_mason_2024_footer .region-footer .footer-information-desktop .footer-info {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: right;
  display: none;
}

.sf_mason_2024_footer .region-footer .footer-information-desktop div.site-slogan {
  text-align: right;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.025em;
  color: var(--mason-gold);
  font-weight: bold;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  line-height: 2.125rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .sf_mason_2024_footer .region-footer .footer-information-desktop div.site-slogan {
    text-align: center;
    float: none;
    font-size: 1.4rem;
  }
}

.sf_mason_2024_footer .region-footer .footer-information-desktop p,
.sf_mason_2024_footer .region-footer .footer-information-desktop h2 {
  margin: 0;
}

@media (min-width: 768px) {
  .sf_mason_2024_footer .region-footer .footer-information-desktop {
    display: block;
  }
  .sf_mason_2024_footer .region-footer .footer-information-desktop .footer-info {
    display: block;
    margin-bottom: 0.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sf_mason_2024_footer .region-footer .footer-information-desktop {
    text-align: center;
    padding-bottom: 2rem;
  }
  .sf_mason_2024_footer .region-footer .footer-information-desktop .site-info,
  .sf_mason_2024_footer .region-footer .footer-information-desktop div.site-slogan,
  .sf_mason_2024_footer .region-footer .footer-information-desktop .footer-info {
    float: none;
    text-align: center;
  }
}

.sf_mason_2024_footer .region-footer .footer-links {
  margin-top: 2.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ffffff;
}

.sf_mason_2024_footer .region-footer .footer-links ul {
  margin: 0;
  padding: 1.25rem 0 0 0;
  text-align: center;
}

.sf_mason_2024_footer .region-footer .footer-links ul li {
  display: block;
  padding-bottom: 1.56rem;
}

@media (min-width: 768px) {
  .sf_mason_2024_footer .region-footer .footer-links ul li {
    padding-bottom: 0;
  }
}

.sf_mason_2024_footer .region-footer .footer-links ul li a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .sf_mason_2024_footer .region-footer .footer-links {
    clear: both;
    margin: 0 auto;
    max-width: 87.5rem;
  }
  .sf_mason_2024_footer .region-footer .footer-links ul li {
    display: inline-block;
  }
  .sf_mason_2024_footer .region-footer .footer-links ul li a {
    text-decoration: none;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
  }
  .sf_mason_2024_footer .region-footer .footer-links ul li a::after {
    content: '|';
    padding: 0 0.75rem;
    font-size: 1.125rem;
    font-weight: normal !important;
  }
  .sf_mason_2024_footer .region-footer .footer-links ul li:last-child a::after {
    color: #222222;
    display:none;
  }
}

.sf_mason_2024_footer .region-footer .footer-information-mobile {
  padding-top: 1.75rem;
  margin-top: 0.5rem;
  border-top: 1px solid #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3rem;
}

.sf_mason_2024_footer .region-footer .footer-information-mobile .site-slogan {
  display: none;
}

.sf_mason_2024_footer .region-footer .footer-information-mobile p {
  margin: 0;
}

@media (min-width: 768px) {
  .sf_mason_2024_footer .region-footer .footer-information-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .sf_mason_2024_footer .region-footer {
    margin: 0 auto;
    max-width: 87.5rem;
  }
}

/**
 * @file
 * Visual styles for Mason Basic forms.
 */
/* Form elements. */
form .form-item label {
  font-size: 0.9rem;
  padding: 0.75rem 0 0;
  display: table;
  font-weight: bold;
  color: var(--mason-green);
  font-family: inherit;
}

form .form-item .webform-likert-table-wrapper label {
  padding-top: 0;
}

form input {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  margin: 0;
  padding: 0.5rem;
  max-width: 100%;
  box-sizing: border-box;
}

form input .form-text,
form input .form-tel,
form input .form-email,
form input .form-url,
form input .form-search,
form input .form-file,
form input .form-number,
form input .form-color {
  color: #222222;
  font-size: 0.9em;
}

form .form-type-radio label,
form .form-type-checkbox label {
  margin-left: 4px;
  display: inline-block;
}

form textarea {
  margin: 2px 0;
  padding: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
}

form fieldset {
  margin: 1em 0;
}

form details,
form fieldset,
form .filter-wrapper {
  border-radius: 4px;
}

form .filter-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

form .filter-wrapper .form-item label {
  margin-right: 10px;
}

form .filter-help a {
  font-size: 0.857rem;
}

form summary {
  font-size: 0.9rem;
  padding: 0.75rem 0 0;
  font-weight: bold;
}

form input[type='submit'] {
  margin-top: 20px;
  padding: 0.5rem 1rem;
  width: auto;
}

/**
 * @file
 * Styles for system messages.
 */
.messages {
  margin: 1rem auto;
  padding: 20px;
  word-wrap: break-word;
  color: inherit;
  overflow-wrap: break-word;
  border-radius: 4px;
  max-width: 87.5rem;
}

.messages a {
  text-decoration: underline;
}

[dir='rtl'] .messages {
  text-align: right;
  background-position: right 10px top 17px;
}

.messages + .messages {
  margin-top: 1rem;
}

.messages__content {
  padding-left: 24px;
  /* LTR */
  background: no-repeat 0 center;
  /* LTR */
}

[dir='rtl'] .messages__content {
  padding-right: 24px;
  padding-left: 0;
  background-position: right;
}

.layout-builder__message--overrides .messages {
  background-image: none;
}

.messages--status {
  border: 1px solid #cbdebc;
  background-color: #e6eee0;
}

.messages--status .messages__content {
  background-image: url(/core/misc/icons/73b355/check.svg);
}

.messages--status a {
  color: #336600;
}

.messages--warning {
  border: 1px solid #fae2a4;
  background-color: #fcf1d4;
}

.messages--warning .messages__content {
  background-image: url(/core/misc/icons/e29700/warning.svg);
}

.messages--warning a {
  color: #664700;
}

.messages--error {
  border: 1px solid #f8c8d5;
  background-color: #f9e6eb;
}

.messages--error .messages__content {
  background-image: url(/core/misc/icons/e32700/error.svg);
}

.messages--error a {
  color: #66000a;
}

.messages--error .error {
  color: inherit;
}

.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

/**
 * @file
 * Styles for News Release content type and Views
 */
.nodetype--news_release .news-date-and-byline {
  padding: 0 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}

.nodetype--news_release .news-date-and-byline div.field--name-field-byline.field__items {
  display: inline-block;
  /* Turn Byline field into a comma-separated list */
}

.nodetype--news_release .news-date-and-byline div.field--name-field-byline.field__items .field__item {
  display: inline;
}

.nodetype--news_release .news-date-and-byline div.field--name-field-byline.field__items .field__item::after {
  content: ', ';
}

.nodetype--news_release .news-date-and-byline div.field--name-field-byline.field__items .field__item:last-child::after {
  content: '';
}

.sub-navigation-menu {
  margin-bottom: 1rem;
}

.sub-navigation-menu .search-form-wrapper {
  display: none;
}

.sub-navigation-menu .js-home {
  display: none;
}

.sub-navigation-menu h2 {
  position: relative;
  color: #00838f;
  font-size: 1rem;
  font-weight: normal;
  padding: 1rem 0.8rem;
  border-top: 1px solid #cdd5d4;
  border-bottom: 1px solid #cdd5d4;
  margin: 0;
}

.sub-navigation-menu h2:after {
  content: '\f0c9';
  position: absolute;
  right: 0.75rem;
  margin: 0;
  font-family: "FontAwesome";
}

.sub-navigation-menu ul {
  color: #00838f;
  list-style: none;
  padding-left: 0;
}

.sub-navigation-menu ul li a {
  border-bottom: 1px solid #cdd5d4;
  display: block;
  padding: 1rem;
}

.sub-navigation-menu ul.menu-level--0 {
  display: none;
  margin-top: 0;
}

.sub-navigation-menu ul.menu-level--0 > li > a.is-active {
  background-color: var(--mason-green);
  text-decoration: none;
  position: relative;
  color: #114145;
}

@media (min-width: 1024px) {
  .sub-navigation-menu ul.menu-level--0 > li > a.is-active::after {
    content: '';
    color: #ffffff;
    position: absolute;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid var(--mason-green);
    border-top: 0.5rem solid transparent;
    margin-top: -0.5rem;
    top: 50%;
    right: -0.5rem;
  }
}

.sub-navigation-menu ul.menu-level--0 > li.active-trail > a {
  color: #fff;
  background-color: var(--mason-green);
}

.sub-navigation-menu ul.menu-level--0 > li.active-trail ul.menu-level--1 {
  display: block;
  padding: 0;
}

.sub-navigation-menu ul.menu-level--0 a.is-active + ul.menu-level--1 ul.menu-level--2 {
  display: none;
}

@media (min-width: 1024px) {
  .sub-navigation-menu ul.menu-level--0 {
    border-top: 1px solid #cdd5d4;
    display: block;
  }
  .sub-navigation-menu ul.menu-level--0 li a {
    padding-left: 0.625rem;
  }
}

.sub-navigation-menu ul.menu-level--1 {
  padding: 0 1.25rem;
  display: none;
}

.sub-navigation-menu ul.menu-level--1 > li > a {
  padding-left: 1.18rem;
  color: var(--mason-green);
  font-size: 0.875rem;
  border: 0;
}

.sub-navigation-menu ul.menu-level--1 > li > a.is-active {
  font-weight: bold;
  border-bottom: solid 2px var(--mason-gold);
}

.sub-navigation-menu ul.menu-level--1 > li > a.is-active + ul.menu-level--2 {
  display: block;
}

.sub-navigation-menu ul.menu-level--1 > li > a:hover {
  text-decoration: underline;
}

.sub-navigation-menu ul.menu-level--1 > li:not(:last-child) a {

}

.sub-navigation-menu ul.menu-level--2:not(.active-level-2) {
  display: none;
}

.sub-navigation-menu ul.menu-level--2 li a {
  color: #00838f;
  padding-left: 2.25rem;
  border-bottom: 0;
  font-size: 0.875rem;
}

.sub-navigation-menu ul.menu-level--2 li a.is-active {
  color: #114145;
  font-weight: bold;
}

.sub-navigation-menu ul.menu-level--2 li a:hover {
  color: #114145;
}

.sub-navigation-menu ul.active-level-2 {
  border-bottom: 0;
}

@media (min-width: 1024px) {
  .sub-navigation-menu {
    /*padding-right: 2rem;*/
  }
  .sub-navigation-menu h2 {
    display: none;
  }
}

.sub-navigation-menu .sub-menu-open::after {
  content: '\f00d';
}

.sub-navigation-menu .sub-menu-arrow > li > a {
  position: relative;
}

.sub-navigation-menu .sub-menu-arrow > li > a::after {
  color: #c8c7c6;
  position: absolute;
  right: 13px;
  margin-top: -8px;
  top: 50%;
  font-family: "FontAwesome";
}

.block-tabs {
  margin: 1.5em auto 0;
  max-width: 87.5rem;
}

.block-tabs ul:not(.contextual-links) {
  display: block;
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #cdd5d4;
}

.block-tabs ul:not(.contextual-links) li {
  display: inline-block;
}

.block-tabs ul:not(.contextual-links) li a {
  margin: 0;
  padding: 0.5em;
  background: #dee4e4;
  border: 1px solid #cdd5d4;
  text-decoration: none;
}

.block-tabs ul:not(.contextual-links) li a.is-active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}

header.hero-background-landing_page,
header.hero-background-page,
header.hero-background-news_release,
header.hero-background-profile,
header.hero-background-academic_program {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 13rem;
}

header.hero-background-landing_page {
  min-height: 407px;
}

header.hero-background-landing_page .breadcrumb {
  display: none;
}

@media (max-width: 768px) {
  header.hero-background-landing_page {
    min-height: 291px;
  }
}

@media (max-width: 767px) {
  header.hero-background-landing_page {
    min-height: 206px;
  }
}

@media (max-width: 767px) {
  header.hero-background-page {
    min-height: 135px;
  }
}

.page-title {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 48px;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.025rem;
  padding-bottom: 2.5rem;
  margin-top: -4.7rem;
  padding: 0 1rem;
  z-index: 2;
  position: relative;
}

@media (max-width: 1023px) {
  .page-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .page-title {
    padding: 10px 20px;
    padding-bottom: 0px !important;
  }
}

.page-title.background-overlay {
  margin-top: -7.5rem;
  padding-bottom: 1.5rem;
}

.page-title.background-overlay + .page-standard {
  padding-top: 0rem;
  position: relative;
  z-index: 11;
}

.page-title + .page-standard {
  padding-top: 2.7rem;
}

.basic-page-title {
  background-color: #eff0e7;
  padding: 2rem 0;
  margin-bottom: 40px;
}

@media (min-width: 0) and (max-width: 767px) {
  .basic-page-title {
    margin-bottom: 0;
  }
}

.basic-page-title .page-title {
  margin-top: 0;
  font-size: 2.5rem;
  color: #42413f;
  font-weight: 700;
  text-shadow: none;
  padding: 0 1.25rem;
  padding-bottom: 0rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .basic-page-title .page-title {
    font-size: 2.1rem;
  }
}

.basic-page-title .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  /*margin-top: 1rem;*/
  color: #131313;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 1.25rem;
}

.basic-page-title .breadcrumb ol, .layout .breadcrumb ol  {
  list-style: none;
  padding: 0;
  margin: 0;
}

.basic-page-title .breadcrumb ol li, .layout .breadcrumb ol li {
  display: inline-block;
}

.basic-page-title .breadcrumb ol li ::after, .layout .breadcrumb ol li ::after {
  content: '/';
  display: inline-block;
  padding: 1rem;
}

.basic-page-title .breadcrumb ol a {
  color: #4d4f4f;
  text-decoration: underline;
  position: relative;
  /*margin-right: 2rem;*/
}

.slick-slider .slick-arrow:after {
  display: none;
}

.slick-slider:hover .slick-arrow:after {
  display: block;
}

.slick__slide {
  min-height: 66vh !important;
  box-shadow: inset -11px 0 29px 20px #31302f, inset 49px 50px 50px -20px #31302f !important;
  -webkit-box-shadow: inset -11px 0 29px 20px #31302f, inset 49px 50px 50px -20px #31302f !important;
}

@media (min-width: 0) and (max-width: 767px) {
  .slick__slide {
    min-height: 80vh !important;
  }
}

.slide__caption {
  bottom: 0;
  padding: 0;
  top: auto;
  position: absolute;
}

.slide__caption h2 {
  margin: 0px auto;
  text-align: center;
  max-width: 900px;
  width: 100%;
  line-height: 3rem;
}

@media (max-width: 768px) {
  .slide__caption h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .slide__caption h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .slide__caption h2 {
    font-size: 3.45rem;
    line-height: 4rem;
  }
}

.slide__caption h2 a {
  color: #ffffff;
  font-weight: 700;
  text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.5), 0 0 40px #000000;
  background-color: #0000;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.025em;
  min-height: 3.5rem;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.slide__caption h2 a:hover {
  color: #ffffff;
  opacity: 0.9;
}

.slide__caption .slide-photo-credit {
  font-size: 85%;
  font-style: italic;
}

.slick-arrow {
  background: none;
  z-index: 1;
  bottom: 1%;
  top: auto;
  display: none !important;
}

@media (min-width: 1024px) {
  .slick-arrow {
    display: inline-block !important;
  }
}

.slick-arrow:after {
  font-family: 'FontAwesome', sans-serif;
  font-size: 40px;
  color: #fff;
  opacity: 0.3;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.slick-arrow:hover:after {
  opacity: 1;
}

.slick-next {
  right: 15%;
}

@media (max-width: 1400px) {
  .slick-next {
    right: 5%;
  }
}

@media (max-width: 1090px) {
  .slick-next {
    right: 2.5%;
  }
}

.slick-next:after {
  content: '\f054';
}

.slick-prev {
  left: 15%;
}

@media (max-width: 1400px) {
  .slick-prev {
    left: 5%;
  }
}

@media (max-width: 1090px) {
  .slick-prev {
    left: 2.5%;
  }
}

.slick-prev:after {
  content: '\f053';
}

.block-gmu-core-header-hero {
  height: 66vh;
  overflow: hidden;
  width: 100%;
  -webkit-tap-highlight-color: #0000;
  position: relative;
  z-index: 1;
}

@media (min-width: 0) and (max-width: 767px) {
  .block-gmu-core-header-hero {
    min-height: 80vh !important;
  }
}

.slide-caption {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  display: inline-table;
  width: 100%;
  margin: 50px 0 0;
  padding: 1rem;
  border-bottom: 4px solid var(--mason-gold);
  text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.7);
}

.slide-caption p {
  margin-bottom: 8px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .slide-caption {
    font-size: 1.125rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .slide-caption {
    margin: 15px 0 0;
  }
  .slide-caption p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

.slide-caption .slide-caption-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.slide-caption .slide-caption-content .slide-caption-text {
  float: left;
  text-align: left;
  max-width: 54%;
  width: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
  .slide-caption .slide-caption-content .slide-caption-text {
    float: none;
    max-width: 100%;
    text-align: center;
  }
}

.slide-caption .slide-caption-content .slide-cta {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 35%;
  width: 100%;
  margin-left: 1%;
}

.slide-caption .slide-caption-content .slide-cta a {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px;
  width: 100%;
  height: auto;
  text-align: center;
  color: white;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
  border: 1px solid #868686;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

@media (min-width: 0) and (max-width: 767px) {
  .slide-caption .slide-caption-content .slide-cta a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.slide-caption .slide-caption-content .slide-cta a:hover {
  background: var(--mason-green);
}

.slide-caption .slide-caption-content .slide-cta a:after {
  font-family: "FontAwesome";
  content: '\f0a9';
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.5rem;
  color: white;
}

@media (min-width: 0) and (max-width: 767px) {
  .slide-caption .slide-caption-content .slide-cta {
    float: none;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.field__item {
  overflow: hidden;
  height: 100%;
}

.layout .layout-builder-block.b-mosaic,
.layout .block-block-content.b-mosaic {
  padding: 0;
  height: 100%;
}

.layout .layout-builder-block.b-mosaic .field,
.layout .layout-builder-block.b-mosaic .field__item,
.layout .block-block-content.b-mosaic .field,
.layout .block-block-content.b-mosaic .field__item {
  height: 100%;
}

.layout .layout-builder-block.b-mosaic + .layout-builder__add-block,
.layout .block-block-content.b-mosaic + .layout-builder__add-block {
  display: none;
}

.layout.layout--mosaic > .layout__region {
  margin: 0;
  padding: 0;
}

.layout.layout--mosaic.layout--onecol-section .layout__region.region-first {
  width: 100%;
}

.layout.space-above {
  margin-top: 0.67rem;
}

.layout.space-below {
  margin-bottom: 0.67rem;
}

.layout.layout--mosaic-tall .paragraph-image-tile {
  height: 36.875rem;
}

@media (min-width: 768px) {
  .layout.layout--mosaic-tall {
    height: 36.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout.layout--mosaic-tall {
    height: auto;
  }
}

.layout.layout--mosaic-medium .paragraph-image-tile {
  height: 18.5rem;
}

@media (min-width: 768px) {
  .layout.layout--mosaic-medium {
    height: 18.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout.layout--mosaic-medium {
    height: auto;
  }
}

.layout.layout--mosaic-short .paragraph-image-tile {
  height: 12rem;
}

@media (min-width: 768px) {
  .layout.layout--mosaic-short {
    height: 12rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout.layout--mosaic-short {
    height: auto;
  }
}

.layout .paragraph-image-tile {
  width: 100%;
  height: 12rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.layout .paragraph-image-tile::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.layout .paragraph-image-tile:hover::before {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.layout .paragraph-image-tile .image-tile-image {
  min-height: 6rem;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.layout .paragraph-image-tile .image-tile-caption-wrapper {
  background: -webkit-linear-gradient(top, #0000, #000000);
  background: linear-gradient(to bottom, #0000, #000000);
  text-align: left;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.75rem 1.25rem 1.25rem;
  width: 100%;
}

.layout .paragraph-image-tile .image-tile-caption-wrapper .image-tile-title {
  font-family: "Figtree", sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  background: var(--mason-green);
  padding: 0.25rem 0.625rem;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.layout .paragraph-image-tile .image-tile-caption-wrapper .image-tile-caption {
  font-family: inherit;
  text-decoration: none;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.layout {
  max-width: 100rem;
  /*margin: 0 auto;*/
}

.layout .block-text-tile {
  display: table;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.layout .block-text-tile .field--name-field-mosaic-items {
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  height: 100%;
}

.layout a:hover .text-tile-caption-wrapper {
  box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.2);
}

.layout .paragraph-text-tile {
  display: table;
  width: 100%;
  height: 100%;
}

.layout .text-tile-caption-wrapper {
  padding: 1rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.layout .text-tile-caption-wrapper svg {
  padding-bottom: 1rem;
  font-size: 4.5rem;
}

.layout .text-tile-caption-wrapper .text-tile-title {
  font-size: 1.65rem;
  line-height: 2.125rem;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
}

.layout .text-tile-caption-wrapper .text-tile-caption {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 0;
}

.layout .text-tile-caption-wrapper a.text-tile-link {
  font-weight: 600;
}

/* Prevent visual glitch that pushes the logo to the right when logged in */
div[data-contextual-id="block:block=sf_mason_2024_sitebranding:langcode=en"]{
  display: none;
}

/* ADFS login button */
#user-login-form a {
  padding: .5em 1em;
  background-color: var(--mason-green);
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  display: flex;
  gap: 1em;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 400px;
}

#user-login-form a::after {
  font-family: 'FontAwesome';
  font-weight: 600;
  color: var(--mason-gold);
  content: '\f0a9';
}

#user-login-form a:hover {
  background-color: #338261;
}