  @charset "UTF-8";
/***
classes for basic styling on /rec
***/
.rec-headline {
  line-height: 1.05;
  letter-spacing: -0.5px;
  font-family: "open sans bold", oswald, sans-serif;
}

h1.rec-headline {
  font-size: calc(20px + 2.1vw);
}

h2.rec-headline {
  font-size: calc(20px + 0.9vw);
}

span.note {
  font-family: "open sans", sans-serif, verdana, helvetica, "Helvetica Neue", Arial;
  font-size: 14px;
  font-weight: normal;
}

div.clickable {
  cursor: pointer;
}

a.div-link, a.div-link:link {
  text-decoration: none;
  color: initial;
}

a.div-link h2 {
  text-decoration: underline;
}

a.div-link .fas:hover {
  opacity: 1;
}

div.clickable:hover a.div-link h2 {
  opacity: 0.75;
}

.rl-divider {
  margin: 6vh auto 4vh auto;
  max-width: 400px;
  overflow: hidden;
  height: 26px;
}

/***
classes for basic icon styling on /rec
***/
.pdf::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-left: 4px;
  content: "\f1c1";
}

.btn.pdf::after {
  padding-left: 8px;
}

.fa.nohover:hover {
  opacity: 1;
}

/***
classes for basic social media styling on /rec
***/
.sm-circle {
  color: #041e42;
  border: 3px solid #041e42;
  border-radius: 50%;
  font-size: 22px;
  margin: 5px 2px;
  padding: 9px 0;
  text-align: center;
  text-decoration: none;
  width: 46px;
}

.social-media-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  row-gap: 15px;
}

.social-media-row > * {
  margin-left: 20px;
  margin-right: 20px;
}

