body {
  font: normal 1rem BentonSansRegular, Arial, sans;
  color: #04121e;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.15;
  text-rendering: optimizeLegibility;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.2rem;
}

h3 + h4 {
  margin-top: 1rem;
}

h5 {
  font-size: 1rem;
}

a {
  color: #347090;
}

html,
body {
  background-color: #120a00;
  height: 100%;
  width: 100%;
}

div.background {
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

div.background #canvas {
  height: 100%;
  width: 100%;
}

@media print {
  div.background {
    display: none;
  }
}

header {
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media print, screen and (min-width: 40.063em) {
  header {
    position: relative;
  }
}

@media print {
  header {
    display: none;
  }
}

div.home-content {
  height: auto;
  position: relative;
  width: auto;
}

@media print, screen and (min-width: 40.063em) {
  div.home-content {
    width: 100%;
  }
}

div.interior {
  margin: 0 4% 12px;
  overflow: visible;
}

@media print, screen and (min-width: 40.063em) {
  div.interior {
    margin: 0 70px 70px;
  }
}

@media print {
  div.interior {
    display: inline;
    height: auto;
    margin: 0;
  }
}

.ancillary-panel div.interior {
  margin: 0;
}

div.interior-navigation {
  background: linear-gradient(180deg, rgba(64, 64, 64, 0.5), rgba(64, 64, 64, 0.7));
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  margin: 90px 4% 0;
  padding: 8px 12px 8px 12px;
  overflow: visible;
  position: relative;
}

@media print, screen and (min-width: 40.063em) {
  div.interior-navigation {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    border: none;
    margin: 0;
    padding: 0 70px;
    position: relative;
  }
}

footer {
  height: auto;
  position: relative;
  width: 100%;
}

.home footer {
  bottom: 0;
  position: absolute;
}

@media print {
  footer {
    display: none;
  }
}

#branding-bar-back {
  background-color: #7A1705;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: height 0.75s;
}

.back-open {
  border-top: 5px solid #900;
  height: 58px;
}

.back-close {
  border-top: none;
  height: 0;
}

#randing-bar {
  position: relative;
  top: 0;
  width: 100%;
  /* Campus names */
}

@media screen and (min-width: 40.063em) {
  #randing-bar {
    overflow: visible;
    position: fixed;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  }
}

@media screen and (min-width: 60.063em) {
  #randing-bar {
    margin-bottom: 15px;
    /* account for trident */
  }
}

#randing-bar a:hover img {
  border-top: 5px solid #900;
  transition: all .25s ease-in-out;
}

#randing-bar h1,
#randing-bar #iu-campus {
  font-family: BentonSansCondRegular, Arial, serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  float: left;
  line-height: 52px;
  margin: 0;
  opacity: 1;
  padding-left: 58px;
  text-transform: uppercase;
  transition: all 0.25s;
}

#randing-bar h1 a,
#randing-bar #iu-campus a {
  color: #fff;
  text-decoration: none;
}

#randing-bar h1 a span,
#randing-bar #iu-campus a span {
  font-family: inherit;
}

@media only screen and (min-width: 40.063em) {
  #randing-bar h1,
  #randing-bar #iu-campus {
    line-height: 70px;
  }
}

@media only screen and (min-width: 64.063em) {
  #randing-bar h1,
  #randing-bar #iu-campus {
    line-height: 52px;
    padding-left: 80px;
  }
}

#randing-bar h1 .show-on-mobile,
#randing-bar h1 .show-on-tablet,
#randing-bar #iu-campus .show-on-mobile,
#randing-bar #iu-campus .show-on-tablet {
  font-size: 17px;
}

#randing-bar img {
  border-top: 0;
  left: 0.9375rem;
  position: absolute;
  top: 0;
  width: 43px;
  transition: all .25s ease-in-out;
}

@media only screen and (min-width: 64.063em) {
  #randing-bar img {
    width: 65px;
  }
}

#randing-bar .pad {
  margin: 0 auto;
  max-width: 76em;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

#randing-bar .pad::after {
  clear: both;
}

#randing-bar .pad::after, #randing-bar .pad::before {
  content: " ";
  display: table;
}

#randing-bar.hidden::after {
  display: none;
}

#randing-bar.locked {
  width: auto;
}

#randing-bar .show-on-mobile {
  display: inline;
}

@media only screen and (min-width: 64.063em) {
  #randing-bar .show-on-desktop {
    display: inline !important;
  }
}

@media only screen and (min-width: 40.063em) {
  #randing-bar .show-on-tablet {
    display: inline;
  }
}

#randing-bar .show-on-desktop,
#randing-bar .show-on-tablet {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  #randing-bar .show-on-desktop,
  #randing-bar .show-on-mobile {
    display: none;
  }
}

/*	SITE HEADER	*/
.site-header.lock {
  position: fixed;
  top: 0;
}

.site-header .unit {
  margin: 0 auto;
}

