@charset "UTF-8";
/*!
* Southern Utah University
* suu.edu's CSS
*/
@import url("https://unpkg.com/gridjs/dist/theme/mermaid.min.css");
@keyframes push-down {
  from {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
@keyframes push-up {
  from {
    max-height: 200px;
  }
  to {
    max-height: 0;
  }
}
@keyframes menu-slide-down {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@keyframes menu-slide-up {
  from {
    max-height: 1000px;
  }
  to {
    max-height: 0;
  }
}
@keyframes accordion-slide-down {
  from {
    max-height: 0;
  }
  to {
    max-height: 3000px;
  }
}
@keyframes featured-btn-gradient-in {
  from {
    background-position: 0%;
  }
  to {
    background-position: 100%;
  }
}
@keyframes featured-btn-gradient-out {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}

canvas,
video {
  display: inline-block;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=search] {
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

abbr[title] {
  border-bottom: 1px dotted #c6c6c5;
  cursor: help;
}

address {
  display: block;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 18px;
}

a {
  color: #c41425;
  font-weight: 500;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
a:hover, a:focus {
  color: #575351;
}

body {
  background: #fff;
  color: #3c3c3c;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 23px;
  margin: 137px 0 524px;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    margin: 95px 0 0;
  }
}
@media (max-width: 510px) {
  body {
    margin: 85px 0 0;
  }
}

button {
  font-family: "Barlow", sans-serif;
}

cite {
  font-style: normal;
}

code,
pre {
  border-radius: 3px;
  color: #3c3c3c;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  padding: 0 3px 2px;
}

code {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  color: #c41425;
  padding: 2px 4px;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: block;
  font-size: 12.025px;
  line-height: 18px;
  margin: 0 0 9px;
  padding: 8.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
}
pre.prettyprint {
  margin-bottom: 18px;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

figure {
  margin: 0;
}

figcaption {
  color: #575351;
  font-size: 13px;
  font-style: italic;
  line-height: 1.3em;
  margin: 0.5em 0 1.5em 0.5em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000;
  font-family: "Merriweather", serif;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.3em;
  margin: 0;
  text-rendering: optimizelegibility;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  color: #575351;
  font-size: 0.75em;
  font-weight: normal;
}

h1,
.h1,
h2,
.h2 {
  font-weight: 900;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.6px;
  line-height: 1.2em;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 5px 0 20px;
}

h1,
.h1 {
  color: #000;
  font-size: 2.4em;
  margin: 20px 0;
}
@media (max-width: 510px) {
  h1,
  .h1 {
    font-size: 2.15em;
  }
}
h1 a,
.h1 a {
  color: #000;
  text-decoration: none;
}
h1 a:hover,
.h1 a:hover {
  text-decoration: underline;
}
h1.pageheading,
.h1.pageheading {
  margin-bottom: 10px;
}

h2,
.h2 {
  font-size: 2em;
}
@media (max-width: 510px) {
  h2,
  .h2 {
    font-size: 1.8em;
  }
}

h3,
.h3 {
  font-size: 1.8em;
  font-weight: 500;
}
@media (max-width: 510px) {
  h3,
  .h3 {
    font-size: 1.6em;
  }
}

h4,
.h4 {
  color: #3c3c3c;
  font-size: 1.4em;
  font-weight: 600;
}
@media (max-width: 510px) {
  h4,
  .h4 {
    font-size: 1.3em;
  }
}

h5,
.h5 {
  color: #575351;
  font-size: 1.25em;
  font-weight: 500;
}
@media (max-width: 510px) {
  h5,
  .h5 {
    font-size: 1.15em;
  }
}

h6,
.h6 {
  color: #575351;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1em;
  font-weight: 700;
}

html {
  background: #fff;
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: initial;
  }
}

hr {
  border: 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e7e7e7;
  margin: 18px 0;
}

iframe {
  border: 0;
  max-width: 100%;
}

img {
  max-width: 100%;
}

ul,
ol {
  margin: 0 0 1em 25px;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
  margin-top: 0.4em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li + li {
  margin-top: 0.7em;
}
li + li a {
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
}

dl {
  margin-bottom: 18px;
}

dt {
  font-weight: 600;
  margin: 0 0 3px;
}

dd {
  margin-left: 9px;
}

dt + dd + dt {
  margin-top: 0.8em;
}

summary {
  color: #c41425;
  cursor: pointer;
  font-weight: 500;
  list-style-type: none;
  padding-bottom: 10px;
  text-decoration: underline;
}
summary:hover {
  color: #575351;
}
summary::before {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 9px/1 "Font Awesome 6 Pro";
  font-size: 0.8em;
  margin-right: 4px;
  text-rendering: auto;
}
[open] summary::before {
  content: "\f068";
}
summary::-webkit-details-marker {
  display: none;
}

details {
  margin-bottom: 0;
  transition: margin-bottom 0.5s;
}
@media (prefers-reduced-motion) {
  details {
    transition: margin-bottom 1s;
  }
}
details[open] {
  margin-bottom: 10px;
  transition: margin-bottom 0.5s;
}

p {
  line-height: 1.5em;
  margin: 0 0 1em;
}
p small {
  color: #575351;
  font-size: 11px;
}

table {
  font-size: inherit;
}
table a {
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  table a {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 768px) {
  table a[href^="mailto:"] {
    overflow-wrap: anywhere;
  }
}

.table-wrapper {
  overflow-x: auto;
}

em {
  font-style: italic;
}

small {
  font-size: 0.9em;
}

strong {
  font-weight: 600;
}

body.body-lite {
  margin: 0 0 40px;
}
@media (max-width: 380px) {
  body.body-lite {
    margin-bottom: 60px;
  }
}
body.body-lite .navbar-fixed-top {
  position: relative !important;
}
body.body-lite .simple-bar {
  border-bottom: 0;
  position: relative;
}
@media (max-width: 768px) {
  body.body-lite .simple-bar .logo {
    height: 35px;
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  body.body-lite .site-menu {
    height: calc(100vh - 71px);
    top: 71px;
  }
}
body.body-lite .mobile-cta {
  right: 0;
  top: 0;
}
@media (max-width: 380px) {
  body.body-lite .mobile-cta {
    display: block;
  }
}
body.body-lite .mobile-cta .header-search {
  top: 1px;
}
body.body-lite .mobile-cta .cta-banner {
  position: relative;
  top: 17px;
}
@media (max-width: 768px) {
  body.body-lite .branding-bar .flex-links .cta-banner {
    border: 0;
    color: #fff;
  }
}
@media (max-width: 768px) {
  body.body-lite .branding-bar .flex-links > li:last-child {
    display: block;
  }
}
@media (max-width: 768px) {
  body.body-lite .branding-bar .flex-links > li .cta {
    font-size: 1.2em;
    font-weight: 800;
    padding: 10px 20px;
    width: 180px;
  }
}
body.body-lite .sidebar-wrapper.sticky {
  top: 0;
}
body.body-lite footer {
  background-color: #3c3c3c;
  display: flex;
  justify-content: right;
  left: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  body.body-lite footer {
    justify-content: center;
    text-align: center;
  }
}
body.body-lite footer .flex-links {
  padding: 0;
}
body.body-lite footer ul {
  margin: 0;
}
body.body-lite footer a {
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  padding-right: 10px;
}

.two-column {
  column-count: 2;
}

.three-column {
  column-count: 3;
}

@media (max-width: 768px) {
  .two-column-narrow {
    column-count: 2;
    margin-bottom: 15px;
  }
  .single-column-mobile {
    column-count: 1;
  }
}
@media (max-width: 380px) {
  .two-column,
  .two-column-narrow,
  .three-column {
    column-count: 1;
  }
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row .flex2 {
  flex: 0 0 12%;
}
.flex-row .flex2.flex-no-gap {
  flex: 0 0 20%;
}
.flex-row .flex20 {
  flex: 0 0 17.5%;
}
.flex-row .flex20.flex-no-gap {
  flex: 0 0 20%;
}
.flex-row .flex3,
.flex-row .flex25 {
  flex: 0 0 22.5%;
}
.flex-row .flex3.flex-no-gap,
.flex-row .flex25.flex-no-gap {
  flex: 0 0 25%;
}
.flex-row .flex4,
.flex-row .flex33 {
  flex: 0 0 30.8333%;
}
.flex-row .flex4.flex-no-gap,
.flex-row .flex33.flex-no-gap {
  flex: 0 0 33.3333%;
}
.flex-row .flex5 {
  flex: 0 0 37.670940171%;
}
.flex-row .flex5.flex-no-gap {
  flex: 0 0 40.170940171%;
}
.flex-row .flex6,
.flex-row .flex50 {
  flex: 0 0 47.5%;
}
.flex-row .flex6.flex-no-gap,
.flex-row .flex50.flex-no-gap {
  flex: 0 0 50%;
}
.flex-row .flex7 {
  flex: 0 0 54.764957265%;
}
.flex-row .flex7.flex-no-gap {
  flex: 0 0 57.264957265%;
}
.flex-row .flex8,
.flex-row .flex66 {
  flex: 0 0 64.166666%;
}
.flex-row .flex8.flex-no-gap,
.flex-row .flex66.flex-no-gap {
  flex: 0 0 66.666666%;
}
.flex-row .flex9,
.flex-row .flex75 {
  flex: 0 0 72.5%;
}
.flex-row .flex9.flex-no-gap,
.flex-row .flex75.flex-no-gap {
  flex: 0 0 75%;
}
@media (max-width: 768px) {
  .flex-row .flex6-sm,
  .flex-row .flex50-sm {
    flex: 0 0 45.5%;
  }
  .flex-row .flex6-sm.flex-no-gap,
  .flex-row .flex50-sm.flex-no-gap {
    flex: 0 0 50%;
  }
  .flex-row .flex12-sm,
  .flex-row .flex100-sm {
    flex: 0 0 calc(100% - 20px);
  }
  .flex-row .flex12-sm.flex-no-gap,
  .flex-row .flex100-sm.flex-no-gap {
    flex: 0 0 50%;
  }
}

.flex-row > [class*=flex] {
  margin: 10px calc(1.25% - 2px);
  padding: 0 2px;
}
@media (max-width: 768px) {
  .flex-row > [class*=flex] {
    margin: 10px;
  }
}
.flex-row > [class*=flex].flex-no-gap {
  margin: 0;
}

footer {
  background: #e7e7e7;
  bottom: 0;
  color: #3c3c3c;
  font-size: 16px;
  left: 0;
  margin: 100px 0 0;
  max-width: 100%;
  padding: 20px 0 0;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  footer {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  footer {
    position: relative;
  }
}
footer a {
  color: #3c3c3c;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a svg {
  fill: #3c3c3c;
  stroke: #3c3c3c;
}
footer a svg:hover {
  stroke: #e7e7e7;
}
footer a.nobr {
  color: #000;
  text-decoration: underline;
  text-decoration-style: dotted;
}
footer li {
  list-style: none;
}
footer .footer-border {
  height: 120px;
  position: absolute;
  top: -90px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  footer .footer-border {
    display: none;
  }
}
footer .footer-border svg {
  height: 100%;
  position: absolute;
  width: 100%;
}
footer .footer-border svg:first-child {
  bottom: 30px;
  fill: #e7e7e7;
}
footer .footer-border svg:last-child {
  bottom: 0;
  fill: #e7e7e7;
}
footer .footer-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 1em;
  padding-right: 0.5em;
  position: relative;
}
@media (max-width: 768px) {
  footer .footer-container {
    flex-direction: column-reverse;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }
}
footer.footer-lite {
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
footer .horizontal-links {
  position: relative;
}
footer .horizontal-links ul {
  margin: 0;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  footer .horizontal-links ul {
    text-align: center;
  }
}
footer .horizontal-links li {
  display: inline;
  margin: 0 10px;
}
footer .horizontal-links.social-media {
  top: -30px;
}
@media (min-width: 769px) {
  footer .horizontal-links.social-media span,
  footer .horizontal-links.social-media svg {
    font-size: 1.1em;
    padding: 3px;
  }
  footer .horizontal-links.social-media span:hover,
  footer .horizontal-links.social-media svg:hover {
    color: #232323;
    fill: #232323;
    text-decoration: none;
  }
}
footer .social-links {
  display: flex;
  gap: 1.5em;
}
footer .social-links li {
  margin-top: 0;
}
footer .logo-links {
  align-items: center;
  display: flex;
  flex-direction: column;
}
footer .logo-links img {
  filter: none;
  height: 180px;
  object-fit: contain;
  padding-bottom: 10px;
}
footer .logo-links ul {
  margin: 0;
  text-align: center;
}
footer .grey-bar {
  background: #3c3c3c;
  width: 100%;
}
footer .grey-bar .flex-links {
  max-width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  footer .grey-bar .flex-links {
    align-items: center;
    justify-content: space-evenly;
  }
}
footer .grey-bar ul {
  margin: 0 1em 0 0;
}
footer .grey-bar ul li a {
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  margin: 0 8px;
}
footer .give-button {
  margin-top: 5px;
  min-width: 0;
  padding: 5px 40px;
}
footer .cascade-link {
  bottom: 0;
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
}
footer .cascade-link a:hover {
  cursor: default;
  text-decoration: none;
}
footer .list-links {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  grid-gap: 3em;
  padding-right: 1em;
}
@media (max-width: 768px) {
  footer .list-links {
    grid-auto-flow: row;
    grid-gap: 0;
    padding-right: 0;
  }
}
footer .list-links ul {
  margin: 0;
}
@media (max-width: 768px) {
  footer .list-links ul {
    text-align: center;
  }
}
footer .list-links ul .h4 {
  font-size: 1.2em;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  footer .list-links ul .h4 {
    display: none;
  }
}

.row {
  margin-left: -20px;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}

[class*=span] {
  float: left;
  margin-left: 20px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

.span12 {
  width: 1300px;
}

.span11 {
  width: 1191.6666666667px;
}

.span10 {
  width: 1083.3333333333px;
}

.span9 {
  width: 975px;
}

.span8 {
  width: 866.6666666667px;
}

.span7 {
  width: 758.3333333333px;
}

.span6 {
  width: 650px;
}

.span5 {
  width: 541.6666666667px;
}

.span4 {
  width: 433.3333333333px;
}

.span3 {
  width: 325px;
}

.span2 {
  width: 216.6666666667px;
}

.span1 {
  width: 108.3333333333px;
}

.row-fluid {
  width: 100%;
}
.row-fluid::before, .row-fluid::after {
  content: " ";
  display: table;
}
.row-fluid::after {
  clear: both;
}

.row-fluid > [class*=span] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid > .span12 {
  width: 99.99999999%;
}

.row-fluid > .span11 {
  width: 91.489361693%;
}

.row-fluid > .span10 {
  width: 82.978723396%;
}

.row-fluid > .span9 {
  width: 74.468085099%;
}

.row-fluid > .span8 {
  width: 65.957446802%;
}

.row-fluid > .span7 {
  width: 57.446808505%;
}

.row-fluid > .span6 {
  width: 48.936170208%;
}

.row-fluid > .span5 {
  width: 40.425531911%;
}

.row-fluid > .span4 {
  width: 31.914893614%;
}

.row-fluid > .span3 {
  width: 23.404255317%;
}

.row-fluid > .span2 {
  width: 14.89361702%;
}

.row-fluid > .span1 {
  width: 6.382978723%;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid::before, .container-fluid::after {
  content: " ";
  display: table;
}
.container-fluid::after {
  clear: both;
}

.grid,
.grid-row {
  display: grid;
}

.grid {
  grid-column-gap: 0.1em;
  grid-row-gap: 0.1em;
}

.grid-row {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
@media (max-width: 768px) {
  .grid-row {
    grid-column-gap: 1em;
  }
  .grid-row.grid-column-gap-two-em, .grid-row.grid-gap-two-em {
    grid-column-gap: 1em;
  }
}
.grid-row .span1 {
  grid-column: span 1;
}
.grid-row .span2 {
  grid-column: span 2;
}
.grid-row .span3 {
  grid-column: span 3;
}
.grid-row .span4 {
  grid-column: span 4;
}
.grid-row .span5 {
  grid-column: span 5;
}
.grid-row .span6 {
  grid-column: span 6;
}
.grid-row .span7 {
  grid-column: span 7;
}
.grid-row .span8 {
  grid-column: span 8;
}
.grid-row .span9 {
  grid-column: span 9;
}
.grid-row .span10 {
  grid-column: span 10;
}
.grid-row .span11 {
  grid-column: span 11;
}
.grid-row .span12,
.grid-row .grid-row {
  grid-column: span 12;
}
.grid-row > [class*=span] {
  float: unset !important;
  margin-left: unset !important;
  max-width: 100%;
  width: unset !important;
}
@media (max-width: 768px) {
  .grid-row > [class*=span] {
    grid-column: span 12;
    margin-right: unset;
  }
}
.grid-row.container::before, .grid-row.container::after {
  content: unset;
}

.grid-justify-items-start {
  justify-items: start;
}

.grid-justify-self-start {
  justify-self: start;
}

.grid-justify-content-start {
  justify-content: start;
}

.grid-align-items-start {
  align-items: start;
}

.grid-align-self-start {
  align-items: start;
  align-self: start;
}

.grid-justify-items-center {
  justify-items: center;
}

.grid-justify-self-center {
  justify-self: center;
}

.grid-justify-content-center {
  justify-content: center;
}

.grid-align-items-center {
  align-items: center;
}

.grid-align-self-center {
  align-items: center;
  align-self: center;
}

.grid-justify-items-end {
  justify-items: end;
}

.grid-justify-self-end {
  justify-self: end;
}

.grid-justify-content-end {
  justify-content: end;
}

.grid-align-items-end {
  align-items: end;
}

.grid-align-self-end {
  align-items: end;
  align-self: end;
}

@media (min-width: 769px) {
  .grid-three-columns-md {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-four-columns-md {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-five-columns-md {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-four-rows-md {
    grid-template-rows: repeat(4, auto);
  }
  .grid-flow-column-md {
    grid-auto-flow: column;
  }
}
@media (max-width: 768px) {
  .grid-three-columns-sm {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-four-columns-sm {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-five-columns-sm {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-four-rows-sm {
    grid-template-rows: repeat(4, auto);
  }
  .grid-flow-column-sm {
    grid-auto-flow: column;
  }
}
.two-column-grid {
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}

.three-column-grid {
  grid-column-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
@media (max-width: 768px) {
  .three-column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.four-column-grid {
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
@media (max-width: 980px) {
  .four-column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.five-column-grid {
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
}
@media (max-width: 980px) {
  .five-column-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.six-column-grid {
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
}
@media (max-width: 980px) {
  .six-column-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 510px) {
  .two-column-grid,
  .three-column-grid,
  .four-column-grid,
  .five-column-grid,
  .six-column-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .single-column-grid-mobile {
    grid-template-columns: 1fr;
  }
}
.grid-gap-two-em {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.grid-column-gap-two-em {
  grid-column-gap: 2em;
}

.grid-row-gap-two-em {
  grid-row-gap: 2em;
}

.grid-gap-one-em {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.grid-column-gap-one-em {
  grid-column-gap: 1em;
}

.grid-row-gap-one-em {
  grid-row-gap: 1em;
}

.grid-gap-half-em {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
}

.grid-column-gap-half-em {
  grid-column-gap: 0.5em;
}

.grid-row-gap-half-em {
  grid-row-gap: 0.5em;
}

.grid-gap-5px {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.grid-column-gap-5px {
  grid-column-gap: 5px;
}

.grid-row-gap-5px {
  grid-row-gap: 5px;
}

.grid-gap-none {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.grid-column-gap-none {
  grid-column-gap: 0;
}

.grid-row-gap-none {
  grid-row-gap: 0;
}

.grid-auto-rows {
  grid-auto-rows: 1fr;
}

.align-children-last-item-bottom > * {
  display: flex;
  flex-direction: column;
}
.align-children-last-item-bottom > * :last-child {
  margin-top: auto;
}

.heading-accent {
  border-left: 10px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 10px;
}
.heading-accent.heading-accent-green {
  border-color: #79af42;
}
.heading-accent.heading-accent-red {
  border-color: #db0000;
}
.heading-accent.heading-accent-yellow {
  border-color: #ffc610;
}

.nav {
  font-family: "Barlow", sans-serif;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.nav .open.active .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nav .open .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nav .open .caret:hover {
  border-bottom-color: #fff;
  border-top-color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nav > li > a {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 3px 15px;
}
.nav.nav-stacked > li {
  float: none;
}
.nav.nav-stacked > li > a {
  margin-right: 0;
}
.nav > .open.active > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.dropdown.active > a:hover {
  color: #000;
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.nav-pills .open .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media print {
  @page {
    margin: 14mm;
    size: 330mm 427mm;
  }
  body {
    width: 1000px;
  }
}
.full-sidebar {
  margin: 20px 30px 0 0;
}
@media (max-width: 768px) {
  .full-sidebar {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    display: none;
    margin: -10px -10px 10px;
    overflow: hidden;
    padding: 0 8px;
  }
  .full-sidebar .sidenav-show,
  .full-sidebar .sidenav-hide {
    display: block;
    margin: 0 -10px;
    position: relative;
    top: -26px;
  }
  .full-sidebar .well {
    background: #e7e7e7;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .full-sidebar .well:first-child {
    margin-bottom: 0;
  }
  .full-sidebar li {
    border-bottom: 1px solid #c6c6c5;
    font-size: 16px;
    padding: 5px 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .full-sidebar li {
    padding: 5px 15px;
  }
}
@media (max-width: 768px) {
  .full-sidebar li:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .full-sidebar .dropdown-menu > li {
    border: 0;
  }
}
@media (max-width: 768px) {
  .full-sidebar.-show {
    animation: push-down 0.25s ease-in;
    display: block;
  }
}
@media (max-width: 768px) and (prefers-reduced-motion) {
  .full-sidebar.-show {
    animation: push-down 0.5s ease-in;
  }
}
@media (max-width: 768px) {
  .full-sidebar.-hide {
    animation: push-up 0.25s ease-in;
    display: block;
    max-height: 0;
  }
}
@media (max-width: 768px) and (prefers-reduced-motion) {
  .full-sidebar.-hide {
    animation: push-up 0.5s ease-in;
  }
}

@media (max-width: 768px) {
  .row-fluid > .sidebar-wrapper[class*=span] {
    margin: -8px 0 10px;
  }
  .sidebar-wrapper {
    margin: 0 -10px;
  }
  .sidebar-wrapper .full-sidebar {
    margin: 0 -10px;
  }
  .sidebar-wrapper .mob-sidebar {
    margin: 0 -10px;
  }
}
.mob-sidebar {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  color: #000;
  display: none;
  font-size: 18px;
  margin: -10px -10px 10px;
  padding: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .mob-sidebar {
    align-items: center;
    display: flex;
    padding: 0;
  }
  .mob-sidebar .sidebar-title {
    flex-basis: 80%;
    margin: 5px 0 10px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
  }
}
.mob-sidebar .sidebar-menu {
  float: left;
}
.mob-sidebar .sidebar-menu img {
  border-right: 1px solid #e7e7e7;
  width: 60px;
}

.nav-callout {
  margin: 2em 0;
}

.nav-selected {
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .nav-selected {
    background-color: #fff;
  }
}

.sidebar-nav-heading {
  font-family: "Barlow", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.sidebar-nav,
.department-nav {
  margin: 0;
  padding: 0;
}
.sidebar-nav h2,
.department-nav h2 {
  font-size: 115%;
  margin: 0 12px;
  padding: 0;
}
.sidebar-nav li + li,
.department-nav li + li {
  margin: 0;
}

header {
  left: 0;
  margin-bottom: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  header {
    position: fixed;
  }
}

.skip-link a {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #fff;
  color: #000;
  left: 0;
  padding: 6px;
  position: absolute;
  top: -50px;
  transition: top 1s ease-out;
  z-index: 5000;
}
.skip-link a:focus {
  left: 0;
  position: absolute;
  top: 0;
  transition: top 0.1s ease-in;
}

.site-nav {
  color: #fff;
}

.flex-links {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1300px;
  padding: 10px 10px 10px 20px;
  text-align: right \9 ;
}
.flex-links li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
.flex-links ._flex-spacer {
  display: none;
  flex-grow: 10;
}
.flex-links ._flex-spacer ~ li {
  float: none;
}
@media (max-width: 768px) {
  .flex-links {
    width: auto;
  }
  .flex-links ._flex-basis-fix,
  .flex-links .delim {
    display: none;
  }
}

.simple-bar {
  border-bottom: 15px solid #e7e7e7;
  display: none;
  margin: 0;
  padding: 1px 0;
  text-transform: uppercase;
}
.simple-bar.simple-bar-lite {
  background-color: #000;
  display: block;
}
.simple-bar .logo,
.simple-bar .logo-link {
  display: none;
}
.simple-bar p {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.55em;
  line-height: 1em;
  margin: 0.3em 0 0.3em 0.5em;
}
.simple-bar a {
  color: #fff;
  text-decoration: none;
}
.simple-bar a:hover {
  color: #e7e7e7;
}
@media (max-width: 768px) {
  .simple-bar {
    background-color: #db0000;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    display: block;
    left: 0;
    padding: 10px 10px 10px 20px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    z-index: 1030;
  }
  .simple-bar .logo {
    display: block;
    height: 55px;
  }
  .simple-bar .logo-link {
    display: block;
  }
  .simple-bar .schoolname {
    display: none;
  }
  .simple-bar p {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 1px;
    padding: 2px;
  }
}
@media (max-width: 510px) {
  .simple-bar .logo {
    height: 35px;
    padding: 5px 0;
  }
}
.simple-bar .mobile-cta {
  display: block;
  position: absolute;
  right: 95px;
  top: 22%;
}
@media (max-width: 510px) {
  .simple-bar .mobile-cta {
    display: none;
  }
}
.simple-bar .mobile-cta .cta {
  font-size: 0.9em;
  margin-right: 15px;
  min-width: unset;
  padding: 3px 0;
  width: 140px;
}

.mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .mobile-nav {
    display: block;
    left: calc(100% - 78px);
    position: fixed;
    top: 0;
  }
}
.mobile-nav .mob-menu {
  height: 78px;
  position: absolute;
  width: 78px;
}
@media (max-width: 768px) {
  .mobile-nav .mob-menu {
    height: 68px;
  }
}
.mobile-nav .mob-menu:hover svg {
  fill: #e6e6e6;
}
.mobile-nav .mob-menu svg {
  fill: #fff;
  left: 28%;
  position: absolute;
  top: 20%;
  width: 35px;
}

.branding-bar {
  background: #db0000;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 70px;
  text-align: center;
}
.branding-bar .flex-links > li {
  margin: 0 2%;
  text-align: right;
}
.branding-bar .flex-links > li:first-child {
  margin: 0;
  text-align: left;
}
.branding-bar .flex-links > li:last-child {
  display: block;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .branding-bar .flex-links > li:last-child {
    display: none;
  }
}
@media (max-width: 510px) {
  .branding-bar .flex-links > li:last-child {
    display: block;
  }
}
.branding-bar .flex-links > li:last-child .cta {
  width: 140px;
}
@media (max-width: 768px) {
  .branding-bar .flex-links > li:last-child .cta {
    padding: 10px;
  }
  .branding-bar .flex-links > li:last-child .cta:hover {
    background: #db0000;
    border-color: #fff;
  }
}
@media (max-width: 768px) {
  .branding-bar .flex-links > li:last-child .cta {
    border-color: #e7e7e7;
    color: #fff;
    font-size: 1.2em;
    font-weight: 800;
    padding: 10px 20px;
    width: 180px;
  }
}
.branding-bar li {
  line-height: 18px;
}
.branding-bar li.search-li {
  position: relative;
}
.branding-bar li .icon-button {
  border: 3px solid #fff;
}
.branding-bar li .icon-button:hover {
  box-shadow: none;
}
.branding-bar li .cta {
  padding: 5px 0;
}
.branding-bar a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.branding-bar a:hover {
  color: #e7e7e7;
}
@media (max-width: 768px) {
  .branding-bar {
    background-color: #e7e7e7;
    font-family: "Barlow", sans-serif;
    margin-top: 0;
  }
  .branding-bar .flex-links > li {
    flex-basis: auto;
    margin: 0;
    text-align: center;
  }
  .branding-bar .flex-links > li:first-child {
    display: none;
  }
  .branding-bar a {
    font-weight: 400;
  }
  .branding-bar a:hover {
    color: #db0000;
  }
}
@media (min-width: 769px) {
  .branding-bar .flex-links > li:first-child {
    margin-right: auto;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .branding-bar .flex-links > li:first-child img {
    height: 53px;
    padding: 8px 0;
  }
}
@media (min-width: 769px) {
  .branding-bar .flex-links > li:first-child {
    text-align: left;
  }
}

.links-bar {
  background-color: #e7e7e7;
  font-family: "Barlow Condensed", sans-serif;
}
.links-bar li {
  float: left;
  line-height: 14px;
  margin: 0.5em 8px;
}
.links-bar li:first-child {
  margin-left: 5px;
}
.links-bar li.header-search {
  margin: 0 15px 0 35px;
}
@media (max-width: 768px) {
  .links-bar li.header-search {
    margin: 0;
    order: -1;
  }
}
@media (max-width: 768px) {
  .links-bar li:nth-last-child(2) {
    border: 0;
  }
  .links-bar li:nth-last-child(3) {
    border: 0;
  }
  .links-bar li:first-child {
    margin-top: 40px;
  }
}
.links-bar a {
  color: #3c3c3c;
  font-family: "Barlow", sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: none;
}
.links-bar a:hover {
  color: #000;
}
.links-bar .flex-links {
  padding-bottom: 3px;
  padding-top: 3px;
  text-transform: none;
}
@media (max-width: 768px) {
  .links-bar {
    background-color: #e7e7e7;
    border-bottom: 0;
    position: relative;
  }
  .links-bar li {
    margin: 0;
  }
}

.site-menu hr {
  display: none;
}
@media (max-width: 768px) {
  .site-menu {
    background: #e7e7e7;
    bottom: 130px;
    height: calc(100% - 100px);
    overflow-y: auto;
    padding: 15px 0;
    position: fixed;
    right: -100%;
    top: 78px;
    transition: right 0.333s;
    width: 100%;
    z-index: 1000;
  }
}
@media (max-width: 768px) and (prefers-reduced-motion) {
  .site-menu {
    transition: right 0.666s;
  }
}
@media (max-width: 768px) {
  .site-menu.nav-show {
    right: 0;
  }
}
@media (max-width: 768px) {
  .site-menu a {
    color: #000;
  }
}
@media (max-width: 768px) {
  .site-menu hr {
    border: 0;
    border-top: 3px solid #999;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .site-menu li {
    font-size: 16px;
    margin-right: 5px;
    padding: 10px 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-menu ul:first-child > li:last-child {
    border: 0;
  }
}
@media (max-width: 768px) {
  .site-menu {
    top: 68px;
  }
}

.search-box {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 100;
}
.search-box.-show {
  display: block;
}
.search-box > .wrapper {
  background-color: #e7e7e7;
  padding: 0 20px 5px 10px;
  width: 228px;
}
.search-box > .wrapper .two-column {
  column-gap: 10px;
}
.search-box ul {
  list-style-type: none;
  margin: 0;
}
.search-box ul li {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .search-box {
    position: static;
  }
  .search-box.-show {
    display: none;
  }
  .search-open .search-box, .search-open .search-box.-show {
    display: block;
  }
  .search-box > .wrapper {
    background-color: inherit;
    float: none;
    padding: 0;
  }
  .search-box form {
    margin: 0;
  }
  .search-box ul {
    margin: 0 10px;
    padding: 0;
  }
  .search-box a {
    text-decoration: none;
  }
  .search-box input {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  body.-noscroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.menu-shade {
  display: none;
}
@media (max-width: 768px) {
  .menu-shade.-show {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 47px;
    z-index: 950;
  }
}

.search-link.-show {
  background-color: #c6c6c5;
  margin: 0;
  padding: 0.5em 4px;
}

.header-search {
  position: relative;
}
@media (min-width: 769px) {
  .header-search {
    margin-left: 35px;
  }
}
.header-search .search-form {
  margin: 0;
}
.header-search .search-item {
  border-radius: 30px;
}
.header-search input.search-item {
  border: 1px solid #c6c6c5;
  font-size: 0.8em;
  height: 15px;
  margin-bottom: 0;
  padding: 7px 40px 5px 15px;
  width: 200px;
}
@media (max-width: 768px) {
  .header-search input.search-item {
    font-size: 1.2em;
    height: 35px;
    left: 25px;
    position: relative;
    width: 160px;
  }
}
.header-search button.search-item {
  background: none;
  border: 0;
  fill: #db0000;
  left: 225px;
  padding: 7px;
  position: absolute;
  right: 0;
  width: 30px;
}
@media (max-width: 768px) {
  .header-search button.search-item {
    left: -25px;
    position: relative;
    width: 40px;
  }
}
.header-search button.search-item:hover {
  fill: #a80000;
}

@media (max-width: 768px) {
  .unitheading {
    display: none;
  }
  .nav-show.search-open .full-menu {
    display: none;
  }
  .branding-bar .flex-links,
  .links-bar .flex-links {
    flex-direction: column;
    padding: 0;
  }
  .branding-bar .flex-links .btn,
  .links-bar .flex-links .btn {
    margin-top: 3px;
  }
  .header-search {
    height: 20px;
    top: 10px;
  }
}
.spacecontainer {
  background: #fff;
  max-width: 1300px;
  padding: 0 20px 8px;
}

section.unitheading {
  color: #575351;
  font-family: "Barlow", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.4em;
}
section.unitheading a {
  color: #575351;
  text-decoration: none;
}
section.unitheading img {
  width: 100%;
}
section.unitheading-noimage {
  border-bottom: 1px solid #999;
  padding: 5px 0 10px;
}
section.unitheading-noimage a:hover {
  color: #db0000;
}

.alert {
  background-color: #e1f8fe;
  color: #056e8a;
  margin-bottom: 18px;
  padding: 20px 60px;
  position: relative;
}
.alert .close {
  font-size: 1.2em;
  left: 20px;
  margin-top: -10px;
  opacity: 1;
  position: absolute;
  text-decoration: none;
  top: 45%;
}
.alert .close:hover {
  opacity: 1;
  text-decoration: underline;
}
.alert p:first-child {
  margin-top: 0;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert.small {
  margin-bottom: 5px;
  padding: 10px;
}

.alert-yellow {
  background: #fff3cd;
  color: #7b5e00;
}

.alert-danger,
.alert-warning {
  background-color: #fcdcda;
  color: #7b110a;
}

.alert-danger-alt {
  background-color: #fff;
  border: 4px solid #db0000;
  color: #db0000;
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 15px;
  text-align: center;
}
.alert-danger-alt::before {
  content: "\f071";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 0.7em;
}
.alert-danger-alt::after {
  content: "\f071";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-left: 0.7em;
}

.alert-info {
  background-color: #dfedc9;
  color: #384c19;
}

.alert-block {
  padding-bottom: 14px;
  padding-top: 14px;
}
.alert-blockp + p {
  margin-top: 5px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.global-alert {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 999;
}
.global-alert .container {
  padding-left: 50px;
  width: unset;
}
.global-alert .alert-close {
  left: unset;
  margin-left: -25px;
  top: 14%;
}

.global-alert-bottom {
  bottom: 0;
}

.global-alert-middle {
  bottom: 50%;
}

blockquote {
  border-left: 5px solid #e7e7e7;
  margin: 0 0 18px;
  padding: 0 0 0 15px;
}
blockquote::before, blockquote::after {
  content: "";
}
blockquote small {
  color: #575351;
  display: block;
  line-height: 18px;
}
blockquote small::before {
  content: "— ";
}
blockquote p,
blockquote li {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
  margin-bottom: 0;
}
blockquote.pull-right {
  border-left: 0;
  border-right: 5px solid #e7e7e7;
  float: right;
  padding-left: 0;
  padding-right: 15px;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

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

form {
  margin: 0 0 18px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  color: #000;
  display: block;
  font-size: 19.5px;
  line-height: 36px;
  margin-bottom: 27px;
  padding: 0;
  width: 100%;
}
legend small {
  color: #575351;
  font-size: 13.5px;
}

button,
input,
label,
select,
textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 18px;
}

label {
  color: #000;
  display: block;
  margin-bottom: 5px;
}
label input {
  display: block;
}
label select {
  display: block;
}
label select[class*=span] {
  float: none;
  margin-left: 0;
}
label select:focus {
  box-shadow: none;
}
label textarea {
  display: block;
}

.uneditable-input {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-color: #e7e7e7;
  color: #575351;
  cursor: not-allowed;
  display: block;
  float: none;
  height: 18px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 9px;
  padding: 4px;
  width: 210px;
}
.uneditable-input.span1 {
  width: 50px;
}
.uneditable-input.span2 {
  width: 130px;
}
.uneditable-input.span3 {
  width: 210px;
}
.uneditable-input.span4 {
  width: 290px;
}
.uneditable-input.span5 {
  width: 370px;
}
.uneditable-input.span6 {
  width: 450px;
}
.uneditable-input.span7 {
  width: 530px;
}
.uneditable-input.span8 {
  width: 610px;
}
.uneditable-input.span9 {
  width: 690px;
}
.uneditable-input.span10 {
  width: 770px;
}
.uneditable-input.span11 {
  width: 850px;
}
.uneditable-input.span12 {
  width: 930px;
}

input,
select,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #575351;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 9px;
  padding: 4px;
  width: 210px;
}

.uneditable-textarea {
  height: auto;
  width: auto;
}

input:focus {
  border-color: #db0000;
  outline: thin dotted \9 ;
}
input:focus:required:invalid {
  border-color: #db0000;
  color: #db0000;
}
input:focus:invalid:focus {
  border-color: #db0000;
}
input[class*=span] {
  float: none;
  margin-left: 0;
}
input[type=checkbox] {
  cursor: pointer;
  margin: 0 5px 3px;
  width: auto;
}
input[type=checkbox]:focus {
  box-shadow: none;
}
input[type=image] {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 0 0 3px;
  padding: 0;
  width: auto;
}
input[type=radio] {
  border: 0 \9 ;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 0 0 3px;
  padding: 0;
  width: auto;
}
input[type=radio]:focus {
  box-shadow: none;
}
input[type=file] {
  background-color: initial;
  border: initial;
  box-shadow: none;
  height: 28px;
  line-height: 18px \9 ;
  padding: initial;
  width: auto;
}
input[type=file]:focus {
  box-shadow: none;
}
input[type=button] {
  height: auto;
  width: auto;
}
input[type=reset] {
  height: auto;
  width: auto;
}
input[type=submit] {
  height: auto;
  width: auto;
}
input[type=hidden] {
  display: none;
}
input[disabled] {
  background-color: #e7e7e7;
  border-color: #c6c6c5;
  cursor: not-allowed;
}
input[disabled]:hover {
  border-color: #c6c6c5;
}
input[readonly] {
  background-color: #e7e7e7;
  border-color: #c6c6c5;
  cursor: not-allowed;
}
input.span1 {
  width: 50px;
}
input.span2 {
  width: 130px;
}
input.span3 {
  width: 210px;
}
input.span4 {
  width: 290px;
}
input.span5 {
  width: 370px;
}
input.span6 {
  width: 450px;
}
input.span7 {
  width: 530px;
}
input.span8 {
  width: 610px;
}
input.span9 {
  width: 690px;
}
input.span10 {
  width: 770px;
}
input.span11 {
  width: 850px;
}
input.span12 {
  width: 930px;
}
input::placeholder {
  color: #adadab;
}

select {
  background-color: #fff;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  width: 220px;
}
select:focus:required:invalid {
  border-color: #db0000;
  color: #db0000;
}
select:focus:invalid:focus {
  border-color: #db0000;
  box-shadow: 0 0 6px #e7e7e7;
}
select[multiple] {
  height: auto;
}
select[size] {
  height: auto;
}
select[disabled] {
  background-color: #e7e7e7;
  border-color: #c6c6c5;
  cursor: not-allowed;
}
select[readonly] {
  background-color: #e7e7e7;
  border-color: #c6c6c5;
  cursor: not-allowed;
}

textarea {
  height: auto;
}
textarea:focus {
  border-color: #db0000;
  outline: thin dotted \9 ;
}
textarea:focus:required:invalid {
  border-color: #db0000;
  color: #db0000;
}
textarea:focus:invalid:focus {
  border-color: #db0000;
  box-shadow: 0 0 6px #e7e7e7;
}
textarea[disabled] {
  background-color: #e7e7e7;
  border-color: #c6c6c5;
  cursor: not-allowed;
}
textarea[readonly] {
  background-color: #e7e7e7;
  border-color: #c6c6c5;
  cursor: not-allowed;
}
textarea[class*=span] {
  float: none;
  margin-left: 0;
}
textarea.span1 {
  width: 50px;
}
textarea.span2 {
  width: 130px;
}
textarea.span3 {
  width: 210px;
}
textarea.span4 {
  width: 290px;
}
textarea.span5 {
  width: 370px;
}
textarea.span6 {
  width: 450px;
}
textarea.span7 {
  width: 530px;
}
textarea.span8 {
  width: 610px;
}
textarea.span9 {
  width: 690px;
}
textarea.span10 {
  width: 770px;
}
textarea.span11 {
  width: 850px;
}
textarea.span12 {
  width: 930px;
}

.checkbox input[type=checkbox] {
  float: left;
  margin-left: -18px;
}
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: middle;
}

.radio input[type=radio] {
  float: left;
  margin-left: -18px;
}
.radio.inline {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: middle;
}

.checkbox,
.radio {
  padding-left: 18px;
}

.controls > .checkbox:first-child {
  padding-top: 5px;
}
.controls > .radio:first-child {
  padding-top: 5px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.uneditable-input,
input,
textarea {
  margin-left: 0;
}

.control-group {
  margin-bottom: 9px;
}
.control-group.warning .help-block {
  color: #960f1c;
}
.control-group.warning .help-inline {
  color: #960f1c;
}
.control-group.warning > label {
  color: #960f1c;
}
.control-group.warning input {
  border-color: #c41425;
  color: #c41425;
}
.control-group.warning input:focus {
  border-color: #c41425;
}
.control-group.warning select {
  border-color: #c41425;
  color: #c41425;
}
.control-group.warning select:focus {
  border-color: #c41425;
}
.control-group.warning textarea {
  border-color: #c41425;
  color: #c41425;
}
.control-group.warning textarea:focus {
  border-color: #c41425;
}
.control-group.warning .input-append .add-on {
  background-color: #f8f8f8;
  border-color: #c41425;
  color: #c41425;
}
.control-group.warning .input-prepend .add-on {
  background-color: #f8f8f8;
  border-color: #c41425;
  color: #c41425;
}
.control-group.error .help-block {
  color: #c41425;
}
.control-group.error .help-inline {
  color: #c41425;
}
.control-group.error > label {
  color: #c41425;
}
.control-group.error input {
  border-color: #c41425;
  color: #c41425;
}
.control-group.error input:focus {
  border-color: #960f1c;
}
.control-group.error select {
  border-color: #c41425;
  color: #c41425;
}
.control-group.error select:focus {
  border-color: #960f1c;
}
.control-group.error textarea {
  border-color: #c41425;
  color: #c41425;
}
.control-group.error textarea:focus {
  border-color: #960f1c;
}
.control-group.error .input-append .add-on {
  background-color: #e7e7e7;
  border-color: #db0000;
  color: #db0000;
}
.control-group.error .input-prepend .add-on {
  background-color: #e7e7e7;
  border-color: #db0000;
  color: #db0000;
}
.control-group.sucess .help-block {
  color: #0d8d57;
}
.control-group.sucess .help-inline {
  color: #0d8d57;
}
.control-group.sucess > label {
  color: #0d8d57;
}
.control-group.sucess input {
  border-color: #0d8d57;
  color: #0d8d57;
}
.control-group.sucess input:focus {
  border-color: #095e3a;
}
.control-group.sucess select {
  border-color: #0d8d57;
  color: #0d8d57;
}
.control-group.sucess select:focus {
  border-color: #095e3a;
}
.control-group.sucess textarea {
  border-color: #0d8d57;
  color: #0d8d57;
}
.control-group.sucess textarea:focus {
  border-color: #095e3a;
}
.control-group.sucess .input-append .add-on {
  background-color: #e7e7e7;
  border-color: #0d8d57;
  color: #0d8d57;
}
.control-group.sucess .input-prepend .add-on {
  background-color: #e7e7e7;
  border-color: #0d8d57;
  color: #0d8d57;
}

.form-actions {
  background-color: #e7e7e7;
  margin-bottom: 18px;
  margin-top: 18px;
  padding: 17px 20px 18px;
}
.form-actions::before, .form-actions::after {
  content: " ";
  display: table;
}
.form-actions::after {
  clear: both;
}

:-moz-placeholder {
  color: #e7e7e7;
}

::-webkit-input-placeholder {
  color: #e7e7e7;
}

.help-block,
.help-inline {
  color: #000;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
}

.input-append .uneditable-input {
  border-left-color: #e7e7e7;
  border-right-color: #e7e7e7;
  margin-left: 0;
}
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-append .active {
  background-color: #0d8d57;
  border-color: #095e3a;
}
.input-append .btn {
  margin-left: -1px;
}
.input-append input[type=text] + .btn-small {
  margin-left: 5px;
}
.input-append input,
.input-append select,
.input-append button {
  margin-left: 0;
  margin-top: 2px;
}
.input-append input:focus,
.input-append select:focus,
.input-append button:focus {
  position: relative;
  z-index: 2;
}
.input-append .add-on {
  background-color: #e7e7e7;
  border: 1px solid #c6c6c5;
  display: inline-block;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  margin-left: -1px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  width: auto;
}

.input-prepend .uneditable-input {
  border-left-color: #e7e7e7;
  margin-left: 0;
}
.input-prepend .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend.input-append .add-on:first-child {
  margin-right: -1px;
}
.input-prepend.input-append .add-on:last-child {
  margin-left: -1px;
}
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
}
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
}
.input-prepend.input-append input {
  border-radius: 0;
}
.input-prepend.input-append select {
  border-radius: 0;
}
.input-prepend .active {
  background-color: #0d8d57;
  border-color: #095e3a;
}
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend input {
  margin-left: 0;
}
.input-prepend input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend select {
  margin-left: 0;
}
.input-prepend select:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .add-on {
  background-color: #e7e7e7;
  border: 1px solid #c6c6c5;
  display: inline-block;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  margin-right: -1px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  width: auto;
}

.search-query {
  border-radius: 14px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.form-horizontal .hide {
  display: none;
}
.form-horizontal .help-inline {
  display: inline-block;
  margin-bottom: 0;
}
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-horizontal .input-prepend {
  display: inline-block;
  margin-bottom: 0;
}
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-horizontal input {
  display: inline-block;
  margin-bottom: 0;
}
.form-horizontal select {
  display: inline-block;
  margin-bottom: 0;
}
.form-horizontal textarea {
  display: inline-block;
  margin-bottom: 0;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
}
.form-horizontal .control-group::before, .form-horizontal .control-group::after {
  content: " ";
  display: table;
}
.form-horizontal .control-group::after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 140px;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
  margin-top: 9px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}

.form-inline .checkbox {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
  opacity: 0;
}
.form-inline .radio {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
.form-inline .radio input[type=radio] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-inline .hide {
  display: none;
}
.form-inline .help-inline {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline .input-prepend {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline input {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline textarea {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}

.form-search .checkbox {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
.form-search .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search .radio {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
.form-search .radio input[type=radio] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search .hide {
  display: none;
}
.form-search .help-inline {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .input-prepend {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search textarea {
  display: inline-block;
  margin-bottom: 0;
}
.form-search label {
  display: inline-block;
}

legend + .control-group {
  margin-top: 18px;
}

.query-form .controls {
  margin-left: 0;
}

.btn,
.btn-primary,
.cta {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin: 2px 0;
  min-width: 150px;
  padding: 0.8em 5%;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.3s;
  vertical-align: middle;
}
.btn + .btn,
.btn + .cta,
.btn-primary + .btn,
.btn-primary + .cta,
.cta + .btn,
.cta + .cta {
  margin-left: 4px;
}
.btn + .btn.btn-block,
.btn + .cta.btn-block,
.btn-primary + .btn.btn-block,
.btn-primary + .cta.btn-block,
.cta + .btn.btn-block,
.cta + .cta.btn-block {
  margin-left: 0;
}
.btn.wide,
.btn-primary.wide,
.cta.wide {
  margin-right: 1em;
}
.btn.active, .btn:active,
.btn-primary.active,
.btn-primary:active,
.cta.active,
.cta:active {
  background-color: #e6e6e6;
  background-image: none;
}
.btn.disabled, .btn[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.cta.disabled,
.cta[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  color: #999;
  cursor: default;
  filter: alpha(opacity=75);
  opacity: 0.75;
  transition: none;
}
.btn.disabled.add-on, .btn.disabled:hover, .btn.disabled:focus, .btn[disabled].add-on, .btn[disabled]:hover, .btn[disabled]:focus,
.btn-primary.disabled.add-on,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled].add-on,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.cta.disabled.add-on,
.cta.disabled:hover,
.cta.disabled:focus,
.cta[disabled].add-on,
.cta[disabled]:hover,
.cta[disabled]:focus {
  background-color: #e6e6e6;
  background-image: none;
  border-color: #999;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  color: #999;
  cursor: default;
  filter: alpha(opacity=75);
  opacity: 0.75;
  transition: none;
}
.btn.disabled.add-on:hover, .btn.disabled.add-on:focus, .btn[disabled].add-on:hover, .btn[disabled].add-on:focus,
.btn-primary.disabled.add-on:hover,
.btn-primary.disabled.add-on:focus,
.btn-primary[disabled].add-on:hover,
.btn-primary[disabled].add-on:focus,
.cta.disabled.add-on:hover,
.cta.disabled.add-on:focus,
.cta[disabled].add-on:hover,
.cta[disabled].add-on:focus {
  background-color: #e6e6e6;
  background-image: none;
  box-shadow: none;
  cursor: default;
  filter: alpha(opacity=75);
  opacity: 0.75;
  transition: none;
}
.btn:hover, .btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.cta:hover,
.cta:focus {
  background: #f8f8f8;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.5), 0 3px 4px 2px rgba(60, 64, 67, 0.2);
  color: #000;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.btn:hover .caret, .btn:focus .caret,
.btn-primary:hover .caret,
.btn-primary:focus .caret,
.cta:hover .caret,
.cta:focus .caret {
  filter: alpha(opacity=100);
  opacity: 1;
}
.btn.add-on,
.btn-primary.add-on,
.cta.add-on {
  background-color: #fff;
  border-color: #999;
  border-radius: 0;
  color: #db0000;
  font-weight: 400;
  margin-left: -5px;
  padding: 18px;
}
.btn .caret,
.btn-primary .caret,
.cta .caret {
  margin-left: 0;
  margin-top: 7px;
}
.btn .padright,
.btn-primary .padright,
.cta .padright {
  padding-right: 3px;
}

.btn-mega {
  font-size: 1.1em;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  padding-top: 20px;
}

.btn-ghost {
  background: #fff;
}

.btn-transparent {
  background: transparent;
}
.btn-transparent:hover, .btn-transparent:focus {
  background: transparent;
}

.btn-small,
.btn-mini {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 24px;
  min-width: 60px;
  padding: 5px 15px;
}
.btn-small [class^=icon-],
.btn-mini [class^=icon-] {
  margin-top: -1px;
}
.btn-small.btn-primary-solid,
.btn-mini.btn-primary-solid {
  background-color: #db0000;
  border-color: #db0000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-small.btn-primary-solid:hover, .btn-small.btn-primary-solid:focus,
.btn-mini.btn-primary-solid:hover,
.btn-mini.btn-primary-solid:focus {
  background-color: #a80000;
  border-color: #a80000;
  color: #fff;
}
.btn-small.btn-primary,
.btn-mini.btn-primary {
  border-color: #db0000;
  color: #db0000;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-small.btn-primary:hover, .btn-small.btn-primary:focus,
.btn-mini.btn-primary:hover,
.btn-mini.btn-primary:focus {
  border-color: #a80000;
  color: #a80000;
}
.btn-small.btn-dark-solid,
.btn-mini.btn-dark-solid {
  background-color: #787979;
  border-color: #787979;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-small.btn-dark-solid:hover, .btn-small.btn-dark-solid:focus,
.btn-mini.btn-dark-solid:hover,
.btn-mini.btn-dark-solid:focus {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  color: #fff;
}
.btn-small.btn-dark,
.btn-mini.btn-dark {
  border-color: #787979;
  color: #787979;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-small.btn-dark:hover, .btn-small.btn-dark:focus,
.btn-mini.btn-dark:hover,
.btn-mini.btn-dark:focus {
  border-color: #5f5f5f;
  color: #5f5f5f;
}
.btn-small .caret,
.btn-mini .caret {
  margin-top: 6px;
}

.btn-block,
.cta-block {
  box-sizing: border-box;
  margin: 2px 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 769px) {
  .btn-block,
  .cta-block {
    max-width: 600px;
  }
}
.btn-block + .cta-block,
.cta-block + .cta-block {
  margin-top: 15px;
}

.cta {
  background-color: #db0000;
  border: 2px solid #db0000;
  border-radius: 50px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 14pt;
  transition: background-color 0.2s;
}
.cta:hover, .cta:focus {
  background-color: #c41425;
  color: #fff;
  transition: background-color 0.2s;
}
.cta.wide {
  margin-right: 0;
  padding: 5px 30px;
}
.cta.wide:first-of-type {
  margin-right: 0.5em;
}
.cta.cta-banner {
  background-color: #db0000;
  border-color: #fff;
  box-shadow: none;
  font-size: 12pt;
  font-weight: 800;
  transition: background-color 0.3s;
}
.cta.cta-banner:hover, .cta.cta-banner:focus {
  background-color: #fff;
  box-shadow: none;
  color: #db0000;
  transition: background-color 0.3s;
}
.cta.cta-secondary {
  background-color: #fff;
  border-color: #db0000;
  color: #db0000;
  transition: background-color 0.3s;
}
.cta.cta-secondary:hover, .cta.cta-secondary:focus {
  background-color: #db0000;
  color: #fff;
  transition: background-color 0.3s;
}

@media (max-width: 768px) {
  .btn-block-mobile {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

button.close {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.btn-group {
  position: relative;
}
.btn-group::before, .btn-group::after {
  content: " ";
  display: table;
}
.btn-group::after {
  clear: both;
}
.btn-group .btn {
  float: left;
  margin: 2px 0 0;
  position: relative;
}
.btn-group .btn.active, .btn-group .btn:active, .btn-group .btn:focus, .btn-group .btn:hover {
  z-index: 2;
}
.btn-group .btn:hover::after, .btn-group .btn:focus::after {
  opacity: 1;
}
.btn-group .dropdown-toggle {
  box-sizing: border-box;
  padding: 0.8em 3em 0.8em 15px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  z-index: 50;
}
.btn-group .dropdown-toggle::after {
  color: #db0000;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  padding: 0.8em 1em;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-group .dropdown-toggle.cta {
  border-radius: 3px;
}
.btn-group .dropdown-toggle.cta::after {
  color: #fff;
}
.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle:focus {
  outline: 0;
}
.btn-group .dropdown-active {
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.btn-group .dropdown-active.cta {
  background-color: #c41425;
}
.btn-group .dropdown-active::after {
  content: "\f077";
}
.btn-group .dropdown-show.dropdown-menu {
  background: #f8f8f8;
  border: 0;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  margin-top: -1px;
  padding: 10px 0;
  text-align: center;
}
.btn-group .dropdown-show li:hover, .btn-group .dropdown-show li:focus {
  background-color: #fff;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.grid .btn-group + .btn-group {
  margin-left: 0;
}
.grid > .btn,
.grid > .cta {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}
.grid > .btn + .btn-block.btn, .grid > .btn + .btn-block.cta,
.grid > .cta + .btn-block.btn,
.grid > .cta + .btn-block.cta {
  margin-left: 5px;
}

.btn-toolbar {
  margin-bottom: 9px;
  margin-top: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
}

.open.btn-group .caret {
  filter: alpha(opacity=100);
  opacity: 1;
}

.input-append .btn,
.input-append input,
.input-append button {
  border-radius: 0;
}
.input-append .btn:first-child,
.input-append input:first-child,
.input-append button:first-child {
  border-radius: 3px 0 0 3px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 5%;
}
.input-append.input-append-block {
  position: relative;
  width: 100%;
}
.input-append.input-append-block button:first-child,
.input-append.input-append-block input:first-child,
.input-append.input-append-block .btn:first-child {
  border-radius: 3px 0 0 3px;
  padding: 17px 0 17px 14px;
  text-align: left;
  width: calc(100% - 68px);
}
.input-append.input-append-block button.two-add-ons,
.input-append.input-append-block input.two-add-ons,
.input-append.input-append-block .btn.two-add-ons {
  min-width: unset;
  width: calc(100% - 126px);
}
.input-append.input-append-block .btn:first-child {
  padding: 15px 0 15px 15px;
}
.input-append.input-append-block .add-on {
  position: absolute;
  z-index: 5;
}
.input-append.input-append-block button.add-on {
  border-bottom: 0;
  border-radius: 0 3px 3px 0;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  height: calc(100% - 2px);
  right: 0;
}
.input-append.input-append-block button.add-on:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.5), 0 3px 4px 2px rgba(60, 64, 67, 0.2);
}
.input-append.input-append-block button.add-on.disabled:hover, .input-append.input-append-block button.add-on[disabled]:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.input-append.input-append-block input {
  border: 0;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.input-append.input-append-block input:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.5), 0 3px 4px 2px rgba(60, 64, 67, 0.2);
}
.input-append.input-append-block a.add-on {
  border-bottom: 0;
  border-left: 1px solid #e7e7e7;
  border-radius: 0 3px 3px 0;
  border-right: 0;
  border-top: 0;
  right: 1px;
  top: 1px;
}
.input-append.input-append-block a.add-on.add-on-first {
  border-radius: 0;
  right: 55px;
}

.btn-mental-health {
  background: linear-gradient(135deg, #db0000 0%, #ffc610 50%, #79af42 100%);
  border: 0;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1em;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.btn-mental-health:hover {
  background: linear-gradient(135deg, #db0000 0%, #ffc610 55%, #79af42 110%);
}
.btn-mental-health::before {
  background: #fff;
  border-radius: 2px;
  content: "";
  height: calc(100% - 6px);
  left: 3px;
  position: absolute;
  top: 3px;
  width: calc(100% - 6px);
  z-index: -1;
}

ul.dropdown-menu.dropdown-show {
  max-height: 300px;
  overflow-y: auto;
  visibility: visible;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 0 0 5px 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  float: left;
  height: 0;
  left: 0;
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  padding: 4px 0;
  position: absolute;
  top: 100%;
  transition: height 0.5s;
  visibility: hidden;
  z-index: 1000;
}
@media (prefers-reduced-motion) {
  .dropdown-menu {
    transition: height 1.25s;
  }
}
.dropdown-menu a {
  clear: both;
  color: #3c3c3c;
  display: block;
  line-height: 18px;
  padding: 6px 15px;
  text-decoration: none;
}
.dropdown-menu small {
  color: #575351;
  font-size: 90%;
  padding: 3px 15px;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-menu .active > a {
  background-color: #e7e7e7;
  color: #3c3c3c;
  text-decoration: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a:hover {
  background-color: #e7e7e7;
  color: #3c3c3c;
  text-decoration: none;
}

.dropdown {
  position: relative;
}
.dropdown .caret {
  margin-left: 2px;
  margin-top: 8px;
}
.dropdown .dropdown-active:hover {
  background-color: #dfdfdf;
  text-decoration: none;
}
.dropdown .dropdown-active .divider {
  background-color: #e7e7e7;
  border-bottom: 1px solid #fff;
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
}
.dropdown .dropdown-active.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.dropdown .dropdown-active.open .dropdown-menu {
  transition: height 0.5s;
}
@media (prefers-reduced-motion) {
  .dropdown .dropdown-active.open .dropdown-menu {
    transition: height 1s;
  }
}

.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup .dropdown-menu {
  float: none;
  padding: 4px 0;
  position: absolute;
  top: 0;
}

.nav .dropdown-menu {
  background: #f8f8f8;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #3c3c3c;
  float: none;
  height: 0;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  transition: height 0.5s;
  visibility: visible;
  z-index: 0;
}
@media (prefers-reduced-motion) {
  .nav .dropdown-menu {
    transition: height 1s;
  }
}
.nav .dropdown-menu a {
  padding: 0.5em 1em 0.5em 1.25em;
  white-space: normal;
}
@media (max-width: 980px) {
  .nav .dropdown-menu a {
    overflow-wrap: anywhere;
  }
}
.nav .dropdown-menu .dropup .dropdown-show {
  bottom: 100%;
  display: block;
  margin: 0 0 10px;
  top: auto;
}
.nav .dropdown-menu.dropdown-show {
  animation: 1.5s ease-out menu-slide-down;
  height: auto;
  max-height: 1000px;
  overflow-y: hidden;
  visibility: visible;
}
@media (prefers-reduced-motion) {
  .nav .dropdown-menu.dropdown-show {
    animation: 2.5s ease-in-out menu-slide-down;
  }
}
@media (max-width: 980px) {
  .nav .dropdown-toggle {
    overflow-wrap: anywhere;
  }
}
.nav .dropdown-toggle .caret {
  display: none;
}
.nav .dropdown-toggle::after {
  color: #999;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  position: absolute;
  right: 0.25em;
  top: 1em;
}
@media (max-width: 768px) {
  .nav .dropdown-toggle::after {
    right: 1em;
    top: 0.5em;
  }
}
.nav .dropdown-toggle.dropdown-active {
  background: #e7e7e7;
}
.nav .dropdown-toggle.dropdown-active::after {
  content: "\f077";
}
.nav .dropdown-toggle.dropdown-active + ul.dropdown-menu li {
  display: block;
}
.nav .dropdown-toggle.dropdown-active::after, .nav .dropdown-toggle:hover::after {
  color: #db0000;
}

.news-row-btn .dropdown-show {
  background: #fff;
  box-shadow: 2px 2px 2px #e7e7e7;
  position: absolute;
  top: 30px;
  z-index: 1000;
}
.news-row-btn li {
  margin-bottom: 0.5em;
}

.embed-container {
  border-radius: 20px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footnotes :target {
  background: #f8f8f8;
}

.full-width {
  background: #e7e7e7;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}
.full-width.background-charcoal-gray {
  background-color: #3c3c3c;
}
.full-width.background-white {
  background-color: #fff;
}
.full-width.full-width-banner {
  margin-bottom: 40px;
  margin-top: -20px;
}
.full-width.full-width-banner img {
  width: 100%;
}
.full-width .container {
  padding-left: 25px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .full-width .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.full-width .feature-box {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 768px) {
  .full-width .feature-box {
    padding: 25px;
  }
}
.full-width .contact-heading {
  max-width: 400px;
}
.full-width img[loading=lazy] {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hide-background-image-mobile {
    background: #e7e7e7 !important;
  }
}

.split-width-page .full-width {
  background-image: unset;
  margin-left: unset;
  width: unset;
}

.contact-row {
  padding-top: 75px;
}
.contact-row .icon-button {
  margin: 0 auto;
  position: relative;
}
.contact-row a {
  color: #3c3c3c;
  text-decoration: none;
}
.contact-row .h4 {
  margin: 0 auto;
  text-align: center;
}
.contact-row .fas {
  bottom: 0;
  color: transparent;
  position: absolute;
}

a:hover .icon-button, a:focus .icon-button {
  box-shadow: 0 0 5px #db0000;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
a:active .icon-button {
  color: #fff;
}

.icon-button {
  align-items: center;
  background-color: #db0000;
  border-radius: 60px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  color: #fff;
  height: 75px;
  justify-content: center;
  text-decoration: none;
  transition: box-shadow 0.3s;
  width: 75px;
}
.icon-button.fal, .icon-button.far, .icon-button.fas {
  display: flex;
}
.icon-button:hover {
  color: #fff;
  text-decoration: none;
}
.icon-button:hover.fas {
  font-weight: 400;
}
.icon-button:hover.far, .icon-button:hover.fal {
  font-weight: 900;
}
.icon-button::before {
  margin-top: 5px;
}
.icon-button.fa-play::before {
  margin-left: 5px;
}

.img-with-icon {
  margin: 0 50px;
  position: relative;
}
.img-with-icon img {
  max-width: 500px;
  width: 100%;
}
.img-with-icon .icon-button {
  left: -35px;
  position: absolute;
  top: 20%;
}

.info-circle {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  bottom: calc(10% + 100px);
  display: grid;
  font-size: 0.9em;
  height: 110px;
  padding: 15px;
  position: absolute;
  right: 10%;
  text-align: center;
  width: 110px;
}
@media (max-width: 768px) {
  .info-circle {
    display: none;
  }
}
.info-circle::before {
  border: 5px solid #fff;
  border-bottom-style: dashed;
  border-radius: 50%;
  border-right-style: dashed;
  content: "";
  height: 160px;
  left: -15px;
  position: absolute;
  width: 160px;
}
.info-circle.has-animated::before {
  transform: rotate(360deg);
  transition: transform 1.25s cubic-bezier(0.38, 0.9, 0.97, 0.26);
}
@media (prefers-reduced-motion) {
  .info-circle.has-animated::before {
    transition: transform 2.5s cubic-bezier(0.38, 0.9, 0.97, 0.26);
  }
}
.info-circle.spacer-circle {
  bottom: unset;
  left: 10%;
  right: unset;
  top: 20%;
}
.info-circle .circle-heading {
  align-self: end;
  color: #c41425;
  padding: 0 0 10px;
}
.info-circle p {
  align-self: baseline;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0;
}

.badge,
.label {
  background-color: #787979;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 11px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.label {
  border-radius: 0.25em;
  letter-spacing: 0.07em;
  line-height: 13px;
  vertical-align: middle;
}
.label a:hover {
  background-color: #5f5f5f;
  color: #fff;
  text-decoration: none;
}

.badge {
  border-radius: 50%;
  font-weight: 700;
}
.badge a:hover {
  background-color: #5f5f5f;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.label-brand,
.badge-brand {
  background-color: #db0000;
}
.label-brand a:hover,
.badge-brand a:hover {
  background-color: #a80000;
}

.label-warning,
.label-important,
.label-error,
.badge-warning,
.badge-important,
.badge-error {
  background-color: #960f1c;
}
.label-warning a:hover,
.label-important a:hover,
.label-error a:hover,
.badge-warning a:hover,
.badge-important a:hover,
.badge-error a:hover {
  background-color: #670b14;
}

.label-success,
.badge-success {
  background-color: #0d8d57;
}
.label-success a:hover,
.badge-success a:hover {
  background-color: #095e3a;
}

.label-success-dark,
.badge-success-dark {
  background-color: #095e3a;
}
.label-success-dark a:hover,
.badge-success-dark a:hover {
  background-color: #04301d;
}

.label-info,
.badge-info {
  background-color: #0076bb;
}
.label-info a:hover,
.badge-info a:hover {
  background-color: #005688;
}

.label-info-dark,
.badge-info-dark {
  background-color: #005688;
}
.label-info-dark a:hover,
.badge-info-dark a:hover {
  background-color: #003655;
}

.label-inverse,
.badge-inverse {
  background-color: #3c3c3c;
}
.label-inverse a:hover,
.badge-inverse a:hover {
  background-color: #232323;
}

a[href$=".pdf"]::after, a[href$=".PDF"]::after, a[href$=".doc"]::after, a[href$=".docx"]::after, a[href$=".xls"]::after, a[href$=".xlsx"]::after, a[href$=".ppt"]::after, a[href$=".pptx"]::after, a[href$=".zip"]::after, a[href^="tel:"]::after, a[href^="sms:"]::after, a[href^="mailto:"]::after, a[href^="http://www.flickr.com"]::after, a[href^="http://flickr.com"]::after, a[href^="https://www.flickr.com"]::after, a[href^="https://flickr.com"]::after, a[href^="https://zoom.us"]::after, a[href^="https://www.zoom.us"]::after {
  color: #999;
  display: inline-block;
  font: normal normal normal 9px/1 "Font Awesome 6 Pro";
  font-size: 1em;
  font-weight: 900;
  margin-left: 2px;
}
a[href$=".pdf"]::after, a[href$=".PDF"]::after {
  content: "\f1c1";
}
a[href$=".doc"]::after, a[href$=".docx"]::after {
  content: "\f1c2";
}
a[href$=".xls"]::after, a[href$=".xlsx"]::after {
  content: "\f1c3";
}
a[href$=".ppt"]::after, a[href$=".pptx"]::after {
  content: "\f1c4";
}
a[href$=".zip"]::after {
  content: "\f1c6";
}
a[href^="tel:"]::after {
  content: "\f879";
}
a[href^="sms:"]::after {
  content: "\e1e5";
}
a[href^="mailto:"]::after {
  content: "\f0e0";
}
a[href^="http://www.flickr.com"]::after, a[href^="http://flickr.com"]::after, a[href^="https://www.flickr.com"]::after, a[href^="https://flickr.com"]::after {
  content: "\f16e";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
a[href^="https://zoom.us"]::after, a[href^="https://www.zoom.us"]::after {
  content: "\f03d";
}
a.no-icon::after, a.no-icon::before {
  content: none;
  margin-left: 0;
}

.list-circle {
  list-style-type: circle;
}

.decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.lower-alpha {
  list-style: lower-alpha;
}

.upper-alpha {
  list-style: upper-alpha;
}

.lower-roman {
  list-style: lower-roman;
}

.upper-roman {
  list-style: upper-roman;
}

.unstyled {
  list-style: none;
  margin-left: 0;
}

.list-inline {
  list-style: none;
  margin-left: -5px;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li a {
  margin: 0 5px 0 7px;
  text-align: center;
}

.list-inline-separator {
  margin-left: 0;
}

.list-inline-separator > li {
  padding-left: 0;
  padding-right: 0;
}
.list-inline-separator > li:not(:first-child)::before {
  content: "|";
  padding: 0 2px;
}

.list-circle-branded {
  list-style-type: none;
}
.list-circle-branded li {
  position: relative;
}
.list-circle-branded li::before {
  color: #db0000;
  content: "•";
  font-size: 2em;
  margin-left: -18px;
  margin-top: -4px;
  position: absolute;
}
.list-circle-branded.grid li + li {
  margin-top: 0;
}

ol.two-column, ol.three-column,
ul.two-column,
ul.three-column {
  column-gap: 70px;
}
@media (max-width: 768px) {
  ol.two-column, ol.three-column,
  ul.two-column,
  ul.three-column {
    column-gap: 30px;
  }
}
ol.two-column li, ol.three-column li,
ul.two-column li,
ul.three-column li {
  break-inside: avoid;
}

.dl-horizontal dt {
  clear: left;
  float: left;
  margin: 0;
  text-align: right;
  width: 120px;
}
.dl-horizontal dd {
  margin-left: 130px;
}

.nav-tabs > li > a, .nav-pills > li > a, .nav-list > li > a {
  background: none;
  color: #3c3c3c;
  text-decoration: none;
}
.nav-tabs > li > a:hover, .nav-pills > li > a:hover, .nav-list > li > a:hover {
  background-color: #e7e7e7;
}
.nav-tabs li, .nav-pills li, .nav-list li {
  margin-bottom: 0;
}
.nav-tabs > .active > a, .nav-pills > .active > a, .nav-list > .active > a {
  background-color: #e7e7e7;
}
.nav-tabs > .active > a:hover, .nav-pills > .active > a:hover, .nav-list > .active > a:hover {
  background-color: #e7e7e7;
}
.nav-tabs .dropdown-menu li > a:hover, .nav-pills .dropdown-menu li > a:hover, .nav-list .dropdown-menu li > a:hover {
  background-color: #e7e7e7;
  color: #c41425;
}
.nav-tabs [class^=icon-], .nav-pills [class^=icon-], .nav-list [class^=icon-] {
  margin-right: 2px;
}
.nav-tabs .divider, .nav-pills .divider, .nav-list .divider {
  background-color: #e7e7e7;
  border-bottom: 1px solid #fff;
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .nav-tabs > .active > a, .nav-pills > .active > a, .nav-list > .active > a,
  .nav-tabs > :hover > a,
  .nav-pills > :hover > a,
  .nav-list > :hover > a {
    background-color: #f8f8f8;
    color: #c41425;
  }
  .nav-tabs > .active > a:hover, .nav-pills > .active > a:hover, .nav-list > .active > a:hover,
  .nav-tabs > :hover > a:hover,
  .nav-pills > :hover > a:hover,
  .nav-list > :hover > a:hover {
    background-color: #f8f8f8;
    color: #c41425;
  }
}

@media (min-width: 769px) {
  .nav-pills {
    padding: 0;
  }
  .nav-pills::before, .nav-pills::after {
    content: " ";
    display: table;
  }
  .nav-pills::after {
    clear: both;
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    color: #575351;
    font-weight: 500;
    line-height: 18px;
    margin: 0 3px 0 0;
    padding: 0.9em 1.25em 1em 1em;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .nav-pills.nav-stacked {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .nav-pills.nav-stacked > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs::before, .nav-tabs::after {
    content: " ";
    display: table;
  }
  .nav-tabs::after {
    clear: both;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li + li {
    margin-top: 0;
  }
  .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 18px;
    margin-left: 0;
    margin-right: 2px;
    padding: 8px 12px;
  }
  .nav-tabs > li > a:hover {
    border-color: #e7e7e7 #e7e7e7 #ddd;
  }
  .nav-tabs > .active > a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #546060;
    text-shadow: none;
  }
  .nav-tabs > .active > a:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #546060;
    text-shadow: none;
  }
  .nav-tabs.nav-stacked {
    border-bottom: 0;
    margin-top: -9px;
  }
  .nav-tabs.nav-stacked > li:first-child > a {
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 0 0 4px 4px;
  }
  .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2;
  }
}

.nav-tabs .dropdown-menu {
  border-width: 1px;
}
.nav-tabs > li > a:hover {
  border-color: #e7e7e7;
}
.nav-tabs .active > a:hover {
  border-color: transparent #e7e7e7 #e7e7e7;
}

.nav-pills .dropdown-menu {
  border-radius: 4px;
  border-width: 1px;
}

.tabs-stacked .open > a:hover {
  border-color: #575351;
}

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

.tab-content {
  display: table;
  width: 100%;
}

.tabs-below .nav-tabs {
  border-bottom: 0;
}
.tabs-below .nav-tabs .active > a {
  border-color: transparent #e7e7e7 #e7e7e7;
}
.tabs-below .nav-tabs > a:hover {
  border-bottom-color: transparent;
}
.tabs-below .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.tabs-below .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

.tabs-right .active > a:hover {
  border-color: #e7e7e7 #e7e7e7 #e7e7e7 transparent;
}
.tabs-right .nav-tabs {
  border-bottom: 0;
  border-left: 1px solid #e7e7e7;
  float: right;
  margin-left: 19px;
}
.tabs-right .nav-tabs .active > a {
  border-color: #e7e7e7 #e7e7e7 #e7e7e7 transparent;
}
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-right .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
  margin-bottom: 3px;
  margin-left: -1px;
  margin-right: 0;
  min-width: 74px;
}

.tabs-left .active > a:hover {
  border-color: #e7e7e7 transparent #e7e7e7 #e7e7e7;
}
.tabs-left .nav-tabs {
  border-bottom: 0;
  border-right: 1px solid #e7e7e7;
  float: left;
  margin-right: 19px;
}
.tabs-left .nav-tabs .active > a {
  border-color: #e7e7e7 transparent #e7e7e7 #e7e7e7;
}
.tabs-left .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
  margin-bottom: 3px;
  margin-right: -1px;
  min-width: 74px;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.navbar {
  overflow: visible;
}
.navbar .container {
  width: auto;
}

.navbar-inner {
  background-color: #000;
  background-image: linear-gradient(to bottom, #000, #000);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding-left: 20px;
  padding-right: 20px;
}

.sticky {
  position: sticky;
  top: 0;
}
@media (min-width: 769px) {
  .sticky {
    padding-top: 104px;
  }
}

.sidebar-wrapper.sticky {
  padding-top: 0;
  top: 142px;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: none;
  max-width: 100%;
}
table caption {
  border-bottom: 1px solid #c6c6c5;
  font-size: 0.8em;
  text-align: right;
  text-rendering: optimizelegibility;
}
table.mobile-optimized caption {
  text-align: left;
}
table.max-width td {
  max-width: 200px;
}

.table {
  margin-bottom: 18px;
  width: 100%;
}
.table tr:hover td,
.table tr:hover th {
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .table tr:hover td,
  .table tr:hover th {
    background-color: inherit;
  }
}
.table td,
.table th {
  line-height: 18px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.table td {
  border-top: 1px solid #c6c6c5;
}
.table th {
  font-weight: bold;
  vertical-align: bottom;
}
.table.table-vertical-align-middle td {
  vertical-align: middle;
}
.table tbody + tbody {
  border-top: 2px solid #c6c6c5;
}
@media (max-width: 768px) {
  .table:not(.table-mobile-full) {
    display: block;
  }
  .table:not(.table-mobile-full) thead,
  .table:not(.table-mobile-full) tbody,
  .table:not(.table-mobile-full) th,
  .table:not(.table-mobile-full) td,
  .table:not(.table-mobile-full) tr {
    display: block;
  }
  .table:not(.table-mobile-full) thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .table:not(.table-mobile-full) tr {
    border-bottom: 1px solid #575351;
    transition: height 0.5s ease;
  }
  .table:not(.table-mobile-full) tr td {
    background-color: initial;
    position: relative;
    transform: translateY(0);
    transition: position 0.5s ease-in-out, transform 0.3s ease-in-out, z-index 2s ease;
    visibility: visible;
    z-index: 3;
  }
  .table:not(.table-mobile-full) tr td.hidden-cell {
    position: absolute;
    transform: translateY(-50px);
    visibility: hidden;
    z-index: 1;
  }
  .table:not(.table-mobile-full) tr.collapsible td.top-cell p {
    margin-bottom: 0;
  }
  .table:not(.table-mobile-full) tr.lead.text-branded {
    font-size: 18px;
  }
}

.table-condensed td,
.table-condensed th {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #c6c6c5;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered td,
.table-bordered th {
  border-left: 1px solid #c6c6c5;
}

.table-striped tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
.table-striped tr:nth-child(even) td {
  background-color: #fff;
}

.sticky-header {
  position: relative;
}
.sticky-header th {
  background-color: #fff;
  position: sticky;
  top: 128px;
  z-index: 5;
}
@media (max-width: 768px) {
  .sticky-header th {
    top: 93px;
  }
}
@media (max-width: 510px) {
  .sticky-header th {
    top: 83px;
  }
}

.video-link {
  width: 100%;
}
.video-link:hover .play-button {
  background-color: #db0000;
}
.video-link.-video {
  height: 0;
  max-height: none;
  padding-bottom: 56.25%;
  position: relative;
}
.video-link.-video .content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.play-button {
  background: #000 none repeat scroll 0% 0%;
  border: 3px solid #fff;
  border-radius: 15px;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  font-weight: 100;
  height: 46px;
  line-height: 46px;
  margin: none;
  outline: none;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 71px;
  z-index: 100;
}
@media (max-width: 768px) {
  .play-button {
    bottom: 0;
    right: calc(50% - 35.5px);
    top: 20%;
  }
}

.img-card .play-button {
  bottom: 20px;
}

.well {
  background-color: #e7e7e7;
  border-radius: 20px;
  min-height: 20px;
  padding: 19px;
}
.well blockquote {
  border-color: rgba(0, 0, 0, 0.25);
}
.well .well-large {
  padding: 24px;
}
.well p {
  margin: 10px 0;
}
.well p:first-child {
  margin-top: 0;
}
.well p:last-child {
  margin-bottom: 0;
}
.well .dark-gray-panel-heading {
  background: #000;
  color: #f8f8f8;
  line-height: 1em;
  margin: 0;
}
.well .dark-gray-panel-heading a {
  color: #f8f8f8;
  text-decoration: none;
}
.well .majors-heading-red {
  color: #db0000;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0;
}
.well .majors-heading-red a {
  color: #db0000;
  text-decoration: none;
}
.well .majors-heading-gray {
  color: #575351;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0;
}
.well .majors-heading-gray a {
  color: #575351;
  text-decoration: none;
}

.well-small {
  padding: 9px;
}

.stats-well {
  border: 0;
  border-left: 6px solid #db0000;
  border-radius: 0;
  box-shadow: none;
}

.whitewell {
  background-color: #fff;
  border: 1px solid #999;
  color: #575351;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 20px;
}
.whitewell h2,
.whitewell h3,
.whitewell h4,
.whitewell h5,
.whitewell h6 {
  margin: -20px -20px 10px;
  padding: 10px 10px 10px 20px;
}
.whitewell p.large {
  font-size: 1.2em;
  line-height: 1.5em;
}
.whitewell p.plus-padding {
  margin: 10px 40px;
}

.js-add-svg {
  display: inline-grid;
  position: relative;
}
.full-width .js-add-svg {
  display: grid;
}
.js-add-svg .js-svg-wrapper {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.js-add-svg svg {
  bottom: -1px;
  fill: #fff;
  height: 33%;
  position: absolute;
  right: -1px;
  width: calc(100% + 1px);
}

.admissions-counselor {
  position: relative;
}
.admissions-counselor .rep-photo {
  display: inherit;
  justify-content: center;
  margin-bottom: 10px;
}
.admissions-counselor .rep-info h3 {
  padding: 0;
}
.admissions-counselor .buttons {
  margin: 5% 0;
}
.admissions-counselor .links div {
  margin: 10px 0;
}
.admissions-counselor .links span {
  margin-right: 5px;
}
@media (min-width: 769px) {
  .admissions-counselor {
    padding: 50px;
  }
}

.autocomplete-form {
  font-size: 1.25em;
  position: relative;
  z-index: 25;
}
.autocomplete-form input.autocomplete-input {
  background-clip: padding-box;
  cursor: inherit;
  padding: 1em 1.5em;
  width: 100%;
}
.autocomplete-form .autocomplete-results.dropdown-menu {
  font-size: 0.75em;
  padding-left: 1em;
  text-align: left;
}
.autocomplete-form::after {
  color: #db0000;
  content: "\f002";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  padding: 0.7em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}

.back-to-top {
  background-color: #f8f8f8;
  box-shadow: 0 1px 4px 0 #999;
  color: #c41425;
  cursor: pointer;
  margin: 0 auto;
  position: fixed;
  text-decoration: none;
}
.back-to-top-mobile {
  border-radius: 10px;
  bottom: 90px;
  padding: 10px;
  right: -20%;
  transition: right 0.3s ease-in-out;
}
.back-to-top-mobile i {
  font-size: 30px;
  height: 30px;
  text-align: center;
  width: 30px;
}
.back-to-top-mobile.active {
  right: 25px;
}
.back-to-top-desktop {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  bottom: -50px;
  height: fit-content;
  left: 0;
  padding: 5px 15px;
  right: 0;
  transition: bottom 0.3s ease-in-out;
  width: fit-content;
}
.back-to-top-desktop.active {
  bottom: 0;
}
.back-to-top.active {
  text-decoration: none;
  z-index: 100;
}
.back-to-top.active:hover {
  box-shadow: 0 1px 6px 0 #999;
}

.business-nab h3 {
  margin-top: 10px;
}
.business-nab .row-fluid {
  width: auto;
}

.business-nab-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-areas: "chair" "board-seperator" "board" "emeriti-seperator" "emeriti";
  grid-template-columns: 1fr;
}
.business-nab-grid .board-seperator {
  grid-area: board-seperator;
}
.business-nab-grid .emeriti-seperator {
  grid-area: board-seperator;
}
.business-nab-grid .business-jobtitle {
  font-style: italic;
  font-weight: 300;
}

.chair-grid {
  display: grid;
  grid-area: chair;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .chair-grid {
    grid-column-gap: 10px;
  }
}

.board-grid,
.emeriti-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .board-grid,
  .emeriti-grid {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

.board-grid {
  grid-area: board;
}

.emeriti-grid {
  grid-area: emeriti;
}

.game-wrapper {
  display: grid;
  position: relative;
}
.game-wrapper canvas {
  background-image: url("/_files/images/flappy-thor/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #3c3c3c;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  display: block;
  height: 600px;
  margin: auto;
  max-width: 80vw;
  width: 100%;
  z-index: 1;
}
.game-wrapper .game-container {
  padding-top: 25px;
}
.game-wrapper .backdrop-blur {
  filter: blur(5px);
}
.game-wrapper .start-menu {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  display: block;
  justify-self: center;
  margin: auto;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 150px;
  z-index: 1000;
}
.game-wrapper .game-logo {
  margin-bottom: 25px;
  max-height: 200px;
}
.game-wrapper .end-menu {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  display: none;
  justify-self: center;
  margin: auto;
  min-width: 200px;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 100px;
  z-index: 1000;
}
.game-wrapper .game-over {
  color: #000;
}
.game-wrapper .score-display {
  color: #000;
  font-size: 2em;
  padding-top: 15px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.game-wrapper .start-button,
.game-wrapper .restart-button {
  background-color: #3c3c3c;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  padding: 15px 30px;
}
.game-wrapper button:hover {
  background-color: #db0000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.full-feature {
  background-color: #fff;
  display: block;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.full-feature.home-full-feature {
  background-color: #000;
  max-height: unset;
  overflow: visible;
  position: relative;
  top: 0;
}
@media (max-width: 380px) {
  .full-feature.home-full-feature {
    top: 0;
  }
}
@media (max-width: 768px) {
  .full-feature.home-full-feature {
    background-color: #fff;
  }
}
.full-feature.home-full-feature.homepage {
  margin-bottom: -100px;
}
@media (max-width: 768px) {
  .full-feature.home-full-feature.homepage {
    margin-bottom: -20px;
  }
}
.full-feature.home-full-feature.homepage .banner-wrapper {
  min-height: 275px;
}
@media (max-width: 768px) {
  .full-feature.home-full-feature.homepage .banner-wrapper {
    min-height: 125px;
  }
}
.full-feature.home-full-feature .container {
  min-height: auto;
}
.full-feature.home-full-feature .overlay-message {
  background: none;
  bottom: 22%;
  color: #fff;
  max-width: 450px;
  padding: 0;
  position: absolute;
  text-transform: none;
  z-index: 10;
}
@media (max-width: 768px) {
  .full-feature.home-full-feature .overlay-message {
    left: 0;
    margin: 0 auto;
    max-width: unset;
    position: relative;
    top: -15px;
    width: calc(100% - 10px);
  }
}
@media (max-width: 768px) {
  .full-feature.home-full-feature .overlay-message p {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.full-feature.home-full-feature .overlay-message h2,
.full-feature.home-full-feature .overlay-message p {
  color: #000;
  line-height: 1.1em;
  text-align: left;
}
@media (min-width: 769px) {
  .full-feature.home-full-feature .overlay-message h2,
  .full-feature.home-full-feature .overlay-message p {
    bottom: 20px;
    color: #fff;
    right: 0;
  }
}
@media (max-width: 768px) {
  .full-feature.home-full-feature .overlay-message h2,
  .full-feature.home-full-feature .overlay-message p {
    margin-left: 15px;
    padding-bottom: 0;
  }
}
.full-feature.home-full-feature .overlay-message .cta {
  bottom: -45px;
  position: absolute;
  right: 35px;
}
@media (min-width: 769px) {
  .full-feature.home-full-feature .overlay-message-top-left {
    left: 20px;
    margin-left: 0;
    padding-left: 20px;
    top: 50px;
  }
}
@media (min-width: 769px) {
  .full-feature.home-full-feature .overlay-message-top-right {
    margin-right: 0;
    padding-right: 20px;
    right: 10px;
    top: 50px;
  }
}
@media (min-width: 769px) {
  .full-feature.home-full-feature .overlay-message-bottom-right {
    margin-right: 0;
    padding-right: 20px;
    right: 10px;
  }
}
.full-feature.home-full-feature .full-feature-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 25%, transparent 45%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.full-feature.home-full-feature-alternate {
  background-color: unset;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -100px;
  padding-bottom: 100px;
  text-align: left;
}
@media (max-width: 768px) {
  .full-feature.home-full-feature-alternate {
    background-position: center right;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.full-feature.home-full-feature-alternate.mega-padding-top {
  padding-top: 75px;
}
@media (max-width: 768px) {
  .full-feature.home-full-feature-alternate.mega-padding-top {
    padding-top: 0;
  }
}
.full-feature.home-full-feature-alternate .overlay-message-top-page {
  text-align: left;
}
.full-feature.home-full-feature-alternate .overlay-message-top-page h1,
.full-feature.home-full-feature-alternate .overlay-message-top-page h2,
.full-feature.home-full-feature-alternate .overlay-message-top-page h3 {
  margin-bottom: 15px;
}
.full-feature.home-full-feature-alternate .overlay-message-top-page p {
  margin-bottom: 2em;
}
.full-feature.featured-full-feature {
  max-height: 400px;
}
.full-feature .banner-wrapper {
  position: relative;
}
.full-feature .banner-wrapper svg {
  bottom: -1px;
  fill: #fff;
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.full-feature .banner-wrapper picture {
  position: relative;
  z-index: 0;
}
.full-feature .content {
  margin: 0;
  width: 100%;
}
.full-feature .banner-icon {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  z-index: 5;
}
.full-feature .banner-icon .icon-button {
  bottom: 25px;
  left: 5%;
  position: absolute;
}
@media (max-width: 768px) {
  .full-feature .banner-icon .icon-button {
    bottom: 0;
  }
}

.overlay-message {
  background-color: white;
  bottom: 25px;
  color: #000;
  left: 0;
  margin: 0 auto;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
}
.overlay-message.featured-overlay-message {
  background: none;
  bottom: 50px;
  color: #fff;
}
@media (max-width: 768px) {
  .overlay-message.featured-overlay-message {
    color: #000;
    font-size: 0.5em;
  }
}
.overlay-message.featured-overlay-message > .title {
  font-family: Roboto, sans-serif;
  font-size: 4.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.overlay-message.default-overlay-message {
  bottom: 0;
  max-width: 900px;
}
.overlay-message.default-overlay-message > .title {
  font-size: 1.7em;
  text-transform: capitalize;
}
.overlay-message.default-overlay-message > .byline {
  font-size: 1.3em;
}
.overlay-message.alternate-overlay-message {
  background: none;
  color: #fff;
  max-width: 900px;
  text-shadow: 1px 1px 0 #000;
  text-transform: none;
}
.overlay-message.alternate-overlay-message .btn,
.overlay-message.alternate-overlay-message .cta {
  text-shadow: none;
}
.overlay-message > p {
  font-weight: 600;
  margin: 0;
}
.overlay-message > .title {
  font-size: 2em;
  line-height: 1.2;
}
.overlay-message > .byline {
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .overlay-message {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0.5em;
    max-width: none;
    padding: 10px 0;
    position: static;
    width: 100%;
  }
}

.overlay-message-top-page {
  position: absolute;
  top: 3%;
  z-index: 10;
}
@media (max-width: 768px) {
  .overlay-message-top-page {
    position: relative;
    z-index: 10;
  }
  .overlay-message-top-page h1 {
    margin: 5% 0 25px;
  }
}
@media (min-width: 769px) {
  .overlay-message-top-page {
    max-width: 350px;
    min-width: 200px;
    text-align: center;
    width: 45%;
  }
  .overlay-message-top-page h1 {
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .overlay-message-top-page {
    padding: 1.5% 10px;
  }
}
@media (min-width: 769px) {
  .overlay-message-top-page {
    padding: 0;
  }
  .overlay-message-top-page h1 {
    margin: 30px 0;
  }
}

.program-form-submit {
  border-left: 0;
  border-radius: 50px;
  border-right: 0;
  height: 20px;
  margin: 0;
  min-width: unset;
  padding: 15px 0 16px;
  position: relative;
  top: 2px;
  width: 100%;
}

.select-wrapper .dropdown-toggle {
  overflow-x: hidden;
  padding: 15px 30px 15px 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.select-wrapper .dropdown-toggle::after {
  border: 0;
  padding: 0;
  right: 15px;
  top: unset;
}
.select-wrapper .dropdown-menu li > a:hover {
  background-color: #f8f8f8;
  color: #000;
}
.select-wrapper.interest-wrapper .program-form-select {
  background: #f8f8f8;
}
.select-wrapper.type-wrapper .dropdown-toggle {
  background: #e7e7e7;
}
.select-wrapper.type-wrapper .program-form-select {
  background: #e7e7e7;
}
.select-wrapper .program-form-select {
  font-family: "Barlow", sans-serif;
  font-size: 1em;
}

.interest-wrapper .dropdown-menu li > a:hover {
  background-color: #fff;
  color: #3c3c3c;
}

.programs-featured {
  margin: 40px 40px 0;
}

.program-filter-controls {
  margin-bottom: 10px;
}

.program-directory-form {
  margin: 0;
}

.program-filters li {
  padding-left: 10px;
  text-align: left;
}
.program-filters li input {
  display: inline-block;
}
.program-filters + p {
  margin-top: 15px;
}

.program-finder {
  margin-top: 20px;
  position: relative;
}
.program-finder th {
  background: #e7e7e7;
  color: #3c3c3c;
  padding: 20px 0.5%;
  text-align: center;
}
.program-finder th:first-child {
  padding-left: 10px;
  text-align: left;
}

.program-row {
  margin-top: 25px;
}
.program-row:hover .program-check {
  color: #db0000;
}
.program-row:hover .program-unavailable {
  color: rgba(0, 0, 0, 0.25);
}
.program-row a:hover {
  text-decoration: underline;
}
.program-row td {
  padding: 15px 0;
}
.program-row td .program-link {
  color: #3c3c3c;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
}
.program-row td:first-child {
  padding-left: 10px;
}
.program-row td:first-child::before {
  color: #db0000;
  content: "\f05a";
  font: normal normal normal 9px/1 "Font Awesome 6 Pro";
  font-size: 1em;
  font-weight: 600;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.program-row .program-check {
  color: #5f5f5f;
  padding: 5px;
}
.program-row .program-unavailable {
  color: #c6c6c5;
  font-weight: 400;
}

.program-degrees {
  margin-bottom: 25px;
}
.program-degrees .label {
  border-radius: 0;
  cursor: unset;
}

.related-programs-list {
  padding: 20px 0;
}

.qr-code-generator p {
  margin: 0;
}
.qr-code-generator canvas {
  max-width: 400px;
  width: 100%;
}
.qr-code-generator .qr-example {
  width: 100%;
}
.qr-code-generator .qr-form-grid {
  column-gap: 1em;
  display: grid;
  grid-template-columns: 7fr 8fr;
  row-gap: 1em;
}
.qr-code-generator .one-column-grid input {
  margin: 0.25em 0 0;
  max-width: 260px;
  min-width: 184px;
}
.qr-code-generator .qr-input-grid {
  grid-template-columns: 4fr 1fr;
}
.qr-code-generator .qr-utm-label {
  grid-row: 4;
}
.qr-code-generator .qr-utm-selection {
  grid-column: 1/3;
  grid-row: 5;
  margin-right: 4em;
}
.qr-code-generator .qr-utm-selection label {
  margin: 0 1em;
}
.qr-code-generator .qr-utm-selection :last-child label {
  margin-right: 0;
}
.qr-code-generator .qr-image-selection {
  grid-column: 1/3;
  grid-row: 7;
  margin-right: 3.5em;
}
.qr-code-generator .qr-image-selection label {
  margin: 0.1em 2em 0 1em;
}
.qr-code-generator .image-label {
  grid-row: 6;
}
.qr-code-generator .valid-input {
  margin-top: 0.3em;
}
.qr-code-generator .size-label {
  grid-column: 1;
  grid-row: 8;
}
.qr-code-generator .size-input {
  grid-column: 2;
  grid-row: 8;
}
@media (max-width: 768px) {
  .qr-code-generator input {
    margin: 0.66em 0 0;
  }
  .qr-code-generator .qr-code-two-column {
    grid-template-columns: 1fr;
  }
  .qr-code-generator .qr-input-grid {
    margin-bottom: 1.5em;
  }
  .qr-code-generator .qr-form-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .qr-code-generator .qr-form-grid label {
    font-size: 1.1em;
    justify-self: start;
    margin-bottom: 0;
  }
  .qr-code-generator .qr-injection {
    margin-bottom: 1rem;
  }
  .qr-code-generator .qr-utm-label {
    grid-row: auto;
  }
  .qr-code-generator .qr-image-selection,
  .qr-code-generator .qr-utm-selection {
    align-items: start;
    gap: 0.25em;
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    justify-items: start;
    justify-self: start;
    margin: 1em 0 0.5em 0.5em;
  }
  .qr-code-generator .qr-image-selection label,
  .qr-code-generator .qr-utm-selection label {
    margin: 0 0 0 1em;
  }
  .qr-code-generator .qr-image-selection canvas,
  .qr-code-generator .qr-utm-selection canvas {
    max-width: 100%;
  }
  .qr-code-generator .qr-utm-selection {
    gap: 1em;
    margin-bottom: 4em;
  }
  .qr-code-generator .size-label {
    grid-column: auto;
    grid-row: auto;
  }
  .qr-code-generator .size-input {
    grid-column: auto;
    grid-row: auto;
  }
  .qr-code-generator .image-label {
    grid-row: auto;
  }
}
@media (max-width: 380px) {
  .qr-code-generator canvas {
    max-width: 325px;
  }
}
@media (max-width: 380px) {
  .qr-code-generator canvas {
    max-width: 250px;
  }
}

.tuition-calculator {
  margin: 0 auto;
  position: relative;
}
.tuition-calculator .btn {
  text-align: left;
  width: 90%;
}
.tuition-calculator .tc-active {
  border-color: #db0000;
  position: relative;
}
.tuition-calculator .tc-active::after {
  color: #db0000;
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0.5em;
}

@media (max-width: 380px) {
  .whitewell.tc-output-wrapper {
    height: 240px;
  }
}

.tc-output-wrapper {
  overflow: hidden;
  position: relative;
}

.tc-output {
  align-items: center;
  height: 115px;
  position: relative;
  right: 200%;
  top: 25px;
  transition: right 1s;
  transition-timing-function: ease-out;
}
.tc-output p {
  line-height: unset;
  margin: 0;
}
@media (max-width: 380px) {
  .tc-output p {
    text-align: center;
  }
}
.tc-output p.tc-output-value {
  font-size: 4em;
  margin: 0;
  text-align: right;
}
@media (max-width: 380px) {
  .tc-output p.tc-output-value {
    font-size: 3em;
    text-align: center;
  }
}
.tc-output p.tc-output-text {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: -10px;
}
@media (max-width: 380px) {
  .tc-output p.tc-output-text {
    margin-top: 20px;
  }
}
.tc-output p.tc-disclaimer {
  font-size: 1.1em;
  margin-top: 20px;
  text-align: center;
}
.tc-output.onscreen {
  right: 0;
}
.tc-output.offscreen {
  right: 200%;
}

.tc-cost-text {
  bottom: 35%;
  font-size: 1.2em;
  left: 0;
  line-height: 1.2em;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  transition: left 1s;
  transition-timing-function: ease-out;
}
@media (max-width: 768px) {
  .tc-cost-text {
    bottom: 15%;
    max-width: 375px;
  }
}
@media (max-width: 380px) {
  .tc-cost-text {
    bottom: 35%;
  }
}
.tc-cost-text.onscreen {
  left: 0;
}
.tc-cost-text.offscreen {
  left: 200%;
}
.tc-cost-text p {
  margin: 0;
  padding: 0;
}

.library-search-form {
  margin: 0 0 10px;
}

.library-search-text,
.library-search-keyword {
  border-radius: 50px;
  font-size: 18px;
  height: 51.05px;
  line-height: 28px;
  padding: 0;
  text-align: center;
}

.library-search-text {
  margin: 0 0 15px;
  width: 65%;
}
@media (max-width: 768px) {
  .library-search-text {
    width: 100%;
  }
}

.library-search-keyword {
  margin: 0 0 15px;
  width: 33.37%;
}
@media (max-width: 768px) {
  .library-search-keyword {
    width: 100%;
  }
}

.library-search-button {
  margin: 0 !important;
  width: 100% !important;
}

.contact-department {
  margin: 0 auto;
  width: 100%;
}

.contact-heading-icon {
  bottom: 10px;
  font-size: 1.2em;
  left: 20px;
  position: relative;
}

.contact-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
.contact-links li {
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .contact-links li.text-link {
    flex-basis: 100%;
  }
}
.contact-links .fas,
.contact-links .fab {
  font-size: 28px;
  padding: 10px;
}
.contact-links .fas::before,
.contact-links .fab::before {
  color: #575351;
}
.contact-links .fab:hover::before {
  font-weight: 900;
}
.contact-links .fas::before {
  font-size: 0.8em;
}

.nav.contact-links li {
  display: block;
  margin: 0;
}
.nav.contact-links li a {
  padding: 2px 0 10px;
}
@media (max-width: 768px) {
  .nav.contact-links li a {
    padding: 2px 0 10px 10px;
  }
}

.full-width-page .contact-department {
  width: 100%;
}

.quote-circle-image img {
  margin: 0 auto auto;
  width: 400px;
}
@media (max-width: 380px) {
  .quote-circle-image img {
    display: none;
  }
}

.accordion {
  margin-bottom: 18px;
  padding-bottom: 1px;
}

.accordion-group {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  margin-bottom: -1px;
}

.accordion-heading {
  border-bottom: 0;
  padding-right: 35px;
  position: relative;
}
.accordion-heading a {
  color: #3c3c3c;
  text-decoration: none;
}
.accordion-heading:hover, .accordion-heading:has([aria-expanded=true]) {
  background: #f8f8f8;
  transition: 0.3s;
}
.accordion-heading:hover::before, .accordion-heading:has([aria-expanded=true])::before {
  transition: 0.2s ease-in;
  width: 5px;
}
.accordion-heading:hover .accordion-arrow, .accordion-heading:has([aria-expanded=true]) .accordion-arrow {
  color: #db0000;
}
.accordion-heading::before {
  background-color: #db0000;
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.25s ease-in;
  width: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 15px 15px 15px 25px;
}

.accordion-body {
  display: none;
  grid-template-rows: 0fr;
  overflow: hidden;
  position: relative;
  transition: grid-template-rows 0.5s;
}
@media (prefers-reduced-motion) {
  .accordion-body {
    transition: grid-template-rows 1s;
  }
}
.accordion-body.open {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.5s;
}
.accordion-body.open .accordion-inner {
  padding: 9px 15px;
}
.accordion-body .dropdown-menu {
  position: relative;
  top: unset;
}

.accordion-inner {
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 0 15px;
  transition: padding 0.5s;
}

.accordion-arrow {
  color: #c6c6c5;
  position: absolute;
  right: 15px;
  top: 20px;
}

.calendar-controls {
  margin-bottom: 10px;
}
.calendar-controls input,
.calendar-controls button {
  margin: 0;
}
.calendar-controls .search-input-wrapper {
  position: relative;
  top: 2px;
}
.calendar-controls .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-controls .dropdown-menu li {
  padding: 0 0 0 15px;
  text-align: left;
}
.calendar-controls .calendar-date-select {
  padding-left: 15px;
  position: relative;
  text-align: left;
}
.calendar-controls .calendar-date-select::after {
  color: #db0000;
  content: "\f274";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  padding: 0.8em 1em;
  position: absolute;
  right: 0;
  top: 0;
}
.calendar-controls .input-append.input-append-block button {
  height: 100%;
  right: 0;
}
.calendar-controls .input-append.input-append-block input {
  background-clip: padding-box;
}

.suu-calendar {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  margin: 0 0 15px;
}
@container suu-container (max-width: 728px) {
  .suu-calendar {
    grid-template-columns: repeat(1, 1fr);
  }
}
.suu-calendar .cardlink {
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  padding: 0;
  transition: box-shadow 0.3s;
}
.suu-calendar .cardlink:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.5), 0 3px 4px 2px rgba(60, 64, 67, 0.2);
}
.suu-calendar .template {
  border-radius: 20px;
  min-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.suu-calendar .template .card {
  box-shadow: none;
}
.suu-calendar .template .card:hover {
  box-shadow: none;
}
.suu-calendar .whitewell {
  border: 0;
  margin-bottom: 0;
  padding: 30px 20px;
}
.suu-calendar .event-date {
  float: left;
}
.suu-calendar .event-date div {
  margin: 10px 15px 15px;
  text-align: center;
}
.suu-calendar .event-date .event-day {
  font-size: 2.5em;
  font-weight: 600;
}
.suu-calendar .event-date .event-month {
  color: #3c3c3c;
  font-weight: 900;
  text-transform: uppercase;
}
.suu-calendar .event-name {
  color: #3c3c3c;
  font-size: 1.1em;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suu-calendar .event-image {
  float: left;
  margin: 2px 8px 2px 5px;
}
.suu-calendar .event-image img {
  height: 80px;
}
.suu-calendar .event-calendar {
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
  border-radius: 0 0 20px 20px;
  padding: 5px 100px 5px 20px;
}
@media (max-width: 380px) {
  .suu-calendar .event-calendar {
    padding: 5px 20px;
  }
}
.suu-calendar .event-icon {
  border-radius: 50%;
  bottom: -50px;
  height: 75px;
  position: absolute;
  right: 0;
}
@media (max-width: 380px) {
  .suu-calendar .event-icon {
    display: none;
  }
}
.suu-calendar .event-icon.event-icon-lift {
  bottom: -20px;
}
.suu-calendar .event-information {
  height: 90px;
  position: relative;
}
.suu-calendar .event-information div {
  display: block;
  padding: 2px 0;
}
.suu-calendar .event-information .event-desc,
.suu-calendar .event-information .event-add {
  display: none;
}
.suu-calendar .event-information .event-location {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #575351;
  display: -webkit-box;
  font-size: 0.9em;
  font-style: italic;
  margin-right: 80px;
  overflow: hidden;
  white-space: normal;
}
@media (max-width: 380px) {
  .suu-calendar .event-information .event-location {
    margin-right: unset;
  }
}
.suu-calendar .event-name,
.suu-calendar .event-time,
.suu-calendar .event-location,
.suu-calendar .event-desc,
.suu-calendar .event-calendar {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.top-event-nav .btn {
  font-weight: 700;
}

.modal-info {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.modal-info span {
  color: #db0000;
}

.modal-desc {
  margin: 15px 0 30px;
}

.modal-calendar-info {
  position: absolute;
  right: 65px;
  width: 85%;
}
@media (max-width: 768px) {
  .modal-calendar-info {
    margin-top: -30px;
    right: 20px;
  }
}
.modal-calendar-info .calendar-name {
  color: #3c3c3c;
  display: block;
  font-style: italic;
  overflow-x: hidden;
  position: relative;
  text-align: right;
  text-overflow: ellipsis;
  top: 65px;
  white-space: nowrap;
  width: calc(100% - 115px);
}
.modal-calendar-info .calendar-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.modal-calendar-info .calendar-icon img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.card-component {
  background-color: #fff;
  border: 1px solid #c6c6c5;
  display: grid;
  font-weight: 400;
  grid-template-rows: min-content;
  position: unset;
}
.card-component h2,
.card-component h3,
.card-component h4,
.card-component h5,
.card-component h6 {
  padding: 1.5em 10px 10px;
}
.card-component h2 {
  font-size: 1.5em;
  line-height: 1em;
}
.card-component p {
  color: #3c3c3c;
  margin: 0;
}
.card-component p.h5 {
  font-weight: 500;
  padding: 0;
  transition: color 260ms;
}
.card-component .card-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1.5rem;
}
.card-component .card-content .card-arrow {
  align-self: flex-end;
  color: #999;
  height: 20px;
  line-height: 1;
  margin-top: auto;
  position: relative;
  transition: color 260ms;
}
.card-component .card-img-container {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.card-component .card-img-container img {
  background-color: #fff;
  transform: scale(1) translateZ(1px);
  transition: transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.card-component:hover .card-img-container img {
  transform: scale(1.025) translateZ(1px);
}
.card-component.highlight-card {
  margin: 0 auto;
  max-width: 220px;
  padding: 25px 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .card-component.highlight-card {
    width: 90%;
  }
}
.card-component.highlight-card h5 {
  padding-bottom: 0;
}
.card-component.highlight-card p {
  margin: 5px 1em;
}
.card-component.highlight-card p:first-child {
  margin: 1.5em;
}
.card-component.highlight-card .fal,
.card-component.highlight-card .fa-brands {
  color: #db0000;
}
.card-component.highlight-card .majors-heading-gray {
  text-transform: uppercase;
}
.card-component.highlight-card.highlight-card-animate {
  transform: scale(1);
  transition-duration: 0.15s;
  transition-property: background-color, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.card-component.highlight-card-alt {
  background: unset;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  padding: 10px 15px;
}
.card-component.highlight-card-alt h3,
.card-component.highlight-card-alt h4 {
  margin: 0 0 0.5em;
  padding: 0;
}
.card-component.highlight-card-alt p {
  margin: 0;
}

a.cardlink {
  text-decoration: none;
}

.cardlink {
  display: grid;
}
.cardlink.well, .cardlink.whitewell {
  display: block;
}
.cardlink .card-component, .cardlink.card-component {
  align-items: stretch;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  transition: background-color 0.26s, box-shadow 0.26s;
}
.cardlink .card-component:hover, .cardlink.card-component:hover {
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.5), 0 3px 4px 2px rgba(60, 64, 67, 0.2);
}
.cardlink:hover .highlight-card-animate, .cardlink:focus .highlight-card-animate, .cardlink:active .highlight-card-animate {
  transform: scale(1.05);
  z-index: 100;
}
.cardlink:hover .card-arrow,
.cardlink:hover .h5, .cardlink:focus .card-arrow,
.cardlink:focus .h5, .cardlink:active .card-arrow,
.cardlink:active .h5 {
  color: #db0000;
}

.card {
  background-color: #fff;
  border: 1px solid #c6c6c5;
  padding: 0 0 1.5em;
  position: unset;
}
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
  padding: 1.5em 10px 10px;
}
.card h2 {
  font-size: 1.5em;
  line-height: 1em;
}
.card p {
  margin: 1.5em;
}
.card p:first-child {
  margin-top: 1.5em;
}
.card .card-img-container {
  overflow: hidden;
}
.card .card-img-container img {
  background-color: #fff;
  transform: scale(1) translateZ(1px);
  transition: transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.card:hover .card-img-container img {
  transform: scale(1.025) translateZ(1px);
}
.card.highlight-card {
  margin: 0 auto;
  max-width: 220px;
  padding: 25px 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .card.highlight-card {
    width: 90%;
  }
}
.card.highlight-card h5 {
  padding-bottom: 0;
}
.card.highlight-card p {
  margin: 5px 1em;
}
.card.highlight-card p:first-child {
  margin: 1.5em;
}
.card.highlight-card .fal {
  color: #db0000;
}
.card.highlight-card .fa-brands {
  color: #db0000;
}
.card.highlight-card .majors-heading-gray {
  text-transform: uppercase;
}
.card.highlight-card.highlight-card-animate {
  transform: scale(1);
  transition-duration: 0.15s;
  transition-property: background-color, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.card.highlight-card-alt {
  background: unset;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  padding: 10px 15px;
}
.card.highlight-card-alt h3,
.card.highlight-card-alt h4 {
  margin: 0 0 0.5em;
  padding: 0;
}
.card.highlight-card-alt p {
  margin: 0;
}

a.cardlink {
  color: #3c3c3c;
  text-decoration: none;
  width: 100%;
}

.cardlink {
  display: grid;
}
.cardlink.well, .cardlink.whitewell {
  display: block;
}
.cardlink img {
  border-radius: 20px 20px 0 0;
}
.cardlink .card, .cardlink.card {
  align-items: stretch;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.cardlink .card:hover, .cardlink.card:hover {
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.5), 0 3px 4px 2px rgba(60, 64, 67, 0.2);
}
.cardlink:hover .highlight-card-animate, .cardlink:focus .highlight-card-animate, .cardlink:active .highlight-card-animate {
  transform: scale(1.05);
  z-index: 100;
}

.carousel {
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
}
.carousel img {
  max-width: 100%;
}
.carousel a {
  text-decoration: none;
}
.carousel .item {
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 1;
}
.carousel .item.active {
  opacity: 1;
  z-index: 2;
}
.carousel :hover .slide-indicator,
.carousel :hover .carousel-control {
  opacity: 0.9;
}

.carousel-inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slide-navigation {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  display: inline-flex;
  font-size: 15px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 3;
}

.carousel-control,
.slide-indicator {
  color: #000;
  opacity: 0.5;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  padding: 10px;
  right: 0;
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 16px;
  padding-bottom: 0;
}
.carousel-caption p {
  font-size: 11px;
  margin: 0;
}
@media (max-width: 380px) {
  .carousel-caption {
    padding: 0;
  }
  .carousel-caption h4 {
    padding: 10px;
  }
  .carousel-caption p {
    display: none;
  }
}

.slick-slider {
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}

.slick-loading .slick-list {
  background: #fff;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: normal;
}

.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  width: 20px;
}
.slick-prev::after,
.slick-next::after {
  color: #575351;
  right: 1em;
  top: 15px;
}
.slick-prev::before,
.slick-next::before {
  color: #fff;
  top: 15px;
}
.slick-prev::after, .slick-prev::before,
.slick-next::after,
.slick-next::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  position: relative;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev {
  left: 5px;
  z-index: 100;
}
.slick-prev::after {
  content: "\10f0a8";
}
.slick-prev::before {
  content: "\f0a8";
}

.slick-next {
  right: 15px;
  z-index: 100;
}
.slick-next::after {
  content: "\10f0a9";
}
.slick-next::before {
  content: "\f0a9";
}

.slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 15px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: 0;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: "•";
  font-size: 40px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.45;
  position: absolute;
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button::before {
  color: #000;
  opacity: 0.75;
}

.full-width-page .directory-of-people .dop-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 980px) {
  .full-width-page .directory-of-people .dop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .full-width-page .directory-of-people .dop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 510px) {
  .full-width-page .directory-of-people .dop-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.directory-of-people .dop-grid {
  grid-column-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
@media (max-width: 980px) {
  .directory-of-people .dop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 510px) {
  .directory-of-people .dop-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.directory-of-people .dop-layout-bio .dop-profile {
  margin: 20px 0;
}
.directory-of-people .dop-profile {
  background-color: #f8f8f8;
  justify-self: center;
  max-width: 300px;
  position: relative;
  width: 100%;
}
@media (max-width: 380px) {
  .directory-of-people .dop-profile {
    width: 300px;
  }
}
.directory-of-people .dop-profile .dop-filler {
  background-color: #fff;
  height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
}
.directory-of-people .dop-profile .dop-link {
  height: 200px;
  margin: 0 auto;
  position: relative;
  width: 200px;
}
.directory-of-people .dop-profile .dop-link a .dop-icon {
  transition: box-shadow 0.3s;
}
.directory-of-people .dop-profile .dop-link a:hover .dop-icon {
  box-shadow: 5px 0 5px #db0000;
  color: #db0000;
  transition: box-shadow 0.3s;
}
.directory-of-people .dop-profile .dop-img {
  border-radius: 50%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 200px;
  z-index: 5;
}
.directory-of-people .dop-profile .dop-icon {
  background: #fff;
  border-radius: 50%;
  color: #db0000;
  font-size: 2em;
  height: 0.9em;
  position: absolute;
  right: -10px;
  top: 85px;
  width: 0.7em;
  z-index: 10;
}
.directory-of-people .dop-profile .dop-icon::before {
  margin-left: -5px;
}
.directory-of-people .dop-profile .dop-info {
  font-size: 0.8em;
  line-height: 1.25em;
  padding: 10px 40px 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .directory-of-people .dop-profile .dop-info {
    padding: 10px 40px 40px;
  }
}
.directory-of-people .dop-profile .dop-info .lead {
  margin-bottom: 0;
}
.directory-of-people .dop-profile .dop-info.no-img {
  padding-top: 40px;
}
.directory-of-people .dop-profile .dop-info h5 {
  font-size: 1.5em;
}
.directory-of-people .dop-profile .dop-info p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.directory-of-people .dop-profile .dop-info p a {
  min-height: 24px;
}
.directory-of-people .dop-profile .dop-title {
  font-style: italic;
}
.directory-of-people .dop-profile .dop-bio {
  margin-top: 100px;
  padding: 40px 40px 40px 10px;
}
@media (max-width: 768px) {
  .directory-of-people .dop-profile .dop-bio {
    margin-top: 0;
    padding: 0 40px 30px;
  }
}
.directory-of-people .dop-profile strong {
  font-weight: 500;
}
.directory-of-people .dop-modal-header {
  position: relative;
  top: 65px;
}
.directory-of-people .dop-modal-info {
  width: calc(100% - 190px);
}
.directory-of-people .dop-modal-photo {
  border-radius: 50%;
  height: 175px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -65px;
  width: 175px;
}
.directory-of-people .dop-modal-contact-row {
  margin-bottom: 20px;
  margin-top: 105px;
}
.directory-of-people .dop-modal-contact-row .dop-modal-contact {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.modal .directory-of-people .grid.three-column-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 380px) {
  .modal .directory-of-people .grid.three-column-grid {
    grid-template-columns: 1fr;
  }
}

.home-icons {
  text-align: center;
  text-transform: uppercase;
}
.home-icons p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}
.home-icons a {
  color: #575351;
  display: block;
  text-decoration: none;
}
.home-icons a:hover {
  color: #575351;
}
@media (max-width: 768px) {
  .home-icons .span2 a {
    align-items: center;
    display: flex;
    margin: -6% 12%;
  }
  .home-icons .span2 img {
    display: inline-block;
    flex-basis: 25%;
    max-width: 25%;
  }
  .home-icons .span2:nth-child(even) a {
    flex-direction: row-reverse;
  }
}

.home-news-well {
  padding: 20px;
}
.home-news-well ul,
.home-news-well ol {
  margin: 10px 20px;
}

.img-card,
.img-card-alt {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  margin: 0 0 1em;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s;
}
.img-card img,
.img-card-alt img {
  background-color: #fff;
  transform: scale(1) translateZ(1px);
  transition: transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.img-card:hover,
.img-card-alt:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.5), 0 3px 4px 2px rgba(60, 64, 67, 0.2);
}
.img-card:hover img,
.img-card-alt:hover img {
  transform: scale(1.025) translateZ(1px);
}
.img-card:hover p,
.img-card-alt:hover p {
  background: #f8f8f8;
}
.img-card:hover .hover-text,
.img-card-alt:hover .hover-text {
  cursor: default;
  height: calc(100% - 75px);
  overflow: hidden;
  padding: 10px;
  visibility: visible;
}
.img-card p,
.img-card-alt p {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  color: #3c3c3c;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  left: 0;
  letter-spacing: 0.0125em;
  margin: 0;
  padding: 16px 0;
  position: absolute;
  text-align: center;
  transition-duration: 0.4s;
  transition-property: height, background, width, left, bottom, visibility;
  width: 100%;
  z-index: 10;
}
.img-card p.hover-text,
.img-card-alt p.hover-text {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 0;
  line-height: 1.3;
  overflow-y: hidden;
  padding: 0 10px;
  top: 0;
  visibility: hidden;
  width: calc(100% - 20px);
}

.expert-target .img-card {
  margin: 0;
}

.im-in:hover a {
  cursor: default;
}

@media (max-width: 380px) {
  .modal.fade.in {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .modal.fade.in {
    margin-top: 0;
    position: fixed;
    top: 20px;
  }
}
.modal {
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 100%;
  min-width: 760px;
  overflow-y: auto;
  position: fixed;
  right: -900px;
  top: 0;
  transition: right 0.25s ease-out;
  width: 40%;
  z-index: 1050;
}
@media (prefers-reduced-motion) {
  .modal {
    transition: right 0.5s ease-in-out;
  }
}
.modal .modal-header {
  margin: 0 0 -10px;
  min-height: 31px;
  padding: 45px 60px 0;
}
@media (max-width: 768px) {
  .modal .modal-header {
    padding: 45px 20px 0;
  }
}
@media (max-width: 510px) {
  .modal .modal-header {
    text-align: center;
  }
}
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header a,
.modal .modal-header .lead {
  color: #000;
}
.modal .modal-header div {
  margin: 0 0 5px;
}
.modal .modal-body {
  overflow-y: unset;
  padding: 20px 60px 50px;
}
@media (max-width: 768px) {
  .modal .modal-body {
    padding: 20px;
  }
}
.modal .modal-body .modal-info {
  display: flex;
  justify-items: center;
  margin-bottom: 1em;
}
@media (max-width: 510px) {
  .modal .modal-body .modal-info {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.modal .modal-body .modal-info .modal-contact {
  margin-bottom: auto;
  margin-top: auto;
  padding: 10px;
}
.modal .modal-body .modal-info .modal-img {
  border-radius: 50%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
  width: 200px;
}
.modal .heading-image-wrapper {
  margin-bottom: -45px;
  position: relative;
}
.modal .heading-image-wrapper svg {
  bottom: 0;
  fill: #fff;
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.modal .heading-image {
  margin-top: 0;
}
.modal .heading-image img {
  width: 100%;
}

.modal-content {
  padding: 80px 30px;
}

.show {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: ease 0.5s;
  z-index: 1049;
}
@media (prefers-reduced-motion) {
  .show {
    transition: ease 0.5s;
  }
}

.modal-close-wrapper {
  background: #fff;
  border-radius: 0 0 0 50%;
  color: #db0000;
  height: 40px;
  padding-top: 5px;
  position: absolute;
  right: 0;
  width: 50px;
  z-index: 5;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  text-decoration: none;
}
.modal-close:hover {
  text-decoration: none;
}

.modal-open {
  right: 0;
  transition: right 0.25s ease-out;
}
@media (prefers-reduced-motion) {
  .modal-open {
    transition: right 0.5s ease-in-out;
  }
}

.modal-footer {
  background-color: #f8f8f8;
  margin-bottom: 0;
  padding: 60px;
}
.modal-footer::before, .modal-footer::after {
  content: " ";
  display: table;
}
.modal-footer::after {
  clear: both;
}
@media (max-width: 768px) {
  .modal-footer {
    padding: 60px 20px;
  }
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

body.-modal-noscroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .open-modal {
    min-width: 100%;
    width: 100%;
  }
}
.news-showcase {
  display: grid;
  grid-gap: 1em;
}
@media (min-width: 769px) {
  .news-showcase {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
  }
}

.news-container {
  margin-bottom: 10px;
}

.news-img-wrapper,
.everywhere-img-wrapper {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}
.news-img-wrapper img,
.everywhere-img-wrapper img {
  background-color: #fff;
  transform: scale(1) translateZ(1px);
  transition: transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}

.featured-news-item img {
  width: 100%;
}
.featured-news-item .icon-button {
  bottom: 70px;
  display: none;
  position: absolute;
  right: 25px;
  z-index: 10;
}

.news-item-minor:last-child {
  padding-right: 0;
}

.news-blog-links {
  padding: 5px 0 0 5px;
}

.news-item {
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.news-item a {
  text-decoration: none;
}
.news-item img {
  aspect-ratio: 600/315;
  max-height: 240px;
  object-fit: contain;
  position: relative;
  z-index: 10;
}
.news-item img.bg-img {
  filter: blur(10px);
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
.news-item:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.5), 0 3px 4px 2px rgba(60, 64, 67, 0.2);
}
.news-item:hover .news-item-box {
  background-color: #f8f8f8;
}
.news-item:hover .news-img-wrapper img {
  transform: scale(1.025) translateZ(1px);
}
.news-item .date-label {
  margin: 0;
  position: absolute;
  top: 2px;
  z-index: 5;
}

.news-headline {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3c3c3c;
  display: -webkit-box;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-clamp: 2;
  line-height: 1.2em;
  margin: 0;
  overflow: hidden;
  text-rendering: optimizelegibility;
  text-transform: none;
}

.news-item-box {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  height: 45px;
  padding: 20px;
}

.news-item-desc {
  display: none;
}

.news-link {
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 768px) {
  .news-item {
    padding: 0;
  }
  .news-item.featured-news-item .date-label .label {
    background-color: #db0000;
    border-color: #db0000;
    color: #fff;
  }
  .news-item.featured-news-item .news-item-box {
    padding: 20px;
  }
  .news-item:first-child .label-brand, .news-item:hover .label-brand {
    background-color: #db0000;
    border: 0;
    color: #fff;
  }
  .news-item-box {
    border-top: 1px solid #c6c6c5;
    height: auto;
    margin-bottom: 5px;
    padding: 45px 20px 20px;
  }
  .news-item-minor .news-item-box {
    border-radius: 20px;
    padding: 25px 20px 20px;
  }
  .news-item-minor img {
    display: none;
  }
}
.countdown ul {
  list-style-type: none;
  margin: 0;
}
.countdown ul li {
  background-color: #e7e7e7;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 2px;
  padding: 10px;
  text-align: center;
}
.countdown ul li span {
  display: block;
  font-size: 2.5em;
  padding: 10px 5px;
}

.row-top-buffer1 {
  margin-top: 2.127659574%;
}

.row-top-buffer2 {
  margin-top: 4.255319148%;
}

.row-top-buffer3 {
  margin-top: 8.510638296%;
}

.border-gray {
  border: 1px solid #e7e7e7;
}

.no-border {
  border: 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column.reverse {
  flex-direction: column-reverse;
}

@media (max-width: 768px) {
  .flex-column-reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

.margin-top-auto {
  margin-bottom: 0;
  margin-top: auto;
}
.margin-top-auto.btn-group {
  line-height: 1.5em;
  top: -2px;
}

.shift-up {
  margin-top: -1em;
}

.text-branded {
  color: #db0000;
  font-weight: 600;
}

.text-branded-alternate {
  color: #c41425;
}

.text-default-darken {
  color: #232323;
}

.text-error {
  color: #c41425;
}

.text-info {
  color: #0076bb;
}

.text-success {
  color: #0d8d57;
}

.text-white {
  color: #fff;
}

.dark-gray-background-transparency {
  background-color: rgba(60, 60, 60, 0.9);
  border-radius: 50px;
  box-shadow: 0 0 15px 15px rgba(60, 60, 60, 0.9);
}

.light-gray-background-transparency {
  background-color: rgba(231, 231, 231, 0.77);
  border-radius: 50px;
  box-shadow: 0 0 15px 15px rgba(231, 231, 231, 0.77);
}

.white-background-transparency {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50px;
  box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.75);
}

.background-charcoal-gray {
  background-color: #3c3c3c;
}

.background-alabaster-gray {
  background-color: #f8f8f8;
}

.background-iron-gray {
  background-color: #e7e7e7;
}

.background-white {
  background-color: #fff;
}

a:hover.no-decoration, a:focus.no-decoration {
  text-decoration: none;
}
a:hover.text-error, a:focus.text-error {
  color: #960f1c;
}
a:hover.text-info, a:focus.text-info {
  color: #005688;
}
a:hover.text-success, a:focus.text-success {
  color: #095e3a;
}
a.no-decoration {
  text-decoration: none;
}

.muted {
  color: #575351;
}

.primary-font {
  font-family: "Barlow", sans-serif;
}

.secondary-font {
  font-family: "Merriweather", serif;
}

.primary-font-condensed {
  font-family: "Barlow Condensed", sans-serif;
}

.lead {
  font-size: 1.3em;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .lead {
    margin-bottom: 0;
  }
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.mega-margin {
  margin: 25px;
}

.mega-margin-vertical {
  margin-bottom: 25px;
  margin-top: 25px;
}

.mega-margin-right {
  margin-right: 50px;
}
@media (max-width: 768px) {
  .mega-margin-right {
    margin-right: 0;
  }
}

.mega-margin-left {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .mega-margin-left {
    margin-left: 0;
  }
}

.mega-margin-bottom {
  margin-bottom: 25px;
}

.mega-margin-top {
  margin-top: 25px;
}

.mega-padding {
  padding: 50px;
}
@media (max-width: 768px) {
  .mega-padding {
    padding: 25px;
  }
}

.mega-padding-vertical {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .mega-padding-vertical {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.mega-padding-bottom {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .mega-padding-bottom {
    padding-bottom: 25px;
  }
}

.mega-padding-top {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .mega-padding-top {
    padding-top: 25px;
  }
}

.rounded-corners {
  border-radius: 20px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide,
.hidden {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

.suu-container {
  container: suu-container/inline-size;
}

@media (min-width: 769px) {
  .center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.centerit {
  text-align: center !important;
}

.leftalign {
  text-align: left !important;
}

@media (min-width: 381px) {
  .left-xs-up {
    text-align: left !important;
  }
}

@media (max-width: 380px) {
  .left-xs-down {
    text-align: left !important;
  }
}

@media (min-width: 511px) {
  .left-sm-up {
    text-align: left !important;
  }
}

@media (max-width: 510px) {
  .left-sm-down {
    text-align: left !important;
  }
}

@media (min-width: 769px) {
  .left-md-up {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .left-md-down {
    text-align: left !important;
  }
}

@media (min-width: 981px) {
  .left-lg-up {
    text-align: left !important;
  }
}

@media (max-width: 980px) {
  .left-lg-down {
    text-align: left !important;
  }
}

.centeralign {
  text-align: center !important;
}

@media (min-width: 381px) {
  .center-xs-up {
    text-align: center !important;
  }
}

@media (max-width: 380px) {
  .center-xs-down {
    text-align: center !important;
  }
}

@media (min-width: 511px) {
  .center-sm-up {
    text-align: center !important;
  }
}

@media (max-width: 510px) {
  .center-sm-down {
    text-align: center !important;
  }
}

@media (min-width: 769px) {
  .center-md-up {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .center-md-down {
    text-align: center !important;
  }
}

@media (min-width: 981px) {
  .center-lg-up {
    text-align: center !important;
  }
}

@media (max-width: 980px) {
  .center-lg-down {
    text-align: center !important;
  }
}

.rightalign {
  text-align: right !important;
}

@media (min-width: 381px) {
  .right-xs-up {
    text-align: right !important;
  }
}

@media (max-width: 380px) {
  .right-xs-down {
    text-align: right !important;
  }
}

@media (min-width: 511px) {
  .right-sm-up {
    text-align: right !important;
  }
}

@media (max-width: 510px) {
  .right-sm-down {
    text-align: right !important;
  }
}

@media (min-width: 769px) {
  .right-md-up {
    text-align: right !important;
  }
}

@media (max-width: 768px) {
  .right-md-down {
    text-align: right !important;
  }
}

@media (min-width: 981px) {
  .right-lg-up {
    text-align: right !important;
  }
}

@media (max-width: 980px) {
  .right-lg-down {
    text-align: right !important;
  }
}

.gridjs-container .gridjs-wrapper {
  overflow: hidden;
}
.gridjs-container.study-abroad, .gridjs-container.housing-table {
  margin-top: 20px;
}
.gridjs-container .mobile-wrapper {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
.gridjs-container .mobile-wrapper strong {
  left: -9999px;
  position: absolute;
  text-align: left;
  top: -9999px;
}
.gridjs-container .gridjs-tr .gridjs-th {
  background-color: transparent;
  border: 0;
  color: #000;
  line-height: 24px;
  padding: 14px 8px;
  text-align: left;
  text-wrap: balance;
}
.gridjs-container .gridjs-tr .gridjs-td {
  border: 0;
  border-top: 1px solid #c6c6c5;
  padding: 8px;
}
.gridjs-container .gridjs-tr .gridjs-td[data-column-id=dateAvailable] {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.gridjs-container .gridjs-tr .gridjs-td[data-column-id=dateAvailable] .expand-row {
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 510px) {
  .gridjs-container .gridjs-tr .gridjs-td span .mobile-wrapper ~ span {
    display: none;
  }
}
.gridjs-container .gridjs-tr.hide {
  display: none;
}
@media (max-width: 768px) {
  .gridjs-container table,
  .gridjs-container thead,
  .gridjs-container tbody,
  .gridjs-container th,
  .gridjs-container td,
  .gridjs-container tr {
    display: block;
  }
  .gridjs-container thead {
    border-bottom: 1px solid #575351;
  }
  .gridjs-container thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .gridjs-container tr {
    border-bottom: 1px solid #575351;
    transition: height 0.5s ease;
  }
  .gridjs-container tr td {
    background-color: initial;
    position: relative;
    transform: translateY(0);
    transition: position 0.5s ease-in-out, transform 0.3s ease-in-out, z-index 2s ease;
    visibility: visible;
    z-index: 3;
  }
  .gridjs-container tr td.hidden-cell {
    position: absolute;
    transform: translateY(-50px);
    visibility: hidden;
    z-index: 1;
  }
  .gridjs-container tr.lead.text-branded {
    font-size: 18px;
  }
  .gridjs-container .mobile-wrapper {
    text-align: right;
  }
  .gridjs-container .mobile-wrapper strong {
    left: 0;
    position: relative;
    text-align: left;
    top: 0;
  }
  .gridjs-container .mobile-wrapper a:not(.original-content) a {
    color: #db0000;
    font-size: 28px;
    padding-bottom: 4px;
    padding-left: 10px;
    text-decoration: none;
  }
  .gridjs-container .mobile-wrapper .original-content {
    align-items: center;
    display: flex;
  }
  .gridjs-container .mobile-wrapper .original-content.top {
    padding-right: 0;
  }
  .gridjs-container .mobile-wrapper .original-content .expand-row {
    cursor: pointer;
    text-decoration: none;
  }
  .gridjs-container .mobile-wrapper .original-content .directory-label {
    line-height: 1.4 !important;
    text-wrap: balance;
    word-break: break-word;
  }
}
@media (max-width: 768px) and (max-width: 510px) {
  .gridjs-container .mobile-wrapper .original-content > span {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    justify-content: flex-end;
    word-break: break-word;
  }
}

.qs-datepicker {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4.22275px;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.25);
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 14px;
  overflow: hidden;
  position: absolute;
  user-select: none;
  width: 250px;
  z-index: 1000;
}
.qs-datepicker * {
  box-sizing: border-box;
}
.qs-datepicker.qs-centered {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qs-datepicker.qs-hidden {
  display: none;
}
.qs-datepicker .qs-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  opacity: 1;
  padding: 0.5em;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 1;
}
.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-datepicker .qs-overlay .qs-close {
  align-self: flex-end;
  cursor: pointer;
  display: inline-table;
  line-height: 0.77;
  padding: 0.5em;
  position: absolute;
}
.qs-datepicker .qs-overlay .qs-overlay-year {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: auto 0 0.5em;
  padding: 0.25em 0;
  width: calc(100% - 1em);
}
.qs-datepicker .qs-overlay .qs-submit {
  background: #e7e7e7;
  border: 1px solid #fff;
  border-radius: 4.22275px;
  cursor: pointer;
  margin: 0 auto auto;
  padding: 0.5em;
}
.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  border-color: #000;
  color: #e7e7e7;
  cursor: not-allowed;
}
.qs-datepicker .qs-controls {
  align-items: center;
  background: #db0000;
  color: #fff;
  display: flex;
  filter: blur(0);
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: space-between;
  transition: filter 0.3s;
  width: 100%;
}
.qs-datepicker .qs-controls.qs-blur {
  filter: blur(5px);
}
.qs-datepicker .qs-arrow {
  border-radius: 5px;
  cursor: pointer;
  height: 25px;
  position: relative;
  transition: background 0.15s;
  width: 25px;
}
.qs-datepicker .qs-arrow::after {
  border: 6.25px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-datepicker .qs-arrow.qs-left::after {
  border-right-color: #fff;
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-datepicker .qs-arrow.qs-right::after {
  border-left-color: #fff;
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.25);
}
.qs-datepicker .qs-arrow:hover.qs-left::after {
  border-right-color: #000;
}
.qs-datepicker .qs-arrow:hover.qs-right::after {
  border-left-color: #000;
}
.qs-datepicker .qs-month-year {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-weight: bold;
  transition: border 0.2s;
}
.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid #575351;
}
.qs-datepicker .qs-month-year:focusfocus,
.qs-datepicker .qs-month-year :activefocus {
  outline: none;
}
.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}
.qs-datepicker .qs-squares {
  display: flex;
  filter: blur(0);
  flex-wrap: wrap;
  padding: 5px;
  transition: filter 0.3s;
}
.qs-datepicker .qs-squares.qs-blur {
  filter: blur(5px);
}
.qs-datepicker .qs-square {
  align-items: center;
  border-radius: 4.22275px;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  transition: background 0.1s;
  width: 14.28571429%;
}
.qs-datepicker .qs-square.qs-current {
  font-weight: bold;
}
.qs-datepicker .qs-square.qs-active {
  background: #add8e6;
}
.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}
.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}
.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}
.qs-datepicker .qs-square.qs-day {
  color: #575351;
  cursor: default;
  font-weight: bold;
}
.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):hover {
  background: #f8f8f8;
}

@media (max-width: 768px) {
  .navbar-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
}

.float-left {
  float: left;
  margin: 10px 10px 10px 0;
}

.float-right {
  float: right;
  margin: 10px 0 10px 10px;
}

.nofloat {
  float: none;
}

.max-width-50 {
  max-width: 50%;
}

.grayscale {
  filter: grayscale(1);
}

.small {
  font-size: 85%;
}

.nobr {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.nomargin-left {
  margin-left: 0 !important;
}

.nomargin-right {
  margin-right: 0 !important;
}

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

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

@media (max-width: 768px) {
  .small-no-display {
    display: none;
  }
}
.filter-form-container {
  display: none;
}

.employer-directory-legend {
  border-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 36px;
  margin-bottom: 0 !important;
}

table.employer-table td {
  vertical-align: middle !important;
}
table.employer-table .label {
  line-height: 2rem;
}

.directory-label {
  cursor: pointer;
  line-height: 2 !important;
}

.directory-label-noclick {
  cursor: unset;
}

.anchor {
  display: block;
  position: relative;
  top: -137px;
  visibility: hidden;
}
@media (max-width: 768px) {
  .anchor {
    top: -95px;
  }
}
@media (max-width: 510px) {
  .anchor {
    top: -85px;
  }
}

.program-finder td .program-check:hover + .sr-only {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #e7e7e7;
  clip: unset;
  color: #000;
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 0.85em;
  height: auto;
  margin: 0 0 0 -50px;
  padding: 2px;
  position: absolute;
  width: auto;
}

.gsc-webResult.gsc-result {
  padding-left: 5px !important;
}
.gsc-webResult.gsc-result > div {
  padding-left: 0 !important;
}

.sidebar-nav.well {
  padding: 9px 0;
}
@media (max-width: 768px) {
  .sidebar-nav.well {
    padding: 0;
  }
}

.fa-twitter::before {
  content: "\e61b" !important;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 381px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 511px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 510px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 981px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=suu-custom.css.map */