.social-media-row h1, .social-media-row h2, .social-media-row h3, .social-media-row h4, .social-media-row h5, .social-media-row h6 {
  color: #867540;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 529px) {
  .social-media-row h1, .social-media-row h2, .social-media-row h3, .social-media-row h4, .social-media-row h5, .social-media-row h6 {
    flex-basis: 100%;
    text-align: center;
  }
}
/***
btn-row class sets position of button link rows
***/
a.btn, a.btn:hover {
  text-decoration: none;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-row .btn {
  margin: 4px;
}

.btn-row .btn i {
  padding-left: 5px;
}

.brn-row .btn i.i-left {
  padding: 0 5px 0 0;
}

.btn-row .btn-group > .btn:first-child {
  margin-left: 4px;
}

.btn-row.left {
  justify-content: flex-start;
}

.btn-row.left .btn {
  margin: 4px 8px 4px 0 !important;
}

.btn-group ul.dropdown-menu i {
  padding-left: 5px;
}
.btn-group ul.dropdown-menu i.i-left {
  padding: 0 5px 0 0;
}

.dropdown-toggle::after {
  display: inline-block;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-primary.disabled {
  background-color: #11294b;
  border-color: #11294b;
}

.btn-register {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

a.btn-register:hover, a.btn-register:link:hover {
  color: #fff;
}

.btn-register.active, .btn-register.focus,
.btn-register:active, .btn-register:focus, .btn-register:hover,
.open > .dropdown-toggle.btn-register {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-register.active, .btn-register:active, .open > .dropdown-toggle.btn-register {
  background-image: none;
}

.btn-register.disabled, .btn-register.disabled.active, .btn-register.disabled.focus,
.btn-register.disabled:active, .btn-register.disabled:focus, .btn-register.disabled:hover,
.btn-register[disabled], .btn-register[disabled].active, .btn-register[disabled].focus,
.btn-register[disabled]:active, .btn-register[disabled]:focus, .btn-register[disabled]:hover,
fieldset[disabled] .btn-register,
fieldset[disabled] .btn-register.active,
fieldset[disabled] .btn-register.focus,
fieldset[disabled] .btn-register:active,
fieldset[disabled] .btn-register:focus,
fieldset[disabled] .btn-register:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

a.btn-pgb:hover, a.btn-pgb:link:hover {
  color: #fff;
}

.btn-pgb {
  color: white;
  background-color: #f195e6;
  border-color: #ccc;
}

.btn-pgb.active, .btn-pgb.focus,
.btn-pgb:active, .btn-pgb:focus, .btn-pgb:hover,
.open > .dropdown-toggle.btn-pgb {
  color: #fff;
  background-color: #f576e6;
  border-color: #bdbdbd;
}

.btn-pgb.active, .btn-pgb:active, .open > .dropdown-toggle.btn-pgb {
  background-image: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px !important;
  }
  .btn-group > .btn {
    position: relative;
    border-radius: 4px !important;
  }
}
/***
classes for basic list styling on /rec
***/
ul.list-unstyled {
  margin-left: 0;
}

ul.rec-list,
ul.prominent {
  list-style: none;
}
ul.rec-list li,
ul.prominent li {
  list-style-image: none !important;
  list-style-type: none !important;
  color: inherit !important;
}
ul.rec-list li::before,
ul.prominent li::before {
  display: inline;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: 0 9px 0 -16px;
  content: "\f111";
  color: #041e42;
  font-size: 0.45em;
  vertical-align: 50%;
  margin-left: -16px;
}

ul.rec-list > li > ul > li::before,
ul.prominent > li > ul > li > ul > li::before {
  content: "\f0da";
  color: #041e42;
  font-size: 1em;
  vertical-align: baseline;
  margin-left: -15px;
}

ul.rec-list > li::before,
ul.prominent > li > ul > li::before {
  content: "\f0c8";
  color: #a89968;
  font-size: 0.5em;
  vertical-align: 40%;
  margin-left: -16px;
}

ul.prominent {
  padding-left: 9px;
  margin-left: 23px;
}
ul.prominent > li {
  margin: 10px 0;
}
ul.prominent > li::before {
  content: "\f0c8";
  color: #004c9d;
  font-size: 1em;
  vertical-align: baseline;
  margin-left: -23px;
}
ul.prominent > li > ul {
  padding-left: 25px;
}

ol.prominent {
  list-style: none;
  counter-reset: item;
}
ol.prominent > li {
  counter-increment: item;
  margin-bottom: 5px;
  position: relative;
}
ol.prominent > li::before {
  position: absolute;
  content: counter(item);
  background: #004c9d;
  left: -35px;
  top: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  display: inline-block;
}

/***
quicklink-row class sets position and look of home page quicklink icons
***/
.ql-row {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 5%;
  padding-right: 5%;
  background: #eee;
  padding-bottom: 30px;
  padding-top: 30px;
}

.ql {
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.ql:hover {
  background-color: #e1e1e1;
  transform: scale(1.1);
}

.ql a {
  outline: 0;
}

.ql a:link, .ql a:visited {
  text-decoration-color: #19256d;
  text-decoration: none;
}

.ql h1 {
  font-family: Oswald, sans-serif;
  margin-bottom: -10px;
  font-size: 1.3em;
}

.ql img {
  vertical-align: top;
  padding-bottom: 0px;
  padding-top: 8px;
  margin: 0 auto;
  width: 50%;
}

@media (min-width: 360px) {
  .ql-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .ql-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .ql-row {
    grid-template-columns: repeat(6, 1fr);
  }
}
/***
blockquote generalized for /rec
***/
blockquote {
  display: block;
  border-left: none;
  padding: 15px 0 0 60px;
  margin: 15px 30px;
  position: relative;
  font-size: inherit;
  line-height: 1.2;
}

blockquote::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 6em;
  font-weight: bold;
  color: gray;
  position: absolute;
  top: -10px;
  left: 0;
}

blockquote span.author {
  display: block;
  margin-top: 1em;
  text-align: right;
  font-style: italic;
}

blockquote span.author::before {
  content: "— ";
}

/***
table classes for /rec
***/
.table thead, .table thead.top-gray th {
  background-color: #e2e2e2;
}

.table thead th {
  color: #19256d;
  font-size: 1.25em;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.table thead.top-navy th {
  background-color: #041e42;
  color: #fff;
}

.table thead.top-gold th {
  background: #a89968;
  color: #fff;
}

.table-hours td {
  width: 50%;
}

.table-membership thead tr th {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  color: #fff;
  font-size: 1.25em;
  font-family: oswald, "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
}

.table-membership tr td:first-child {
  color: #867540;
}

.table-membership td, .table-membership th {
  vertical-align: middle !important;
}

.table-plain > tbody > tr > td {
  border: none;
}

.table-plain > thead + tbody > tr:first-child > td {
  border-top: 1px solid #ddd;
}

.vertical-align-top td {
  vertical-align: top;
}

.vertical-align-middle td {
  vertical-align: middle;
}

.vertical-align-bottom td {
  vertical-align: bottom;
}

/***
styling for infolets to make certain text/announcements more prominent
***/
.rec-infolet {
  margin: 24px 0;
  padding: 1em;
  border-left: 10px solid #004c9d;
  background-color: #fff7e9;
}

.rec-infolet h1, .rec-infolet h2, .rec-infolet h3, .rec-infolet h4, .rec-infolet h5, .rec-infolet h6 {
  margin: 0.67em 0;
  color: #004c9d;
}

.rec-infolet.notice {
  border-left-color: #970202;
  background-color: #f5f5f5;
}

.rec-infolet.notice h1, .rec-infolet.notice h2, .rec-infolet.notice h3, .rec-infolet.notice h4, .rec-infolet.notice h5, .rec-infolet.notice h6 {
  color: #800000;
}

.rec-infolet.notice ul.prominent > li::before {
  color: #970202;
}

.rec-infolet.alert {
  border-left: none;
  background-color: #970202;
}

.rec-infolet.alert h1, .rec-infolet.alert h2, .rec-infolet.alert h3, .rec-infolet.alert h4, .rec-infolet.alert h5, .rec-infolet.alert h6,
.rec-infolet.alert p, .rec-infolet.alert ul.prominent, .rec-infolet.alert ul.prominent > li::before {
  color: #fff;
}

.rec-infolet p {
  margin-bottom: 0.5em;
}

/***
card class sets border and format of cards
***/
.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
  border-radius: 2px;
  width: 100%;
}

.card-top,
.card-top.top-alert {
  padding: 0 10px;
  border-radius: 2px 2px 0 0;
  display: flex;
}

.card-top h1, .card-top h2, .card-top h3, .card-top h4, .card-top h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-1, .top-navy {
  background: #041e42;
}

.top-2, .top-gold {
  background: #a89968;
}

.top-3, .top-gray {
  background: #e2e2e2;
}

.top-4 {
  background: #efeadc;
}

.top-alert {
  background: #970202;
}

.top-1 h1, .top-1 h2, .top-1 h3, .top-1 h4, .top-1 h5,
.top-1 .h1, .top-1 .h2, .top-1 .h3, .top-1 .h4, .top-1 .h5,
.top-navy h1, .top-navy h2, .top-navy h3, .top-navy h4, .top-navy h5,
.top-navy .h1, .top-navy .h2, .top-navy .h3, .top-navy .h4, .top-navy .h5,
.top-2 h1, .top-2 h2, .top-2 h3, .top-2 h4, .top-2 h5,
.top-2 .h1, .top-2 .h2, .top-2 .h3, .top-2 .h4, .top-2 .h5,
.top-gold h1, .top-gold h2, .top-gold h3, .top-gold h4, .top-gold h5,
.top-gold .h1, .top-gold .h2, .top-gold .h3, .top-gold .h4, .top-gold .h5,
.top-alert h1, .top-alert h2, .top-alert h3, .top-alert h4, .top-alert h5,
.top-alert .h1, .top-alert .h2, .top-alert .h3, .top-alert .h4, .top-alert .h5 {
  color: #fff;
}

.top-3 h1, .top-3 h2, .top-3 h3, .top-3 h4, .top-3 h5,
.top-3 .h1, .top-3 .h2, .top-3 .h3, .top-3 .h4, .top-3 .h5,
.top-gray h1, .top-gray h2, .top-gray h3, .top-gray h4, .top-gray h5,
.top-gray .h1, .top-gray .h2, .top-gray .h3, .top-gray .h4, .top-gray .h5 {
  color: #19256d;
}

.top-3 h1.alt, .top-3 h2.alt, .top-3 h3.alt, .top-3 h4.alt, .top-3 h5.alt,
.top-3 .h1.alt, .top-3 .h2.alt, .top-3 .h3.alt, .top-3 .h4.alt, .top-3 .h5.alt,
.top-gray h1.alt, .top-gray h2.alt, .top-gray h3.alt, .top-gray h4.alt, .top-gray h5.alt,
.top-gray .h1.alt, .top-gray .h2.alt, .top-gray .h3.alt, .top-gray .h4.alt, .top-gray .h5.alt {
  color: #467ba6;
}

.top-4 h1, .top-4 h2, .top-4 h3, .top-4 h4, .top-4 h5,
.top-4 .h1, .top-4 .h2, .top-4 .h3, .top-4 .h4, .top-4 .h5 {
  color: #867540;
}

.card-content {
  padding: 10px;
  border-radius: 0 0 2px 2px;
}

.card-content table {
  width: 100%;
  margin-bottom: 10px;
  border-top: none;
}

.card-content table > tbody > tr > td {
  padding-left: 0;
  padding-right: 0;
}

/***
home-tile and tile classes set behavior of home and landing page grids
***/
.homepage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hp-tile {
  margin-bottom: 0 !important;
  background-color: #041e42;
  height: auto;
}

.hp-tile h1 {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: right;
  font-size: 1.5em;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 15px;
  transition: 0.3s;
}

.hp-tile:hover h1 {
  color: #ae9c6e;
}

.hp-tile-bar {
  position: relative;
  background-color: #867540;
  height: 6px;
}

.hp-tile-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 6px;
  width: 100%;
  background-color: #a89968;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.hp-tile:hover .hp-tile-bar::before {
  transform: translate(-50%, 0) scaleX(1);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .homepage-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .homepage-grid {
    grid-template-columns: 1fr;
  }
}
.landing-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.lp-tile {
  padding: 10px;
}

.lp-tile img {
  padding-bottom: 10px;
}

.lp-tile p {
  margin: 0;
}

.lp-tile.clickable:hover {
  background-color: whitesmoke;
}

@media (hover: none) {
  .lp-tile.clickable {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
  }
  .lp-tile img:first-child {
    min-width: calc(100% + 20px);
    margin: -10px -10px 10px -10px;
    border-radius: 2px 2px 0 0;
  }
}
@media (max-width: 767px) {
  .landing-page-grid {
    grid-template-columns: 1fr;
  }
}
.tile,
.tile-plain {
  padding: 10px;
}

.tile a {
  text-decoration: none;
  color: initial;
}

.tile a:hover {
  text-decoration: none;
}

.tile:hover {
  background-color: WhiteSmoke;
}

@media (hover: none) {
  .tile {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    margin: 10px 0;
  }
  .tile img:first-child {
    min-width: calc(100% + 20px);
    margin: -10px -10px 10px -10px;
    border-radius: 2px 2px 0 0;
  }
}
/***
grid for groupex classes
***/
.group-ex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.gx-weekday h4 {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: white !important;
  background-color: #041e42;
  text-align: center;
}

.gx-class {
  background-color: #f0efe9;
  text-align: center;
  margin-bottom: 15px;
}

.gx-class gx-classname, .gx-class gx-classtime, .gx-class gx-classroom {
  display: block;
}

gx-classname {
  font-family: oswald, "open sans condensed", "helvetica neue", helvetica, arial, sans-serif;
  color: #19256d;
  font-size: larger;
}

gx-classtime, gx-classroom {
  color: #867540;
}

/***
classes for Join Our Team steps related to /rec hiring
***/
.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: minmax(3em, auto) 1fr;
  grid-auto-rows: minmax(3em, auto);
  gap: 15px 0;
  max-width: 875px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-family: "Open Sans Bold", "oswald", sans-serif;
}

.step-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3em;
  padding: 0 20px;
  background-color: #041e42;
  text-transform: uppercase;
  color: #fff;
}

