/*
  Baylor United Theme
  Styles.css
  Version: 1.0
*/

:root {
  --baylorGreen: #154734;
  --universityGold: #FFB81C;
  --white: #ffffff;
  --charcoal: #383838;
  --lightGray: #eee;
  --linkGreen: #006A52;
  --linkGreenHover: #154734;
  --alertRed: #a60000;

  --width-540: 540px;
  --width-720: 720px;
  --width-960: 960px;
  --width-1200: 1200px;
  --width-1600: 1600px;

  --padding-reduced: clamp(8px, 3vw, 30px);
  --padding-standard: clamp(15px, 4vw, 50px);
  --padding-extra: clamp(20px, 6vw, 70px);

  --column-gap: 0px;
  --margin-15: 15px;

  --line-height--body:1.5;
  --line-height--heading:1.2;

  --font-family--serif: Calluna, Georgia, serif;
  --font-family--sans: bio-sans, sans-serif;
}

body {
  font-family: calluna, Georgia, serif;
  margin: 0;
  font-size: 10px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  color:var(--baylorGreen);
}

[data-background_color="dark"] :is(h1, h2, h3, h4, h5, h6, p, svg) {
  color:#fff;
}

[data-background_color="light"] :is(h1, h2, h3, h4, h5, h6, svg) {
  color:var(--baylorGreen);
}

[data-background_color="light"] p {
  color:#000;
}

h1 {
  font-size:38px;
  line-height: var(--line-height--heading);
  margin: 0 0 30px 0;
}

h2 {
  font-size:32px;
  line-height: var(--line-height--heading);
  margin: 25px 0 15px 0;
}

h3 {
  font-size: 28px;
  line-height: var(--line-height--heading);
  margin: 22px 0 12px 0;
}

h4 {
  font-size:24px;
  line-height: var(--line-height--heading);
  margin: 22px 0 10px 0;
}

h5 {
  font-size:21px;
  line-height: var(--line-height--heading);
  margin: 22px 0 10px 0;
}

h6 {
  font-size:18px;
  line-height: var(--line-height--heading);
  margin: 22px 0 10px 0;
}

p {
  line-height: var(--line-height--body);
}

p[class^="subtitle"] {
  margin:0 0 16px 0;
}

p.subtitle-large ,
ul.subtitle-large {
  font: italic 28px/1.1em calluna;
  color:var(--charcoal);
}

p.subtitle-medium,
ul.subtitle-medium {
  font: italic 22px/1.1em calluna;
  color:var(--charcoal);
}

p.subtitle-small {
  font: italic 18px/1.1em calluna;
  color:var(--charcoal);
}

p[class^="subtitle"]:first-child {
  margin-top: -20px;
}

.news__body-content p[class^="subtitle"]:first-child {
  margin-top: 18px;
}

.block-inline-blockbandinator__content p[class^="subtitle"]:first-child {
  margin-top:-16px;
}

:is(h1, h2, h3, h4, h5, h6) + p[class^="subtitle"] {
  margin-top:-10px;
}

p[class^="subtitle"] + p[class^="subtitle"] {
  margin-top:-10px;
}

[data-background_color="dark"] p[class^="subtitle"] {
  color: var(--universityGold);
}

[data-background_color="light"] p[class^="subtitle"] {
  color: var(--charcoal);
}
pre {
  background: #eee;
  margin: var(--margin-15) 0;
  padding: 15var(--margin-15);
  border: 2px solid #e5e5e5;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.5em;
  font-size: .9em;
}

code {
  display:inline-block;
  background: rgba(0,0,0,.08);
  border-radius: 3px;
  padding: 0 5px;
  font-size: .9em;
  border: 1px solid rgba(0,0,0,.16);
  white-space: pre-wrap;
  word-wrap: break-word;
}

hr {
  border: 0;
  border-bottom: 2px solid var(--universityGold);
  margin: var(--margin-15) 0;
  clear: both;
}

#skip-main ul,
#skip-main li {
  margin:0;
  padding:0;
  max-width: 100%;
  list-style: none;
}

#skip-main a {
  position: absolute;
  top: -45px;
  width: 100%;
  padding: .75em 1em;
  background: rgba(56, 56, 56, .9);
  color: #fff;
  font-family: 'bio-sans', Arial, sans-serif;
  font-weight: 400;
  font-size:17px;
  line-height: 1;
  z-index: 1000000;
  text-align: center;
  transition: none;
  box-sizing: border-box
}

#skip-main a:active,
#skip-main a:focus {
  top: 0;
  box-shadow: 0 5px 5px -5px #000;
}

.form-search {
  box-shadow: 0 5px 5px -5px #000;
}

.region-content {
  font-size: 1.8em;
}

