/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: RingRegularBook;
  src: url("../fonts/RingsideRegularSSm-Book.woff2") format("woff2"), url("../fonts/RingsideRegularSSm-Book.woff") format("woff");
}
@font-face {
  font-family: RingRegularBookItalic;
  src: url("../fonts/RingsideRegular-BookItalic.woff2") format("woff2"), url("../fonts/RingsideRegular-BookItalic.woff") format("woff");
}
@font-face {
  font-family: RingRegularMed;
  src: url("../fonts/RingsideRegularSSm-Medium.woff2") format("woff2"), url("../fonts/RingsideRegularSSm-Medium.woff") format("woff");
}
@font-face {
  font-family: RingRegularBold;
  src: url("../fonts/RingsideRegularSSm-Bold.woff2") format("woff2"), url("../fonts/RingsideRegularSSm-Bold.woff") format("woff");
}
@font-face {
  font-family: RingRegularBoldItalic;
  src: url("../fonts/RingsideRegularSSm-BoldItalic.woff2") format("woff2"), url("../fonts/RingsideRegularSSm-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: RingWideBook;
  src: url("../fonts/RingsideWide-Book.woff2") format("woff2"), url("../fonts/RingsideWide-Book.woff") format("woff");
}
@font-face {
  font-family: RingWideMed;
  src: url("../fonts/RingsideWideSSm-Medium.woff2") format("woff2"), url("../fonts/RingsideWideSSm-Medium.woff") format("woff");
}
@font-face {
  font-family: RingWideSemiBold;
  src: url("../fonts/RingsideWide-Semibold.woff2") format("woff2"), url("../fonts/RingsideWide-Semibold.woff") format("woff");
}
@font-face {
  font-family: RingWideBold;
  src: url("../fonts/RingsideWideSSm-Bold.woff2") format("woff2"), url("../fonts/RingsideWideSSm-Bold.woff") format("woff");
}
@font-face {
  font-family: RingWideBlack;
  src: url("../fonts/RingsideWideSSm-Black.woff2") format("woff2"), url("../fonts/RingsideWideSSm-Black.woff") format("woff");
}
@font-face {
  font-family: QuartoBlack;
  src: url("../fonts/Quarto-Black.woff2") format("woff2"), url("../fonts/Quarto-Black.woff") format("woff");
}
@font-face {
  font-family: QuartoMed;
  src: url("../fonts/Quarto-Medium.woff2") format("woff2"), url("../fonts/Quarto-Medium.woff") format("woff");
}
/**
 * Define media queries
 */
* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  background-color: #FFFFFF;
}

.stg__title--largest {
  font-family: "QuartoBlack", serif;
  font-size: calc(40px + 18 * ((100vw - 375px) / 1065));
}

.stg__title--large {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  font-size: calc(25px + 12 * ((100vw - 375px) / 1065));
}

.stg__title--med {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  line-height: 130%;
  font-size: calc(20px + 7 * ((100vw - 375px) / 1065));
  letter-spacing: 0.4px;
}

.stg__title--small {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  font-size: calc(17.5px + 8.5 * ((100vw - 375px) / 1065));
}

.stg__title--smallest {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  font-size: calc(14px + 4 * ((100vw - 375px) / 1065));
  line-height: 130%;
}

.stg__cta {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  color: #0F3249;
  font-size: calc(20px + 5 * ((100vw - 375px) / 1065));
  position: relative;
  border: none;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.stg__cta:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #0F3249;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.stg__cta:focus:after {
  visibility: visible;
  width: 100%;
}

.stg__cta--small {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  font-size: calc(14px + 9 * ((100vw - 375px) / 1065));
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
.stg__cta--small:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #0F3249;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.stg__cta--small:focus:after {
  visibility: visible;
  width: 100%;
}