.step-name:before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -2em;
  top: 0;
  background-color: #a89968;
  height: 100%;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}

.step-name:after {
  position: absolute;
  content: "";
  border: 0.6em solid transparent;
  border-left: 1.5em solid #041e42;
  right: -2em;
  top: 50%;
  margin-top: -0.6em;
  transition: all 0.3s ease-out;
}

.step-info {
  display: flex;
  align-items: center;
  background-color: #eee;
  padding: 15px 15px 5px 50px;
  font-size: 70%;
}

@media (max-width: 1199px) {
  .steps {
    max-width: 720px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .steps {
    padding-left: max(20px, 5%);
    padding-right: max(20px, 5%);
  }
}
@media (max-width: 680px) {
  .steps {
    grid-template-columns: 1fr;
    max-width: 590px;
  }
  .step-name:after {
    display: none;
  }
  .step-info {
    margin-top: -15px;
    margin-left: 0;
    padding: 10px 15px 0 15px;
  }
}
@media (max-width: 400px) {
  .steps {
    font-size: 18px;
  }
}
/***
Set behavior of star headers and tiles
***/
.star-tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  grid-template-rows: auto;
  column-gap: 10px;
  row-gap: 10px;
  padding: 10px;
  background-color: #041e42;
}

.star-tile-grid.wide {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

@media (max-width: 767px) {
  .star-tile-grid.wide {
    grid-template-columns: 1fr;
  }
}
.star-tile {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
}

.star-tile::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 100%;
  height: 4px;
  background-color: darkgoldenrod;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.star-tile:hover::before {
  transform: translate(-50%, 0) scaleX(1);
}

.star-hdr, .st-hdr {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-family: adelle, serif;
  font-weight: 800;
  color: #004c9d !important;
  text-transform: uppercase;
  background-color: #f0efe9;
  font-size: 17px;
  margin: 20px 0 12px 30px;
  padding-left: 8px;
}

.star-tile .star-hdr, .star-tile .st-hdr {
  margin: -10px -10px 12px 20px;
}

.star-hdr::before, .st-hdr::before {
  content: "\f005";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  text-rendering: auto;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: rgb(0, 76, 157);
}

.star-tile a.div-link {
  margin: 0 auto;
}

.star-tile a.div-link:not(.btn) {
  visibility: hidden;
  max-height: 0;
  padding: 0;
  color: rgb(0, 76, 157);
  text-decoration: none;
  transition: all 200ms ease;
}

.star-tile a.div-link:not(.btn):hover {
  text-decoration: none;
  filter: brightness(70%);
}

@media (hover: none) {
  .star-tile a.div-link:not(.btn) {
    visibility: visible;
    max-height: none;
    padding: 0;
    margin-top: auto;
  }
}
.star-tile a.div-link.sticky {
  visibility: visible;
  max-height: none;
  padding: 0;
  margin-top: auto;
}

/***
classes for displaying prices and event info
***/
.bold {
  font-family: impact, Helvetica, Arial, sans-serif;
  color: #202e5c;
  font-size: xx-large;
}

@media (max-width: 767px) {
  .bold {
    font-size: x-large;
  }
}
.circle-sm, .circle-md, .circle-lg, .circle-xl, .circle-responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: solid #202e5c;
  color: #202e5c;
  font-family: impact, Helvetica, Arial, sans-serif;
}