@media only screen {
  .site-header .unit {
    background: none;
    float: left;
    padding-left: 1.142rem;
    position: absolute;
    top: 0;
    width: auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .site-header .unit {
    background: none;
    padding-left: 3rem;
    position: relative;
    width: 30%;
  }
}

@media only screen and (min-width: 64em) {
  .site-header .unit {
    padding-left: 100px;
  }
}

.site-header .site-title {
  line-height: 108px;
  padding-left: 0;
  position: relative;
}

@media only screen {
  .site-header .site-title {
    line-height: 50px;
    top: 0;
  }
}

@media only screen and (min-width: 40.063em) {
  .site-header .site-title {
    line-height: 130px;
    top: 20px;
  }
}

.site-header .site-title a {
  color: #fff;
  font-family: 'BentonSansCondRegular', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: .02em;
  line-height: 0;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
  visibility: visible;
  white-space: nowrap;
}

@media only screen {
  .site-header .site-title a {
    color: #4d4d4b;
    letter-spacing: 0em;
    line-height: 60px;
    text-rendering: optimizeLegibility;
    text-shadow: none;
  }
}

@media only screen and (min-width: 40.063em) {
  .site-header .site-title a {
    color: #fff;
    font-size: 1.35em;
    letter-spacing: 0.02em;
    line-height: 0;
  }
}

.site-header .site-title a strong {
  font-family: BentonSansCondRegular, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.navigation-menu .menuitem {
  font: bold 0.8rem BentonSansRegular, Arial, Sana;
}

@media print, screen and (min-width: 40.063em) {
  .navigation-menu .menuitem {
    text-shadow: 1px 1px 2px black;
  }
}

.navigation-menu .menuitem a {
  color: #4d4d4b;
}

.navigation-menu .menuitem a:hover {
  color: #f0efee;
  background-color: #83786f;
}

.navigation-menu .menuitem > a {
  color: #f0efee;
}

.navigation-menu .menuitem.is-active {
  color: #f0efee;
  background-color: #cdc8c2;
  text-shadow: none;
}

@media print, screen and (min-width: 40.063em) {
  .navigation-menu .menuitem.is-active {
    color: #f0efee;
    background-color: #cdc8c2;
  }
}

.navigation-menu .menuitem.is-drilldown-submenu-parent > a {
  color: #4d4d4b;
}

.navigation-menu .menuitem .is-submenu-item {
  font-weight: normal;
}

.navigation-menu .menuitem .is-submenu-item > a {
  line-height: 1.2;
}

.navigation-menu .menuitem .is-submenu-parent-item {
  font-size: 1rem;
  font-weight: bold;
}

.navigation-menu .menuitem .menu-text {
  border-bottom: 1px solid #4d4d4b;
  color: #0a0a0a;
  font-weight: normal;
}

.navigation-menu .menuicon a .fa-search,
.navigation-menu .menuicon a .fa-bars {
  color: #fff;
  transition: color .25s ease-in-out 5s;
}

.navigation-menu .menuicon a .fa-search.color-change,
.navigation-menu .menuicon a .fa-bars.color-change {
  color: #4d4d4b;
}

@media print, screen and (min-width: 40.063em) {
  .navigation-menu .menuicon a .fa-search.color-change,
  .navigation-menu .menuicon a .fa-bars.color-change {
    color: #fff;
  }
}

@media print {
  .navigation-menu {
    display: none;
  }
}

#skipnav {
  float: left;
  list-style: none;
  height: 0;
  overflow: hidden;
  width: 0;
}

#skipnav a {
  background: #fff;
  color: #000;
  left: -9999px;
  margin: 0.25rem;
  position: absolute;
  font-size: 1rem;
  text-align: left;
  text-decoration: underline;
  width: 12rem;
  z-index: 999;
}

#skipnav a:active, #skipnav a:focus {
  border: 1px dotted #333;
  left: 0;
  top: 0;
  padding: 0.25rem;
}

.show-on-desktop:active, .show-on-desktop:focus {
  border: 1px dotted #aaa;
  background-color: #fff;
}

.brand-bar-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 57px, rgba(0, 0, 0, 0.5) 87px, rgba(0, 0, 0, 0.4));
  border-top: none;
}

.brand-bar-iu {
  background-color: #7a1705;
  border-top: 5px solid #900;
}

.brand-bar-msol {
  background-color: rgba(242, 242, 242, 0.9);
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
}

@media print, screen and (min-width: 40.063em) {
  .brand-bar-msol {
    background: transparent;
    box-shadow: none;
    padding-bottom: 0;
  }
}

#brand-bar-back,
#brand-bar-shade {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 1s ease-in-out 5s;
  z-index: 1;
}

@media print, screen and (min-width: 40.063em) {
  #brand-bar-back,
  #brand-bar-shade {
    height: 57px;
  }
}

#brand-bar {
  background-color: transparent;
  height: 50px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 40.063em) {
  #brand-bar {
    height: 57px;
    margin-bottom: 15px;
  }
}

#brand-bar a:hover img {
  border-top: 5px solid #900;
  transition: all .25s ease-in-out;
}

#brand-bar .name-container {
  display: block;
  height: 45px;
  overflow: visible;
  position: relative;
}

@media print, screen and (min-width: 40.063em) {
  #brand-bar .name-container {
    height: 52px;
  }
}

#brand-bar #iu-campus {
  color: #fff;
  font: normal 18px BentonSansCondRegular, Arial, serif;
  line-height: 45px;
  margin: 0;
  opacity: 1;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
  transition: all .5s ease-in-out 5s;
  white-space: nowrap;
  z-index: 4;
}

@media print, screen and (min-width: 40.063em) {
  #brand-bar #iu-campus {
    line-height: 52px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
  }
}

#brand-bar #iu-campus a {
  color: #fff;
  text-decoration: none;
}

#brand-bar #iu-campus.hiding-name {
  margin-top: -100px;
}

#brand-bar #iu-campus .show-on-mobile,
#brand-bar #iu-campus .show-on-tablet {
  font-size: 17px;
}

#brand-bar #iu-campus {
  left: 65px;
}

@media print, screen and (min-width: 40.063em) {
  #brand-bar #iu-campus {
    left: 90px;
  }
}