.stg__copy {
  font-family: "Inter", sans-serif;
  font-size: calc(14px + 3 * ((100vw - 375px) / 1065));
  line-height: 175%;
  letter-spacing: 0.2px;
  color: #0F3249;
}
.stg__copy a,
.stg__copy p a {
  color: #4B708A;
  text-decoration: none;
  border-bottom: 1px solid #4B708A;
  padding-bottom: 2px;
}
.stg__copy strong {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.stg__copy em {
  font-style: italic;
}

.stg__margins {
  padding: 0 20px;
}

.stg__max-width {
  max-width: 1600px;
  display: block;
  margin: 0 auto;
}

.stg__background--med-blue {
  background-color: #4B708A;
  color: #FFFFFF;
}
.stg__background--dark-blue {
  background-color: #0F3249;
  color: #FFFFFF;
}
.stg__background--dark-blue .stg__copy {
  color: #FFFFFF;
}
.stg__background--tan {
  background-color: #CFCFCF;
  color: #0F3249;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide--spacer {
  width: 20%;
}
.swiper-slide--spacer:after {
  content: "";
  width: 50px;
  height: 20px;
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 10px;
  padding: 0 3px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.swiper-scrollbar-drag {
  height: 50%;
  top: 25%;
}

.swiper-pagination-bullet {
  border: 2px solid #0F3249;
  background: #FFFFFF;
  width: 17px;
  height: 17px;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 17px;
  width: 80%;
  max-width: 415px;
  text-align: left;
  left: inherit;
  right: 0;
  padding-left: 20px;
}

@media screen and (min-width: 720px) {
  .stg__margins {
    padding: 0 60px;
  }
}
@media screen and (min-width: 960px) {
  .stg__margins {
    padding: 0 100px;
  }

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

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 97%;
    left: inherit;
    max-width: 560px;
    right: 0;
    padding-left: 20px;
    bottom: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .stg__margins {
    padding: 0 125px;
  }

  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    padding-left: 0;
  }
}
@media screen and (min-width: 1800px) {
  .stg__title--largest {
    font-size: 62px;
  }

  .stg__title--large {
    font-size: 40px;
  }

  .stg__title--med {
    font-size: 30px;
  }

  .stg__title--small {
    font-size: 28px;
  }

  .stg__title--smallest {
    font-size: 20px;
  }

  .stg__cta {
    font-size: 27px;
  }

  .stg__cta--small {
    font-size: 25px;
  }

  .stg__copy {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .stg__cta:hover:after,
.stg__cta--small:hover:after {
    visibility: visible;
    width: 100%;
  }
}
.alert__body-wrap {
  background-color: #BBA796;
  width: 100%;
}

.alert__link-wrap {
  color: #0B0A08;
  font-family: "QuartoBlack", serif;
  font-size: calc(12px + 4 * ((100vw - 375px) / 1065));
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}

@media screen and (min-width: 720px) {
  .alert__link-wrap {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .alert__link-wrap {
    padding: 15px;
  }
}
@media screen and (min-width: 1800px) {
  .alert__link-wrap {
    font-size: 17px;
  }
}
.header__body-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 45px 20px 10px;
}

.header__logo-wrap {
  width: 50%;
}

.header__logo {
  max-width: 160px;
}

.header__logo--light {
  display: none;
}

.header__logo--dark {
  display: inline;
}

.header__nav-wrap {
  width: 50%;
}

.header__nav-list-item {
  padding-bottom: 14px;
  text-align: right;
}

.header__nav-list-link {
  color: #0F3249;
  text-decoration: none;
}

@media screen and (min-width: 720px) {
  .header__body-wrap {
    padding: 55px 45px 40px;
  }

  .header__logo {
    max-width: 220px;
  }

  .header__nav-list-item {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .header__body-wrap {
    padding: 60px 80px;
  }

  .header__logo {
    max-width: 270px;
  }

  .header__nav-wrap {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .header__body-wrap {
    padding: 85px 92px 40px;
  }

  .header__logo {
    max-width: 330px;
  }
}
.footer__body-wrap {
  text-align: center;
  padding: 45px 0 85px;
  background-color: #0B0A08;
  color: #FFFFFF;
}

.footer__content-wrap {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.footer__copy-block {
  padding-bottom: 25px;
}
.footer__copy-block:last-of-type {
  padding: 0;
}

.footer__block-title {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer__block-copy {
  font-family: "Inter", sans-serif;
  line-height: 180%;
  letter-spacing: 1.3px;
  display: block;
  margin: 0 auto;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: none;
  width: fit-content;
}

.footer__block-credit {
  max-width: 430px;
}

.footer__block-credit-link {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__social-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  width: 100%;
}

.footer__social-list-item {
  width: 15%;
  margin: 0 10px;
}

@media screen and (min-width: 720px) {
  .footer__body-wrap {
    text-align: inherit;
    padding: 45px 0 55px;
  }

  .footer__content-wrap {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
  }

  .footer__copy-wrap {
    width: 50%;
  }

  .footer__copy-block {
    padding-bottom: 34px;
  }
  .footer__copy-block:last-of-type {
    padding: 0;
  }

  .footer__block-copy {
    margin: 0;
  }

  .footer__social-wrap {
    justify-content: flex-end;
    padding-top: 0;
    width: 50%;
  }

  .footer__social-list-item {
    width: 20%;
    max-width: 94px;
    margin: 0;
  }

  .footer__social-item-link {
    float: right;
  }
}
@media screen and (min-width: 960px) {
  .footer__body-wrap {
    padding: 65px 0 70px;
  }
}
.home__header-hero-wrap {
  background: url("../img/arc-background.png");
  background-position: center -5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0F3249;
}
.home__header-hero-wrap .header__nav-list-link {
  color: #FFFFFF;
}
.home__header-hero-wrap .header__nav-list-link:after {
  background-color: #FFFFFF;
}
.home__header-hero-wrap .header__logo--light {
  display: inline;
}
.home__header-hero-wrap .header__logo--dark {
  display: none;
}

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

.home__hero-copy-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFFFFF;
}

.home__hero-title {
  font-family: "QuartoBlack", serif;
  font-size: calc(39.5px + 20.5 * ((100vw - 375px) / 1065));
  letter-spacing: -0.4px;
  line-height: 96%;
}

.home__hero-copy {
  padding: 15px 0 25px;
  width: 85%;
  line-height: 190%;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
}

.home__hero-cta {
  color: #FFFFFF;
}
.home__hero-cta:after {
  background-color: #FFFFFF;
}

.home__hero-swiper-wrap {
  width: 100%;
  top: 20px;
}

.home__hero-swiper-slide-wrap .swiper-slide {
  opacity: 0 !important;
}
.home__hero-swiper-slide-wrap .swiper-slide-active {
  opacity: 1 !important;
}

.home__hero-swiper-slide {
  max-width: 100%;
  position: relative;
}

.home__hero-swiper-slide-img {
  min-height: 600px;
  max-height: 600px;
  height: 100%;
  width: 80%;
  float: right;
  border-bottom: 5px solid #4B708A;
  object-fit: cover;
  line-height: 0;
}

.home__section-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}

.home__section-title {
  padding-bottom: 20px;
}

.home__section-copy {
  max-width: 1120px;
}

.home__section-cta {
  display: inline-block;
  margin-top: 45px;
  position: relative;
  padding-bottom: 4px;
}
.home__section-cta:after {
  background-color: #FFFFFF;
}

.home__news-swiper-wrap {
  padding-left: 20px;
}

.home__news-slide-img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 5px solid #4B708A;
}

.home__news-slide-copy-wrap {
  padding: 22px 0;
}

.home__news-swiper-scrollbar {
  border: 1px solid #4B708A;
  background: transparent;
}
.home__news-swiper-scrollbar .swiper-scrollbar-drag {
  background: #4B708A;
}

.home__news-copy-blurb {
  color: #FFFFFF;
  padding: 10px 0 18px;
}

.home__news-copy-cta {
  padding-bottom: 2px;
  color: #FFFFFF;
}
.home__news-copy-cta:after {
  background-color: #4B708A;
}

.home__team-wrap {
  padding-bottom: 25px;
}

.home__services-wrap {
  color: #FFFFFF;
}

.home__services-copy-wrap {
  padding-bottom: 40px;
}

.home__services-list-wrap {
  padding-left: 20px;
  width: 100%;
  position: relative;
}

.home__services-list-item {
  padding-bottom: 15px;
}

.home__services-item-cta-wrap {
  width: 100%;
  max-width: 1445px;
  display: block;
  margin: 0 auto;
}

.home__services-item-cta {
  background-color: transparent;
  position: relative;
  text-align: left;
  line-height: 140%;
  border: none;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  color: #FFFFFF;
  font-family: "QuartoMed", serif;
  text-transform: none;
  box-sizing: border-box;
  max-width: 90%;
}
.home__services-item-cta:focus {
  outline: none;
}

.home__services-item-img {
  position: absolute;
  right: 0;
  top: -10px;
  width: 25%;
  max-width: 500px;
  min-height: 250px;
  height: 134%;
  object-fit: cover;
  border-bottom: 5px solid #BBA796;
  display: none;
}

.home__join-wrap .stg__copy,
.home__join-wrap .stg__cta {
  color: #FFFFFF;
}

@media screen and (min-width: 375px) {
  .home__hero-swiper-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
  }

  .home__hero-swiper-slide-img {
    width: auto;
    max-width: 80%;
    position: relative;
    right: 0;
  }

  .home__services-item-img {
    width: 35%;
  }

  .home__news-slide-img {
    height: 130px;
  }
}
@media screen and (min-width: 720px) {
  .home__hero-swiper-slide-img {
    min-height: 700px;
    max-height: 700px;
    border-bottom: 9px solid #4B708A;
  }

  .home__section-wrap {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .home__section-copy {
    width: 75%;
  }

  .home__news-swiper-wrap {
    padding-left: 60px;
  }

  .home__news-slide-img {
    height: 140px;
    border-bottom: 9px solid #4B708A;
  }

  .home__team-wrap {
    padding-bottom: 45px;
  }

  .home__services-copy-wrap {
    padding-bottom: 60px;
  }

  .home__services-list-wrap {
    padding-left: 60px;
  }

  .home__services-list-item .home__services-item-img {
    opacity: 0;
  }

  .home__services-item-img--open .home__services-item-img {
    opacity: 1;
  }
  .home__services-item-img--open .home__services-item-cta {
    font-family: "QuartoBlack", serif;
  }

  .home__services-item-cta {
    max-width: 40%;
    cursor: pointer;
  }
  .home__services-item-cta:focus {
    font-family: "QuartoBlack", serif;
  }

  .home__services-item-img {
    border-top-left-radius: 7px;
    height: 143%;
    top: -22px;
    width: 50%;
    max-width: 1000px;
    min-height: 350px;
    border-bottom: 9px solid #BBA796;
    display: inline;
  }

  .home__join-wrap {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 960px) {
  .home__hero-body-wrap {
    position: relative;
    box-shadow: none;
  }

  .home__hero-body {
    flex-direction: row;
  }

  .home__hero-copy-wrap {
    width: 55%;
    padding-right: 0;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .home__hero-copy {
    width: 90%;
    padding: 57px 0 63px;
  }

  .home__hero-swiper-wrap {
    width: 40%;
    height: 110%;
    position: absolute;
    right: 0;
  }

  .home__hero-swiper-slide-img {
    min-height: 675px;
    max-height: 950px;
    height: 100%;
    width: auto;
    max-width: 100%;
    border-bottom: 9px solid #4B708A;
    position: absolute;
    right: 0;
  }

  .home__section-wrap {
    padding-top: 75px;
    padding-bottom: 48px;
  }

  .home__section-title {
    padding-bottom: 41px;
  }

  .home__section-cta {
    margin-top: 65px;
  }

  .home__news-swiper-wrap {
    padding-left: 100px;
  }

  .home__news-slide-img {
    height: 180px;
  }

  .home__news-copy-blurb {
    padding: 10px 0 33px;
  }

  .home__team-wrap {
    padding-bottom: 65px;
  }

  .home__team-copy-wrap {
    padding-bottom: 65px;
  }

  .home__services-list-wrap {
    padding-left: 100px;
  }

  .home__services-list-item {
    padding-bottom: 18px;
  }

  .home__services-item-cta {
    max-width: 35%;
  }

  .home__services-item-img {
    height: 134%;
    width: 55%;
  }

  .home__join-wrap {
    padding-bottom: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .home__hero-title {
    max-width: 600px;
  }

  .home__hero-copy-wrap {
    width: 53%;
    padding-top: 130px;
    padding-bottom: 200px;
  }

  .home__hero-swiper-wrap {
    width: 45%;
    height: 107%;
    max-height: 990px;
    top: 0;
  }

  .home__team-copy-wrap {
    padding-bottom: 45px;
  }

  .home__services-list-wrap {
    padding-left: 125px;
  }

  .home__news-swiper-wrap {
    padding-left: 125px;
  }

  .home__news-slide-img {
    height: 190px;
  }

  .home__services-copy-wrap {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1800px) {
  .home__section-wrap {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .home__hero-title {
    font-size: 65px;
  }

  .home__news-slide-img {
    height: 240px;
  }
}
@media (hover: hover) {
  .home__services-item-cta:hover {
    font-family: "QuartoBlack", serif;
  }
}
.team__swiper-wrap {
  padding-top: 45px;
  padding-left: 20px;
  padding-bottom: 20px;
  overflow-y: visible;
}

.team__swiper-slide-wrap a {
  cursor: pointer;
}

.team__swiper-slide {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.team__slide-img {
  width: 120%;
}

.team__slide-copy-wrap {
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.team__copy-name {
  color: #FFFFFF;
  text-transform: none;
  padding-bottom: 7px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.team__copy-cta {
  color: #FFFFFF;
  font-size: calc(10.5px + 0.5 * ((100vw - 375px) / 1065));
  border-bottom: 2px solid #FFFFFF;
  display: inline;
}
.team__copy-cta:after {
  height: 2px;
}
.team__copy-cta:focus:after {
  visibility: hidden;
}

.team__copy-intern {
  color: #FFFFFF;
  font-size: calc(10.5px + 0.5 * ((100vw - 375px) / 1065));
  display: inline;
}
.team__copy-intern:after {
  height: 0;
  width: 0;
}

.team__swiper-scrollbar {
  border: 1px solid #BBA796;
  background: transparent;
}
.team__swiper-scrollbar .swiper-scrollbar-drag {
  background: #BBA796;
}

.swiper-container-horizontal > .team__swiper-scrollbar {
  bottom: 0;
}

@media screen and (min-width: 720px) {
  .team__swiper-wrap {
    padding-left: 60px;
  }
}
@media screen and (min-width: 960px) {
  .team__swiper-wrap {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .team__swiper-wrap {
    padding-left: 125px;
  }
}
@media screen and (min-width: 1800px) {
  .team__copy-cta,
.team__copy-intern {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .team__swiper-slide:hover {
    margin-top: -20px;
  }

  .team__copy-cta:hover:after {
    visibility: hidden;
  }
}
.detail-page__body-wrap {
  max-width: 925px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.detail-page__image {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #4B708A;
  margin-bottom: 40px;
  line-height: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.detail-page__copy-wrap {
  width: 95%;
  display: block;
  margin: 0 auto;
}

.detail-page__copy-title {
  color: #0F3249;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
}

.basic-page__copy-title {
  padding-bottom: 20px;
}

.detail-page__copy-date {
  color: #0F3249;
  font-family: "Inter", sans-serif;
  padding-bottom: 30px;
}

.detail-page__copy p, .detail-page__copy span {
  display: block;
  padding-bottom: 20px;
}
.detail-page__copy a {
  color: #4B708A;
  text-decoration: none;
  border-bottom: 1px solid #4B708A;
  padding-bottom: 2px;
}
.detail-page__copy strong {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.detail-page__copy em {
  font-family: "RingRegularBookItalic", sans-serif;
}
.detail-page__copy span + ul,
.detail-page__copy p + ul,
.detail-page__copy span + ol,
.detail-page__copy p + ol {
  padding-top: 0;
}
.detail-page__copy ul, .detail-page__copy ol {
  padding: 20px 0;
  margin-left: 30px;
}
.detail-page__copy ul {
  list-style: disc;
}
.detail-page__copy ol {
  list-style: decimal;
}
.detail-page__copy li {
  padding-bottom: 15px;
}
.detail-page__copy li span {
  padding-bottom: 0;
}
.detail-page__copy h1 {
  font-family: "QuartoBlack", serif;
  font-size: calc(40px + 18 * ((100vw - 375px) / 1065));
}
.detail-page__copy h2 {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  font-size: calc(25px + 12 * ((100vw - 375px) / 1065));
}
.detail-page__copy h3 {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  font-size: calc(20px + 7 * ((100vw - 375px) / 1065));
}
.detail-page__copy h4 {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  font-size: calc(17.5px + 8.5 * ((100vw - 375px) / 1065));
}
.detail-page__copy h5 {
  font-family: "QuartoBlack", serif;
  text-transform: uppercase;
  font-size: calc(14px + 4 * ((100vw - 375px) / 1065));
}
.detail-page__copy h6 {
  font-family: "QuartoBlack", serif;
  font-size: calc(14px + 3 * ((100vw - 375px) / 1065));
  line-height: 180%;
}
.detail-page__copy img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  padding: 20px 0;
}

@media screen and (min-width: 720px) {
  .detail-page__body-wrap {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .detail-page__image {
    border-bottom: 9px solid #4B708A;
    margin-bottom: 70px;
  }

  .detail-page__copy-wrap {
    width: 90%;
  }

  .detail-page__copy-date {
    padding-bottom: 37px;
  }

  .detail-page__copy p, .detail-page__copy span {
    padding-bottom: 35px;
  }
  .detail-page__copy span + ul,
.detail-page__copy p + ul,
.detail-page__copy span + ol,
.detail-page__copy p + ol {
    padding-top: 0;
  }
  .detail-page__copy ul, .detail-page__copy ol {
    padding: 35px 0;
  }
  .detail-page__copy img {
    padding: 35px 0;
  }
}
@media screen and (min-width: 960px) {
  .detail-page__body-wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1800px) {
  .detail-page__copy h1 {
    font-size: 62px;
  }
  .detail-page__copy h2 {
    font-size: 40px;
  }
  .detail-page__copy h3 {
    font-size: 30px;
  }
  .detail-page__copy h4 {
    font-size: 28px;
  }
  .detail-page__copy h5 {
    font-size: 20px;
  }
  .detail-page__copy h6 {
    font-size: 18px;
  }
}
.news__body-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #0F3249;
}

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

.news__list-wrap {
  padding: 40px 0;
}

.news__list-item {
  padding-bottom: 70px;
}
.news__list-item:last-of-type {
  padding-bottom: 0;
}

.news__item-image {
  width: 100%;
  height: 100%;
  border-bottom: 5px solid #4B708A;
}

.news__item-copy-wrap {
  color: #0F3249;
  padding-top: 20px;
}

.news__copy-blurb {
  padding: 8px 0 20px;
}

.news__copy-cta {
  color: #0F3249;
}

.news__more-body-wrap {
  position: relative;
  padding: 40px 0 20px;
}

.news__more-title {
  text-align: center;
  padding-bottom: 40px;
}

.news__swiper-wrap {
  padding-left: 20px;
}

.news__swiper-slide-wrap {
  margin-bottom: 20px;
}

.news__swiper-slide img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 5px solid #4B708A;
}

.news__swiper-scrollbar {
  border: 1px solid #BBA796;
  background: transparent;
}
.news__swiper-scrollbar .swiper-scrollbar-drag {
  background: #BBA796;
}

@media screen and (min-width: 375px) {
  .news__swiper-slide img {
    height: 130px;
  }
}
@media screen and (min-width: 720px) {
  .news__body-wrap {
    padding-bottom: 60px;
  }

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

  .news__list-wrap {
    padding: 40px 60px;
  }

  .news__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
  }

  .news__item-image {
    width: 45%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 9px solid #4B708A;
  }

  .news__item-copy-wrap {
    width: 49%;
    padding: 0;
  }

  .news__copy-blurb {
    padding: 8px 0 30px;
  }

  .news__more-body-wrap {
    padding: 50px 0 30px;
  }

  .news__more-title {
    padding-bottom: 40px;
  }

  .news__swiper-wrap {
    padding-left: 60px;
  }

  .news__swiper-slide img {
    height: 140px;
    border-bottom: 9px solid #4B708A;
  }
}
@media screen and (min-width: 960px) {
  .news__list-wrap {
    padding: 60px 100px;
  }

  .news__item-image {
    height: 220px;
  }

  .news__copy-blurb {
    padding: 8px 0 40px;
  }

  .news__more-body-wrap {
    padding: 60px 0 40px;
  }

  .news__more-title {
    padding-bottom: 50px;
  }

  .news__swiper-wrap {
    padding-left: 100px;
  }

  .news__swiper-slide img {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .news__list-wrap {
    padding: 60px 125px;
  }

  .news__list-item {
    padding-bottom: 100px;
  }

  .news__item-image {
    height: 260px;
  }

  .news__more-body-wrap {
    padding: 70px 0 50px;
  }

  .news__more-title {
    padding-bottom: 55px;
  }

  .news__swiper-wrap {
    padding-left: 125px;
  }

  .news__swiper-slide img {
    height: 190px;
  }
}
@media screen and (min-width: 1800px) {
  .news__swiper-slide img {
    height: 240px;
  }
}
.bios__body-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bios__body-title {
  text-align: center;
  color: #0F3249;
  padding-bottom: 40px;
}

.bios__list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bios__list-item {
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}

.bios__item-link-wrap {
  position: relative;
  display: block;
  top: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.bios__item-image {
  width: 100%;
}

.bios__item-copy-wrap {
  width: 90%;
  position: absolute;
  bottom: 25px;
  left: 40%;
  transform: translateX(-50%);
}

.bios__copy-name {
  color: #FFFFFF;
  text-transform: none;
  text-align: center;
  padding-bottom: 5px;
}

.bios__copy-title {
  color: #FFFFFF;
  font-size: calc(12px + 2 * ((100vw - 375px) / 1065));
  text-align: center;
}
.bios__copy-title:after {
  height: 0;
  width: 0;
}

.bio__more-body-wrap {
  padding-bottom: 25px;
}

@media screen and (min-width: 720px) {
  .bios__body-wrap {
    padding-bottom: 60px;
  }

  .bios__list-wrap {
    margin: 0 30px 0 -30px;
  }
  .bios__list-wrap:after {
    content: "";
    width: 33%;
  }

  .bios__list-item {
    width: 31%;
    margin: 0 0 27px 0;
  }

  .bios__item-image {
    width: 130%;
  }

  .bios__item-copy-wrap {
    width: 80%;
    left: 50%;
  }
}
@media screen and (min-width: 960px) {
  .bios__body-wrap {
    padding-bottom: 100px;
  }

  .bios__body-title {
    padding-bottom: 65px;
  }

  .bios__list-wrap {
    margin: 0 40px 0 -40px;
  }

  .bios__item-copy-wrap {
    bottom: 28px;
  }

  .bio__more-body-wrap {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .bios__body-wrap {
    padding-bottom: 160px;
  }

  .bios__body-title {
    padding-bottom: 75px;
  }

  .bios__list-wrap:after {
    content: "";
    flex: auto;
    max-width: 49%;
  }

  .bios__list-item {
    width: 23.4%;
  }

  .bios__item-copy-wrap {
    bottom: 33px;
  }

  .bio__more-body-wrap {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1800px) {
  .bios__copy-title {
    font-size: 15px;
  }
}
@media screen and (hover: hover) and (min-width: 720px) {
  .bios__list-item {
    margin: 0 0 45px 0;
  }

  .bios__item-link-wrap:hover {
    top: -20px;
  }
}
.fourohfour__body-wrap {
  text-align: center;
  color: #0F3249;
  padding-top: 40px;
  padding-bottom: 100px;
}

.fourohfour__image {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 40px 0 60px;
}

@media screen and (min-width: 720px) {
  .fourohfour__body-wrap {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 960px) {
  .fourohfour__body-wrap {
    padding-top: 60px;
    padding-bottom: 250px;
  }

  .fourohfour__image {
    padding: 45px 0 100px;
  }
}

/*# sourceMappingURL=main.css.map */