.circle-sm, .circle-responsive {
  height: 100px;
  width: 100px;
  border-width: 6px;
  min-width: 100px;
  max-width: 100px;
  font-size: 36px;
}

.circle-md {
  height: 150px;
  width: 150px;
  border-width: 8px;
  min-width: 150px;
  max-width: 150px;
  font-size: 48px;
}

.circle-lg {
  height: 200px;
  width: 200px;
  border-width: 10px;
  min-width: 200px;
  max-width: 200px;
  font-size: 72px;
}

.circle-xl {
  height: 240px;
  width: 240px;
  border-width: 10px;
  min-width: 240px;
  max-width: 240px;
  font-size: 72px;
}

.circle-sm.alt, .circle-md.alt, .circle-lg.alt, .circle-xl.alt, .circle-responsive.alt {
  color: #a89968;
  border-color: #a89968;
}

.circle-sm > span,
.circle-md > span,
.circle-lg > span,
.circle-xl > span,
.circle-responsive > span {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: -30px;
}

.circle-md > span {
  font-size: 16px;
  margin-top: -40px;
}

.circle-lg > span,
.circle-xl > span {
  font-size: 20px;
  margin-top: -70px;
}

@media (min-width: 576px) {
  .circle-responsive {
    height: 150px;
    width: 150px;
    border-width: 8px;
    min-width: 150px;
    max-width: 150px;
    font-size: 48px;
  }
  .circle-responsive > span {
    font-size: 16px;
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .circle-responsive {
    height: 200px;
    width: 200px;
    border-width: 10px;
    min-width: 200px;
    max-width: 200px;
    font-size: 72px;
  }
  .circle-responsive > span {
    font-size: 20px;
    margin-top: -70px;
  }
}
.event-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 10px;
  justify-items: center;
}