#brand-bar img {
  border-top: 0;
  left: 0.9375rem;
  max-width: none;
  position: absolute;
  top: 0;
  width: 43px;
  transition: all .5s ease-in-out 5s;
}

@media print, screen and (min-width: 40.063em) {
  #brand-bar img {
    left: 8px;
    width: 65px;
  }
}

#brand-bar img.hiding-name {
  margin-top: -100px;
}

#brand-bar.locked {
  width: auto;
}

#brand-bar .show-on-mobile {
  display: inline;
}

#brand-bar .show-on-tablet,
#brand-bar .show-on-desktop {
  display: none;
}

@media print, screen and (min-width: 40.063em) {
  #brand-bar .show-on-tablet {
    display: inline;
  }
  #brand-bar .show-on-desktop,
  #brand-bar .show-on-mobile {
    display: none;
  }
}

@media print, screen and (min-width: 60.063em) {
  #brand-bar .show-on-desktop {
    display: inline !important;
  }
  #brand-bar .show-on-tablet,
  #brand-bar .show-on-mobile {
    display: none;
  }
}

#msol-campus {
  color: #fff;
  font: normal 1rem BentonSansCondRegular, Arial, serif;
  left: 10px;
  letter-spacing: .02em;
  margin: 0;
  opacity: 1;
  position: relative;
  text-transform: uppercase;
  top: 5px;
  white-space: nowrap;
  z-index: 4;
}

@media print, screen and (min-width: 40.063em) {
  #msol-campus {
    font-size: 1.35em;
    left: 74px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
  }
}

#msol-campus a {
  color: #4d4d4b;
}

@media print, screen and (min-width: 40.063em) {
  #msol-campus a {
    color: #fff;
    text-decoration: none;
  }
}

#msol-campus strong {
  font-family: BentonSansCondBold, Arial, sans-serif;
}

.hero-section {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 75%);
  height: 70vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-section .hero-section-text {
  z-index: 4;
}

.hero-section .hero-section-text h1 {
  font: normal 3.2rem/1.1 BentonSansCondBold, Arial, sans-serif;
  color: white;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 1px #444;
}

.hero-section .hero-section-text h1 span {
  display: block;
  font: normal 1.5rem BentonSansCond, Arial, sans-serif;
  letter-spacing: .1rem;
  color: white;
  padding-top: .25em;
  text-shadow: 1px 1px 2px #444;
}

.interior-navigation .root {
  display: none;
}

.interior-navigation .row {
  max-width: 75rem;
}

.interior-navigation a {
  color: white;
}

.interior-navigation .interior-section-nav {
  position: relative;
}

.interior-navigation .crumbs {
  position: relative;
}

.interior-navigation .crumbs > span {
  color: white;
  cursor: pointer;
  display: block;
  line-height: 21px;
  height: 21px;
  width: 21px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

@media screen and (min-width: 40em) {
  .interior-navigation .crumbs > span {
    display: none;
  }
}

.interior-navigation ul {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .interior-navigation ul {
    height: 100%;
    width: auto;
  }
}

.crumbs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  width: 100%;
}

.interior-navigation li {
  display: none;
  font-size: 1rem;
  padding: 0 0 0 6px;
  white-space: nowrap;
}

@media screen and (min-width: 40em) {
  .interior-navigation li {
    display: inline-flex;
    font-size: 0.72rem;
  }
}

.interior-navigation li::after {
  color: white;
  opacity: .6;
  padding: 0 0 0 8px;
}

.crumbs li {
  opacity: .6;
}

.crumbs li::after {
  content: '/';
}

.crumbs li:first-child strong {
  font-family: BentonSansCondBold, Arial, sans-serif;
}

.crumbs li:last-child {
  opacity: 1;
  text-overflow: ellipsis;
}

@media screen and (max-width: 40em) {
  .crumbs li:last-child {
    display: inline-flex;
  }
}

.interior-section-nav li {
  display: none;
}

@media screen and (min-width: 40em) {
  .interior-section-nav li {
    display: inline-flex;
  }
}

.interior-section-nav li::after {
  content: '';
}

@media screen and (min-width: 40em) {
  .interior-section-nav li::after {
    content: '\2022 ';
  }
}

.interior-section-nav.open li {
  display: block;
}

.interior-navigation li:last-child::after {
  content: '';
}

@media print {
  .interior-navigation {
    display: none;
  }
}

footer {
  background-color: #fff;
  border-top: 6px solid #7a1705;
  color: #0b2c4a;
  font: normal 75% BentonSansCondRegular, Arial, serif;
}

footer > .row {
  margin: 0 4px;
}

@media screen and (min-width: 40.063em) {
  footer > .row {
    margin: 0 auto;
  }
}

footer a {
  color: #204558;
}

footer ul {
  list-style: none;
}

footer li {
  display: inline-block;
}

footer ul,
footer p {
  margin: 0.25rem 0;
}

@media screen and (min-width: 40.063em) {
  footer ul,
  footer p {
    margin: 0.25rem 0;
  }
}

footer .column:first-of-type {
  text-align: center;
}

@media screen and (min-width: 40.063em) {
  footer .column:first-of-type {
    text-align: left;
  }
}

footer .column:last-of-type {
  text-align: center;
}

@media screen and (min-width: 40.063em) {
  footer .column:last-of-type {
    text-align: right;
  }
}

footer .fa-circle {
  color: #e3e0e0;
}

footer .social a {
  color: #0b2c4a;
}

footer .tagline {
  background: #7a1705;
  color: #fff;
  font: normal 1.375rem/2.5rem BentonSansCondBold, Arial, serif;
  letter-spacing: 0.2em;
  margin: -24px 0 0;
  padding: 0;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  visibility: visible;
  width: auto;
}