#search-block-form label.visually-hidden {
  color:#fff;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: absolute !important;
  clip: auto;
  overflow: visible;
  background: #383838;
  height: auto;
  left: calc(50% - 50px);
  width: auto;
  max-width: 100px;
  z-index: 99;
  color: white;
}
.region-header {
  max-width: 1400px;
  display: flex;
  /*justify-content: space-between;*/
  position: relative;
  z-index: 99;
  margin: 0 auto;
}
#header-region {
  width: 100%;
  background: #154734;
  border-bottom: 1px solid #ffb81c;
  z-index: 10000;
}
.mobile__nav--active #header-region {
  z-index: 10000;
}
.logo img {
  display: block;
  height: 45px;
  width: auto;
  padding: 9px;
  padding-left: 16px;
}
.uiTopNav,
.uiPrimaryNav {
  background: #383838;
  width: 100%;
}

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

/*-------------------------------------
/* HEADER
/*------------------------------------*/

.uiHeader-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100px;
  transition: all 0.25s;
  display: flex;
}
.uiHeader-menu span {
  font: 100 0/0 Arial;
}
.uiHeader-menu a {
  text-decoration: none;
  /*  padding-top: 22px;*/
}

/*-------------------------------------
/* Top Header Search Widget
/*------------------------------------*/

.region-header #search-block-form {
  display: flex;
  /*  transform: translateX(120%);
  transition: all .5s;*/
}

.region-header #block-searchform .header__search,
.region-header #block-baylor-united-2-baylorsearch .header__search,
#block-baylor-united-searchform .header__search {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-top: 14px;
  transform: translateX(2000px);
  transition: all 0.25s;
  display: flex;
}

#uiHeader-menu-search {
  transition: all 0.25s;
}
#uiHeader_search {
  transition: all 0.25s;
  display: block;
  float: right;
  width: 50px;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 6px 0 0;
}
.header__search--active #uiHeader__buttons {
  transform: translateX(-50px);
  opacity: 0;
  z-index: -1 !important;
}
.header__search--active .region-header #block-searchform #header_search,
.header__search--active .region-header #block-baylor-united-2-baylorsearch #header_search,
.header__search--active .region-header #block-baylor-united-searchform #header_search {
  transform: translateX(0);
  left: 275px;
  right: 0;
}
.region-header #block-searchform #uiHeader-close-icon,
.region-header #block-baylor-united-2-baylorsearch #uiHeader-close-icon,
.region-header #block-baylor-united-searchform #uiHeader-close-icon {
  text-decoration: none;
  color: #c6d3ce;
  font-size: 2.4em;
  position: absolute;
  right: 15px;
  width: 40px;
  height: 36px;
  text-align: center;
}
.region-header #block-searchform #uiHeader-close-icon i,
.region-header #block-baylor-united-2-baylorsearch #uiHeader-close-icon i,
.region-header #block-baylor-united-searchform #uiHeader-close-icon i {
  font-weight: 200;
}
.header__search--active #uiHeader_search {
  transform: translateX(-50px);
  opacity: 0;
  z-index: 0;
}
.region-header #block-searchform #uiHeader-close-icon svg,
.region-header #block-baylor-united-2-baylorsearch #uiHeader-close-icon svg,
.region-header #block-baylor-united-searchform #uiHeader-close-icon svg {
  cursor: pointer;
}
.region-header #block-searchform .header__search input,
.region-header #block-baylor-united-2-baylorsearch .header__search input,
.region-header #block-baylor-united-searchform .header__search input {
  height: 36px;
}
.region-header #block-searchform .header__search input[type='submit']:hover,
.region-header #block-baylor-united-2-baylorsearch .header__search input[type='submit']:hover,
.region-header #block-baylor-united-searchform .header__search input[type='submit']:hover {
  background: #ffc649;
}
.region-header #block-searchform #edit-keys,
.region-header #block-baylor-united-2-baylorsearch #edit-keys,
.region-header #block-baylor-united-searchform #edit-keys {
  font-size: 16px;
}
.region-header #block-searchform .header__search::placeholder,
.region-header #block-baylor-united-2-baylorsearch .header__search::placeholder,
.region-header #block-baylor-united-searchform .header__search ::placeholder {
  color: rgba(0, 0, 0, 0.5);
  /*font-size: 1.4em;*/
}

.uiHeader-menu .uiHeader-menu-search {
  font-size: 2.4em;
  color: #c6d3ce;
}

#header_search .form-actions {
  z-index: 2;
}

.uiHeader-text {
  font-family: bio-sans;
}
.uiHeader-text .main_mark .region-header .block-search-form-block,
.uiHeader-text .main_mark .region-header .block-baylor-search-block {
  overflow: hidden;
  width: 100%;
}
.uiHeader-text .block-search-form-block #search-block-form,
.uiHeader-text .block-baylor-search-block #search-block-form,
.uiHeader-text .block-baylor-search-block #search-block-form .form-type-search {
  width: calc(100% - 58px);
  height: 100%;
}
.uiHeader-text .block-search-form-block #search-block-form #edit-keys,
.uiHeader-text .block-baylor-search-block #search-block-form #edit-keys {
  width: 100%;
  height: 36px;
}
.region-header .form-type-search:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  font-weight: 400;
  color: rgba(28, 89, 68, 1);
  font-size: 2.5em;
  content: '\f002';
  line-height: 27px;
  padding-left: 8px;
  padding-top: 5px;
}