.event-price-grid .price-1 {
  order: 1;
}

.event-price-grid .price-2 {
  order: 2;
}

.event-price-grid .event-info {
  order: 3;
  text-align: center;
}

@media (min-width: 768px) {
  .event-price-grid .price-2 {
    order: 3;
  }
  .event-price-grid .event-info {
    order: 2;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .event-price-grid {
    grid-template-columns: 1fr 1fr;
  }
  .event-price-grid.one-price {
    grid-template-columns: 1fr;
  }
  .event-price-grid .event-info {
    grid-column: 1/3;
    order: 3;
  }
}
@media (max-width: 359px) {
  .event-price-grid {
    grid-template-columns: 1fr;
  }
}
/***
styling for set pool party times
***/
.party-times {
  display: grid;
  grid-template-columns: minmax(200px, auto);
  grid-template-rows: minmax(70px, auto) 36px minmax(2em, auto);
  border-radius: 25px;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 22px;
  background-color: #eee;
  font-family: "Open Sans Bold", "oswald", sans-serif;
}

.party-hdr {
  position: relative;
  display: flex;
  justify-content: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-bottom: 25px;
  padding: 10px 0;
  /*border: .6em solid transparent;*/
  border-bottom: 5px solid #041e42;
  background-color: #041e42;
  text-transform: uppercase;
  color: #fff;
}

.triangle {
  position: relative;
  box-sizing: border-box;
  background: #041e42;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.triangle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 25px solid black;
  border-color: transparent transparent #041e42 #041e42;
  bottom: -28px;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.party-times ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 0;
}

.party-times li {
  list-style: none;
  flex: 1 0 200px;
  font-size: 20px;
  min-width: 200px;
  padding: 10px 0;
  color: #a89968;
  text-align: center;
}

@media (max-width: 670px) {
  .party-times > li {
    flex-basis: 100%;
  }
}
/***
Styling for vistor pages
***/
.visit-banner {
  display: flex;
  flex-direction: column-reverse;
  background-image: url("/dA/9df275fee9/visit-full-banner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 600px;
  position: relative;
  background-color: #041e42;
}

.vb-headline {
  background-color: rgba(250, 250, 250, 0.7);
  padding: 1rem !important;
}

.vb-footer {
  background: #041e42 url(https://www.uakron.edu/global/images/brand/dark-blue-texture.jpg?=new) repeat !important;
  color: #fff;
  padding: 1rem !important;
  padding-top: 2rem !important;
}

.vb-footer .fas:hover {
  opacity: 1;
}

.vb-footer i.alt {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .visit-banner {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1100px) {
  .visit-banner {
    background-position: center center;
  }
  .vb-headline {
    padding: 3rem !important;
  }
  .vb-footer {
    padding: 2rem !important;
    padding-top: 3rem !important;
  }
}
.vb-text {
  position: relative;
  line-height: 1.1em;
}

.vb-text-outline, .vb-text-block {
  font-size: 70px;
  font-family: prohibition, sans-serif;
  line-height: 1em;
}

.vb-text-outline {
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: 0, 0, 0, 0.0001;
  top: -0.03em;
  -webkit-text-fill-color: transparent;
  color: #fff;
  left: 0.06em;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.vb-text-block {
  color: #004c9d;
}

@media only screen and (max-width: 800px) {
  .vb-text-outline, .vb-text-block {
    font-size: 40px;
  }
}
.visit-resources img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.visit-resources a {
  text-decoration: none;
  border: none;
  font-weight: normal;
}

.visit-resources a.btn {
  border: solid 3px #004c9d;
  font-weight: bold;
}

.visit-resources a.btn:hover {
  background-color: #b2c9e1;
  border: solid 3px #041e42;
}

.ent-data {
  background-color: #fff7e9;
  margin: 3rem 0;
}

.ent-info {
  padding: 2rem;
  border-left: 10px solid #004c9d;
}

.ent-info h2 {
  font-size: 172% !important;
}

.ent-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  min-height: 250px;
}

[data-img=commons] {
  background-image: url("/rec/images/facilities/srwc-main-entrance.jpg");
}

[data-img=spicer] {
  background-image: url("/rec/images/facilities/srwc-back-entrance.jpg");
}

[data-img=onat] {
  background-image: url("/rec/images/facilities/onat-main-entrance.jpg");
  background-position: left bottom;
}

@media (max-width: 767px) {
  .ent-info {
    border: none;
  }
}
.rec-address {
  padding: 4rem;
  width: 40%;
  min-width: 225px;
  margin: 6vh auto;
  background: #041e42 url(https://www.uakron.edu/global/images/brand/dark-blue-texture.jpg?=new) repeat !important;
  border-radius: 2rem;
  text-align: center;
}

.rec-address h2 {
  font-size: 178%;
}

.rec-address h5 {
  color: #fff;
}

.rec-address .rl-divider {
  margin: 3vh auto 4vh auto;
}

.rec-address a {
  border: solid 3px #ae9c6e;
}

.rec-address a:hover {
  border: solid 3px #e1d197;
  background-color: #f0efe9;
}

@media only screen and (max-width: 800px) {
  .rec-address {
    width: 90%;
  }
}
.parking-overlay {
  background-image: url("/dA/f51925565b/fileAsset/parking-map.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}

#overlay .overlay-shape {
  fill: rgba(0, 76, 157, 0.4);
  stroke: #041e42;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

#overlay .overlay-group:hover > .overlay-shape {
  fill: rgba(0, 76, 157, 0.7);
}

#overlay .overlay-label {
  fill: #004c9d;
  stroke: #041e42;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

#overlay .overlay-group text {
  fill: #fff;
  font-family: Oswald-Regular, Oswald;
  font-size: 22px;
}

#overlay a:link, #overlay a:visited {
  text-decoration: none;
  cursor: pointer;
}

/***
Bootstrap 4 classes for navbar implementations that toggle tab panes
***/
.nav-srws {
  border-bottom: 3px solid #041e42;
  border-radius: 4px 4px 0 0;
}

.nav-srws .navbar-toggler {
  padding: 8px 10px 10px;
  margin: 8px;
}

.nav-srws .navbar-toggler,
.nav-srws .navbar-toggler:hover,
.nav-srws .navbar-toggler:focus,
.nav-srws .navbar-toggler:active {
  background-color: #041e42;
}

.nav-srws .navbar-toggler .icon-bar {
  background-color: #fff;
}

.nav-srws.navbar {
  padding: 0 0 0 0;
}

.nav-srws .navbar-brand {
  font-family: Oswald, "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #19256d;
  margin-right: 2px;
  margin-left: auto;
  text-decoration: none;
}

.nav-srws .nav-tabs {
  border-bottom: none;
  width: 100%;
}

.nav-srws .nav-tabs .nav-item {
  flex: 1;
  margin-bottom: 0;
}

.nav-srws .nav-tabs .nav-item:first-child .nav-link {
  margin: 0 2px 0 0;
}

.nav-srws .nav-tabs .nav-item:last-child .nav-link {
  margin: 0 0 0 2px;
}

.nav-srws .nav-tabs .nav-link {
  font-family: Oswald, "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #e2e2e2;
  color: #19256d;
  border: none;
  margin: 0 2px;
  flex: 1;
}

.nav-srws .nav-tabs .nav-link.active,
.nav-srws .nav-tabs .nav-link.active:hover,
.nav-srws .nav-tabs .nav-link.active:focus {
  background-color: #041e42 !important;
  color: #fff;
}

.nav-srws .nav-tabs .nav-link:hover {
  background-color: #ccc !important;
}

.nav-srws + .tab-content .tab-pane {
  background-color: #fff7e9;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(168, 153, 104, 0.3);
  border-top: none;
}

.nav-srws + .tab-content .tab-pane > img:first-child {
  margin: -10px -12px 0 -12px;
  min-width: calc(100% + 24px);
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .nav-srws {
    background-color: #e2e2e2;
  }
  .nav-srws.navbar {
    display: flex;
    justify-content: right;
  }
  .nav-srws .nav-tabs {
    flex-direction: column;
  }
  .nav-srws .nav-tabs .nav-item {
    border-top: 1px solid #ccc;
  }
  .nav-srws .nav-tabs .nav-link,
  .nav-srws .nav-tabs .nav-item:first-child .nav-link,
  .nav-srws .nav-tabs .nav-item:last-child .nav-link {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media print {
  .nav-tabs {
    display: none !important;
  }
  .tab-content > .tab-pane {
    display: block !important;
  }
  .tab-content > .fade {
    opacity: 1;
  }
}
.tab-pane h4.alt {
  color: #867540 !important;
}

/***
classes for working with livewhale widgets
***/
.lw-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding: 3rem 3rem 0;
  justify-items: center;
}

@media (max-width: 1199px) {
  .lw-event-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}
@media (max-width: 991px) {
  .lw-event-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }
}
@media (max-width: 879px) {
  .lw-event-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .lw-event-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}
@media (max-width: 623px) {
  .lw-event-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 5rem;
    padding: 3rem 5rem;
  }
}
@media (max-width: 479px) {
  .lw-event-grid {
    padding: 3rem 3rem;
  }
}
.lw-event {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  line-height: 0;
}

.lw-event img {
  max-width: 100%;
  height: auto;
}

.lw-event-grid.srws-classes img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 70% 100%, 0 90%);
}

