@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@300;600&family=Open+Sans:ital,wght@0,300;0,600;0,700;1,300;1,600;1,700&display=swap");
.clearfix, .group {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .group:before, .group:after {
    content: "";
    display: table; }
  .clearfix, .clearfix:before, .clearfix:after, .group, .group:before, .group:after {
    clear: both; }

/*
$red-dark: #6A0A1B;
$red-light: #A91C3A;
$orange: #EA4D3D;
$yellow: #F6B44D;
$teal: #0094E3;
$grey: #434039;
$grey-light: #EBEAE9;
*/
.bg-red-dark {
  background-color: #6A0A1B;
  color: white; }

.bg-red-light {
  background-color: #A91C3A;
  color: white; }

.bg-orange {
  background-color: #EA4D3D;
  color: white; }

.bg-teal {
  background-color: #0094E3;
  color: white; }

.bg-yellow {
  background-color: #F6B44D;
  color: white; }

.bg-grey {
  background-color: #434039;
  color: white; }

.bg-grey-light {
  background-color: #EBEAE9;
  color: #434039; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img, video, iframe {
  max-width: 100%; }

video, iframe {
  display: block; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #474a54;
  font-size: 14px;
  line-height: 21px;
  background: #fff; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px; } }

a {
  color: #b30838;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }
  a:hover {
    color: #e40a47; }
  a.meta {
    opacity: 0.5; }
    a.meta:hover {
      opacity: 1; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 9px 0; }

@media only screen and (min-width: 768px) {
  p, h1, h2, h3, h4, h5, h6 {
    padding: 11px 0; } }

p.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.text-center {
  text-align: center; }

p.right, h1.right, h2.right, h3.right, h4.right, h5.right, h6.right {
  text-align: right; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

h1, h2, h3, h4 {
  font-family: "Hepta Slab", serif;
  font-weight: 300; }
  h1 span, h2 span, h3 span, h4 span {
    opacity: .6; }

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

h1 {
  font-size: 2.1em;
  line-height: 1.3em; }

h2 {
  font-size: 1.6em;
  line-height: 1.3em; }

h3 {
  font-size: 1.3em;
  line-height: 1.3em; }

h4 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Hepta Slab", serif;
  font-weight: 600; }

h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.1em; }

h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: .9em;
  line-height: 1.1em; }

hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e8;
  margin: 25px 0;
  clear: both; }

blockquote {
  quotes: "" "";
  font-size: 1.3em;
  line-height: 1.5em;
  font-style: italic;
  color: #5f5a50;
  padding: 10px 30px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    blockquote {
      padding: 20px 50px; }
      blockquote:before {
        content: '"';
        position: absolute;
        font-family: "Times New Roman", sans-serif;
        left: 5px;
        top: 37px;
        font-size: 70px;
        opacity: .2; } }

article ol, article ul {
  padding: 15px 0 15px 30px; }

article ol li, article ul li {
  padding: 0 0 20px; }

@media only screen and (min-width: 768px) {
  article ol, article ul {
    padding-left: 45px; } }

ol {
  list-style: decimal; }

.quiet {
  font-size: .9em;
  color: #9295a2; }

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

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

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

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

.quarter, .third, .half, .two-third, .three-quarter, .twenty, .thirty, .sixty, .forty {
  padding: 20px; }
  .pad .quarter, .pad .third, .pad .half, .pad .two-third, .pad .three-quarter, .pad .twenty, .pad .thirty, .pad .sixty, .pad .forty {
    padding: 10px 0; }

@media only screen and (min-width: 768px) {
  .quarter, .third, .half, .two-third, .three-quarter, .twenty, .thirty, .sixty, .forty {
    float: left; }
    .quarter.first, .third.first, .half.first, .two-third.first, .three-quarter.first, .twenty.first, .thirty.first, .sixty.first, .forty.first {
      margin-left: 0; }
    .quarter.right, .third.right, .half.right, .two-third.right, .three-quarter.right, .twenty.right, .thirty.right, .sixty.right, .forty.right {
      float: right; }
  .quarter {
    width: 22.5%;
    margin: 0 1%; }
  .half {
    width: 48%;
    margin: 0 1%; }
  .third {
    width: 31%;
    margin: 0 1%; }
  .two-third {
    width: 65%;
    margin: 0 1%; }
  .three-quarter {
    width: 73%;
    margin: 0 1%; }
  .twenty {
    width: 18%;
    margin: 0 1%; }
  .thirty {
    width: 28%;
    margin: 0 1%; }
  .forty {
    width: 38%;
    margin: 0 1%; }
  .sixty {
    width: 58%;
    margin: 0 1%; } }

.quarter-always {
  width: 23%;
  float: left;
  margin-right: 2%; }

.three-quarter-always {
  width: 75%;
  float: left; }

.emergency-bar-container {
  background: #434039;
  padding: 10px 40px 10px 20px;
  color: white;
  zoom: 1;
  display: none;
  position: relative;
  z-index: 200;
  border-bottom: 1px solid #35332d;
  font-size: .85em; }
  .emergency-bar-container:before, .emergency-bar-container:after {
    content: "";
    display: table; }
  .emergency-bar-container, .emergency-bar-container:before, .emergency-bar-container:after {
    clear: both; }
  .video-showcase-container header .emergency-bar-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px; }
  .emergency-bar-container a {
    color: white;
    text-decoration: none; }
    .emergency-bar-container a:hover {
      text-decoration: none; }
  .emergency-bar-container.show {
    display: block; }
  .emergency-bar-container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transform: scale(1.4, 1); }
  .emergency-bar-container.red-light {
    background: #A91C3A;
    color: white;
    border-bottom: 1px solid #931832; }
    .emergency-bar-container.red-light a {
      color: white; }
  .emergency-bar-container.red-dark {
    background: #6A0A1B;
    color: white;
    border-bottom: 1px solid #530815; }
    .emergency-bar-container.red-dark a {
      color: white; }
  .emergency-bar-container.orange {
    background: #EA4D3D;
    color: white;
    border-bottom: 1px solid #e83826; }
    .emergency-bar-container.orange a {
      color: white; }
  .emergency-bar-container.yellow {
    background: #F6B44D;
    color: black;
    border-bottom: 1px solid #f5aa35; }
    .emergency-bar-container.yellow a {
      color: black; }
  .emergency-bar-container.teal {
    background: #0094E3;
    color: white;
    border-bottom: 1px solid #0083ca; }
    .emergency-bar-container.teal a {
      color: white; }

@media only screen and (min-width: 768px) {
  .two-column {
    display: flex;
    min-height: 80vh; } }

.two-column .sidebar {
  padding: 20px;
  background: #434039; }
  @media only screen and (min-width: 768px) {
    .two-column .sidebar {
      flex: 1;
      flex-basis: 25%; } }
  @media only screen and (min-width: 1220px) {
    .two-column .sidebar {
      padding: 30px 40px; } }
  @media only screen and (min-width: 768px) {
    .two-column .sidebar .toggle-sidebar-menu {
      display: none; } }
  .two-column .sidebar .menu-title {
    display: none;
    font-size: 22px;
    padding: 10px 0; }
    @media only screen and (min-width: 768px) {
      .two-column .sidebar .menu-title {
        padding: 10px; } }
  .two-column .sidebar .nav-menu {
    border-top: 2px solid #EBEAE9;
    border-bottom: 2px solid #EBEAE9; }
    .two-column .sidebar .nav-menu li a {
      display: block;
      color: #434039;
      font-size: 14px;
      line-height: 18px;
      text-decoration: none;
      padding: 5px 20px;
      border-bottom: 1px solid #EBEAE9;
      font-family: "Open Sans", sans-serif;
      font-weight: 600; }
      @media only screen and (min-width: 768px) {
        .two-column .sidebar .nav-menu li a {
          padding: 10px 12px; } }
      .two-column .sidebar .nav-menu li a:hover {
        color: #A91C3A; }
    .two-column .sidebar .nav-menu li .sub-menu {
      display: none; }
      .two-column .sidebar .nav-menu li .sub-menu.open {
        display: block;
        padding-left: 20px; }
        .two-column .sidebar .nav-menu li .sub-menu.open li a {
          font-family: "Open Sans", sans-serif;
          font-weight: 300; }

.two-column .right-column {
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .two-column .right-column {
      flex: 1;
      flex-basis: 75%;
      padding: 20px 30px; } }
  @media only screen and (min-width: 1220px) {
    .two-column .right-column {
      flex-basis: 80%;
      padding: 30px 40px; } }

/****************************
       MAIN MENU STYLES
 ****************************/
body {
  overflow-x: hidden; }

.menu-pane {
  flex: 1;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 26%;
  min-width: 300px;
  transition: all 300ms ease-in-out;
  background: white;
  z-index: 10000;
  overflow-y: auto;
  padding: 85px 20px 20px 20px; }
  .menu-pane.open {
    right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); }
    @media only screen and (min-width: 1024px) {
      .menu-pane.open .info-for, .menu-pane.open .buttons {
        opacity: 1;
        left: 50px; } }
  @media only screen and (min-width: 1024px) {
    .menu-pane {
      overflow-y: visible; } }
  .menu-pane .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    color: transparent;
    background: url(../img/icon-close-black.webp) right center no-repeat;
    background-size: contain;
    opacity: .5;
    border: 0;
    transition: color 400ms ease-in-out, padding-right 400ms ease-in-out, width 400ms ease-in-out;
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer; }
    .menu-pane .close:hover {
      opacity: .7; }
    @media only screen and (min-width: 768px) {
      .menu-pane .close {
        font-family: "Open Sans", sans-serif;
        font-weight: 300; }
        .menu-pane .close:hover {
          width: 130px;
          padding-right: 50px;
          color: rgba(0, 0, 0, 0.8); } }
  .admin-bar .menu-pane {
    top: 32px; }
  .menu-pane .main-menu {
    border-top: 1px dotted #aba79d;
    padding-top: 15px; }
    .menu-pane .main-menu a {
      display: block;
      color: #434039;
      padding: 6px 9px;
      text-decoration: none;
      transition: 400ms all ease-in-out;
      font-size: 1.2em;
      line-height: 1.4em;
      font-family: "Hepta Slab", serif;
      font-weight: 600; }
      .menu-pane .main-menu a:hover {
        color: #5f5a50; }
      @media only screen and (min-width: 768px) {
        .menu-pane .main-menu a {
          padding: 10px; } }
    .menu-pane .main-menu .sub-menu {
      display: none;
      border-top: 1px solid #c3c0b8; }
      .menu-pane .main-menu .sub-menu a {
        border-bottom: 1px solid #c3c0b8;
        font-size: 1em;
        padding: 5px 9px;
        line-height: 1.5em;
        font-family: "Open Sans", sans-serif;
        font-weight: 300; }
      .menu-pane .main-menu .sub-menu.open {
        display: block; }
      @media only screen and (min-width: 1024px) {
        .menu-pane .main-menu .sub-menu {
          opacity: 0;
          position: fixed;
          top: 102px;
          right: 105%;
          width: 350px;
          transition: all 400ms ease-in-out;
          display: block;
          z-index: 11000;
          border-top: 0; }
          .menu-pane .main-menu .sub-menu a {
            color: white;
            text-align: right;
            border-bottom: 0;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
            padding: 5px; }
          .menu-pane .main-menu .sub-menu.open {
            opacity: 1;
            right: 330px; }
            .menu-pane .main-menu .sub-menu.open a {
              padding: 5px 10px;
              border-bottom: 0; } }
      @media only screen and (min-width: 1100px) {
        .menu-pane .main-menu .sub-menu.open {
          right: 28%; } }
  .menu-pane .buttons {
    padding-top: 30px; }
    .menu-pane .buttons li a {
      display: block;
      padding: 8px 10px;
      border: 2px solid rgba(0, 0, 0, 0.2);
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 2px;
      text-decoration: none;
      text-align: center;
      transition: all 400ms ease-in-out;
      margin: 15px 10px 0 10px; }
      .menu-pane .buttons li a:hover {
        border: 2px solid rgba(0, 0, 0, 0.8);
        color: rgba(0, 0, 0, 0.8); }
    @media only screen and (min-width: 1024px) {
      .menu-pane .buttons {
        position: fixed;
        bottom: 80px;
        left: -400px;
        z-index: 12000;
        width: 300px;
        opacity: 0;
        transition: all 400ms ease-in-out; }
        .menu-pane .buttons li a {
          color: white;
          border: 2px solid rgba(255, 255, 255, 0.9);
          background: rgba(0, 0, 0, 0.3); }
          .menu-pane .buttons li a:hover {
            color: rgba(255, 255, 255, 0.7);
            border: 2px solid rgba(255, 255, 255, 0.7); } }
  .menu-pane .info-for h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    padding: 30px 10px 10px 10px;
    color: #A91C3A; }
  .menu-pane .info-for a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    color: #434039;
    text-decoration: none;
    padding: 6px 10px; }
  @media only screen and (min-width: 1024px) {
    .menu-pane .info-for {
      position: fixed;
      top: 80px;
      left: -400px;
      z-index: 12000;
      width: 300px;
      opacity: 0;
      transition: all 400ms ease-in-out; }
      .menu-pane .info-for h4 {
        color: rgba(255, 255, 255, 0.4);
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }
      .menu-pane .info-for li a {
        color: white;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        transition: color 400ms ease-in-out; }
        .menu-pane .info-for li a:hover {
          color: rgba(255, 255, 255, 0.6); } }

.menu-photo {
  position: fixed;
  top: 0;
  width: 80%;
  left: -80%;
  height: 100%;
  background: url(../img/bg-menu-photo.webp) center center no-repeat;
  background-size: cover;
  transition: all 300ms ease-in-out;
  z-index: 9000; }
  .menu-photo.open {
    left: 0; }

.toggle-sidebar-menu {
  width: 100%; }

.section-menu {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section-menu {
      display: block; } }
  .section-menu ul {
    margin-left: -10px; }
    .section-menu ul li a {
      display: block;
      color: white;
      text-decoration: none;
      padding: 6px 0 6px 10px; }
      @media only screen and (min-width: 768px) {
        .top .section-menu ul li a {
          display: inline;
          padding: 6px 20px; } }
      .section-menu ul li a:hover {
        opacity: .8; }
    .section-menu ul li.current_page_item > a {
      border-left: 3px solid #EA4D3D; }
    .section-menu ul li .sub-menu {
      display: none;
      padding-left: 20px; }
      @media only screen and (min-width: 1024px) {
        .section-menu ul li .sub-menu {
          padding-left: 30px; } }
      .section-menu ul li .sub-menu.open {
        display: block; }

.top-menu {
  background: #434039;
  padding: 10px;
  display: none; }
  @media only screen and (min-width: 768px) {
    .top-menu {
      display: block;
      padding: 10px 20px; } }
  @media only screen and (min-width: 1220px) {
    .top-menu {
      padding: 20px 30px; } }
  .top-menu ul li {
    display: inline; }
    .top-menu ul li a {
      display: block;
      color: white;
      text-decoration: none;
      padding: 6px 10px; }
      @media only screen and (min-width: 768px) {
        .top-menu ul li a {
          display: inline-block; } }
    .top-menu ul li.current_page_item a {
      border-left: 3px solid #EA4D3D;
      padding-left: 10px; }

header {
  zoom: 1;
  background: #6A0A1B;
  position: relative;
  padding: 10px 20px; }
  header:before, header:after {
    content: "";
    display: table; }
  header, header:before, header:after {
    clear: both; }
  header .logo {
    margin: -10px 0 -10px -20px;
    width: 180px;
    padding: 10px 20px; }
    @media only screen and (min-width: 1220px) {
      header .logo {
        padding: 10px 20px 10px 40px;
        width: 210px; } }
  header .slogan {
    display: none; }
    @media only screen and (min-width: 768px) {
      header .slogan {
        display: block;
        position: absolute;
        top: 30px;
        left: 200px;
        color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        line-height: 25px; } }
    @media only screen and (min-width: 1220px) {
      header .slogan {
        left: 250px; } }
  header > .buttons {
    display: none; }
    header > .buttons li {
      display: inline; }
      header > .buttons li a {
        display: inline-block;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        padding: 5px 10px;
        text-decoration: none;
        transition: all 400ms ease-in-out;
        margin: 0 10px;
        font-size: 16.5px;
        line-height: 25px;
        border-bottom: 2px dotted rgba(255, 255, 255, 0.2); }
        header > .buttons li a:hover {
          color: white;
          border-bottom: 2px dotted white; }
    @media only screen and (min-width: 768px) {
      header > .buttons {
        display: block;
        position: absolute;
        right: 150px;
        top: 24px; } }
    @media only screen and (min-width: 1220px) {
      header > .buttons {
        right: 250px; }
        header > .buttons li a {
          margin: 0 35px;
          padding: 5px 10px;
          letter-spacing: 2px; } }
    @media only screen and (min-width: 1440px) {
      header > .buttons {
        right: 300px; } }
    @media only screen and (min-width: 1680px) {
      header > .buttons {
        right: 420px; } }
  header .search-show {
    background: url(../img/icon-search-white.webp) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 80px;
    top: 25px;
    width: 26px;
    height: 26px;
    z-index: 4;
    color: transparent;
    overflow: hidden;
    border: 0;
    cursor: pointer; }
    @media only screen and (min-width: 1024px) {
      header .search-show {
        right: 100px;
        width: 35px;
        height: 35px;
        top: 26px; } }
    header .search-show:hover {
      opacity: .8; }
  header .menu-show {
    position: absolute;
    right: 30px;
    top: 24px;
    color: transparent;
    width: 26px;
    height: 26px;
    border: 0;
    z-index: 4;
    background: url(../img/icon-menu-white.webp) center center no-repeat;
    background-size: contain;
    transition: all 400ms ease-in-out;
    cursor: pointer; }
    @media only screen and (min-width: 1024px) {
      header .menu-show {
        padding: 0 60px 0 0;
        background-position: right center;
        top: 30px;
        height: 26px; } }
    header .menu-show:hover {
      opacity: .8; }

.header-info-for {
  zoom: 1;
  background: #434039;
  display: none; }
  .header-info-for:before, .header-info-for:after {
    content: "";
    display: table; }
  .header-info-for, .header-info-for:before, .header-info-for:after {
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .header-info-for {
      display: block; } }
  .header-info-for .label {
    font-size: .9em;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase; }
  .header-info-for .menu-constituent-container {
    display: inline; }
  .header-info-for ul {
    display: inline; }
    .header-info-for ul li {
      display: inline; }
      .header-info-for ul li a {
        color: white;
        padding: 7px 14px;
        display: inline-block;
        font-size: .9em; }
  .header-info-for .info-for-menu {
    float: left;
    padding: 0 0 0 20px; }
    .header-info-for .info-for-menu a {
      font-style: italic;
      text-decoration: none; }
  .header-info-for .info-for-aux {
    float: right;
    padding: 0 20px 0 0; }

.video-showcase-container {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #434039 url(../img/bg-menu-photo.webp) center center no-repeat;
  background-size: cover; }
  .video-showcase-container .video-showcase-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-menu-photo.webp) center center no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .video-showcase-container .video-showcase-background {
        display: none; } }
    .video-showcase-container .video-showcase-background.large {
      display: none; }
      @media only screen and (min-width: 768px) {
        .video-showcase-container .video-showcase-background.large {
          display: block; } }
  .video-showcase-container .video-thumbnail {
    width: 100%;
    position: absolute;
    z-index: 0; }
  .video-showcase-container video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; }
  .video-showcase-container .header-menu {
    display: none; }
    @media only screen and (min-width: 768px) {
      .video-showcase-container .header-menu {
        display: block;
        position: absolute;
        top: 35px;
        left: 250px;
        right: 150px; } }
    .video-showcase-container .header-menu ul li {
      display: inline;
      position: relative; }
      .video-showcase-container .header-menu ul li.emergency a {
        color: #F6B44D; }
        .video-showcase-container .header-menu ul li.emergency a:before {
          background: url(../img/icon-link-yellow.webp) center center no-repeat;
          background-size: contain; }
      .video-showcase-container .header-menu ul li.white a {
        background: white;
        border-radius: 4px;
        margin-right: 20px;
        color: #434039; }
        .video-showcase-container .header-menu ul li.white a:before {
          background: none;
          background-size: contain; }
      .video-showcase-container .header-menu ul li a {
        color: white;
        text-decoration: none;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        padding: 5px 25px;
        transition: all 400ms ease-in-out;
        margin: 0 5px;
        opacity: 1;
        font-family: "Open Sans", sans-serif;
        font-weight: 700; }
        .video-showcase-container .header-menu ul li a:hover {
          text-decoration: none;
          opacity: .8; }
          .video-showcase-container .header-menu ul li a:hover:before {
            opacity: .8; }
        .video-showcase-container .header-menu ul li a:before {
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          width: 20px;
          height: 20px;
          background: url(../img/icon-link.webp) center center no-repeat;
          background-size: contain;
          opacity: 1;
          transition: all 400ms ease-in-out; }
  .video-showcase-container header.video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: transparent; }
    .video-showcase-container header.video:after {
      content: '';
      width: 130px;
      height: 80px;
      position: absolute;
      top: 0;
      right: 0;
      background: #6A0A1B;
      z-index: 3; }
      @media only screen and (min-width: 1024px) {
        .video-showcase-container header.video:after {
          width: 170px;
          height: 90px; } }
    .video-showcase-container header.video > .buttons {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200px;
      margin-top: -68px;
      margin-left: -100px;
      display: block; }
      @media only screen and (min-width: 768px) {
        .video-showcase-container header.video > .buttons {
          width: 300px;
          margin-left: -150px; } }
      @media only screen and (min-width: 1220px) {
        .video-showcase-container header.video > .buttons {
          margin-top: -83px;
          margin-left: -200px;
          width: 400px; } }
      .video-showcase-container header.video > .buttons li {
        display: block;
        margin-bottom: 8px; }
        @media only screen and (min-width: 768px) {
          .video-showcase-container header.video > .buttons li {
            margin-bottom: 10px; } }
        .video-showcase-container header.video > .buttons li:first-child a {
          background: #0094E3; }
          .video-showcase-container header.video > .buttons li:first-child a:hover {
            background: #00a5fd; }
        .video-showcase-container header.video > .buttons li a {
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          display: block;
          text-align: center;
          border: 2px solid white;
          transition: 400ms all ease-in-out; }
          .video-showcase-container header.video > .buttons li a:hover {
            background: rgba(255, 255, 255, 0.2); }
          @media only screen and (min-width: 1220px) {
            .video-showcase-container header.video > .buttons li a {
              font-size: 1.2em;
              padding: 10px 25px; } }

.page-header {
  background: url(../img/bg-header-area.webp) center center no-repeat;
  background-size: cover;
  min-height: 250px;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width: 1220px) {
    .page-header {
      min-height: 350px; } }
  .page-header .page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 3, 9, 0.4); }
  .page-header .page-header-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    color: white;
    font-size: .85em;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .page-header .page-header-content {
        left: 30px; } }
    @media only screen and (min-width: 1220px) {
      .page-header .page-header-content {
        left: 40px;
        bottom: 40px; }
        .page-header .page-header-content .page-title {
          font-size: 2.4em; } }
    .page-header .page-header-content a {
      color: white;
      text-decoration: none;
      margin: 0 5px; }
      .page-header .page-header-content a:hover {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
    .page-header .page-header-content .page-title {
      font-family: "Hepta Slab", serif;
      font-weight: 600;
      font-size: 2em;
      line-height: 1.4em;
      padding: 0; }
      @media only screen and (min-width: 1024px) {
        .page-header .page-header-content .page-title {
          font-size: 2.4em; } }
    .page-header .page-header-content .page-subtitle {
      line-height: 1.6em;
      max-width: 700px; }
    .page-header .page-header-content .breadcrumbs {
      margin-left: -5px;
      padding: 10px 0 0; }

.front-title {
  padding: 10px;
  background: #A91C3A; }
  .front-title.first {
    margin-top: -70px;
    position: relative;
    z-index: 3; }
  .front-title h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    padding: 10px 0; }
    .front-title h2:after {
      content: "\21D3";
      margin-left: 20px;
      opacity: .5; }

@media only screen and (min-width: 1024px) {
  .front-columns {
    display: flex; } }

.front-columns .front-articles {
  padding: 20px; }
  @media only screen and (min-width: 1024px) {
    .front-columns .front-articles {
      flex: 1;
      flex-basis: 50%;
      padding: 20px 30px; }
      .front-columns .front-articles .article-cards {
        margin-right: -3.3333%; }
      .front-columns .front-articles .entry:first-child {
        flex-basis: 100%;
        display: flex; }
        .front-columns .front-articles .entry:first-child .entry-thumbnail {
          flex: 1;
          flex-grow: 0;
          flex-basis: 50%; }
        .front-columns .front-articles .entry:first-child .entry-inner {
          flex: 1;
          flex-grow: 0;
          flex-basis: 50%; }
          .front-columns .front-articles .entry:first-child .entry-inner p {
            display: block; }
      .front-columns .front-articles .entry {
        flex-basis: 30%;
        margin: 0 3.3333% 2% 0; }
        .front-columns .front-articles .entry .entry-inner p {
          display: none; } }
  @media only screen and (min-width: 1220px) {
    .front-columns .front-articles {
      padding: 30px 40px; } }
  @media only screen and (min-width: 1440px) {
    .front-columns .front-articles {
      padding: 50px 70px; } }

.front-columns .front-events {
  padding: 20px;
  background: #434039;
  color: #EBEAE9; }
  .front-columns .front-events a {
    color: #F6B44D; }
    .front-columns .front-events a:hover {
      opacity: .8; }
  @media only screen and (min-width: 1024px) {
    .front-columns .front-events {
      flex: 1;
      flex-basis: 50%;
      padding: 30px; } }
  @media only screen and (min-width: 1220px) {
    .front-columns .front-events {
      padding: 50px; } }
  @media only screen and (min-width: 1440px) {
    .front-columns .front-events {
      padding: 70px; } }

.front-columns .buttons {
  padding: 20px 0;
  text-align: center; }

@media only screen and (min-width: 1024px) {
  .site-alumni .front-articles .article-cards {
    margin-left: -2%; } }

@media only screen and (min-width: 1024px) {
  .site-alumni .front-articles .entry, .site-alumni .front-articles .entry:first-child {
    flex-basis: 48%;
    margin: 0 2% 2% 0;
    display: flex; }
    .site-alumni .front-articles .entry .entry-inner, .site-alumni .front-articles .entry:first-child .entry-inner {
      flex-basis: 100%; }
      .site-alumni .front-articles .entry .entry-inner p, .site-alumni .front-articles .entry:first-child .entry-inner p {
        display: block; } }

.site-alumni .front-articles .entry .entry-thumbnail, .site-alumni .front-articles .entry:first-child .entry-thumbnail {
  display: none; }

.phototiles {
  zoom: 1; }
  .phototiles:before, .phototiles:after {
    content: "";
    display: table; }
  .phototiles, .phototiles:before, .phototiles:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .phototiles {
      display: flex;
      flex-wrap: wrap; } }
  .phototiles .phototile {
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    padding: 40px; }
    @media only screen and (min-width: 768px) {
      .phototiles .phototile {
        flex: 1;
        flex-basis: 50%;
        padding: 60px 50px; } }
    @media only screen and (min-width: 1024px) {
      .phototiles .phototile {
        flex-basis: 33.3333%;
        padding: 80px 90px; } }
    @media only screen and (min-width: 1440px) {
      .phototiles .phototile {
        flex-basis: 25%; } }
    @media only screen and (min-width: 1920px) {
      .phototiles .phototile {
        padding: 130px 130px; } }
    .phototiles .phototile:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      content: '';
      z-index: 1; }
    .phototiles .phototile .phototile-title {
      font-size: 1.8em;
      line-height: 1.4em;
      font-family: "Hepta Slab", serif;
      font-weight: 600;
      position: relative;
      z-index: 2; }
    .phototiles .phototile .phototile-subtitle {
      font-size: 1.4em;
      line-height: 1.4em;
      font-weight: 500;
      font-style: italic;
      position: relative;
      z-index: 2; }
    .phototiles .phototile .phototile-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      z-index: 3;
      transition: 400ms opacity ease-in-out;
      padding: 50px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .phototiles .phototile .phototile-content.red-dark {
        background: #6A0A1B; }
      .phototiles .phototile .phototile-content.red-light {
        background: #A91C3A; }
      .phototiles .phototile .phototile-content.teal {
        background: #0094E3; }
      .phototiles .phototile .phototile-content.grey {
        background: #434039; }
      .phototiles .phototile .phototile-content.grey-light {
        background: #EBEAE9; }
      .phototiles .phototile .phototile-content.orange {
        background: #EA4D3D; }
      @media only screen and (min-width: 1024px) {
        .phototiles .phototile .phototile-content {
          padding: 0 50px; } }
      @media only screen and (min-width: 1440px) {
        .phototiles .phototile .phototile-content {
          padding: 0 60px; } }
      @media only screen and (min-width: 1920px) {
        .phototiles .phototile .phototile-content {
          font-size: 1.2em;
          line-height: 1.5em;
          padding: 0 80px; } }
    .phototiles .phototile:hover .phototile-content {
      opacity: 1; }

.search-pane {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 26%;
  min-width: 300px;
  transition: all 300ms ease-in-out;
  background: white;
  overflow: auto;
  padding: 85px 20px 20px 20px; }
  .search-pane.open {
    right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); }
  .search-pane .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    color: transparent;
    background: url(../img/icon-close-black.webp) right center no-repeat;
    background-size: contain;
    opacity: .5;
    border: 0;
    transition: color 400ms ease-in-out, padding-right 400ms ease-in-out, width 400ms ease-in-out;
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer; }
    .search-pane .close:hover {
      opacity: .7; }
    @media only screen and (min-width: 768px) {
      .search-pane .close {
        font-family: "Open Sans", sans-serif;
        font-weight: 300; }
        .search-pane .close:hover {
          width: 130px;
          padding-right: 50px;
          color: rgba(0, 0, 0, 0.8); } }
  .admin-bar .search-pane {
    top: 32px; }
  .search-pane input[type=text] {
    width: 100%;
    padding: 10px 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    border: 2px solid #888; }
    .search-pane input[type=text]:focus {
      border: 2px solid #A91C3A; }
  .search-pane ::placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
  .search-pane button[type=submit] {
    display: none; }
  .search-pane h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px;
    padding: 40px 10px 10px 10px;
    color: #6c675c; }
  .search-pane .popular-searches a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: block;
    color: #434039;
    text-decoration: none;
    padding: 5px 10px; }

.search-list .searchform label {
  display: block;
  padding: 3px 0; }
  @media only screen and (min-width: 768px) {
    .search-list .searchform label {
      display: inline-block;
      padding: 0;
      margin: 0 5px; } }

.search-list .searchform input[type=submit] {
  margin: 5px 0 0; }
  @media only screen and (min-width: 768px) {
    .search-list .searchform input[type=submit] {
      margin: 0 0 0 10px; } }

.search-list .entries {
  margin: 20px 0 0 0; }
  @media only screen and (min-width: 1024px) {
    .search-list .entries {
      display: flex;
      flex-wrap: wrap;
      margin-right: -3%; } }

.search-list .entry {
  border: 3px solid #EBEAE9;
  padding: 20px;
  margin-bottom: 20px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .search-list .entry {
      flex: 1;
      flex-basis: 47%;
      margin: 0 3% 3% 0; } }
  @media only screen and (min-width: 1220px) {
    .search-list .entry {
      flex-basis: 30.3333%;
      margin: 0 3% 3% 0; } }
  @media only screen and (min-width: 1440px) {
    .search-list .entry {
      flex-basis: 22%;
      margin: 0 3% 3% 0; } }
  .search-list .entry:before {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #EBEAE9;
    padding: 6px 12px;
    font-size: .8em;
    line-height: 1em;
    opacity: .8; }
  .search-list .entry.post:before {
    content: 'ARTICLE'; }
  .search-list .entry.page:before {
    content: 'PAGE'; }
  .search-list .entry.event:before {
    content: 'EVENT'; }
  .search-list .entry.people:before {
    content: 'PERSON'; }
  .search-list .entry.guide:before {
    content: 'RESEARCH GUIDE'; }

.search-list .post-category {
  display: inline-block;
  background: #EBEAE9;
  padding: 5px 8px;
  font-size: .9em; }

.pagination {
  padding: 10px 50px 30px;
  text-align: center;
  font-family: "Hepta Slab", serif;
  font-weight: 300; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    background: #A91C3A;
    color: white; }
    .pagination .page-numbers.current {
      background: #EBEAE9;
      color: #434039; }

body.cta-active {
  padding-bottom: 55px; }
  @media only screen and (min-width: 768px) {
    body.cta-active {
      padding-bottom: 78px; } }

.call-to-action {
  background: #A91C3A;
  color: white;
  text-align: center;
  padding: 10px;
  z-index: 500;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .call-to-action {
      padding: 20px; } }
  body.cta-active .call-to-action {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0; }
  .call-to-action .btn {
    margin: 0 10px; }
    .call-to-action .btn.two {
      display: none; }
      @media only screen and (min-width: 768px) {
        .call-to-action .btn.two {
          display: inline-block; } }
  .call-to-action .back-to-top {
    float: right;
    padding: 6px 14px;
    background: #6A0A1B;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7); }

.page-header .call-to-action {
  display: none;
  background: none; }
  .cta-active .page-header .call-to-action {
    display: none; }
  @media only screen and (min-width: 768px) {
    .page-header .call-to-action {
      display: block;
      position: absolute;
      right: 10px;
      bottom: 15px; }
      .page-header .call-to-action .back-to-top {
        display: none; } }
  @media only screen and (min-width: 1220px) {
    .page-header .call-to-action {
      right: 30px;
      bottom: 30px; } }

.counselor-state {
  margin-top: 20px;
  border: 3px solid rgba(67, 64, 57, 0.2);
  padding: 20px;
  font-family: "Hepta Slab", serif;
  font-weight: 600; }
  .counselor-state select {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 7px; }

.counselors .counselor {
  display: flex;
  border: 3px solid #EBEAE9;
  margin-top: 5px; }
  .counselors .counselor .counselor-photo {
    width: 150px; }
    .counselors .counselor .counselor-photo img {
      display: block; }
  .counselors .counselor .counselor-info {
    flex: 1;
    flex-basis: 120px;
    padding: 20px; }
    .counselors .counselor .counselor-info p {
      padding: 0; }

footer {
  zoom: 1;
  background: #6A0A1B;
  border-top: 20px solid #c3c0b8;
  padding: 20px;
  color: white;
  margin-top: 0;
  position: relative;
  z-index: 10; }
  footer:before, footer:after {
    content: "";
    display: table; }
  footer, footer:before, footer:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    footer {
      padding: 20px 30px; } }
  @media only screen and (min-width: 1220px) {
    footer {
      padding: 20px 40px; } }
  footer a {
    color: rgba(255, 255, 255, 0.9);
    transition: opacity 400ms ease-in-out; }
    footer a:hover {
      color: white;
      opacity: .8; }
  @media only screen and (min-width: 768px) {
    footer .address {
      float: left; } }
  footer .social {
    margin: 20px 50px 20px 0;
    display: block; }
    footer .social img {
      float: left;
      max-width: 12%;
      margin: 0 1.1%; }
      @media only screen and (min-width: 450px) {
        footer .social img {
          max-width: 40px;
          margin: 0 5px; } }
    @media only screen and (min-width: 768px) {
      footer .social {
        float: right;
        margin: 0 50px 0 0; }
        footer .social:after {
          clear: none; } }
  footer .back-to-top {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    position: fixed;
    bottom: 55px;
    right: 20px;
    padding: 11px 15px;
    background: #A91C3A;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-size: 1.4em;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: none; }
    @media only screen and (min-width: 768px) {
      footer .back-to-top {
        right: 30px;
        bottom: 50px; } }
    @media only screen and (min-width: 1220px) {
      footer .back-to-top {
        right: 40px; } }
  footer .colophon {
    font-size: .8em;
    opacity: .5;
    clear: both; }
    @media only screen and (min-width: 768px) {
      footer .colophon {
        float: right;
        clear: right;
        padding-top: 10px; } }

.accordions {
  margin-top: 20px; }
  .accordions .accordion {
    margin-bottom: 10px; }
    .accordions .accordion .accordion-handle {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      position: relative;
      background-color: #434039;
      color: white;
      padding: 15px 10px 15px 55px;
      cursor: pointer;
      font-size: 1.1em; }
      .accordions .accordion .accordion-handle:hover {
        color: white;
        cursor: pointer; }
      .accordions .accordion .accordion-handle:after {
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        content: "+";
        font-size: 30px;
        line-height: .75em;
        pointer-events: none;
        border: 3px solid white;
        text-align: center;
        vertical-align: middle;
        color: white; }
    .accordions .accordion.red-dark .accordion-handle {
      background-color: #6A0A1B; }
    .accordions .accordion.red-light .accordion-handle {
      background-color: #A91C3A; }
    .accordions .accordion.orange .accordion-handle {
      background-color: #EA4D3D; }
    .accordions .accordion.yellow .accordion-handle {
      background-color: #F6B44D; }
    .accordions .accordion.teal .accordion-handle {
      background-color: #0094E3; }
    .accordions .accordion.grey-light .accordion-handle {
      background-color: #EBEAE9;
      color: #434039; }
      .accordions .accordion.grey-light .accordion-handle:hover {
        color: #434039; }
    .accordions .accordion .accordion-content {
      display: none;
      background: #EBEAE9; }
    .accordions .accordion.open .accordion-handle:after {
      content: "-"; }
    .accordions .accordion.open .accordion-content {
      display: block;
      padding: 10px 10px 10px 20px; }
      @media only screen and (min-width: 480px) {
        .accordions .accordion.open .accordion-content {
          padding: 10px 10px 20px 55px; } }

.pad {
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .pad {
      padding: 30px; } }

section.content {
  position: relative;
  z-index: 10;
  background: white; }

.content-wide {
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .content-wide {
      padding: 20px 30px; } }
  @media only screen and (min-width: 1024px) {
    .content-wide {
      padding: 30px 40px; } }

.box {
  background: #EBEAE9;
  padding: 40px 20px;
  margin: 0 -20px; }
  @media only screen and (min-width: 768px) {
    .box {
      margin: 0;
      padding: 20px 30px; } }
  .box.red-dark {
    background: #6A0A1B;
    color: white; }
  .box.red-light {
    background: #A91C3A;
    color: white; }
  .box.orange {
    background: #EA4D3D;
    color: white; }
  .box.grey-dark {
    background: #434039;
    color: white; }
  .box.white {
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.content-style ol:not(.gform_fields), .two-column .right-column ol:not(.gform_fields), .content-wide ol:not(.gform_fields), .area .tab-content ol:not(.gform_fields), .bio .bio-content ol:not(.gform_fields), .content-style ul:not(.gform_fields), .two-column .right-column ul:not(.gform_fields), .content-wide ul:not(.gform_fields), .area .tab-content ul:not(.gform_fields), .bio .bio-content ul:not(.gform_fields) {
  padding: 7px 0 7px 30px; }

.content-style ul, .two-column .right-column ul, .content-wide ul, .area .tab-content ul, .bio .bio-content ul {
  list-style-type: disc; }

.content-style ol, .two-column .right-column ol, .content-wide ol, .area .tab-content ol, .bio .bio-content ol {
  list-style-type: decimal; }

@media only screen and (min-width: 600px) {
  .content-style img.alignleft, .two-column .right-column img.alignleft, .content-wide img.alignleft, .area .tab-content img.alignleft, .bio .bio-content img.alignleft {
    float: left;
    margin: 0 15px 15px 0; } }

.content-style .buttons, .two-column .right-column .buttons, .content-wide .buttons, .area .tab-content .buttons, .bio .bio-content .buttons {
  padding: 20px 0; }

.content-style table, .two-column .right-column table, .content-wide table, .area .tab-content table, .bio .bio-content table {
  border: 1px solid #ccc; }
  .content-style table thead tr th, .two-column .right-column table thead tr th, .content-wide table thead tr th, .area .tab-content table thead tr th, .bio .bio-content table thead tr th {
    background: #6A0A1B;
    color: white; }

.section-content {
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .section-content {
      padding: 20px 30px; } }
  @media only screen and (min-width: 1024px) {
    .section-content {
      padding: 30px 40px; } }

.content button, .content input[type=submit], .content input[type=reset], .content .btn {
  padding: 15px 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  transition: all 400ms ease-in-out;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0;
  background: linear-gradient(270deg, #4ac0ff, #0094E3);
  color: white; }
  .content button .mce-txt, .content button .mce-ico, .content input[type=submit] .mce-txt, .content input[type=submit] .mce-ico, .content input[type=reset] .mce-txt, .content input[type=reset] .mce-ico, .content .btn .mce-txt, .content .btn .mce-ico {
    color: white; }
  .content button:hover, .content input[type=submit]:hover, .content input[type=reset]:hover, .content .btn:hover {
    background: linear-gradient(90deg, #4ac0ff, #0094E3);
    color: white; }
  .content button.red-dark, .content input[type=submit].red-dark, .content input[type=reset].red-dark, .content .btn.red-dark {
    background: linear-gradient(270deg, #b0112d, #6A0A1B);
    color: white; }
    .content button.red-dark:hover, .content input[type=submit].red-dark:hover, .content input[type=reset].red-dark:hover, .content .btn.red-dark:hover {
      background: linear-gradient(90deg, #b0112d, #6A0A1B); }
  .content button.red-light, .content input[type=submit].red-light, .content input[type=reset].red-light, .content .btn.red-light {
    background: linear-gradient(270deg, #dd3458, #A91C3A);
    color: white; }
    .content button.red-light:hover, .content input[type=submit].red-light:hover, .content input[type=reset].red-light:hover, .content .btn.red-light:hover {
      background: linear-gradient(90deg, #dd3458, #A91C3A); }
  .content button.orange, .content input[type=submit].orange, .content input[type=reset].orange, .content .btn.orange {
    background: linear-gradient(270deg, #f18c82, #EA4D3D);
    color: white; }
    .content button.orange:hover, .content input[type=submit].orange:hover, .content input[type=reset].orange:hover, .content .btn.orange:hover {
      background: linear-gradient(90deg, #f18c82, #EA4D3D); }
  .content button.yellow, .content input[type=submit].yellow, .content input[type=reset].yellow, .content .btn.yellow {
    background: linear-gradient(270deg, #f8c87e, #F6B44D);
    color: black; }
    .content button.yellow:hover, .content input[type=submit].yellow:hover, .content input[type=reset].yellow:hover, .content .btn.yellow:hover {
      background: linear-gradient(90deg, #f8c87e, #F6B44D); }
  .content button.grey, .content input[type=submit].grey, .content input[type=reset].grey, .content .btn.grey {
    background: linear-gradient(270deg, #6c675c, #434039);
    color: white; }
    .content button.grey:hover, .content input[type=submit].grey:hover, .content input[type=reset].grey:hover, .content .btn.grey:hover {
      background: linear-gradient(90deg, #6c675c, #434039); }
  .content button.grey-light, .content button.white, .content button.secondary, .content input[type=submit].grey-light, .content input[type=submit].white, .content input[type=submit].secondary, .content input[type=reset].grey-light, .content input[type=reset].white, .content input[type=reset].secondary, .content .btn.grey-light, .content .btn.white, .content .btn.secondary {
    padding: 14px 25px;
    background: white;
    color: #0094E3;
    border: 1px solid #0094E3; }
    .content button.grey-light:hover, .content button.white:hover, .content button.secondary:hover, .content input[type=submit].grey-light:hover, .content input[type=submit].white:hover, .content input[type=submit].secondary:hover, .content input[type=reset].grey-light:hover, .content input[type=reset].white:hover, .content input[type=reset].secondary:hover, .content .btn.grey-light:hover, .content .btn.white:hover, .content .btn.secondary:hover {
      background: #0094E3;
      color: white !important; }
  .content button.large, .content input[type=submit].large, .content input[type=reset].large, .content .btn.large {
    font-size: 1.1em;
    padding: 12px 15px; }
  .content button.text, .content button.tertiary, .content input[type=submit].text, .content input[type=submit].tertiary, .content input[type=reset].text, .content input[type=reset].tertiary, .content .btn.text, .content .btn.tertiary {
    background: none;
    text-decoration: none;
    color: #0094E3;
    box-shadow: none;
    padding-right: 8px; }
    .content button.text:after, .content button.tertiary:after, .content input[type=submit].text:after, .content input[type=submit].tertiary:after, .content input[type=reset].text:after, .content input[type=reset].tertiary:after, .content .btn.text:after, .content .btn.tertiary:after {
      content: " \2794"; }
    .content button.text:hover, .content button.tertiary:hover, .content input[type=submit].text:hover, .content input[type=submit].tertiary:hover, .content input[type=reset].text:hover, .content input[type=reset].tertiary:hover, .content .btn.text:hover, .content .btn.tertiary:hover {
      color: #0073b0;
      text-decoration: underline; }
    .content button.text:active, .content button.tertiary:active, .content input[type=submit].text:active, .content input[type=submit].tertiary:active, .content input[type=reset].text:active, .content input[type=reset].tertiary:active, .content .btn.text:active, .content .btn.tertiary:active {
      color: #00517d; }

.button {
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1em;
  color: #b30838;
  text-decoration: none;
  background: white;
  border: 1px solid #b30838;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 20px rgba(37, 37, 42, 0.3);
  box-shadow: 0 0 20px rgba(37, 37, 42, 0.3);
  cursor: pointer; }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0; }

.elementor-widget-slides {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px; }

.elementor .elementor-background-video-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); }

.elementor-widget-slides .elementor-background-overlay {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.elementor-widget-slides .elementor-slide-heading {
  font-family: "Hepta Slab", serif;
  font-weight: 600; }

.elementor-editor-active .elementor-background-overlay {
  display: none; }

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: auto !important; }

.gform_wrapper .donate-form .gfield, #mc_embed_signup .donate-form .gfield {
  margin: 7px 0 !important; }
  .gform_wrapper .donate-form .gfield .ginput_container, #mc_embed_signup .donate-form .gfield .ginput_container {
    margin-top: 5px !important; }
  .gform_wrapper .donate-form .gfield .gfield_description, #mc_embed_signup .donate-form .gfield .gfield_description {
    padding-top: 0; }
  .gform_wrapper .donate-form .gfield ::placeholder, #mc_embed_signup .donate-form .gfield ::placeholder {
    color: #ddd; }
  .gform_wrapper .donate-form .gfield.field_description_below.gsection, #mc_embed_signup .donate-form .gfield.field_description_below.gsection {
    margin: 50px 0 10px !important; }
    @media only screen and (min-width: 768px) {
      .gform_wrapper .donate-form .gfield.field_description_below.gsection, #mc_embed_signup .donate-form .gfield.field_description_below.gsection {
        margin: 80px 0 15px !important; } }
    .gform_wrapper .donate-form .gfield.field_description_below.gsection:first-child, #mc_embed_signup .donate-form .gfield.field_description_below.gsection:first-child {
      margin: 0 0 15px !important; }
      @media only screen and (min-width: 768px) {
        .gform_wrapper .donate-form .gfield.field_description_below.gsection:first-child, #mc_embed_signup .donate-form .gfield.field_description_below.gsection:first-child {
          margin: 0 0 15px !important; } }
  .gform_wrapper .donate-form .gfield.donate-recurring, #mc_embed_signup .donate-form .gfield.donate-recurring {
    margin-top: -20px !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select, #mc_embed_signup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #mc_embed_signup textarea, #mc_embed_signup select {
  padding: 7px 5px;
  border: 3px solid #ddd; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus, #mc_embed_signup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, #mc_embed_signup textarea:focus, #mc_embed_signup select:focus {
    border: 3px solid #0094E3;
    outline: none; }

.gform_wrapper .gsection_description, #mc_embed_signup .gsection_description {
  font-size: .9em; }

.gform_wrapper span.ginput_total, #mc_embed_signup span.ginput_total {
  font-size: 1.5em;
  font-weight: bold;
  color: black; }

.gform_wrapper .gfield.donate-type .gfield_radio, .gform_wrapper .gfield.donate-amount .gfield_radio, #mc_embed_signup .gfield.donate-type .gfield_radio, #mc_embed_signup .gfield.donate-amount .gfield_radio {
  width: auto !important; }
  .gform_wrapper .gfield.donate-type .gfield_radio li, .gform_wrapper .gfield.donate-amount .gfield_radio li, #mc_embed_signup .gfield.donate-type .gfield_radio li, #mc_embed_signup .gfield.donate-amount .gfield_radio li {
    background: #c3c0b8;
    padding: 7px 13px 10px !important;
    margin-right: 5px;
    border-radius: 5px; }
    @media only screen and (min-width: 768px) {
      .gform_wrapper .gfield.donate-type .gfield_radio li, .gform_wrapper .gfield.donate-amount .gfield_radio li, #mc_embed_signup .gfield.donate-type .gfield_radio li, #mc_embed_signup .gfield.donate-amount .gfield_radio li {
        float: left; } }

@media only screen and (min-width: 768px) {
  .gform_wrapper .gfield.donate-type .gfield_radio li, #mc_embed_signup .gfield.donate-type .gfield_radio li {
    width: 150px; }
  .gform_wrapper .gfield.donate-amount .gfield_radio li, #mc_embed_signup .gfield.donate-amount .gfield_radio li {
    width: 88px; } }

.gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=button], .gform_wrapper .gform_footer input[type=reset], .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .btn, #mc_embed_signup .gform_footer input[type=submit], #mc_embed_signup .gform_footer input[type=button], #mc_embed_signup .gform_footer input[type=reset], #mc_embed_signup .gform_footer button, #mc_embed_signup .gform_footer .btn {
  padding: 13px 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  transition: all 400ms ease-in-out;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(270deg, #4ac0ff, #0094E3) !important;
  color: white;
  border: 0; }
  .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=button]:hover, .gform_wrapper .gform_footer input[type=reset]:hover, .gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer .btn:hover, #mc_embed_signup .gform_footer input[type=submit]:hover, #mc_embed_signup .gform_footer input[type=button]:hover, #mc_embed_signup .gform_footer input[type=reset]:hover, #mc_embed_signup .gform_footer button:hover, #mc_embed_signup .gform_footer .btn:hover {
    background: linear-gradient(90deg, #4ac0ff, #0094E3) !important; }

.gform_legacy_markup_wrapper.gf_browser_chrome select {
  padding: 6px 5px; }

.ginput_product_price_label {
  display: none !important; }

#gform_44 .ginput_container.error {
  border: 3px solid #790000;
  border-left: 0;
  border-right: 0;
  background: rgba(255, 223, 224, 0.25);
  padding: 10px;
  display: none; }

.entry-content .job_listings li {
  background: none; }
  .entry-content .job_listings li .meta li {
    padding: 4px 0; }

.single_job_listing ul.meta li {
  background: none;
  padding: 4px 0; }

.area-header {
  background: url(../img/bg-header-area.webp) center center no-repeat;
  background-size: cover; }
  .area-header .breadcrumbs {
    max-width: 400px; }
    .area-header .breadcrumbs span.ma, .area-header .breadcrumbs span.mi, .area-header .breadcrumbs span.tc, .area-header .breadcrumbs span.dd, .area-header .breadcrumbs span.pa {
      font-size: 1.2em;
      line-height: 1.2em;
      padding: 7px; }

.academics span.ma, .academics span.mi, .academics span.tc, .academics span.dd, .academics span.pa, .area-header span.ma, .area-header span.mi, .area-header span.tc, .area-header span.dd, .area-header span.pa {
  line-height: 1em;
  padding: 7px;
  text-align: center;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

.academics span.ma, .area-header span.ma {
  background-color: #6A0A1B;
  color: white; }

.academics span.mi, .area-header span.mi {
  background-color: #A91C3A;
  color: white; }

.academics span.pa, .area-header span.pa {
  background-color: #EA4D3D;
  color: white; }

.academics span.tc, .area-header span.tc {
  background-color: #F6B44D;
  color: white; }

.academics span.dd, .area-header span.dd {
  background-color: #0094E3;
  color: white; }

.academics .area-listing ul, .area-header .area-listing ul {
  list-style-type: none;
  padding: 0 !important; }
  .academics .area-listing ul li, .area-header .area-listing ul li {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0; }
    @media only screen and (min-width: 768px) {
      .academics .area-listing ul li, .area-header .area-listing ul li {
        padding: 15px;
        display: flex; } }
    @media only screen and (min-width: 768px) {
      .academics .area-listing ul li .area-title, .area-header .area-listing ul li .area-title {
        flex: 1;
        flex-basis: 60%; } }
    .academics .area-listing ul li .area-categories, .area-header .area-listing ul li .area-categories {
      padding: 5px 0 0 0; }
      @media only screen and (min-width: 768px) {
        .academics .area-listing ul li .area-categories, .area-header .area-listing ul li .area-categories {
          flex: 1;
          flex-basis: 40%;
          text-align: right; } }
    .academics .area-listing ul li a, .area-header .area-listing ul li a {
      font-family: "Hepta Slab", serif;
      font-weight: 600;
      font-size: 1.3em;
      line-height: 1.6em;
      text-decoration: none;
      color: #434039; }

.area .area-title {
  padding: 20px 20px 0; }

.area .area-subtitle {
  padding: 0 20px 10px;
  opacity: .7; }

.area .tab-nav h3 {
  padding: 20px 20px 10px 0;
  color: white; }
  @media only screen and (min-width: 768px) {
    .area .tab-nav h3 {
      padding: 20px 20px 10px 0; } }

.area .tab-nav ul {
  border-top: 2px solid rgba(235, 234, 233, 0.1);
  border-bottom: 2px solid rgba(235, 234, 233, 0.1); }
  .area .tab-nav ul li {
    display: block;
    color: white;
    border-bottom: 1px solid rgba(235, 234, 233, 0.1);
    cursor: pointer;
    transition: all 400ms ease-in-out; }
    @media only screen and (min-width: 768px) {
      .area .tab-nav ul li {
        padding: 10px 12px 10px 0; } }
    .area .tab-nav ul li:first-child {
      border-top: none; }
    .area .tab-nav ul li.active {
      font-family: "Open Sans", sans-serif;
      font-weight: 700; }
      .area .tab-nav ul li.active:hover {
        font-family: "Open Sans", sans-serif;
        font-weight: 700; }
    .area .tab-nav ul li:hover {
      color: rgba(235, 234, 233, 0.7); }

.area .tab-content {
  display: none; }
  .area .tab-content.active {
    display: block; }

.area .sample-schedule {
  float: right;
  font-size: .9em;
  text-align: center;
  margin: 20px; }

.area .area-faculty {
  zoom: 1; }
  .area .area-faculty:before, .area .area-faculty:after {
    content: "";
    display: table; }
  .area .area-faculty, .area .area-faculty:before, .area .area-faculty:after {
    clear: both; }
  .area .area-faculty .person-entry {
    position: relative;
    margin-bottom: 20px; }
    .area .area-faculty .person-entry a {
      display: block;
      width: 100%;
      text-decoration: none;
      transition: all 400ms ease-in-out; }
      .area .area-faculty .person-entry a:hover {
        opacity: .9; }
    .area .area-faculty .person-entry .info h4 {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      color: #6A0A1B;
      padding: 0;
      font-size: 1em; }

.area .area-buttons {
  padding: 20px 0; }
  .area .area-buttons ul li a {
    display: block;
    text-align: left;
    color: #0094E3;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 2px 10px 2px 35px;
    background: url(../img/icon-link-teal.webp) left center no-repeat;
    background-size: contain;
    margin: 0 0 10px 10px; }

.area-legend {
  margin: 0 -20px;
  border: 8px solid #EBEAE9;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .area-legend {
      margin: 20px 0;
      width: 100%;
      padding: 30px;
      display: flex; } }
  @media only screen and (min-width: 1220px) {
    .area-legend {
      padding: 40px; } }
  .area-legend .term {
    display: none; }
  .area-legend .term-description {
    display: block;
    font-size: .85em; }
    .area-legend .term-description p {
      padding: 0; }
  .area-legend .mini-legend p {
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .area-legend .mini-legend {
      flex-basis: 75%; } }
  .area-legend .mini-legend .item {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px; }
  .area-legend .area-filter {
    padding-right: 20px; }
    @media only screen and (min-width: 768px) {
      .area-legend .area-filter {
        flex-basis: 25%; } }
    .area-legend .area-filter select {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      width: 100%;
      margin-bottom: 20px;
      padding: 10px 15px;
      border: 2px solid #434039; }
    @media only screen and (min-width: 1024px) {
      .area-legend .area-filter {
        float: left;
        width: 25%;
        padding-right: 30px; } }

.icon-header {
  padding: 20px;
  display: flex; }
  @media only screen and (min-width: 1024px) {
    .icon-header {
      padding: 30px; } }
  .icon-header .icon {
    text-align: center;
    width: 20%; }
    @media only screen and (min-width: 1024px) {
      .icon-header .icon {
        width: 15%; } }
    @media only screen and (min-width: 1220px) {
      .icon-header .icon {
        width: 10%; } }
  .icon-header .intro {
    width: 80%;
    padding-left: 20px; }
    @media only screen and (min-width: 1024px) {
      .icon-header .intro {
        width: 85%;
        padding-left: 10px; } }
    @media only screen and (min-width: 1220px) {
      .icon-header .intro {
        width: 90%;
        padding-left: 20px; } }
    .icon-header .intro p {
      padding: 0; }
      @media only screen and (min-width: 1220px) {
        .icon-header .intro p {
          padding: 10px 0; } }

.icons {
  margin: 0 -20px; }
  @media only screen and (min-width: 768px) {
    .icons {
      margin: 30px 0; } }
  @media only screen and (min-width: 860px) {
    .icons {
      display: flex; } }
  @media only screen and (min-width: 1220px) {
    .icons {
      margin-right: -3%; } }
  @media only screen and (min-width: 860px) {
    .icons .icon {
      flex-grow: 1;
      flex-basis: 0; } }
  @media only screen and (min-width: 1220px) {
    .icons .icon {
      margin: 0 3% 0 0; } }
  .icons .icon .icon-inner {
    padding: 40px 20px; }
    @media only screen and (min-width: 860px) {
      .icons .icon .icon-inner {
        padding: 40px 20px; } }
    @media only screen and (min-width: 1220px) {
      .icons .icon .icon-inner {
        padding: 40px; } }

.crowd-funding {
  padding-top: 20px; }
  .crowd-funding .fund {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; }
    .crowd-funding .fund a {
      text-decoration: none; }
      .crowd-funding .fund a:hover * {
        transition: opacity 400ms ease-in-out;
        opacity: .9; }
    .crowd-funding .fund .photo {
      position: relative; }
      .crowd-funding .fund .photo img {
        display: block;
        width: 100%; }
      .crowd-funding .fund .photo h4 {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        color: #434039;
        padding: 10px;
        text-align: center; }
    .crowd-funding .fund .info {
      background: #f7f7f6;
      padding: 6px 12px; }
      .crowd-funding .fund .info h4 {
        color: #434039;
        padding: 10px 0 0; }
      .crowd-funding .fund .info p {
        color: #7a7568;
        font-size: .9em; }
      @media only screen and (min-width: 600px) {
        .crowd-funding .fund .info {
          height: 145px;
          overflow: auto; } }
      @media only screen and (min-width: 900px) {
        .crowd-funding .fund .info {
          height: 160px;
          overflow: auto; } }
    @media only screen and (min-width: 600px) {
      .crowd-funding .fund {
        width: 48%;
        float: left;
        margin-right: 4%; }
        .crowd-funding .fund:nth-child(2), .crowd-funding .fund:nth-child(4), .crowd-funding .fund:nth-child(6), .crowd-funding .fund:nth-child(8), .crowd-funding .fund:nth-child(10), .crowd-funding .fund:nth-child(12), .crowd-funding .fund:nth-child(14), .crowd-funding .fund:nth-child(16), .crowd-funding .fund:nth-child(18), .crowd-funding .fund:nth-child(20), .crowd-funding .fund:nth-child(22), .crowd-funding .fund:nth-child(24), .crowd-funding .fund:nth-child(26), .crowd-funding .fund:nth-child(28), .crowd-funding .fund:nth-child(30), .crowd-funding .fund:nth-child(32), .crowd-funding .fund:nth-child(34), .crowd-funding .fund:nth-child(36), .crowd-funding .fund:nth-child(38) {
          margin-right: 0; } }
    @media only screen and (min-width: 900px) {
      .crowd-funding .fund {
        width: 31%;
        float: left;
        margin-right: 3.25%; }
        .crowd-funding .fund:nth-child(2), .crowd-funding .fund:nth-child(4), .crowd-funding .fund:nth-child(6), .crowd-funding .fund:nth-child(8), .crowd-funding .fund:nth-child(10), .crowd-funding .fund:nth-child(12), .crowd-funding .fund:nth-child(14), .crowd-funding .fund:nth-child(16), .crowd-funding .fund:nth-child(18), .crowd-funding .fund:nth-child(20), .crowd-funding .fund:nth-child(22), .crowd-funding .fund:nth-child(24), .crowd-funding .fund:nth-child(26), .crowd-funding .fund:nth-child(28), .crowd-funding .fund:nth-child(30), .crowd-funding .fund:nth-child(32), .crowd-funding .fund:nth-child(34), .crowd-funding .fund:nth-child(36), .crowd-funding .fund:nth-child(38) {
          margin-right: 3.25%; }
        .crowd-funding .fund:nth-child(3), .crowd-funding .fund:nth-child(6), .crowd-funding .fund:nth-child(9), .crowd-funding .fund:nth-child(12), .crowd-funding .fund:nth-child(15), .crowd-funding .fund:nth-child(18), .crowd-funding .fund:nth-child(21), .crowd-funding .fund:nth-child(24), .crowd-funding .fund:nth-child(27), .crowd-funding .fund:nth-child(30), .crowd-funding .fund:nth-child(33), .crowd-funding .fund:nth-child(36), .crowd-funding .fund:nth-child(39) {
          margin-right: 0; } }

.alum-listing {
  margin-right: -2%; }
  .alum-listing a {
    text-decoration: none; }
    .alum-listing a:hover .alum .alum-category {
      opacity: 1; }

@media only screen and (min-width: 550px) {
  .alum-listing {
    display: flex;
    flex-wrap: wrap; } }

.alum-listing .alum {
  border: 1px solid #888;
  background: white;
  position: relative;
  margin-bottom: 10px; }
  @media only screen and (min-width: 550px) {
    .alum-listing .alum {
      flex: 1;
      flex-basis: 47%;
      float: left;
      margin: 0 3% 10px 0;
      min-height: 450px; } }
  @media only screen and (min-width: 768px) {
    .alum-listing .alum {
      flex-basis: 30%; } }
  @media only screen and (min-width: 1024px) {
    .alum-listing .alum {
      flex-basis: 23%;
      margin: 0 2% 10px 0; } }
  .alum-listing .alum .info {
    font-size: .85em;
    line-height: 1.4em;
    padding: 10px 10px 50px 10px; }
    .alum-listing .alum .info h5 {
      line-height: 1.4em;
      font-weight: 700;
      color: #6A0A1B;
      padding: 0; }
    .alum-listing .alum .info .quiet {
      padding: 6px 0; }
    .alum-listing .alum .info .alum-year {
      float: left;
      width: 48%;
      padding-left: 20px;
      position: relative;
      margin: 5px 0 5px 2%; }
    .alum-listing .alum .info .alum-location {
      float: left;
      width: 48%;
      padding-left: 20px;
      position: relative;
      margin: 5px 2% 5px 0; }
  .alum-listing .alum .alum-category {
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7f7f6;
    color: #434039;
    padding: 10px 0 10px 35px;
    font-weight: 700;
    margin-top: 5px;
    opacity: .7;
    transition: opacity 400ms ease-in-out;
    border-top: 1px solid #434039; }

.alum-details {
  position: relative;
  background: white;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 40px auto; }
  .alum-details h3 {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px; }
  @media only screen and (min-width: 500px) {
    .alum-details h5 {
      float: left;
      width: 60%;
      padding: 22px 0 15px 5px; } }
  @media only screen and (min-width: 500px) {
    .alum-details .details-photo {
      float: left;
      width: 35%;
      margin: 0 15px 10px 0; } }
  .alum-details .alum-year {
    float: left;
    width: 60%;
    padding-left: 20px;
    position: relative;
    margin: 5px 0; }
    @media only screen and (min-width: 500px) {
      .alum-details .alum-year {
        margin: 10px 0;
        padding-left: 30px; } }
  .alum-details .alum-location {
    float: left;
    width: 60%;
    padding-left: 20px;
    position: relative;
    margin: 5px 0; }
    @media only screen and (min-width: 500px) {
      .alum-details .alum-location {
        margin: 10px 0;
        padding-left: 30px; } }
  .alum-details .alum-category {
    float: left;
    width: 60%;
    padding-left: 20px;
    position: relative;
    margin: 5px 0; }
    @media only screen and (min-width: 500px) {
      .alum-details .alum-category {
        margin: 10px 0;
        padding-left: 30px; } }
  .alum-details .details-content {
    clear: both;
    border-top: 1px solid #eee; }

.alum-filter {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  margin: 0 0 10px 0;
  clear: both; }
  .alum-filter input[type=text], .alum-filter select {
    font-size: 14px;
    padding: 7px 12px;
    display: block;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .alum-filter input[type=text], .alum-filter select {
        display: inline;
        margin-bottom: 0; } }

.alum-title {
  background: none; }
  @media only screen and (min-width: 1024px) {
    .alum-title {
      float: left; } }

.alum-buttons button {
  margin: 10px 0; }

@media only screen and (min-width: 1024px) {
  .alum-buttons {
    float: right;
    padding-top: 10px; } }

.alum-back, .alum-reset {
  color: #777; }

.alum-add-story-form {
  clear: both;
  display: none;
  border: 1px solid #ccc;
  background: #eee;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 20px; }

.year-more-details {
  display: none; }

.class-title {
  color: #6A0A1B;
  font-weight: 700;
  opacity: 1; }

.class-title {
  display: block; }
  @media only screen and (min-width: 600px) {
    .class-title {
      display: inline; } }

.class-information {
  clear: both;
  position: relative;
  padding: 5px 0 15px; }
  .class-information .alum-facebook {
    position: absolute;
    top: 10px;
    right: 0; }
  .class-information .third {
    padding: 0; }
  .class-information .year-buttons {
    margin-top: -20px; }
  @media only screen and (min-width: 768px) {
    .class-information .third {
      padding: 0 20px 0 0; } }
  .class-information .reunion-photo, .class-information .class-photo {
    float: left;
    width: 90%;
    padding-left: 40px;
    position: relative;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .class-information .reunion-photo, .class-information .class-photo {
        margin: 25px 0; } }
    .class-information .reunion-photo a, .class-information .class-photo a {
      color: #6A0A1B;
      text-decoration: none; }
  .class-information .class-facebook {
    float: left;
    width: 90%;
    padding-left: 40px;
    position: relative;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .class-information .class-facebook {
        margin: 25px 0; } }
    .class-information .class-facebook a {
      color: #6A0A1B;
      text-decoration: none; }
  .class-information .class-memory-book {
    float: left;
    width: 90%;
    padding-left: 40px;
    position: relative;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .class-information .class-memory-book {
        margin: 25px 0; } }
    .class-information .class-memory-book a {
      color: #6A0A1B;
      text-decoration: none; }
    .class-information .class-memory-book span {
      display: block;
      color: #5f5a50;
      font-size: .8em;
      line-height: 1em; }
  .class-information .class-green-list {
    float: left;
    width: 90%;
    padding-left: 40px;
    position: relative;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .class-information .class-green-list {
        margin: 25px 0; } }
    .class-information .class-green-list a {
      color: #6A0A1B;
      text-decoration: none; }
    .class-information .class-green-list span {
      display: block;
      color: #5f5a50;
      font-size: .8em;
      line-height: 1em; }

.alum-banner-container {
  position: relative; }
  .alum-banner-container p {
    padding: 0; }
  .alum-banner-container .alum-banner-content {
    position: absolute;
    top: 5%;
    left: 25%;
    right: 25%;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .alum-banner-container .alum-banner-content {
        top: 15%; } }
    @media only screen and (min-width: 960px) {
      .alum-banner-container .alum-banner-content {
        top: 20%; } }
  .alum-banner-container h1 {
    font-weight: 700;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    text-transform: uppercase; }
    @media only screen and (min-width: 600px) {
      .alum-banner-container h1 {
        font-size: 15px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .alum-banner-container h1 {
        font-size: 26px;
        line-height: 30px; } }
    @media only screen and (min-width: 1024px) {
      .alum-banner-container h1 {
        font-size: 38px;
        line-height: 45px; } }
  .alum-banner-container img {
    width: 100%; }
    .alum-banner-container img.alum-banner {
      display: none; }
    @media only screen and (min-width: 768px) {
      .alum-banner-container img.alum-banner {
        display: block; }
      .alum-banner-container img.alum-banner-small {
        display: none; } }
  .alum-banner-container .alum-banner-button {
    padding: 3px 7px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid white;
    color: white;
    font-size: 12px;
    line-height: 1em;
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }
    @media only screen and (min-width: 600px) {
      .alum-banner-container .alum-banner-button {
        font-size: 15px;
        padding: 5px 10px; } }
    @media only screen and (min-width: 768px) {
      .alum-banner-container .alum-banner-button {
        font-size: 18px;
        padding: 6px 12px 7px;
        margin-top: 15px;
        font-weight: 400; } }
    @media only screen and (min-width: 1024px) {
      .alum-banner-container .alum-banner-button {
        font-size: 22px; } }
  .alum-banner-container a:hover .alum-banner-button {
    background: #0094E3; }

.people {
  padding: 20px 0; }

.people-search {
  padding: 10px;
  border: 3px solid #EBEAE9;
  margin-bottom: 20px; }
  .people-search input[type=text] {
    font-family: "Hepta Slab", serif;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 0 0 0 40px;
    border: 0;
    background: url(../img/icon-search.webp) left center no-repeat;
    background-size: contain;
    font-size: 1.1em; }
    .people-search input[type=text]:focus {
      outline: 0; }

.person-entry, .people-listing .person-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .person-entry img, .people-listing .person-entry img {
    width: 100%; }
  .person-entry .info {
    padding: 10px 20px 20px; }
    .person-entry .info h4 {
      padding-bottom: 0; }
    .person-entry .info .person-title {
      padding: 3px 0; }
    .person-entry .info .person-email {
      padding: 0;
      font-size: .9em;
      text-transform: lowercase; }

@media only screen and (min-width: 500px) {
  .person-single .person-entry {
    float: right;
    width: 250px;
    margin: 0 0 15px 15px; } }

@media only screen and (min-width: 500px) {
  .guide .librarian .person-single .person-entry {
    float: none;
    width: auto; } }

@media only screen and (min-width: 500px) {
  .people-listing {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%; } }

@media only screen and (min-width: 900px) {
  .people-listing {
    margin-right: -1.333%; } }

@media only screen and (min-width: 1220px) {
  .people-listing {
    margin-right: -2%; } }

.people-listing .person-entry {
  display: none; }
  .people-listing .visible.person-entry {
    display: block; }
  @media only screen and (min-width: 500px) {
    .people-listing .person-entry {
      flex: 1;
      flex-basis: 48%;
      flex-grow: 0;
      margin: 0 2% 20px 0; } }
  @media only screen and (min-width: 900px) {
    .people-listing .person-entry {
      flex-basis: 32%;
      margin-right: 1.3333%; } }
  @media only screen and (min-width: 1220px) {
    .people-listing .person-entry {
      flex-basis: 23%;
      margin-right: 2%; } }
  @media only screen and (min-width: 1440px) {
    .people-listing .person-entry {
      flex-basis: 18%;
      margin-right: 2%; } }

.bio .sidebar {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .bio .sidebar img {
    width: 100%;
    display: block; }
  .bio .sidebar .person-info {
    padding: 20px; }
    .bio .sidebar .person-info h2, .bio .sidebar .person-info h4 {
      color: white; }
    .bio .sidebar .person-info h5 {
      padding-bottom: 3px; }
    .bio .sidebar .person-info a {
      color: #EBEAE9; }
    .bio .sidebar .person-info p {
      padding: 3px 0;
      color: white; }
    .bio .sidebar .person-info .btn {
      margin-top: 20px;
      padding: 10px 20px; }

.hours {
  zoom: 1; }
  .hours:before, .hours:after {
    content: "";
    display: table; }
  .hours, .hours:before, .hours:after {
    clear: both; }
  @media only screen and (min-width: 900px) {
    .hours {
      display: flex;
      flex-direction: row-reverse; } }
  .hours .hours-inner {
    background: url(../img/bg-hours.webp) center center no-repeat;
    background-size: cover;
    color: white;
    padding: 20px; }
    @media only screen and (min-width: 900px) {
      .hours .hours-inner {
        width: 35%;
        padding: 50px 20px; } }
    @media only screen and (min-width: 1024px) {
      .hours .hours-inner {
        width: 30%;
        padding: 50px 30px; } }
    @media only screen and (min-width: 1440px) {
      .hours .hours-inner {
        width: 25%; } }
    .hours .hours-inner .day {
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
      font-size: .85em;
      display: flex; }
      @media only screen and (min-width: 1440px) {
        .hours .hours-inner .day {
          font-size: .95em; } }
      .hours .hours-inner .day span {
        opacity: .9;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        flex: 1; }
        .hours .hours-inner .day span:nth-child(2) {
          text-align: right; }
    .hours .hours-inner .status {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 2.5em;
      line-height: 1.2em;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
      margin-bottom: 20px;
      text-align: center; }
    .hours .hours-inner .contact {
      text-align: center;
      margin-top: 10px; }
  .hours .library-search {
    opacity: .85;
    background-color: #eee;
    color: #434039;
    padding: 20px; }
    @media only screen and (min-width: 900px) {
      .hours .library-search {
        width: 65%;
        padding: 35px; } }
    @media only screen and (min-width: 1024px) {
      .hours .library-search {
        width: 70%;
        padding: 40px; } }
    @media only screen and (min-width: 1440px) {
      .hours .library-search {
        width: 75%; } }
    .hours .library-search .everything {
      padding-bottom: 20px; }
      .hours .library-search .everything input[type=text] {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        float: left;
        width: 60%;
        padding: 6px 10px;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #ccc;
        border-right: 0;
        color: #434039; }
        @media only screen and (min-width: 768px) {
          .hours .library-search .everything input[type=text] {
            width: 71.5%;
            margin-right: 1.5%; } }
      .hours .library-search .everything input[type=submit] {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        float: left;
        padding: 9px 10px;
        font-size: 16px;
        line-height: 16px;
        width: 40%;
        border: none !important; }
        @media only screen and (min-width: 768px) {
          .hours .library-search .everything input[type=submit] {
            width: 27%; } }
    .hours .library-search select {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 16px;
      padding: 6px 10px;
      width: 100%;
      color: #434039;
      border: 1px solid #ccc; }
    .hours .library-search .books {
      padding-bottom: 20px; }
      .hours .library-search .books input[type=text] {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        padding: 6px 10px;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #ccc;
        border-right: 0;
        color: #434039;
        float: left;
        width: 60%; }
        @media only screen and (min-width: 768px) {
          .hours .library-search .books input[type=text] {
            width: 40%;
            margin: 0 1.5%; } }
      .hours .library-search .books input[type=submit] {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        padding: 9px 10px;
        font-size: 16px;
        line-height: 16px;
        border: none !important;
        float: left;
        width: 40%; }
        @media only screen and (min-width: 768px) {
          .hours .library-search .books input[type=submit] {
            width: 27%; } }
      .hours .library-search .books select {
        margin-bottom: 4px; }
        @media only screen and (min-width: 768px) {
          .hours .library-search .books select {
            float: left;
            width: 30%; } }
      .hours .library-search .books .advanced {
        clear: left;
        text-align: center;
        padding: 3px 0 10px;
        font-size: .85em; }
    .hours .library-search select {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 16px;
      padding: 6px 10px;
      width: 100%;
      color: #434039;
      border: 1px solid #ccc; }
    .hours .library-search .databases {
      padding-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .hours .library-search .databases {
          float: left;
          padding-bottom: 0;
          width: 47.5%;
          margin-right: 5%; } }
    @media only screen and (min-width: 768px) {
      .hours .library-search .guides {
        float: left;
        width: 47.5%; } }
  .hours .contact {
    padding-top: 15px; }
    .hours .contact a {
      color: white; }

@media only screen and (min-width: 1024px) {
  .guide .librarian {
    float: right;
    width: 30%; } }

@media only screen and (min-width: 1024px) {
  .guide .accordion-container {
    width: 67%; } }

@media only screen and (min-width: 600px) {
  .event .event-header {
    display: flex; } }

.event .event-header .event-thumbnail {
  background: url(../img/bg-page-header.webp) center center no-repeat;
  background-size: cover;
  min-height: 150px; }
  @media only screen and (min-width: 600px) {
    .event .event-header .event-thumbnail {
      flex: 1;
      flex-basis: 40%; } }
  @media only screen and (min-width: 768px) {
    .event .event-header .event-thumbnail {
      flex: 1;
      flex-basis: 20%;
      min-height: 250px; } }

.event .event-header .event-info {
  background: #EBEAE9;
  padding: 20px;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 600px) {
    .event .event-header .event-info {
      flex: 1;
      flex-basis: 60%; } }
  @media only screen and (min-width: 600px) {
    .event .event-header .event-info {
      flex: 1;
      flex-basis: 80%; } }

.month-nav {
  padding: 7px 10px;
  background: #434039;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  float: left;
  cursor: pointer; }
  .month-nav.next {
    float: right; }
  .month-nav:hover {
    background: #5f5a50;
    color: white; }

.calendar-month-title {
  text-align: center;
  font-size: 1.1em; }
  @media only screen and (min-width: 600px) {
    .calendar-month-title {
      font-size: 1.6em; } }
  @media only screen and (min-width: 900px) {
    .calendar-month-title {
      font-size: 2.2em; } }

.calendar {
  border-top: 1px solid #6c675c;
  border-left: 1px solid #6c675c;
  width: 100%; }
  .calendar td {
    width: 14.58%;
    padding: 4px;
    text-align: center;
    border-right: 1px solid #6c675c;
    border-bottom: 1px solid #6c675c; }
    .calendar td.calendar-day-head {
      background: #EBEAE9; }
      .calendar td.calendar-day-head span {
        display: none; }
        @media only screen and (min-width: 768px) {
          .calendar td.calendar-day-head span {
            display: inline; } }
    .calendar td.calendar-day:hover {
      background: #EBEAE9; }
    .calendar td .day-number {
      text-align: right; }
    .calendar td .day-events {
      display: none; }
      @media only screen and (min-width: 768px) {
        .calendar td .day-events {
          display: block;
          min-height: 100px; }
          .calendar td .day-events .event-time, .calendar td .day-events .event-description {
            display: none; } }
      .calendar td .day-events a {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 13px; }
      .calendar td .day-events .event {
        padding: 7px 0;
        border-top: 1px solid #aba79d; }
      .calendar td .day-events .event-title {
        line-height: 20px; }

.day-event-list {
  display: block;
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .day-event-list {
      display: none; } }
  .day-event-list .event-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 8px; }
  .day-event-list .event-time {
    color: #434039;
    font-style: italic; }
  .day-event-list .event-description {
    font-size: .85em;
    line-height: 1.4em; }

.event-list {
  padding: 20px 0; }
  .event-list .event {
    position: relative;
    padding-left: 100px;
    padding-bottom: 30px; }
    .event-list .event .event-date-month {
      position: absolute;
      left: 0;
      top: 0;
      width: 80px;
      font-family: "Hepta Slab", serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 20px;
      text-align: center; }
    .event-list .event .event-date-day {
      position: absolute;
      left: 0;
      top: 25px;
      width: 80px;
      font-family: "Hepta Slab", serif;
      font-weight: 600;
      font-size: 50px;
      line-height: 50px;
      text-align: center; }
    .event-list .event .event-date-year {
      position: absolute;
      left: 0;
      top: 80px;
      width: 80px;
      font-family: "Hepta Slab", serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 20px;
      text-align: center; }
    .event-list .event h3 {
      font-family: "Hepta Slab", serif;
      font-weight: 600;
      padding: 0; }
    .event-list .event .event-location {
      opacity: .7;
      padding: 4px 0; }
    .event-list .event .event-excerpt {
      font-size: .9em; }

.map {
  height: 350px; }
  @media only screen and (min-width: 768px) {
    .map {
      height: 500px; } }
  @media only screen and (min-width: 1024px) {
    .map {
      height: 650px; } }
  @media only screen and (min-width: 1220px) {
    .map {
      height: 700px; } }
  @media only screen and (min-width: 1440px) {
    .map {
      height: 750px; } }
  .map iframe {
    width: 100%;
    height: 100%; }

.map-container {
  position: relative; }

#map-info {
  padding: 15px;
  background: #eee;
  opacity: 0.8;
  top: 10px;
  right: 10px;
  width: 300px;
  position: absolute; }
  #map-info h4 {
    padding: 0; }
  #map-info p {
    padding: 5px 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.company-search {
  position: relative; }

.company-results {
  display: none;
  overflow: auto;
  background: white;
  border: 1px solid #eee; }
  .company-results ul {
    padding: 2px; }
  @media only screen and (min-width: 768px) {
    .company-results {
      position: absolute;
      top: 37px;
      width: 70%;
      max-height: 300px;
      z-index: 100;
      left: 29%;
      margin-left: -5px; } }
  .company-results li {
    border: 1px solid #eee;
    padding: 4px !important;
    margin-bottom: 2px;
    font-size: .9em;
    background: #eee !important; }
    .company-results li:hover {
      cursor: pointer;
      background: #e5e5e5 !important; }

.article-cards {
  padding-top: 20px; }
  @media only screen and (min-width: 650px) {
    .article-cards {
      display: flex;
      margin-right: -2%;
      flex-wrap: wrap; } }
  .article-cards .entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; }
    .article-cards .entry img {
      width: 100%;
      display: block; }
    .article-cards .entry .entry-inner {
      padding: 20px; }
      .article-cards .entry .entry-inner a {
        color: #434039; }
        .article-cards .entry .entry-inner a:hover {
          opacity: .8; }
    @media only screen and (min-width: 650px) {
      .article-cards .entry {
        flex: 1;
        flex-grow: 0;
        margin: 0 2% 2% 0;
        flex-basis: 48%; } }
    @media only screen and (min-width: 1024px) {
      .article-cards .entry {
        margin: 0 2% 2% 0;
        flex-basis: 31.3333%; } }
    @media only screen and (min-width: 1220px) {
      .article-cards .entry {
        flex-basis: 23%; } }
  @media only screen and (min-width: 1220px) {
    .area .article-cards .entry, .two-column .article-cards .entry {
      flex-basis: 31.3333%; } }