.uiHeader-text input[type='search'] {
  -webkit-appearance: none;
  border: none;
  background: none;
  box-sizing: border-box;
  line-height: 22px;
  padding: 7px 7px 7px 42px;
  margin: 0;
  color: #000;
  background: #8daca1;
  border-radius: 5px 0 0 5px;
  width: 100%;
  transition: all 0.25s;
  font-size: 1.2em;
  float: left;
}
.uiHeader-text input[type='submit'] {
  -webkit-appearance: none;
  border: none;
  background: none;
  line-height: 22px;
  padding: 0;
  margin: 0;
  width: 64px;
  background: #ffb81c;
  border-radius: 0 5px 5px 0;
  transition: all 0.25s;
  font-size: 1.1em;
  font-weight: 400;
  color: #000;
  float: left;
  text-transform: uppercase;
}

.uiHeader-text input[type='submit']:hover {
  cursor: pointer;
}
.uiHeader-text input[type='search']:focus {
  outline: none;
  background: #fff;
}

@media(min-width: 1101px) {
  .no-sitename .uiHeader-text {
    border-bottom: 10px solid #383838;
  }
}

/*-------------------------------------
/* SITE BRANDING
/*------------------------------------*/
.site-branding .site-branding-text {
  display: flex;
  flex-direction: column-reverse;
  padding: 12px 0 14px 16px;
}
.site-branding .site-branding-slogan {
  text-decoration: none;
  font-family: bio-sans, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.5pt;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
}
.site-branding .site-branding-slogan a {
  text-decoration: none;
  font-family: bio-sans, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5pt;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
}
.site-branding .site-branding-slogan:hover {
  color: #ffb81c;
  transition: all 0.5s;
}
.site-branding .site-branding-slogan a:hover {
  color: #ffb81c;
  transition: all 0.5s;
}
.site-branding .site-branding-name {
  font-family: bio-sans, sans-serif;
  font-weight: 500;
  font-size: 2.4em;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.95);
}
.site-branding .site-branding-name a {
  text-decoration: none;
  color: #fff;
  line-height: 24px;
  /*font-size: 2.4em;*/
  font-weight: 200;
  transition: all 0.5s;
}
#block-baylor-united-sitebranding,
#block-sitebranding {
  transition: all 0.25s ease;
}
.region-header #block-sitebranding .logo {
  display: block;
  width: 280px;
}
.region-header #block-sitebranding .print-logo {
  display: none;
  width: 280px;
}
.site-branding .site-branding-name a:hover {
  color: #ffb81c;
  transition: all 0.5s;
}

/*-------------------------------------
/* MOBILE NAVIGATION
/* hamburger nav
/*------------------------------------*/
#menu-11 {
  display: none;
}

.menu-11 {
  transition: all 0.18s;
  display: none;
  position: relative;
  width: 23px;
  margin: 0 16px 0 10px;
  height: 43px;
  border-radius: 100%;
  cursor: pointer;
}
.menu_part {
  width: 23px;
  height: 2px;
  position: absolute;
  background: #c6d3ce;
  right: 0;
  margin: auto;
  left: 0;
  border-radius: 0;
  transition: all 0.18s cubic-bezier(0.7, 0.1, 0.3, 1.3);
  top: calc(50% - ((4px)) + -1px);
}
.menu_part:nth-of-type(1) {
  top: calc(50% - ((11px)) + -1px);
  width: 23px;
}

.menu_part:nth-of-type(2) {
  top: calc(50% - ((7px)) + 2px);
  width: 23px;
}

.menu_part:nth-of-type(3) {
  top: calc(50% - ((3px)) + 5px);
  width: 23px;
}


/*#menu-11 {
  display: none;
}

.menu-11 {
transition: all 0.5s;
position: relative;
width: 41px;
height: 41px;
border-radius: 100%;
cursor: pointer;
}

.menu_part {

width: 21px;
height: 3px;
position: absolute;
background: #c6d3ce;
right: 0;
margin: auto;
left: 0;
border-radius: 0px;
transition: all 0.5s cubic-bezier(0.8, 0.1, 0, 1.8);
width:21;top: calc(50% - ((5px)) + -2px);
}
.menu_part:nth-of-type(1) {
  top: calc(50% - ((5px)) + -2px);
  width: 21px
}


.menu_part:nth-of-type(2) {
  top: calc(50% - ((5px)) + 2px);
  width: 21px
}


.menu_part:nth-of-type(3) {
  top: calc(50% - ((5px)) + 6px);
  width: 21px
}

input#menu-11:checked + label .menu-11 {
transform:scale(1.1400000000000001) rotate(180deg);
}

input#menu-11:checked + label .menu-11 .menu_part:nth-of-type(1) {
transform: rotate(45deg);
width: 21px !important;
top: calc(50% - (1px))!important;
}

input#menu-11:checked + label .menu-11 .menu_part:nth-of-type(2) {
left: 4px !important;
opacity: 0;
}

input#menu-11:checked + label .menu-11 .menu_part:nth-of-type(3) {
transform: rotate(-45deg);
width: 21px!important;
top: calc(50% - (1px))!important;
}
input#menu-11:checked + label .menu-11 {transform:scale(1.1400000000000001) rotate(180deg); border: none;}*/