.lw-event-grid.oa-trips img {
  clip-path: circle(180% at 50% -80%);
}

.lw-event-grid.akron-adventures img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 70% 100%, 0 90%);
}

.lw-event-info {
  padding: 3% 5% 0;
}

.lw-event > a,
.lw-event > a:link {
  color: #ae9c6e;
  text-decoration-color: #ae9c6e;
}

.lw-event > a:hover,
.lw-event > a:focus,
.lw-event > a:active,
.lw-event > a:active:focus {
  opacity: 1;
  color: #e1d197;
  text-decoration-color: #e1d197;
}

.lw-event-info a {
  color: #004C9D !important;
}

.lw-event-info a:hover,
.lw-event-info a:focus,
.lw-event-info a:active,
.lw-event-info a:active:focus {
  color: #062856 !important;
}

.lw-event-info a:visited,
.lw-event-info a:visited:hover {
  color: #800000 !important;
}

.lw-event-link {
  margin-top: auto;
  display: inline-block;
  padding: 10px 12px;
  width: 100%;
  margin-bottom: 0;
  font-family: Oswald, impact, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #041e42;
  border-top: 4px solid #a89968;
  color: #fff;
  text-decoration-color: #d3d3d3;
  transition: 0.3s;
}

.lw-event-link:focus,
.lw-event-link:active,
.lw-event-link:active:focus {
  border-top: 4px solid #e1d197;
  outline: thin dotted #e1d197;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lw-event-link {
  position: relative;
}