footer .tagline span {
  text-transform: lowercase;
  font-family: GeorgiaProBoldItalic, Georgia, serif;
  font-size: 1rem;
  vertical-align: 2px;
  letter-spacing: 0;
  margin-left: -4px;
}

@media screen and (min-width: 40.063em) {
  footer .tagline {
    font-size: 1.5rem;
    padding: 0 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

section {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto 2rem;
  max-width: 75rem;
  padding: 0;
  position: relative;
}

@media print, screen and (min-width: 40.063em) {
  section {
    margin: 0 auto;
  }
}

section > .row {
  padding: 2rem;
}

@media print, screen and (min-width: 60.063em) {
  section > .row {
    padding: 4rem;
  }
}

@media print {
  section > .row {
    display: inline;
    height: auto;
    padding: 1em;
    position: static;
  }
}

section .column,
section .columns {
  padding-bottom: 0;
  padding-top: 0;
}

section h2 .page-title {
  font-family: BentonSansCondBold, Arial, sans-serif;
  font-size: 2.3em;
  margin-bottom: 2.5rem;
}

section hr {
  border: 0;
  bottom: 0;
  height: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 100%;
}

section hr::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 3px;
  margin: -7px -2rem 0;
  width: auto;
}

section p,
section ol,
section ul {
  font-size: 1rem;
}

section .column-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

section .column-wrap {
  padding: 5.5rem 2.5rem;
}

section .icon-btn {
  background: #83786f none repeat scroll 0 0;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: BentonSansBold, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
  overflow: hidden;
  padding: 1em 85px 1em 1.5em;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 40.063em) {
  section .icon-btn {
    font-size: 0.78em;
    padding: 1em 120px 1em 1.5em;
  }
}

@media only screen and (min-width: 60em) {
  section .icon-btn {
    margin: 0;
  }
}

section .icon-btn .fa::before {
  background-position: center 0;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

@media screen and (min-width: 40.063em) {
  section .icon-btn .fa::before {
    background-position: center center;
    top: 0;
  }
}

section .icon-btn span {
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
  display: block;
  font-size: 1.56rem;
  height: 100%;
  line-height: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}

@media screen and (min-width: 40.063em) {
  section .icon-btn span {
    line-height: 65px;
  }
}

section .icon-btn strong {
  display: block;
  font-family: BentonSansRegular, Arial, sans-serif;
  font-size: .875em;
  font-weight: normal;
  opacity: 0.75;
}

@media screen and (min-width: 40.063em) {
  section .icon-btn strong {
    font-size: 1em;
  }
}

section.bg-2 {
  background: #f0efee none repeat scroll 0 0;
}

section .section-cover {
  background: #756f61;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#content.interior section.card-container {
  background-color: #f5f5f5;
  padding: 0.97rem 0;
}

#content.interior section.card-container .card.card-small p {
  font-size: .875rem;
  height: 6.5rem;
  margin: 0 auto;
  padding: 0.6rem 1rem 1rem;
}

.card {
  background-color: #f5f5f5;
  color: #0b2c4a;
}

.card p {
  color: #756f61;
  font-family: 'clarendon-text-pro', serif;
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px 0;
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .card p {
    font-size: 1.22rem;
    padding: 10px 0 30px;
  }
}

.card-box {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 3px 3px 3px #ccc;
  display: inline-block;
  margin: 20px 0;
  vertical-align: top;
  width: 100%;
}

.card-action {
  background-color: transparent;
  display: table;
  height: 3.25rem;
  position: relative;
  width: 100%;
}

.card-actions .card-action {
  display: inline-table;
  height: 2.5rem;
  margin-top: .5rem;
  width: auto;
}

.card-actions .card-action .fa-stack {
  font-size: 0.8rem;
  top: 8px;
}

.card-action .fa-stack {
  color: #4a3c31;
  display: block;
  font-size: 1.2rem;
  position: absolute;
  right: 7px;
  top: 7px;
}

.card-action .fa-stack .fa-circle-thin.fa-stack-2x {
  opacity: .5;
}

.card-actions {
  height: auto;
  text-align: center;
  width: 100%;
}

.card-button {
  display: table-cell;
  font: normal .667rem 'BentonSansBold', sans-serif;
  line-height: 1rem;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}

.card-action .card-button {
  border-radius: 0 0 10px 10px;
  padding: 0 48px 0 1rem;
  text-align: left;
}

.card-actions .card-button {
  border-radius: 10px;
  font-size: 0.6rem;
  letter-spacing: 0.025rem;
  padding: 0 40px 0 .8rem;
  text-align: left;
}

.card-button.card-red-button {
  background-color: #dedad7;
  color: #000;
}

.card-button.card-red-button:hover {
  background-color: #83786f;
  color: #fff;
}

.card-button.card-red-button:hover .fa-stack {
  color: #dedad7;
}

.card-button.card-white-button {
  background-color: #4a3c31;
  color: #fff;
}

.card-button.card-white-button:hover {
  background-color: #aca49a;
}

.card-button.card-white-button:hover .fa-stack {
  color: #4a3c31;
}

.card-button.card-white-button .fa-stack {
  color: #b6a191;
}

.card-title {
  color: #0b2c4a;
  font: normal 1.25rem 'BentonSansCondBold', sans-serif;
  line-height: 1.1em;
  text-align: center;
}

.card-small .card-title {
  height: 2.6rem;
}

@media only screen and (min-width: 40.063em) {
  .card-title {
    font-size: 1.5rem;
  }
}

.card-title > a {
  color: #0b2c4a;
}

.card-title > a:hover {
  color: #900;
}

.card-wrapper {
  margin: 0 auto;
  padding: 100px 20px;
}

.card-small .card-wrapper {
  padding: 50px 20px 10px;
}

.data-presentation > .row {
  padding: 2rem;
}

@media print, screen and (min-width: 60.063em) {
  .data-presentation > .row {
    padding: 2rem 4rem;
  }
}

section.full-image > .row {
  padding: 0;
}

@media screen and (min-width: 40.063em) {
  section.full-image > .row {
    display: table;
  }
}

section.full-image .column {
  float: none;
}

@media screen and (min-width: 40.063em) {
  section.full-image .column {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

section.full-image .column:first-child {
  background-image: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 40.063em) {
  section.full-image .column:first-child {
    border: 0;
  }
}

section.full-image .column:first-child img {
  width: 100%;
  height: auto;
}

section.full-image .column:last-child {
  padding: 4rem 3rem;
}

@media screen and (min-width: 40.063em) {
  section.full-image .column:last-child {
    padding: 6.67rem 5rem;
  }
}

@media screen and (min-width: 40.063em) {
  section.full-image .section-left .column:first-child {
    left: 50%;
  }
}

@media screen and (min-width: 40.063em) {
  section.full-image .section-left:last-child {
    left: -50%;
  }
}

section.interior-intro {
  height: auto;
}

section.interior-intro .column:last-child {
  height: 100%;
  position: absolute;
  z-index: 1;
}

section.interior-intro .column:last-child .column-wrap {
  display: table;
  height: 100%;
  padding: 6.67rem 5rem;
}

section.interior-intro .column:last-child .column-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

section.intro-story {
  padding: 0;
}

section.intro-story > .row {
  padding: 0;
}

section.intro-story h2 {
  color: #fff;
  font-size: 2.5em;
  margin-bottom: 1.5em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@media only screen {
  section.intro-story h2 {
    color: #fff;
    font-size: 1.872rem;
    margin: 2rem 0 0;
    padding: 1rem;
  }
}

@media only screen and (min-width: 64em) {
  section.intro-story h2 {
    background: none;
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  }
}

section.intro-story h6 {
  background: none;
  color: #fff;
  margin-bottom: 0;
}

section.intro-story p {
  color: #fff;
  margin: 0;
  padding: 0;
}

section.intro-story .icon-btn {
  margin: 1rem auto;
}

@media only screen and (min-width: 64em) {
  section.intro-story .icon-btn {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}

section.intro-story .column {
  padding-bottom: 0;
  padding-top: 0;
}

section.intro-story .column img {
  height: auto;
  width: 100%;
}

section.intro-story .column:last-child {
  height: 100%;
  position: absolute;
  z-index: 1;
}

@media only screen {
  section.intro-story .column:last-child {
    position: relative;
    right: 0 !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 64em) {
  section.intro-story .column:last-child {
    position: absolute;
    right: 41.66667% !important;
    width: 58.33% !important;
  }
}

section.intro-story .column:last-child .column-wrap {
  display: table;
  height: 100%;
}

@media only screen {
  section.intro-story .column:last-child .column-wrap {
    background: #4d4d4b none repeat scroll 0 0;
    padding: 0 0 2rem;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 64em) {
  section.intro-story .column:last-child .column-wrap {
    background: none;
    padding: 5.5em 3.5em;
    text-align: left;
  }
}

section.intro-story .column:last-child .column-content {
  display: table-cell;
  height: 100%;
  padding: 1rem;
  vertical-align: middle;
}

section.b {
  color: #756f61;
  padding: 0;
  text-align: center;
}

section.b > .row {
  padding: 3rem 2rem;
}

@media only screen and (min-width: 40.063em) {
  section.b > .row {
    padding: 4rem;
  }
}

@media only screen and (min-width: 64.063em) {
  section.b > .row {
    max-width: 75%;
    padding: 7.5rem;
  }
}

section.b h2 {
  color: #0b2c4a;
  margin-bottom: 3.5rem;
}

section.b p {
  font-family: 'clarendon-text-pro', Georgia, serif;
}

section.profile {
  padding: 0;
  z-index: 2;
}

@media screen and (min-width: 40.063em) {
  section.profile {
    margin-bottom: auto;
  }
}

section.profile > .row {
  padding: 0;
}

@media screen and (min-width: 40.063em) {
  section.profile .column {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}

section.profile .profile-detail {
  align-content: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  overflow: hidden;
  padding: 0 1em;
  text-align: center;
}

@media screen and (min-width: 40.063em) {
  section.profile .profile-detail {
    height: 367px;
    padding: 0 3em;
  }
}

section.profile .profile-image {
  background-position: center center;
  background-size: cover;
  height: 250px;
}

@media screen and (min-width: 40.063em) {
  section.profile .profile-image {
    height: auto;
  }
}

section.profile .profile-action {
  margin: 1.5em auto 1em;
  display: block;
  position: relative;
}

section.profile .profile-title {
  margin: 0 auto;
  padding-bottom: 0.5em;
  font-size: 1.2rem;
}

@media screen and (min-width: 40.063em) {
  section.profile .profile-title {
    font-size: 1.425rem;
  }
}

form > .row {
  padding: 2rem;
}

@media print, screen and (min-width: 60.063em) {
  form > .row {
    padding: 2rem 4rem;
  }
}

.events-list,
.newsrelease-list,
.quotes-list {
  list-style-type: none;
}

.events-list li,
.newsrelease-list li,
.quotes-list li {
  color: #4d4d4b;
  padding: 1em 1em;
}

.events-list li:hover,
.newsrelease-list li:hover,
.quotes-list li:hover {
  color: #4d4d4b;
  background-color: #83786f;
}

.events-list.see-also li,
.newsrelease-list.see-also li,
.quotes-list.see-also li {
  display: inline-block;
  padding: 1em;
}

.events-list .content-title,
.newsrelease-list .content-title,
.quotes-list .content-title {
  font-family: BentonSansCondBold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.events-list .content-subtitle,
.newsrelease-list .content-subtitle,
.quotes-list .content-subtitle {
  font-family: BentonSansCondRegular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.herald-title {
  background: url("data:image/gif;base64,R0lGODlhAQADAIABANze6P///yH5BAEAAAEALAAAAAABAAMAAAICRFAAOw==") repeat-x scroll center;
  color: #4d4d4b;
  font: normal 0.65em/50px 'clarendon-text-pro', Georgia, serif;
  font-size: 0.65em;
  letter-spacing: 0.1em;
  left: auto;
  margin: 1em auto 2em;
  position: relative;
  right: auto;
  height: 50px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  top: 0;
  z-index: 0;
}

.herald-title span {
  background: #dcdee8 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAqCAYAAAAUJM0rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd5JREFUeNpi/A8EDKOAIGAcDajRgBoNqNGAGg2o0YAaDSgagAtA/ACILwLxBygfLM7IyPgBWSG3jpcUuubdi7otQbSspKg2KwsLPz8vtyULC7MMCzOz7HAIqAVAPBEYEBdI0YQtoPABUCDqaSilcHNyeNDKI0w0joiLpAYSOcA1rvT4+4+fj9PSDiY6ZDe6gMfPX18dygE1bMBoQI0G1GhAjQbUaECNBtRoQI2C0YAanAFlQC+PKMlKWg3lgNKnV0BxcrDLDOWAcqBXQPFwc3oM5YBS+P//P80D6/iaKR5MjIx8Q70wj6d5+SQnGTocar0EYKpSoJXhfdVZsrQcsKN386CeVgZH+DgWDad2FE1S1cpJddp8PFxhw63BOZ/aBjpbGTYOx5a5AzBVFVDLsLv7lxRzsLNZDtcuTD8wsBIoNeTiltlh4iKCRfR0+ED09eYDA6uBkpSkLC/VP1I6xfXAwFoPxAJE1wbBHnwvT62dS++UBAMsA9ghD4C23BMJzf2BajdXG+N+NlYW7eE6ekDM6MJ+fOUWqDzydDBbM5CBBAb/Bw+AZ0XQlHp2/SSNL9++bx8sjhtsq1lAizUan7x4zSclLlJM644uKWB02c9oQI0G1GhAjQbUMAAAAQYAebTBZY8MEk8AAAAASUVORK5CYII=") no-repeat scroll center center;
  display: block;
  height: 42px;
  left: 50%;
  margin-left: -37px;
  position: absolute;
  top: 7%;
  width: 74px;
  z-index: -1;
}

.intro-story .herald-title span {
  background: none;
  display: none;
}

.profile-intro .herald-title {
  background: none;
  text-align: center;
}

@media print, screen and (min-width: 60.063em) {
  .profile-intro .herald-title {
    text-align: left;
  }
}

.profile-intro .herald-title span {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArhJREFUeNrs3cFLG0EUx/FdSfWi9aBQ7MFT8VZ68FAQQf9a/wHtRXpQUgpFPOh6MT0YPSgrKCz2kHqZvkdfaBq0S1vdeZv5/mCIhpDdnY9vZnaTxTyEkBE/maILACGAAEIAAYQAAggBBBACCAEEEAIIIAQQQAgggBBACCCAEEAAIYAAQgABhABCAHGfTtMbzPO89jUhhAV5mJG2ZE8Nf5+2n3/LbXX34uT07OUjb1dK+y5tIO3anjvX5zbevytr9qNxkLzpjY6CyLa1gxet47Wj5x7q8LrUgNRFUSrDUqhrgRrEAunEKEs50FV5WDGA2HllTfdnXZ/Y/3KkQIW0bipzyGsnGI9lXtoykzqJBjLbgr6ZTwlkDhCGLIYsAgggBBBAyASD2IVD4gUkz/Mbup0hCxACCCBkckDuWtA3VUog3wChQgD5Q9pwLlKmBHLZApCLZEDsbN3zsFXVfWdrEpe9PccgRYrnIZ5BjpMDkWFLh6y+Q4yeDFdVihWiOXEIcpDimfqwSnS1deVpZSXVcZEsiOXQEUg39g5EB7Eq8TDBF7Grw0uFaD5Lu4+4fb394KOHjnABIlWiGHsRd+HD8J4QQH6h9CMNXTpUuTkncvUBlaBolTR54bEUjB1PfeDxE8PthipFL49seTv4jrcdGs4nIQQ9k199ps18ksroOvxj9AcyAnNoKGvZz7tvn2w1JRiF1+N2C2IoPUHROWUz+4e7c8fnC1tNlZ6P2f23TuyzE51X+v/xNjonbXnHcF8hY/PKrlTLyl8OYe6HqFaCjA1hVzaELdW8XC+D7MS8lD7xIIaiE/22wLy1Vdj0A1Whq6iDrIXpZC2NwBSCcqpDmDy+MYivNkQNWntc/C9cVlkEEEAIIIAQQAAhgABCACGAAEIAAYQAAggBBBACCAEEEAIIIORJ80OAAQApkLKQ8ULPpAAAAABJRU5ErkJggg==") no-repeat scroll center center;
  background-size: contain;
  height: 42px;
  margin-left: -21px;
  top: 0;
  width: 42px;
  visibility: hidden;
  display: none;
}

.profile-intro .medium-5 span {
  display: none;
  left: 50%;
  margin-left: 0;
  top: 0;
}

.profile-intro .medium-7 span {
  left: -8px;
  margin-left: 0;
  top: 0;
}

.navigation {
  background: #4d4d4b;
  margin-top: 2rem;
  padding: 0;
  position: relative;
}

@media print, screen and (min-width: 40.063em) {
  .navigation {
    margin-top: 0;
  }
}

.navigation > .row {
  padding: 1rem 0;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.navigation li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 50%;
}

@media print, screen and (min-width: 40.063em) {
  .navigation li {
    width: 33.3%;
  }
}

@media print, screen and (min-width: 60.063em) {
  .navigation li {
    width: auto;
  }
}

.navigation li::after {
  padding: 0;
}

.navigation a {
  display: block;
  font-size: .8rem;
  font-family: BentonSansCondBold, Arial, sans-serif;
  color: #fff;
  opacity: .8;
  line-height: 1.25em;
  text-transform: uppercase;
  padding: 1em;
}

.navigation a:hover {
  opacity: 1;
}

.navigation-menu .dropdown-pane {
  background-color: #cdc8c2;
  padding: 0;
  border-radius: 5px;
}

.navigation-menu .dropdown-pane form.gsc-search-box {
  margin-bottom: 0;
}

.navigation-menu .dropdown-pane input.gsc-search-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #83786f;
  color: #f0efee;
  padding: .25em 1em;
  margin: 0;
}

[data-whatinput='mouse'] .navigation-menu .dropdown-pane input.gsc-search-button {
  outline: 0;
}

.navigation-menu .dropdown-pane input.gsc-search-button:hover, .navigation-menu .dropdown-pane input.gsc-search-button:focus {
  background-color: #83786f;
  color: #f0efee;
}

.navigation-menu .dropdown-pane table.gsc-search-box {
  margin-bottom: 0;
}

.navigation-menu .dropdown-pane table tbody {
  border: none;
  background-color: transparent;
}

.navigation-menu .dropdown-pane td.gsc-clear-button {
  display: none;
}

section.has-inside > .row {
  padding: 2rem;
}

section.has-inside > .row .column:first-of-type,
section.has-inside > .row .columns:first-of-type {
  padding: 2rem 1rem;
}

@media only screen and (min-width: 40.063em) {
  section.has-inside > .row .column:first-of-type,
  section.has-inside > .row .columns:first-of-type {
    border-right: 5px solid #900;
    padding: 2rem 1rem 4rem 0;
  }
}

.pointer {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .pointer {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #900;
    border-top: 10px solid transparent;
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
  }
}

.inside-nav {
  background-color: #900;
  border-radius: 0 0 10px 10px;
  box-shadow: 3px 3px 9px #ccc;
  color: #fff;
  display: block;
  margin: 0;
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (min-width: 40.063em) {
  .inside-nav {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    height: 100%;
    margin: 0 auto;
    position: relative !important;
  }
}

.has-inside .inside-nav {
  padding: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .has-inside .inside-nav {
    padding-top: 2rem;
  }
}

.inside-nav h3 {
  color: #fff;
  font: bold 14px BentonSansRegular, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) {
  .inside-nav h3 {
    color: #000;
    padding: 2px 0 0;
  }
}

.inside-nav ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.inside-nav li {
  line-height: 1em;
  margin: 0.8rem 0 !important;
}

.inside-nav li a {
  color: #fff !important;
  font: normal 12px 'BentonSansRegular', sans-serif;
}

@media only screen and (min-width: 40.063em) {
  .inside-nav li a {
    color: #000 !important;
    text-transform: uppercase;
  }
}

.inside-nav .fa-stack {
  display: inline-block;
  height: 1rem;
  line-height: 1.6rem;
  margin-right: 3px;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

@media only screen and (min-width: 40.063em) {
  .inside-nav .fa-stack {
    display: none;
  }
}

.inside-nav .fa-stack .fa-stack-2x {
  font-size: 1.25rem;
  line-height: .67rem;
  opacity: .35;
}

.inside-nav .fa-stack .fa-stack-1x {
  font-size: .7rem;
  line-height: .7rem;
}

.profile-intro {
  background: #456f96;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 40.063em) {
  .profile-intro {
    background: #456f96;
  }
}

@media print, screen and (min-width: 60.063em) {
  .profile-intro {
    background: #456f96;
  }
}

.profile-intro > .row {
  padding: 0;
}

.profile-intro .column:first-of-type {
  padding: 20px 0;
}

.profile-intro .column:first-of-type h5 {
  display: block;
}

@media print, screen and (min-width: 40.063em) {
  .profile-intro .column:first-of-type h5 {
    display: none;
  }
}

@media print, screen and (min-width: 40.063em) {
  .profile-intro .column:last-of-type {
    text-align: left;
  }
}

.profile-intro .column:last-of-type h5 {
  display: none;
}

@media print, screen and (min-width: 40.063em) {
  .profile-intro .column:last-of-type h5 {
    display: block;
  }
}

.profile-intro img {
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  height: 200px;
  width: 200px;
}

@media print, screen and (min-width: 40.063em) {
  .profile-intro img {
    border-width: 8px;
  }
}

@media screen and (min-width: 60.063em) {
  .profile-intro img {
    border-width: 12px;
    height: 300px;
    width: 300px;
  }
}

.profile-intro h3 {
  color: inherit;
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 40.063em) {
  .profile-intro h3 {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 40.063em) {
  .profile-intro h3 {
    font-size: 2.6rem;
  }
}

.profile-intro h4 {
  font: normal 1.2rem "clarendon-text-pro", Georgia, serif;
  color: inherit;
  letter-spacing: .01em;
  line-height: 1.35em;
  opacity: 0.6;
}

@media print, screen and (min-width: 40.063em) {
  .profile-intro h4 {
    font-size: 1rem;
    line-height: 1.1em;
    opacity: 1;
  }
}

@media print, screen and (min-width: 60.063em) {
  .profile-intro h4 {
    font-size: 1.2rem;
    line-height: 1.35em;
  }
}

.profile-intro h5 {
  line-height: 1em;
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.75);
  padding: 0;
}

@media print, screen and (min-width: 60.063em) {
  .profile-intro h5 {
    padding: 20px 0;
    text-align: left;
  }
}

.label-list {
  list-style: none;
  margin: 0 auto;
}

.label-list li {
  margin: 0;
  padding: 0 .25rem;
}

@media print, screen and (min-width: 40.063em) {
  .label-list li {
    display: inline-block;
  }
}

.label-list a {
  color: inherit;
}

.label-list span {
  display: none;
}

.simple-list {
  list-style-type: none;
}

.program-list dt {
  margin-top: 1em;
}

.program-list dd {
  font-size: 0.8em;
}

.program-list li {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.program-list li::first-line {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.75;
}

.program-list li cite {
  font-size: 1rem;
}

.program-list li span {
  display: block;
  margin-bottom: .7rem;
}

.program-list li span::first-line {
  font-weight: bold;
}

ul.program-list {
  list-style-type: none;
}

.herald-list-container > h5 {
  font-family: "clarendon-text-pro", Georgia, serif;
  border-bottom: 2px solid rgba(77, 77, 75, 0.25);
  padding: 0 2rem 1em;
  font-size: 1.67rem;
}

.herald-list-container ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.herald-list-container ul li {
  border-bottom: 1px solid rgba(77, 77, 75, 0.25);
  margin: 0;
  padding: 1rem 2rem;
}

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

.herald-list li {
  border-bottom: 1px solid rgba(77, 77, 75, 0.25);
  margin: 0;
  padding: 1em 2em;
}

.personnel-list dt {
  margin-top: 1em;
}

.personnel-list dd {
  font-size: 0.8em;
}

.personnel-list li {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.personnel-list li::first-line {
  font-size: 1rem;
  font-weight: bold;
}

ul.personnel-list {
  list-style-type: none;
}

.info-container {
  background-color: #cdc8c2;
}

.info-container > .row {
  padding: 1rem;
}

.list-container > .row {
  padding: 2rem;
}

@media print, screen and (min-width: 60.063em) {
  .list-container > .row {
    padding: 2rem;
  }
}

.control-container > .row {
  padding: 0rem;
}

@media print, screen and (min-width: 60.063em) {
  .control-container > .row {
    padding: 0rem;
  }
}

/*
impeocw scrolling for fixed items: https://twitter.com/RyanTownsend/status/1060483943739392000
 */
.limit-height .expand {
  display: none;
}

.is-open .is-drilldown {
  overflow: visible;
}

cite {
  color: inherit;
  display: inline;
  font-size: inherit;
}

cite::before {
  content: '';
}

#brand-bar .medium-7 {
  transition: background-color .5s ease-in-out 5s;
}

a:focus {
  border: 1px dotted #000;
}

.interior-page-nav,
.interior-section-nav {
  position: relative;
}

.mini-site .crumbs {
  border-bottom: none;
}

.mini-site .interior-section-nav {
  background: #4d4d4b;
  margin-top: 2rem;
  padding: 0;
}

@media print, screen and (min-width: 40.063em) {
  .mini-site .interior-section-nav {
    margin-top: 0;
  }
}

.mini-site .interior-page-nav {
  background: #4d4d4b;
  margin-top: 0;
  padding: 0;
}

p > a {
  text-decoration: underline;
}

@font-face {
  font-family: 'BentonSansRegular';
  src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-regular.svg#BentonSansRegular") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'BentonSansCondRegular';
  src: url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.svg#BentonSansCondRegular") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'BentonSansCondBold';
  src: url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.svg#BentonSansCondBold") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'BentonSansBold';
  src: url("https://fonts.iu.edu/fonts/benton-sans-bold.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-bold.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-bold.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-bold.svg#BentonSansBold") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'GeorgiaProBoldItalic';
  src: url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.eot");
  src: url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.woff") format("woff"), url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/georgia-pro-bold-italic.svg#GeorgiaProBoldItalic") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'GeorgiaProRegular';
  src: url("https://fonts.iu.edu/fonts/georgia-pro-regular.eot");
  src: url("https://fonts.iu.edu/fonts/georgia-pro-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/georgia-pro-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/georgia-pro-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/georgia-pro-regular.svg#GeorgiaProRegular") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'GeorgiaProBold';
  src: url("https://fonts.iu.edu/fonts/georgia-pro-bold.eot");
  src: url("https://fonts.iu.edu/fonts/georgia-pro-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/georgia-pro-bold.woff") format("woff"), url("https://fonts.iu.edu/fonts/georgia-pro-bold.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/georgia-pro-bold.svg#GeorgiaProBold") format("svg");
  font-style: normal;
  font-weight: normal;
}