/* MAIN CONTENT */

.main__content {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 27% 73%;
  -ms-grid-columns: 27% 73%;
  min-height: 150px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 16px;
}
.main__content--landing {
  position: relative;
}
.main__content.no-sidebar {
  display: block;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  min-height: 150px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 16px 30px 16px;
}
.no-sitename .main__content, .no-sitename .main__content.no-sidebar {
  padding-top: 32px;
}
@media(max-width: 1100px) {
  .main__content.no-sidebar {
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    /*padding-top:0;*/
  }
  .no-sitename-container {
    height:  51px;
  }
}
.no-sitename-container {
  height:  0;
}
.no-grid {
  display: block;
  grid-template-columns: unset;
  -ms-grid-columns: unset;
}

/* SIDEBAR FIRST NAV */
.section__title {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 26px;
  font-family: bio-sans;
  text-decoration: none;
  display: inline;
  color: #154734;
  background-image: linear-gradient(#ffb81c, #ffb81c);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.section__title.is-active {
  background-size: 100% 2px;
}
.section__title:hover {
  background-size: 100% 2px;
}

.main__content .js-quickedit-page-title {
  font-size: 2.4em;
  margin: 0;
  line-height: 45px;
  padding-top: 15px;
}
.main__content .site-branding-name a {
  font-size: 2.4em;
  text-decoration: none;
  color: #154734;
  font-weight: bold;
  margin: 0;
  line-height: 45px;
  padding-top: 15px;
}
.main__content .sidebar-first {
  padding-left: 16px;
  padding-right: 20px;
}

.content__middle {
  padding-bottom: 30px;
  grid-column: 2;
  -ms-grid-column: 2;
}

.content__middle .event-description a {
  text-decoration: underline;
  color: #154734;
  font-weight: bold;
  transition:.25s all;
}

.block-inline-blockheromatic__content p a {
  color:#fff!important;
}

.content__middle .event-description a:hover {
  text-decoration: underline;
  background: #ffb81c;
}

/* Default Link Styles */

/* example for updates */
:is(
  [class*="content__middle"],
  .block-inline-blockheromatic__content,
  .person__page--callout-item,
  .hero-image
  ) *:not([class*="uiFrameworkCalendar__controls"]):not(.childPageList):not(.uiTout):not([class*="uiWidget"]):not(.playlist):not(.slick-track):not(.region-overlay-menu li):not(.uiFrameworkPanelNav-padded):not(.uiEventWidget):not(.uiMessageCenter-controller):not(.uiBackgroundVideo-controller):not(.news__social-sharing):not(.field--name-field-news-tags):not(.newslist--item-text-title) > a:not([class*="baylor-button"]):not(.uiPhotoGallery-item) {
  text-decoration: none;
  background-image: linear-gradient(var(--universityGold),var(--universityGold));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  border-bottom: 1px solid var(--universityGold);
  font-weight: bold;
  transition: all 0.3s;
  color: #006A52;
}

.section__background--gold a {
  color:#005C46!important;
}

/* hover states */
:is(
  [class*="content__middle"],
  .block-inline-blockheromatic__content,
  .person__page--callout-item,
  .hero-image
  ) *:not([class*="uiFrameworkCalendar__controls"]):not(.childPageList):not(.uiTout):not(.playlist):not(.slick-track):not(.region-overlay-menu li):not(.uiFrameworkPanelNav-padded):not(.uiMessageCenter-controller):not(.field--name-field-news-tags) > a:not([class*="baylor-button"]):hover {
  text-decoration: none;
  background-size: 100% 3px !important;
  color: #154734;
}

/* example for changing color */
:is([class*="content__middle"],
  .block-inline-blockheromatic__content,
  .person__page--callout-item,
  .hero-image
  ) [data-background_color="dark"] a:not([class*="baylor-button"]) {
  color: #fff !important;
  /*background-image: linear-gradient(var(--universityGold),var(--universityGold));*/
}

:is([class*="content__middle"],
  .block-inline-blockheromatic__content,
  .person__page--callout-item,
  .hero-image
  ) [data-background_color="dark"] a:not([class*="baylor-button"]):hover {
  color: #fff !important;
  /*background-image: linear-gradient(var(--universityGold),var(--universityGold));*/
}

:is([class*="content__middle"],
  .block-inline-blockheromatic__content,
  .person__page--callout-item,
  .hero-image
  ) [data-background_color="gold"] a:not([class*="baylor-button"]) {
  background-image: linear-gradient(var(--linkGreen),var(--linkGreen)) !important;
  border-bottom-color: var(--linkGreen) !important;
}

/*:is([class*="content__middle"],*/
/*  .block-inline-blockheromatic__content,*/
/*  .person__page--callout-item,*/
/*  .hero-image*/
/*  ) [data-background_color="gold"] a:not([class*="baylor-button"]):hover {*/
/*  background-image: linear-gradient(#fff,#fff) !important;*/
/*  border-bottom-color: #fff !important;*/
/*}*/

.content__middle :is(h2, h3, h4, h5, h6) a {
  border-bottom-width: 2px !important;
}

.content__middle li,
.content li {
  line-height: var(--line-height--body);
  margin-bottom:5px;
  font-family: inherit;
}

.content__middle .field--name-field-button {
  padding-top: 10px;
}
.content__middle .field--name-field-button a {
  text-decoration: none;
  padding: 9px 15px 11px 15px;
  color: #154734;
  display: inline-block;
  position: relative;
  font-family: bio-sans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s;
  overflow: hidden;
  border: 3px solid #ffb81c;
}
.content__middle .field--name-field-button a:before {
  background: #ffb81c;
  content: '';
  top: 0;
  left: -2px;
  right: -2px;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.25s;
  transform: translateX(-105%);
}
.content__middle .field--name-field-button a:hover:before {
  transform: translateX(0);
}

.align-right img {
  margin: 0;
}

.align-center {
  text-align: center;
  margin: 15px 0;
}

.align-right {
  float: right;
  margin: 0 0 .5em 1em;
}

/*
 * Infobox Styles
 */
p:is(.infobox, .infobox--success, .infobox--error) {
  color: #000;
  font: 400 16px/1.3em bio-sans;
  background: #eee;
  padding: 22px 25px 22px 66px;
  position: relative;
}

p:is(.infobox, .infobox--success, .infobox--error)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 52px;
  background: #53565a;
}