.lw-event-link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 99.9%;
  height: 4px;
  background-color: #e1d197;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.lw-event-link:hover::before {
  transform: translate(-50%, 0) scaleX(1);
}

#lw_cal_events .intro {
  font-family: "Open Sans", sans-serif !important;
}

#lw_cal_events .lw_calendar_event_description,
#lw_cal_events .lw_calendar_event_description p,
#lw_cal_events .lw_calendar_event_description ul li {
  font-size: 1em !important;
  font-weight: normal;
}

#lw_cal_events .lw_calendar_event_cost {
  font-size: 1.15em;
}

/***
staff directory page and staff contact contentlets
***/
.staff-dir {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 20px;
  padding: 10px;
}

.staff-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.staff-card ul {
  margin: 1em 0;
  padding-left: 0;
  list-style: none;
}

.staff-card li {
  list-style-image: none !important;
  list-style-type: none !important;
}

.staff-card li:first-child {
  font-weight: bold;
  font-size: larger;
  line-height: 160%;
  padding-bottom: 10px;
}

.staff-card img {
  flex: auto;
  max-width: 200px;
  max-height: 270px;
  padding-right: 20px;
  margin: 0;
}

.staff-dir img {
  position: relative;
  padding-bottom: 0;
  border: none;
}

.staff-info {
  flex: 1 1 300px;
}

@media (min-width: 992px) {
  .staff-card {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .staff-dir {
    grid-template-columns: 1fr 1fr;
  }
  .staff-card {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .staff-info {
    min-width: 300px;
  }
}
@media (max-width: 400px) {
  .staff-card img {
    margin-right: 35%;
  }
}