p:is(.infobox, .infobox--success, .infobox--error)::after {
  position: absolute;
  left: 0;
  width: 52px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f05a";
  color: #fff;
  text-align: center;
}

p.infobox--success::before {
  background: #007a33; /* success */
}

p.infobox--success::after {
  content: "\f058";
  color: #fff;
  font-weight: 500;
}

p.infobox--error::after {
  content: "\f071";
  color: #fff;
  font-weight: 500;
}

p.infobox--error::before {
  background: #a60000; /* error */
}
.infobox__container--error {
  font: 400 16px/1.3em bio-sans;
  background: #eee;
  padding: 22px 25px 22px 66px;
  position: relative;
}
.infobox__container--error::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 52px;
  background: #a60000;
}
.infobox__container--error::after {
  position: absolute;
  left: 0;
  width: 52px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  content: "\f071";
  color: #fff;
  text-align: center;
}
.infobox__container--error ul,
.infobox__container--error li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: bio-sans;
}

/*
 * Breakout Styles
 */

p.buStyle--breakout {
  --spacing: 4em;
  --breakout-gradient: radial-gradient(circle, #515151 0%, #383838 25%);
  position: relative;
  background: transparent;
  color: #fff;
  padding: var(--spacing) 0;
  margin: calc(var(--spacing) / 2) clamp(-100px, -10vw, 0px);
  font-size: 1.4em;
  line-height: 1.5;
}

p.buStyle--breakout::before {
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background:var(--breakout-gradient);
  z-index: -1;
}

.node--type-page p.buStyle--breakout {
  margin:unset;
  padding-inline: 30px;
}

.node--type-page p.buStyle--breakout::before {
  left:0;
  right:0;
}

/* ------ SIDEBAR SECOND --------*/
.main__content .sidebar-second {
  padding-top: 10px;
  padding-right: 16px;
  grid-column: 3;
  -ms-grid-column: 3;
}
.main__content .sidebar-second .region-sidebar-second {
  position: sticky;
  top: 15px;
  float: right;
}
.main__content .sidebar-second .field__item .fontawesome-icon {
  color: #154734;
}
.main__content .sidebar-second .field__item a {
  text-decoration: none;
  color: #154734;
}
.main__content .sidebar-second .field__item .svg-inline--fa,
.main__content .sidebar-second .field__item i {
  color: #154734;
  font-size: 2.4em;
  margin-bottom: 5px;
}
.main__content .sidebar-second .field__item .svg-inline--fa:hover,
.main__content .sidebar-second .field__item i:hover {
  color: #006a52;
}

/* SOCIAL MEDIA ICONS - MOBILE */

.social__container-mobile {
  display: none;
}

.social__container__link-mobile {
  display: inline-block;
  margin: 10px 10px 10px 0;
  color: #154734;
}

.social__container-mobile i {
  color: #154734;
  font-size: 24px;
}

/* --------------------------------------------------*/
/*  List Styles                              */
/* --------------------------------------------------*/
ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: upper-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ol ol ol {
  list-style-type: lower-latin;
}

/* --------------------------------------------------*/
/*  BLOCK QUOTE STYLES                               */
/* --------------------------------------------------*/

blockquote {
  border-top:8px solid #ffb81c;
  border-bottom:2px solid #ffb81c;
  display: flow-root;
  margin:30px 0;
  padding: 30px 80px;
  font:400 1.3em calluna,serif;
  position:relative;
  background:#fff;
  line-height: var(--line-height--heading);
}

blockquote p:first-child {
  margin-top: 0;
}

.baylor--attribution {
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-family:bio-sans, sans-serif, Arial;
  letter-spacing:.1em;
  font-weight:bold;
  color:var(--baylorGreen);
  text-align:center;
  line-height:1.3em;
}

blockquote .baylor--attribution {
  font-size:.8em;
  text-align:left;
}

.uiNewsPage blockquote {
  font-size:22px;
  line-height:1.3em;
  text-align:center;
  margin:40px 30px;
  color:#005525;
  padding:30px 0;
  position:relative;
}

blockquote.align--right,
blockquote.align--left {
  width:50%;
  float:right;
  padding-right:20px;
  padding-left:20px;
  margin-left:15px;
}

blockquote.align--left {
  float:left;
  margin-left:0;
  margin-right:20px;
}

blockquote.align--right + .baylor--attribution {
  float:right;
  clear:right;
  width:50%;
  padding:0 20px;
  margin-bottom:20px;
  margin-top:0;
}

blockquote.align--left + .baylor--attribution {
  float:left;
  clear:left;
  width:50%;
  padding:0 20px;
  margin-bottom:20px;
  margin-right:20px;
  margin-top:0;
}

.uiNewsPage blockquote:before{content:"\201C";width:60px;height:50px;line-height:1em;background:#fff;font-size:100px;top:-25px;left:50%;margin-left:-30px;position:absolute;z-index:3}
.uiNewsPage blockquote::after{left:13%;right:13%;border-top:4px solid #005525;border-bottom:2px solid #055250;bottom:0;top:0;position:absolute;z-index:0;content:""}
.blockquote-sharing-widget{z-index:4;text-align:center;position:absolute;bottom:-16px;left:0;right:0;height:36px}
.blockquote-sharing-widget a{font:400 0/0 Arial;display:inline-block;width:36px;height:36px;background:#fff;position:relative;color:#055250;transition:.3s all ease;vertical-align:top}
.blockquote-sharing-widget a::after{content:"\f09a";display:block;position:absolute;top:6px;left:0;right:0;bottom:0;font:normal normal normal 24px/24px Font Awesome\ 5 Brands}
.blockquote-sharing-widget a:first-child{padding-left:6px}
.blockquote-sharing-widget a:first-child::after{left:6px}
.blockquote-sharing-widget a:last-child{padding-right:6px}
.blockquote-sharing-widget a:last-child::after{right:6px}
.blockquote-sharing-widget a::before{position:absolute;left:-10px;top:0;width:10px;bottom:0;content:""}
.blockquote-sharing-widget a.blockquote-social-twitter::after{content:"\f099"}
.blockquote-sharing-widget a:hover{color:#3d5a96}
.blockquote-sharing-widget a.blockquote-social-twitter:hover{color:#59adec}

@media(max-width:700px) {
  blockquote {
    font:400 24px/1.1em calluna,serif;
    padding: 30px 20px;
    line-height: 1.3em;
  }

  blockquote[class*="align"] {
    width:unset;
    float:none;
    margin-left:unset;
    margin-right:unset;
  }

  blockquote[class*="align"] + .baylor--attribution {
    width:unset;
    float:none;
    clear:unset;
  }
}

@media(max-width:600px) {
  .uiNewsPage blockquote{
    margin:40px 0;
  }
}

/* --------------------------------------------------*/
/*  BODY IMAGE STYLES                                */
/* --------------------------------------------------*/
figure {
  display:table;
  margin: 0;
}
figure.align-left {
  display: table;
  margin: 0 18px 5px 0;
  max-width: 40%;
}
figure.align-right {
  display: table;
  margin: 0 0 5px 18px;
  max-width: 40%;
}
figure.align-center {
  display: table;
  max-width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  margin-bottom: 30px;
}
/* Video Embed styles */
figure:has(.field--type-video-embed-field), .align-left:has(.field--type-video-embed-field), .align-right:has(.field--type-video-embed-field) {
  width: 100%;
}
.align-center:has(.field--type-video-embed-field) {
  max-width: 100%;
}

figure img {
  margin: 0 !important;
  display:block;
  width:100%;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 15px;
  font-size: .9em;
  color: rgba(0,0,0, .9);
  font-family: 'bio-sans';
  border-bottom: solid 2px #ccc;
  padding-bottom: 15px;
  text-align: center;
}

.legacyImage--alignRight {
  float:right;
  max-width: 40%;
  margin: 0 0 5px 10px;
}

.field--type-image img,
.embedded-entity img {
  margin: 0;
}

.align-right:has(.field--type-video-embed-field),
.align-left:has(.field--type-video-embed-field),
.align-right:has(.field--type-image),
.align-left:has(.field--type-image),
.embedded-entity.align-left,
.embedded-entity.align-right {
  max-width: 40%;
}

.align-left:has(.field--type-video-embed-field),
.align-left:has(.field--type-image),
.embedded-entity.align-left {
  margin: 0 18px 5px 0;
}

.align-right:has(.field--type-video-embed-field),
.align-right:has(.field--type-image),
.embedded-entity.align-right {
  margin: 0 0 5px 18px;
}

@media(max-width:600px) {

  figure[class*="align-"],
  div[class*="align-"]:has(.field--type-video-embed-field),
  div[class*="align-"]:has(.field--type-image),
  div[class*="embedded-entity"][class*="align-"] {
    max-width: 100%;
  }

  div[class*="align-"]:has(.field--type-video-embed-field),
  div[class*="align-"]:has(.field--type-image),
  div[class*="embedded-entity"][class*="align-"],
  figure[class*="align-"] {
    margin-top:0;
    margin-bottom:18px;
  }

  figure[class*="align-"] {
    margin-top:0;
  }
}
/* FOOTER */
.region-footer h2 {
  margin: 0;
}
.region-footer .menu-level--0 {
  margin: 0;
}

/* IFRAME VIDEO */
iframe {
  width: 100%;
}

iframe[src*='edge.baylor'], iframe[src*='youtube'], iframe[src*='vimeo'], iframe[src*='kaltura'] {
  aspect-ratio: 16 / 9;
  height: auto !important;
  border:0;
}

/* SLICK MESSAGE CENTER */
.slick img,
.slick iframe {
  width: 100%;
}

/* TOP BREADCRUMBS */

.breadcrumb {
  max-width: 1420px;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.breadcrumb__content #block-breadcrumbs {
  display: none;
  margin: 0 0;
  border-bottom: 1px solid #e2e2e2;
  height: 30px;
  overflow: hidden;
  position: relative;
  font-family: bio-sans, sans-serif;
  font-size: 1.4em;
}

.breadcrumb__content #block-breadcrumbs .breadcrumb {
  position: absolute;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  z-index: 5;
  left: 0;
  right: 0;
  padding-bottom: 0;
  background-color: #fff;
}
/* #block-breadcrumbs:after {
  position: absolute;
  content: '';
  width: 20px;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
} */
.breadcrumb a:first-child {
  padding-top: 3px;
  padding-left: 12px;
}
.breadcrumb .breadcrumb_branding img {
  height: 22px;
  width: 20px;
}

.breadcrumb a,
.breadcrumb em {
  display: inline-block;
  padding: 5px 0 0 22px;
  height: 26px;
  line-height: 18px;
  vertical-align: middle;
  overflow: visible;
  position: relative;
  font-style: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #767676;
  -webkit-transition: color 0.4s, border-color 0.6s;
  -moz-transition: color 0.4s, border-color 0.6s;
  -ms-transition: color 0.4s, border-color 0.6s;
  transition: color 0.4s, border-color 0.6s;
  border-bottom: 1px solid transparent;
  font-weight: normal;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
  transition: color 0.4s, border-color 0.6s;
}
.breadcrumb a:last-child {
  color: #154734;
  font-weight: 800;
  margin-right: 100px;
}
.breadcrumb a:last-child:before {
  content: ' ';
  display: none;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 13px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 100%;
  z-index: 2;
}
.breadcrumb a:last-child:after {
  content: ' ';
  display: none;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 13px solid #e2e2e2;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.breadcrumb a:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 13px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 100%;
  z-index: 2;
}
.breadcrumb a:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 13px solid #e2e2e2;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

/* BREADCRUMBS BOTTOM */
.region-footer #block-breadcrumbs-bottom {
  background-color:#fff;
  display: block;
  border-top: 1px solid #e2e2e2;
  height: 30px;
  overflow: hidden;
  position: relative;
  font-family: bio-sans, sans-serif;
  font-size: 1.4em;
}
.region-footer #block-breadcrumbs-bottom.hide-breadcrumb {
  display: none;
}
/* --- BREADCRUMBS BOTTOM --- */

/* MEDIA QUERIES */
/* 1024 */
@media (max-width: 1100px) {
  .main__content {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
  }

  .path--user .login-box {
    margin-top: 30px;
  }
  .breadcrumb__content #block-breadcrumbs {
    display: block;
  }
  .region-footer #block-breadcrumbs-bottom {
    display: none;
  }
  .logo img {
    height: 40px;
    padding: 5px 0 5px 16px;
  }
  .uiHeader-menu {
    top: 8px;
  }
  .region-header #block-searchform .header__search,
  .region-header #block-baylor-united-2-baylorsearch .header__search,
  #block-baylor-united-searchform .header__search {
    padding-top: 7px;
  }
  .region-header #block-sitebranding .logo {
    display: block;
    width: 280px;
  }
  #header-region {
    position: fixed;
    z-index: 99;
  }
  #header-region:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    background: #383838;
    content: '';
    z-index: 10;
    height: 2px;
  }
  #uiHeader_search {
    padding: 0;
    text-align: right;
    margin-top: -1px;
    transition: all 0.25s;
  }
  .uiTopNav #block-sitebranding {
    padding-top: 67px;
  }
  .region-header #block-sitebranding .logo {
    width: 255px;
  }
  .uiTopNav .menu--main ul {
    display: none;
  }
  .uiTopNav .site-branding-text {
    padding: 66px 16px 18px 16px;
  }
  .main__content .sidebar-first {
    display: none;
  }
  .menu-11 {
    display: inline-block;
  }
  .content__middle {
    max-width: none;
    /* padding: 4vw 4vw 25px 4vw; */
  }
  .main__content .sidebar-second {
    display: none;
  }

  .social__container-mobile {
    display: flex;
  }

  .main__content .sidebar-second .region-sidebar-second {
    position: sticky;
    top: 75px;
  }
  .main__content .field--name-field-button {
    text-align: center;
    padding-bottom: 10px;
  }
  .hero__content .hero__title {
    width: 100%;
  }
  .hero__content .hero__body {
    width: 100%;
  }
}

@media(max-width: 1000px) {
  p.buStyle--breakout {
    --spacing: calc(2em + 1vw);
    margin-inline: 0;
  }
}

@media (max-width: 820px) {
  .header__search--active #block-baylor-united-sitebranding,
  .header__search--active #block-sitebranding {
    transform: translateY(-60px);
    transition: all 0.25s ease;
  }
  /* .region-header #block-baylor-united-2-baylorsearch,
  #block-baylor-united-searchform {
    position: absolute;
    left: 0;
  } */

  .header__search--active .region-header #block-searchform #header_search,
  .header__search--active .region-header #block-baylor-united-2-baylorsearch #header_search,
  .header__search--active .region-header #block-baylor-united-searchform #header_search {
    left: 0px;
    position: fixed;
    height: 50px;
    transition: all 0.25s;
    padding-left: 16px;
  }
}
@media only screen and (max-width:  1099px) {
  #header-region:after {
    bottom: -6px;
    height: 5px;
  }
  .no-sitename header#baylor_header {
    height: 55px;
  }
}

@media(max-width: 400px) {
  .content__middle {
    padding: 0 0 25px 0;
  }
}

/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * Messages.
 *
 * @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400
 *   has been resolved.
 */

.messages-list {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
}

.field .messages-list,
.form-wrapper .messages-list {
  margin-bottom: 0;
}

.messages {
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font: 400 16px/1.2em bio-sans;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem; /* LTR */
  color: #fff;
  border-width: 0 0 0 5px; /* LTR */
  border-style: solid;
  border-color: #353641;
  border-radius: 2px;
  background-color: #353641;
  position:relative;
}

.messages:not(.messages--error)::after {
  position: absolute;
  left: 12px;
  font: 700 16px/1 Font Awesome\ 5 Pro;
  content: "\f00c";
  top: 50%;
  margin-top: -0.5em;
  color:#42a877;
}

.messages--error {
  border-color: #e34f4f;
}

.messages--status {
  border-color: #42a877;
}

.messages--warning {
  border-color: #e0ac00;
}

.messages__title {
  margin: 0 0 0 2.5rem; /* LTR */
  font-size: 1rem;
}

[dir="rtl"] .messages__title {
  margin-right: 2.5rem;
  margin-left: 0;
}

.messages--status .messages__header {
  background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3e%3cpath d='M2 6.571L5.6 10 14 2' fill='none' stroke='%2342a877' stroke-width='3'/%3e%3c/svg%3e) no-repeat center left;
}

[dir="rtl"] .messages--error .messages__header {
  background-position: center right;
}

.messages--status .messages__header {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3e%3cpath d='M2 6.571L5.6 10 14 2' fill='none' stroke='%2342a877' stroke-width='3'/%3e%3c/svg%3e") no-repeat center left; /* LTR */
}

[dir="rtl"] .messages--status .messages__header {
  background-position: center right;
}

.messages--warning .messages__header {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 4 14' fill='%23e0ac00'%3e%3cpath d='M.5 0h3v9h-3z'/%3e%3ccircle cx='2' cy='12.5' r='1.5'/%3e%3c/svg%3e") no-repeat center left; /* LTR */
}

div[role="contentinfo"] {
  padding: 25px 20px 25px 50px;
  margin-bottom: 2rem;
  font: 400 16px/1.2em bio-sans;
  background: #353641 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3e%3cpath d='M2 6.571L5.6 10 14 2' fill='none' stroke='%2342a877' stroke-width='3'/%3e%3c/svg%3e") no-repeat 20px 50%;
  color: #fff;
  border-left: 5px solid #42a877;
}

.main__content--landing div[role="contentinfo"] {
  margin-bottom:0;
}

div[role="contentinfo"] a {
  color: #fff!important;
}

div[role="contentinfo"] a:hover {
  color: #ffb81c;
}

[dir="rtl"] .messages--warning .messages__header {
  background-position: center right;
}

.messages__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 48rem) {
  .messages__content {
    margin-left: 2.5rem; /* LTR */
  }

  [dir="rtl"] .messages__content {
    margin-right: 2.5rem;
    margin-left: 0;
  }
}

.messages a {
  text-decoration: underline;
  color: #fff;
}

.messages a:hover {
  color: #ffb81c!important;
}

.messages pre {
  margin: 0;
}

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

.messages__item + .messages__item {
  margin-top: 0.75rem;
}

@media screen and (-ms-high-contrast: active) {
  .messages {
    border-width: 1px 1px 1px 5px; /* LTR */
  }
  [dir="rtl"] .messages {
    border-right-width: 5px;
    border-left-width: 1px;
  }
  .messages__header {
    filter: grayscale(1) brightness(1.5) contrast(10);
  }
}
