@charset "UTF-8";
/* 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;
}

* {
  box-sizing: border-box;
}

b {
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

*::before,
*::after {
  font-family: inherit;
}

body {
  scroll-behavior: smooth;
  background-color: #F7F7F7;
  position: relative;
  color: #54585A;
  font-family: "Open Sans", sans-serif;
}
body section {
  margin: 0 25px 150px 25px;
}
@media (max-width: 500px) {
  body section {
    margin: 0 25px 50px 25px;
  }
}
body::before {
  content: " ";
  background-color: #fff;
  height: 100%;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
body::after {
  content: " ";
  background-color: #fff;
  height: 100%;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 700px) {
  body {
    background-color: #FFF;
  }
  body::before, body::after {
    display: none;
  }
  body section {
    margin: 0 0 150px 0;
  }
}
@media (max-width: 700px) and (max-width: 500px) {
  body section {
    margin: 0 25px 50px 25px;
  }
}
body.mobile-menu-open {
  overflow: hidden;
  height: 100vh;
}

main {
  margin: 0 auto;
  position: relative;
  z-index: 9;
  max-width: 1060px;
}
@media (min-width: 1300px) {
  main {
    max-width: 1060px;
  }
  main section {
    margin: 0 0 150px 0;
  }
}
@media (min-width: 2000px) {
  main {
    width: 60%;
  }
}

label {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  display: block;
  border: 2px solid #ba0c2f;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  color: #54585A;
}

input[type=submit],
button {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
}
input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}

p > a {
  color: #ba0c2f;
  font-weight: 600;
  text-decoration: underline;
}

img {
  display: block;
}

.hero {
  margin: 0;
  background-image: url(../images/image.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 40vh;
  max-height: 50vh;
  position: relative;
  z-index: 1;
}
.hero::before {
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  content: "";
  top: 100%;
}
.hero::after {
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  content: "";
  top: calc(100% + 20px);
  right: 0;
}
.hero .hero_text {
  background-color: #54585A;
  padding: 35px;
  max-width: 50%;
  min-width: 25%;
  position: relative;
  z-index: 5;
  bottom: -20vh;
  left: 5%;
  color: white;
}
.hero .hero_text h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: white;
  line-height: 1.1em;
}
@media (max-width: 500px) {
  .hero .hero_text h1 {
    font-size: 11vw;
    line-height: 1.2em;
  }
}
.hero .hero_text p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  color: white !important;
}
@media (max-width: 1024px) {
  .hero {
    max-height: 30vh;
    min-height: 20vh;
  }
  .hero .hero_text {
    max-width: 90%;
    left: 0;
    margin: 0 auto;
  }
}

.hero_text {
  background-color: #54585A;
  padding: 35px;
  max-width: 50%;
  min-width: 25%;
  position: relative;
  z-index: 5;
  margin-top: -260px;
  left: 5%;
  margin-bottom: 50px;
}
.hero_text a {
  color: white;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .hero_text {
    max-width: 90%;
    margin-top: -20px;
  }
}
@media (max-width: 500px) {
  .hero_text {
    margin-top: -20px;
  }
}
.hero_text h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: white;
}
@media (max-width: 500px) {
  .hero_text h1 {
    font-size: 11vw;
    line-height: 1.2em;
  }
}
.hero_text p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  color: white !important;
  white-space: pre-wrap;
}

.caption {
  margin: 20px;
  line-height: 1.5em;
}

.website-header {
  background-color: #fff;
  position: relative;
  z-index: 100;
  user-select: none;
}
.website-header .header_content {
  margin: 0 auto;
  padding: 25px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 1300px) {
  .website-header .header_content {
    width: 75%;
    padding: 25px 0;
    max-width: 1060px;
  }
}
@media (min-width: 2000px) {
  .website-header .header_content {
    width: 60%;
  }
}
@media (max-width: 500px) {
  .website-header .header_content {
    padding: 25px 25px;
  }
}
.website-header nav {
  flex: 1;
}
.website-header ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 50px;
}
.website-header li {
  padding: 10px 10px 2px 10px;
  position: relative;
}
.website-header li.scholarship {
  display: none;
}
@media (max-width: 1110px) {
  .website-header li {
    margin-left: 30px;
  }
}
@media (min-width: 989px) {
  .website-header li:hover {
    background-color: #54585A;
  }
  .website-header li:hover > a {
    border-bottom-color: #ba0c2f;
    color: #fff;
  }
  .website-header li:hover p {
    display: block;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  }
  .website-header li p {
    clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
  }
}
.website-header li > a {
  color: #54585A;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
  display: block;
  border-bottom: 3px solid transparent;
  line-height: 1.2;
  z-index: 1;
  position: relative;
}
.website-header li p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 0;
  color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #54585A;
  padding: 10px 10px 5px 10px;
  width: 130px;
  transition: clip-path 0.3s;
}
.website-header li p a {
  text-decoration: none;
  color: white;
}
.website-header li:last-child p {
  left: auto;
  right: 0;
}
.website-header .header_corps-logo {
  color: #54585A;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.website-header .header_corps-logo img {
  height: 85px;
  width: auto;
}
.website-header .mobile-menu {
  display: none;
}
.website-header .mobile-menu_button {
  display: none;
  cursor: pointer;
  margin-left: auto;
  border: 0;
  box-shadow: 0 0 transparent;
  width: 50px;
  height: 50px;
  padding: 10px;
  transform: translateX(10px);
}
@media (max-width: 990px) {
  .website-header.mobile-menu {
    display: block;
    position: relative;
    z-index: 10;
  }
  .website-header.mobile-menu .mobile-menu_button {
    display: block;
  }
  .website-header.mobile-menu .mobile-menu_button img {
    width: 100%;
    height: 100%;
  }
  .website-header.mobile-menu .mobile-menu_button .button--opened {
    display: none;
  }
  .website-header.mobile-menu .mobile-menu_button .button--closed {
    display: block;
  }
  .website-header.mobile-menu ul {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    transition: opacity 0.5s, transform 0.1s 0.5s;
    z-index: -1;
    display: block;
    position: absolute;
    margin-left: 0;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-top: none;
    height: calc(100vh - 115px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .website-header.mobile-menu ul li {
    opacity: 0;
    transform: translateX(-30%);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
  }
  .website-header.mobile-menu ul li:nth-child(1) {
    transition-delay: 0, 0.4s;
  }
  .website-header.mobile-menu ul li:nth-child(2) {
    transition-delay: 0, 0.5s;
  }
  .website-header.mobile-menu ul li:nth-child(3) {
    transition-delay: 0, 0.6s;
  }
  .website-header.mobile-menu ul li:nth-child(4) {
    transition-delay: 0, 0.7s;
  }
  .website-header.mobile-menu ul li:nth-child(5) {
    transition-delay: 0, 0.8s;
  }
  .website-header.mobile-menu ul li:nth-child(6) {
    transition-delay: 0, 0.9s;
  }
  .website-header.mobile-menu ul li:nth-child(7) {
    transition-delay: 0, 1s;
  }
  .website-header.mobile-menu ul li:nth-child(8) {
    transition-delay: 0, 1.1s;
  }
  .website-header.mobile-menu ul li:nth-child(9) {
    transition-delay: 0, 1.2s;
  }
  .website-header.mobile-menu ul li:nth-child(10) {
    transition-delay: 0, 1.3s;
  }
  .website-header.mobile-menu ul li:nth-child(11) {
    transition-delay: 0, 1.4s;
  }
  .website-header.mobile-menu ul li:nth-child(12) {
    transition-delay: 0, 1.5s;
  }
  .website-header.mobile-menu ul li:nth-child(13) {
    transition-delay: 0, 1.6s;
  }
  .website-header.mobile-menu ul li:nth-child(14) {
    transition-delay: 0, 1.7s;
  }
  .website-header.mobile-menu ul li:nth-child(15) {
    transition-delay: 0, 1.8s;
  }
  .website-header.mobile-menu ul li:nth-child(16) {
    transition-delay: 0, 1.9s;
  }
  .website-header.mobile-menu ul li:nth-child(17) {
    transition-delay: 0, 2s;
  }
  .website-header.mobile-menu ul li:nth-child(18) {
    transition-delay: 0, 2.1s;
  }
  .website-header.mobile-menu ul li:nth-child(19) {
    transition-delay: 0, 2.2s;
  }
  .website-header.mobile-menu ul li:nth-child(20) {
    transition-delay: 0, 2.3s;
  }
  .website-header.mobile-menu ul li:nth-child(21) {
    transition-delay: 0, 2.4s;
  }
  .website-header.mobile-menu ul li:nth-child(22) {
    transition-delay: 0, 2.5s;
  }
  .website-header.mobile-menu ul li:nth-child(23) {
    transition-delay: 0, 2.6s;
  }
  .website-header.mobile-menu ul li:nth-child(24) {
    transition-delay: 0, 2.7s;
  }
  .website-header.mobile-menu ul li:nth-child(25) {
    transition-delay: 0, 2.8s;
  }
  .website-header.mobile-menu ul li:nth-child(26) {
    transition-delay: 0, 2.9s;
  }
  .website-header.mobile-menu ul li:nth-child(27) {
    transition-delay: 0, 3s;
  }
  .website-header.mobile-menu ul li:nth-child(28) {
    transition-delay: 0, 3.1s;
  }
  .website-header.mobile-menu ul li:nth-child(29) {
    transition-delay: 0, 3.2s;
  }
  .website-header.mobile-menu ul li:nth-child(30) {
    transition-delay: 0, 3.3s;
  }
  .website-header.mobile-menu .header_corps-logo {
    color: #54585A;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .website-header.mobile-menu .header_corps-logo img {
    height: 65px;
    width: auto;
  }
  .website-header.mobile-menu li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 50px;
    margin: 0 0 10px 0;
  }
  .website-header.mobile-menu li:last-child {
    margin-bottom: 0;
  }
  .website-header.mobile-menu li > a {
    color: #54585A;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .website-header.mobile-menu li a {
    display: block;
  }
  .website-header.mobile-menu li p {
    display: block;
    position: static;
    padding: 0;
    width: auto;
    background: none;
    color: #54585A;
  }
  .website-header.mobile-menu li p a {
    color: #54585A;
  }
  .website-header.mobile-menu li.current-menu-item {
    background-color: #ba0c2f;
  }
  .website-header.mobile-menu li.current-menu-item a {
    margin-bottom: 0;
  }
  .website-header.mobile-menu li.current-menu-item a, .website-header.mobile-menu li.current-menu-item p {
    color: #fff;
  }
  .website-header.mobile-menu li:hover::before {
    content: "";
    background-color: #ba0c2f;
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .website-header.mobile-menu.open .mobile-menu_button .button--opened {
    display: block;
  }
  .website-header.mobile-menu.open .mobile-menu_button .button--closed {
    display: none;
  }
  .website-header.mobile-menu.open ul {
    transition: all 0.5s;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .website-header.mobile-menu.open ul li {
    opacity: 1;
    transform: translateX(0);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
  }
  .website-header.mobile-menu.open ul li:nth-child(1) {
    transition-delay: 0.4s;
  }
  .website-header.mobile-menu.open ul li:nth-child(2) {
    transition-delay: 0.5s;
  }
  .website-header.mobile-menu.open ul li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .website-header.mobile-menu.open ul li:nth-child(4) {
    transition-delay: 0.7s;
  }
  .website-header.mobile-menu.open ul li:nth-child(5) {
    transition-delay: 0.8s;
  }
  .website-header.mobile-menu.open ul li:nth-child(6) {
    transition-delay: 0.9s;
  }
  .website-header.mobile-menu.open ul li:nth-child(7) {
    transition-delay: 1s;
  }
  .website-header.mobile-menu.open ul li:nth-child(8) {
    transition-delay: 1.1s;
  }
  .website-header.mobile-menu.open ul li:nth-child(9) {
    transition-delay: 1.2s;
  }
  .website-header.mobile-menu.open ul li:nth-child(10) {
    transition-delay: 1.3s;
  }
  .website-header.mobile-menu.open ul li:nth-child(11) {
    transition-delay: 1.4s;
  }
  .website-header.mobile-menu.open ul li:nth-child(12) {
    transition-delay: 1.5s;
  }
  .website-header.mobile-menu.open ul li:nth-child(13) {
    transition-delay: 1.6s;
  }
  .website-header.mobile-menu.open ul li:nth-child(14) {
    transition-delay: 1.7s;
  }
  .website-header.mobile-menu.open ul li:nth-child(15) {
    transition-delay: 1.8s;
  }
  .website-header.mobile-menu.open ul li:nth-child(16) {
    transition-delay: 1.9s;
  }
  .website-header.mobile-menu.open ul li:nth-child(17) {
    transition-delay: 2s;
  }
  .website-header.mobile-menu.open ul li:nth-child(18) {
    transition-delay: 2.1s;
  }
  .website-header.mobile-menu.open ul li:nth-child(19) {
    transition-delay: 2.2s;
  }
  .website-header.mobile-menu.open ul li:nth-child(20) {
    transition-delay: 2.3s;
  }
  .website-header.mobile-menu.open ul li:nth-child(21) {
    transition-delay: 2.4s;
  }
  .website-header.mobile-menu.open ul li:nth-child(22) {
    transition-delay: 2.5s;
  }
  .website-header.mobile-menu.open ul li:nth-child(23) {
    transition-delay: 2.6s;
  }
  .website-header.mobile-menu.open ul li:nth-child(24) {
    transition-delay: 2.7s;
  }
  .website-header.mobile-menu.open ul li:nth-child(25) {
    transition-delay: 2.8s;
  }
  .website-header.mobile-menu.open ul li:nth-child(26) {
    transition-delay: 2.9s;
  }
  .website-header.mobile-menu.open ul li:nth-child(27) {
    transition-delay: 3s;
  }
  .website-header.mobile-menu.open ul li:nth-child(28) {
    transition-delay: 3.1s;
  }
  .website-header.mobile-menu.open ul li:nth-child(29) {
    transition-delay: 3.2s;
  }
  .website-header.mobile-menu.open ul li:nth-child(30) {
    transition-delay: 3.3s;
  }
}

.site-footer {
  position: relative;
  padding-top: 10px;
}

.contact-form {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #54585A;
  border-radius: 4px;
  transition: all 1s;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .contact-form {
    width: 75%;
  }
}
@media (min-width: 2000px) {
  .contact-form {
    width: 60%;
  }
}
.contact-form.computed {
  height: 0;
}
.contact-form.slide {
  bottom: 100%;
  top: auto;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  margin-bottom: 150px;
}
.contact-form .contact-wrapper {
  padding: 50px;
}
@media (max-width: 600px) {
  .contact-form {
    width: 90%;
    padding: 40px 20px 40px 20px;
  }
}
.contact-form .contact_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.contact-form .contact_header .header_text {
  width: 55%;
}
.contact-form .contact_header .form-submitted {
  display: none;
}
.contact-form .contact_header h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.contact-form .contact_header p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  margin-bottom: 0;
}
.contact-form .contact_header .form_close {
  border: 0;
  padding: 0;
  box-shadow: 0 0 transparent;
  width: 50px;
  height: 50px;
}
.contact-form .contact_header .form_close img {
  width: 100%;
  height: 100%;
}
@media (max-width: 950px) {
  .contact-form .contact_header .header_text {
    width: 80%;
  }
}
.contact-form select {
  background: #fff;
  height: 39px;
}

.triple-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.triple-input .input-container {
  flex: 1 1 30%;
  margin-left: 50px;
}
.triple-input .input-container:first-child {
  margin-left: 0;
}
@media (max-width: 950px) {
  .triple-input {
    display: block;
  }
  .triple-input .input-container {
    margin: 0 0 25px 0;
  }
}

.contact_message {
  margin-bottom: 30px;
}

.radio-container label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.radio-container label:last-child {
  margin-left: 30px;
}

.hidden-input {
  opacity: 0;
  width: 1px;
  height: 1px;
}
.hidden-input:checked + .radio-button::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ba0c2f;
  display: block;
}

.radio-button {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 25px;
  border: 2px solid #ba0c2f;
  border-radius: 50%;
}

.footer_social-media {
  width: 80%;
  margin: 0 auto 25px auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 1400px) {
  .footer_social-media {
    width: 75%;
  }
}
@media (min-width: 2000px) {
  .footer_social-media {
    width: 60%;
  }
}
.footer_social-media li {
  display: inline-block;
  margin-left: 10px;
}
.footer_social-media button {
  margin-left: 20px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
}
.footer_social-media button:hover, .footer_social-media button:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
@media (max-width: 515px) {
  .footer_social-media {
    width: 100%;
    position: relative;
    margin: 0 auto 25px auto;
    display: block;
  }
  .footer_social-media li:last-child {
    display: block;
  }
  .footer_social-media button {
    margin: 25px 0 0 0;
  }
}

.footer_legal-info {
  background-color: #fff;
}
.footer_legal-info .bsu-logo {
  height: 80px;
}
.footer_legal-info .bsu-logo img {
  height: 100%;
  width: auto;
}
.footer_legal-info .legal-info_container {
  margin: 0 auto;
  padding: 25px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 1400px) {
  .footer_legal-info .legal-info_container {
    width: 75%;
    padding: 25px 0;
  }
}
@media (min-width: 2000px) {
  .footer_legal-info .legal-info_container {
    width: 60%;
  }
}
@media (max-width: 955px) {
  .footer_legal-info .legal-info_container {
    display: block;
  }
  .footer_legal-info .legal-info_container .legal-info_text {
    margin: 0;
  }
  .footer_legal-info .legal-info_container .bsu-logo img {
    position: relative;
    margin: 0 auto 25px auto;
    height: 100px;
    width: auto;
  }
}
.footer_legal-info .legal-info_text {
  flex: 1 1;
  margin-left: 50px;
  text-align: center;
}
.footer_legal-info p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer_legal-info li {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
}
.footer_legal-info li::after {
  content: " |";
}
.footer_legal-info li:last-child::after {
  content: " ";
}
.footer_legal-info li a {
  color: #ba0c2f;
  font-weight: 600;
  text-decoration: underline;
}

.homepage:before {
  content: "";
  position: absolute;
  border-bottom: solid 20px #54585A;
  width: 0;
  top: 0;
  z-index: 9;
  right: calc((100vw - 1060px) / -2);
  -webkit-animation: right-bar-slide 2s forwards;
  animation: right-bar-slide 2s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1300px) {
  .homepage:before {
    right: 0;
  }
}
@media (max-width: 990px) {
  .homepage:before {
    top: 0;
  }
}
.corps_landing {
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .corps_landing {
    margin-right: 0;
    margin-left: 0;
  }
}
.corps_landing .landing_image {
  padding: 40px 20px;
  position: relative;
  width: 100%;
  height: 56vh;
  background: url(../images/home/dc-home-header.jpg);
  background-size: cover;
  background-position: center 33%;
  margin-bottom: 100px;
}
.corps_landing .landing_image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00000082), to(#00000000));
  background-image: -webkit-linear-gradient(left, #00000082, #00000000);
  background-image: -o-linear-gradient(left, #00000082, #00000000);
  background-image: linear-gradient(to right, #00000082, #00000000);
}
.corps_landing .landing_image:after {
  content: "";
  position: absolute;
  border-bottom: solid 20px #ba0c2f;
  width: 50vw;
  bottom: -20px;
  left: -35vw;
  animation: left-bar-slide 2s forwards;
}
@media (max-width: 500px) {
  .corps_landing .landing_image:after {
    left: -25vw;
  }
}
@media (min-width: 2000px) {
  .corps_landing .landing_image:after {
    width: 45vw;
  }
}
.corps_landing h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: white;
  position: absolute;
  opacity: 100;
  font-size: 53px;
  font-weight: 200;
  bottom: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  opacity: 0;
  animation: headline-fade 0.7s forwards;
  animation-delay: 1.5s;
}
@media (max-width: 1300px) {
  .corps_landing h1 {
    font-size: 4vw;
  }
}
@media (max-width: 800px) {
  .corps_landing h1 {
    font-size: 4vw;
  }
}
@media (max-width: 500px) {
  .corps_landing h1 {
    font-size: 30px;
    bottom: 20px;
    line-height: 0.7em;
  }
}
.corps_landing h1 span {
  color: #ba0c2f;
  font-size: 105px;
  font-weight: 700;
  position: relative;
  top: 65px;
  line-height: 1.2em;
}
@media (max-width: 1300px) {
  .corps_landing h1 span {
    font-size: 9.1vw;
  }
}
@media (max-width: 800px) {
  .corps_landing h1 span {
    font-size: 9.1vw;
  }
}
@media (max-width: 500px) {
  .corps_landing h1 span {
    font-size: 54px;
    color: white;
    display: block;
    top: 0;
  }
}
.corps_landing h2 {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  color: white;
  font-size: 30px;
  line-height: 1.2em;
  max-width: 330px;
  z-index: 9;
  opacity: 0;
  -webkit-animation: headline-fade 0.7s forwards;
  animation: headline-fade 0.7s forwards;
}
.corps_landing p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  max-width: 50%;
  margin-left: 366px;
}
@media (max-width: 800px) {
  .corps_landing p {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.corps_landing p span {
  color: #ba0c2f;
  font-weight: 600;
}

.homepage_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.homepage_overview h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: #ba0c2f;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.homepage_overview .overview_text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
}
.homepage_overview .overview_text .secondary-heading--mobile {
  display: none;
}
.homepage_overview .overview_text h2 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.homepage_overview .overview_text h3 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.homepage_overview .overview_text p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.homepage_overview .overview_text .overview-photo--mobile {
  display: none;
}
.homepage_overview .overview_photo {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 60%;
  flex: 2 1 60%;
  margin-left: 50px;
  position: relative;
}
.homepage_overview .overview_photo img {
  width: 100%;
  height: auto;
}
.homepage_overview .overview_photo::before {
  content: "";
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  width: 105%;
  right: 0;
}
.homepage_overview .overview_photo::after {
  content: "";
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  width: 70%;
  right: 0;
}
@media (max-width: 1050px) {
  .homepage_overview {
    display: block;
  }
  .homepage_overview .overview_text h2 {
    display: none;
  }
  .homepage_overview .overview_text h3 {
    display: none;
  }
  .homepage_overview .overview_text .secondary-heading--mobile {
    display: block;
    color: #54585A;
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 15px;
    margin-bottom: 25px;
    text-transform: capitalize;
  }
  .homepage_overview .overview_text .overview-photo--mobile {
    display: block;
    margin-bottom: 25px;
  }
  .homepage_overview .overview_text .overview-photo--mobile img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .homepage_overview .overview_photo {
    display: none;
  }
}
@media (max-width: 500px) {
  .homepage_overview {
    margin: 15px;
  }
}

.homepage_story {
  margin-left: 25px;
  margin-right: 25px;
}
.homepage_story .story_video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.homepage_story .story_video iframe {
  width: 100%;
  left: 50%;
  top: 0;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage_story .story_overview {
  width: 50%;
  margin-left: 25px;
}
.homepage_story .story_overview h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.homepage_story .story_overview p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .homepage_story {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
  .homepage_story .story_overview {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .homepage_story {
    margin: 15px;
    width: auto;
  }
}

@-webkit-keyframes left-text-slide {
  0% {
    left: -1000px;
    opacity: 0;
  }
  100% {
    left: 20px;
    opacity: 100;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes left-text-slide {
  0% {
    left: -1000px;
    opacity: 0;
  }
  100% {
    left: 20px;
    opacity: 100;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes left-bar-slide {
  0% {
    width: 0;
  }
  100% {
    width: -50vw;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes right-bar-slide {
  0% {
    width: 0;
  }
  100% {
    width: 29vw;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes headline-fade {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 100;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes headline-fade {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 100;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.homepage_values {
  display: block;
}
@media (max-width: 1599px) {
  .homepage_values {
    margin-left: 25px;
    margin-right: 25px;
  }
  .homepage_values .values_overview {
    margin-left: 25px;
  }
}
@media (max-width: 800px) {
  .homepage_values {
    display: none;
  }
}
.homepage_values .values_overview {
  width: 50%;
}
.homepage_values .values_overview h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.homepage_values .values_overview p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.homepage_values .values_accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.homepage_values li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 500px;
  margin-left: 5px;
  transition: width 1s;
}
.homepage_values li:first-child {
  margin-left: 0;
}
.homepage_values li .values_heading {
  height: 100%;
  width: 60px;
  background-color: #ba0c2f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.homepage_values li .values_heading h2 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  -webkit-transform: rotate(-90deg) translateY(100%) translateY(-25%);
  -ms-transform: rotate(-90deg) translateY(100%) translateY(-25%);
  transform: rotate(-90deg) translateY(100%) translateY(-25%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  white-space: nowrap;
}
.homepage_values li .values_content {
  display: none;
}
.homepage_values li img {
  display: none;
}
.homepage_values .active::after {
  content: " ";
  background: rgba(84, 88, 90, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage_values .active .values_heading {
  display: none;
}
.homepage_values .active .values_content {
  display: block;
  z-index: 5;
  width: 100%;
  padding: 20px 20px 50px 20px;
}
.homepage_values .active .values_content h3 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  color: #fff;
}
.homepage_values .active .values_content p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 50px;
}
.homepage_values .active .values_content a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
  padding-right: 20px;
  padding-left: 20px;
}
.homepage_values .active .values_content a:hover, .homepage_values .active .values_content a:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
.homepage_values .active img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.homepage_values .previous,
.homepage_values .next {
  display: none;
}
@media (max-width: 500px) {
  .homepage_values {
    margin: 15px;
  }
}

.values_accordion.computed li {
  overflow: hidden;
}
.values_accordion.computed .values_content {
  display: none;
}
.values_accordion.computed .active .values_content {
  display: block;
}

.values_small {
  padding: 25px;
  display: none;
}

@media (max-width: 800px) {
  .values_small {
    display: block;
  }
}
.values_mobile {
  margin-top: 30px;
}

.values_mobile li {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.values_small h1 {
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 20px;
}

.values_small p {
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 30px;
}

.values_small a {
  align-self: flex-end;
  color: #BA0C2F;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #BA0C2F;
  padding: 10px 50px;
  box-shadow: 10px 10px #BA0C2F;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
  text-align: center;
}

@media (max-width: 500px) {
  .values_small a {
    align-self: center;
    margin-left: 0;
  }
}
main.team {
  width: 100%;
}
.team_switcher {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 5vh;
}
.team_switcher a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #54585A;
  padding: 10px 50px;
  box-shadow: 10px 10px #54585A;
  color: #54585A;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.team_switcher a:hover, .team_switcher a:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
.team_switcher a.active {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
  color: #ba0c2f;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.team_switcher a.active:hover, .team_switcher a.active:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
@media screen and (max-width: 850px) {
  .team_switcher {
    flex-direction: column;
  }
  .team_switcher a, .team_switcher a.active {
    margin-top: 20px;
    font-size: 36px;
    line-height: 50px;
    margin-left: 0;
  }
}

.team_staff {
  display: none;
  margin: 50px;
}
.team_staff h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.team_staff p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.team_staff .staff_introduction {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .team_staff .staff_introduction {
    flex-direction: column;
  }
}
.team_staff .staff_introduction .introduction_text {
  flex: 1 1 40%;
  min-width: 40%;
  padding-right: 50px;
}
.team_staff .staff_introduction .image-wrapper {
  position: relative;
}
@media screen and (max-width: 850px) {
  .team_staff .staff_introduction .image-wrapper {
    flex: 1 1 80%;
    margin-bottom: 50px;
  }
}
.team_staff .staff_introduction .image-wrapper img {
  width: 100%;
  height: auto;
}
.team_staff .staff_introduction .image-wrapper::before {
  content: "";
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  width: 100%;
  right: 0;
}
.team_staff .staff_introduction .image-wrapper::after {
  content: "";
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  width: 65%;
  right: 0;
}
.team_staff .video-wrapper {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .team_staff .staff_bios {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .team_staff .staff_bios .bios_individual {
    display: flex;
    align-items: flex-start;
    margin: 100px 0;
    max-width: 1000px;
    justify-content: flex-start;
  }
  .team_staff .staff_bios .bios_individual .individual_outer-content {
    flex: 0 0 30%;
    position: relative;
    top: -50px;
    left: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }
  .team_staff .staff_bios .bios_individual .individual_outer-content img.headshot {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  .team_staff .staff_bios .bios_individual .individual_outer-content .individual_quote {
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    color: #ba0c2f;
    max-width: 80%;
    padding: 20px 0;
  }
  .team_staff .staff_bios .bios_individual .individual_outer-content .individual_quote img {
    padding: 10px 0;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content {
    background-color: #54585A;
    padding: 20px 55px;
    flex: 0 1 80%;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content h1 {
    color: white;
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content h2 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content p {
    color: white;
    line-height: 1.9em;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content p.individual_quote {
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    color: white;
    max-width: 80%;
    padding: 20px 0;
    display: none;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content p.individual_quote img {
    width: 50px;
    height: auto;
    padding: 10px 0;
  }
  .team_staff .staff_bios .bios_individual:nth-child(even) {
    justify-content: flex-end;
  }
  .team_staff .staff_bios .bios_individual:nth-child(even) .individual_outer-content {
    order: 2;
    top: -50px;
    left: -20px;
  }
  .team_staff .staff_bios .bios_individual:nth-child(even) .individual_outer-content .individual_quote {
    margin-left: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .team_staff .disciplines-switcher-mobile {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .team_staff .disciplines-switcher-mobile li {
    background: #54585A;
    margin: 5px 0;
    border-radius: 4px;
  }
}
@media screen and (min-width: 800px) {
  .team_staff .disciplines-switcher-mobile .disciplines-switcher-mobile_header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .team_staff .disciplines-switcher-mobile .disciplines-switcher-mobile_header .disciplines-switcher-mobile_team-icon {
    height: 75px;
    width: auto;
    padding: 10px;
  }
  .team_staff .disciplines-switcher-mobile .disciplines-switcher-mobile_header span {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 800px) and (max-width: 450px) {
  .team_staff .disciplines-switcher-mobile .disciplines-switcher-mobile_header span {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) {
  .team_staff .disciplines-switcher-mobile .disciplines-switcher-mobile_header button {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100%;
    font-size: 36px;
    outline: none;
  }
  .team_staff .disciplines-switcher-mobile .disciplines-switcher-mobile_header button:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    transition: all 0.3s ease;
  }
  .team_staff .disciplines-switcher-mobile .disciplines-switcher-mobile_header button:after {
    width: 0;
    transition: none;
  }
  .team_staff .disciplines-switcher-mobile .disciplines-switcher-mobile_header button:hover:after {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 800px) {
  .team_staff .disciplines-switcher-mobile .creative-disciplines_individual-team-info {
    display: none;
    padding: 20px 20px;
  }
  .team_staff .disciplines-switcher-mobile .creative-disciplines_individual-team-info p {
    color: white;
    line-height: 1.9em;
    margin-bottom: 25px;
    font-size: 16px;
    max-width: 65ch;
  }
  .team_staff .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul {
    display: flex;
    color: white;
    line-height: 1.9em;
    margin-bottom: 25px;
    font-size: 16px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 800px) and (max-width: 500px) {
  .team_staff .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul {
    flex-direction: column;
  }
}
@media screen and (min-width: 800px) {
  .team_staff .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul li {
    padding: 10px;
  }
  .team_staff .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul li figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .team_staff .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul li figure img {
    width: 80px;
    margin-bottom: 10px;
  }
  .team_staff .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul li figure figcaption {
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  .team_staff .disciplines-switcher-mobile > li.active .creative-disciplines_individual-team-info {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .team_staff .disciplines-switcher-mobile > li.active button:before {
    content: "−";
  }
}
.team_staff .students_creative-disciplines {
  padding: 20px 50px;
  background-color: #54585A;
  margin: 50px -50px 100px -50px;
}
@media screen and (max-width: 800px) {
  .team_staff .students_creative-disciplines {
    display: none;
  }
}
.team_staff .students_creative-disciplines .creative-disciplines_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 0;
}
.team_staff .students_creative-disciplines h1 {
  color: white;
}
.team_staff .students_creative-disciplines ul.disciplines_switcher {
  flex: 0 1 35%;
}
.team_staff .students_creative-disciplines ul.disciplines_switcher li {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.team_staff .students_creative-disciplines button.disciplines_switcher {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  width: 100%;
  color: white;
  padding: 0;
  border: none;
  text-align: left;
  box-shadow: none;
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  flex-wrap: nowrap;
  position: relative;
}
.team_staff .students_creative-disciplines button.disciplines_switcher img {
  height: 75px;
  width: 75px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
}
.team_staff .students_creative-disciplines button.disciplines_switcher span {
  flex: 0 0;
}
.team_staff .students_creative-disciplines button.disciplines_switcher:after {
  content: "";
  width: 0;
  transition: width 0.3s ease-out;
}
.team_staff .students_creative-disciplines button.disciplines_switcher:hover:after {
  content: "";
  width: calc(100% - 75px);
  height: 5px;
  background: white;
  position: absolute;
  bottom: 10%;
  left: 75px;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info {
  padding: 0 20px 0 50px;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info > li:not(:first-child) {
  display: none;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 36px;
  margin-bottom: 12px;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info h4 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info p {
  color: white;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info ul {
  display: flex;
  color: white;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  justify-content: flex-start;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info ul li {
  padding: 20px;
  flex: 0 0 33%;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info ul li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info ul li figure img {
  width: 100px;
  margin-bottom: 10px;
}
.team_staff .students_creative-disciplines .creative-disciplines_individual-team-info .individual-team-info_text-content {
  display: flex;
  min-height: 363px;
}
@media screen and (max-width: 1200px) {
  .team_staff .students_creative-disciplines .creative-disciplines_individual-team-info .individual-team-info_text-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .team_staff .staff_bios .bios_individual {
    color: #fff;
    background: #54585A;
    margin: 100px 0;
    padding: 20px;
    position: relative;
  }
  .team_staff .staff_bios .bios_individual .individual_outer-content :not(img) {
    display: none;
  }
  .team_staff .staff_bios .bios_individual .individual_outer-content img.headshot {
    float: left;
    height: auto;
    width: 30%;
    max-width: 300px;
    min-width: 200px;
    margin-left: -50px;
    margin-right: 20px;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .team_staff .staff_bios .bios_individual .individual_outer-content img:not(.headshot) {
    display: none;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content header.inner-content_staff-title h1 {
    color: white;
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content header.inner-content_staff-title h2 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content p:not(.individual_quote) {
    display: none;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content p.individual_quote {
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    color: white;
    padding: 20px 0;
    display: block;
    clear: both;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content p.individual_quote img {
    width: 50px;
    height: auto;
    padding: 10px 0;
  }
  .team_staff .staff_bios .bios_individual:nth-child(even) .individual_inner-content h1 {
    color: white;
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .team_staff .staff_bios .bios_individual:nth-child(even) .individual_inner-content h2 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .team_staff .staff_bios .bios_individual:nth-child(even) .individual_outer-content img.headshot {
    float: right;
    margin-left: 20px;
    margin-right: -50px;
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .team_staff {
    margin: 0;
  }
  .team_staff .staff_bios .bios_individual .individual_inner-content h1, .team_staff .staff_bios .bios_individual .individual_inner-content h2 {
    clear: both;
  }
}
.team_staff .staff_email-popup {
  width: 90vw;
  height: 90vh;
  background: white;
  border: 2px solid #ba0c2f;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 5vh;
  left: 5vw;
  z-index: 30;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.team_staff .staff_email-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.team_staff .staff_email-popup img {
  flex: 0 0 80%;
  height: auto;
}
.team_staff .staff_email-popup .email-popup_close {
  position: absolute;
  right: 50px;
  top: 10px;
  transition: transform 0.2s ease;
}
.team_staff .staff_email-popup .email-popup_close:hover {
  transform: scale(1.2);
}

.team_students {
  position: relative;
  margin: 50px;
}
@media (max-width: 500px) {
  .team_students {
    margin: 15px;
  }
}
.team_students h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.team_students p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.team_students .students_common-skills {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .team_students .students_common-skills {
    margin-bottom: 50px;
  }
}
.team_students .students_common-skills .common-skills_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .team_students .students_common-skills .common-skills_content {
    flex-direction: column;
  }
}
.team_students .students_common-skills .common-skills_content h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.team_students .students_common-skills .common-skills_content .indent {
  padding-left: 15px;
}
.team_students .students_creative-disciplines {
  padding: 20px 50px;
  background-color: #54585A;
  margin: 50px -50px 100px -50px;
}
@media screen and (max-width: 800px) {
  .team_students .students_creative-disciplines {
    display: none;
  }
}
.team_students .students_creative-disciplines .creative-disciplines_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 0;
}
.team_students .students_creative-disciplines h1 {
  color: white;
}
.team_students .students_creative-disciplines ul.disciplines_switcher {
  flex: 0 1 35%;
}
.team_students .students_creative-disciplines ul.disciplines_switcher li {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info {
  padding: 0 20px 0 50px;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info > li:not(:first-child) {
  display: none;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info p {
  color: white;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info ul {
  display: flex;
  color: white;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  justify-content: flex-start;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info ul li {
  padding: 20px;
  flex: 0 0 33%;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info ul li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info ul li figure img {
  width: 100px;
  margin-bottom: 10px;
}
.team_students .students_creative-disciplines .creative-disciplines_individual-team-info .individual-team-info_text-content {
  display: flex;
  min-height: 363px;
}
@media screen and (max-width: 1200px) {
  .team_students .students_creative-disciplines .creative-disciplines_individual-team-info .individual-team-info_text-content {
    flex-direction: column;
  }
}
.team_students button.disciplines_switcher {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  width: 100%;
  color: white;
  padding: 0;
  border: none;
  text-align: left;
  box-shadow: none;
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  flex-wrap: nowrap;
  position: relative;
}
.team_students button.disciplines_switcher img {
  height: 75px;
  width: auto;
  padding: 0 10px;
}
.team_students button.disciplines_switcher span {
  flex: 0 0;
}
.team_students button.disciplines_switcher:after {
  content: "";
  width: 0;
  transition: width 0.3s ease-out;
}
.team_students button.disciplines_switcher:hover:after {
  content: "";
  width: calc(100% - 95px);
  height: 5px;
  background: white;
  position: absolute;
  bottom: 10%;
  left: 95px;
}
@media screen and (min-width: 800px) {
  .team_students .disciplines-switcher-mobile {
    display: none;
  }
}
.team_students .disciplines-switcher-mobile li {
  background: #54585A;
  margin: 5px 0;
  border-radius: 4px;
}
.team_students .disciplines-switcher-mobile .disciplines-switcher-mobile_header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.team_students .disciplines-switcher-mobile .disciplines-switcher-mobile_header .disciplines-switcher-mobile_team-icon {
  height: 75px;
  width: auto;
  padding: 10px;
}
.team_students .disciplines-switcher-mobile .disciplines-switcher-mobile_header span {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 450px) {
  .team_students .disciplines-switcher-mobile .disciplines-switcher-mobile_header span {
    font-size: 14px;
  }
}
.team_students .disciplines-switcher-mobile .disciplines-switcher-mobile_header button {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100px;
  height: 100%;
  font-size: 36px;
  outline: none;
}
.team_students .disciplines-switcher-mobile .disciplines-switcher-mobile_header button:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: all 0.3s ease;
}
.team_students .disciplines-switcher-mobile .disciplines-switcher-mobile_header button:after {
  width: 0;
  transition: none;
}
.team_students .disciplines-switcher-mobile .disciplines-switcher-mobile_header button:hover:after {
  width: 0;
  height: 0;
}
.team_students .disciplines-switcher-mobile .creative-disciplines_individual-team-info {
  display: none;
  padding: 20px 20px;
}
.team_students .disciplines-switcher-mobile .creative-disciplines_individual-team-info p {
  color: white;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  max-width: 65ch;
}
.team_students .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul {
  display: flex;
  color: white;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .team_students .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul {
    flex-direction: column;
  }
}
.team_students .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul li {
  padding: 10px;
}
.team_students .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team_students .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul li figure img {
  width: 80px;
  margin-bottom: 10px;
}
.team_students .disciplines-switcher-mobile .creative-disciplines_individual-team-info ul li figure figcaption {
  text-align: center;
}
.team_students .disciplines-switcher-mobile > li.active .creative-disciplines_individual-team-info {
  display: block;
}
.team_students .disciplines-switcher-mobile > li.active button:before {
  content: "−";
}
@media screen and (max-width: 800px) {
  .team_students .students_student-growth {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .team_students .students_student-growth {
    margin: 0;
  }
}
.team_students .students_student-growth h2 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.team_students .students_student-growth .student-growth_content-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2%;
}
@media screen and (max-width: 800px) {
  .team_students .students_student-growth .student-growth_content-container {
    flex-direction: column;
  }
  .team_students .students_student-growth .student-growth_content-container .student-growth_images-container {
    margin-bottom: 80px;
    width: 100%;
  }
}
.team_students .students_student-growth .student-growth_content-container ul {
  flex: 0 1 60%;
  padding-left: 5vw;
}
.team_students .students_student-growth .student-growth_content-container .student-growth_images-container {
  flex: 1 1 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.team_students .students_student-growth .student-growth_content-container .student-growth_images-container::before {
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  content: "";
  top: 100%;
}
.team_students .students_student-growth .student-growth_content-container .student-growth_images-container::after {
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  content: "";
  top: calc(100% + 20px);
  left: 0;
}
.team_students .students_student-growth .student-growth_content-container .student-growth_images-container img {
  width: 80%;
  height: auto;
}
.team_students .students_student-growth .student-growth_content-container .student-growth_images-container .images-container_last-child {
  width: 75%;
  position: relative;
  left: -25%;
}
.team_students .students_student-benefits {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  position: relative;
  z-index: 100000001;
}
.team_students .students_student-benefits p {
  max-width: 65ch;
}
.team_students .students_student-benefits .placeholder {
  background-color: #54585A;
  width: 100%;
  position: relative;
  min-height: 200px;
  color: white;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  padding: 100px;
}
.team_students .students_alumni {
  position: relative;
  z-index: 100000001;
}
.team_students .students_alumni .alumni_heat-map {
  display: flex;
  flex-direction: column;
}
.team_students .students_alumni .alumni_heat-map p {
  max-width: 65ch;
}
.team_students .students_alumni .alumni_heat-map .graphic {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.team_students .students_alumni .alumni_heat-map .graphic iframe {
  width: 100%;
  left: 50%;
  top: 0;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
}
.team_students .students_alumni .alumni_quote {
  margin: 0;
  padding: 10vh 0;
  display: flex;
  align-items: flex-start;
}
.team_students .students_alumni .alumni_quote img {
  max-width: 400px;
  height: auto;
}
.team_students .students_alumni .alumni_quote .quote_text {
  margin-left: 50px;
}
.team_students .students_alumni .alumni_quote .quote_text p {
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  color: #ba0c2f;
  font-size: 35px;
  line-height: 1.5em;
  position: relative;
}
.team_students .students_alumni .alumni_quote .quote_text p:before {
  content: '"';
  position: absolute;
  left: -18px;
}
.team_students .students_alumni .alumni_quote .quote_text h3 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 16px;
}
.team_students .students_alumni .alumni_quote .image-wrapper {
  position: relative;
  flex: 0 1 40%;
  margin-left: -150px;
}
.team_students .students_alumni .alumni_quote .image-wrapper:before {
  content: "";
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  width: 100%;
  right: 0;
}
.team_students .students_alumni .alumni_quote .image-wrapper:after {
  content: "";
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  width: 65%;
  left: 0;
}
@media screen and (max-width: 900px) {
  .team_students .students_alumni .alumni_quote {
    flex-direction: column;
  }
  .team_students .students_alumni .alumni_quote .quote_text {
    padding-left: 0;
    padding-top: 50px;
    margin-left: 0;
  }
}
.team_students .students_back-to-top,
.team_students .staff_back-to-top {
  position: fixed;
  z-index: 200;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team_students .students_back-to-top a,
.team_students .staff_back-to-top a {
  text-decoration: none;
  color: #ba0c2f;
}
.team_students .students_back-to-top.active,
.team_students .staff_back-to-top.active {
  opacity: 1;
}

.fixed-scroll-video-container {
  position: relative;
}
@media (max-width: 700px) {
  .fixed-scroll-video-container {
    margin-bottom: 50px;
    margin-top: -50px;
  }
}
.fixed-scroll-video-container .fixed-scroll-video-height-placeholder {
  background: #F7F7F7;
}
@media (max-width: 700px) {
  .fixed-scroll-video-container .fixed-scroll-video-height-placeholder {
    display: none;
  }
}
.fixed-scroll-video-container .fixed-scroll-video {
  position: fixed;
  top: 50%;
  left: 25px;
  width: calc(100vw - 50px);
  height: auto;
  z-index: 100000000;
  background: #F7F7F7;
  transform: translateY(-50%);
  transition: opacity 1s;
  opacity: 0;
  pointer-events: none;
}
.fixed-scroll-video-container .fixed-scroll-video::before, .fixed-scroll-video-container .fixed-scroll-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  background: red;
}
@media (max-width: 700px) {
  .fixed-scroll-video-container .fixed-scroll-video::before, .fixed-scroll-video-container .fixed-scroll-video::after {
    content: none;
  }
}
.fixed-scroll-video-container .fixed-scroll-video::before {
  top: 0;
  background: linear-gradient(180deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}
.fixed-scroll-video-container .fixed-scroll-video::after {
  bottom: 0;
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}
.fixed-scroll-video-container .fixed-scroll-video.active {
  opacity: 1;
}
.fixed-scroll-video-container .fixed-scroll-video.active video {
  display: block;
}
.fixed-scroll-video-container .fixed-scroll-video video {
  width: 100%;
  display: none;
  max-height: 100vh;
}
@media (max-width: 700px) {
  .fixed-scroll-video-container .fixed-scroll-video {
    display: block;
    width: 100%;
    transform: none;
    opacity: 1;
    position: static;
    pointer-events: auto;
  }
  .fixed-scroll-video-container .fixed-scroll-video video {
    display: block;
  }
}

.our-projects .hero .hero_text {
  bottom: -25vh;
}
@media (max-width: 1024px) {
  .our-projects .hero .hero_text {
    bottom: -10vh;
  }
}

.our-projects_projects li {
  display: flex;
  margin-bottom: 150px;
}
.our-projects_projects .project_text {
  flex: 1 1 30%;
  margin: 0 70px 0 0;
}
.our-projects_projects .project_text h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.our-projects_projects .project_text p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  font-style: italic;
}
.our-projects_projects .project_text ul {
  margin-bottom: 50px;
}
.our-projects_projects .project_text li {
  display: inline-block;
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 16px;
  margin-bottom: 0;
}
.our-projects_projects .project_text a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
}
.our-projects_projects .project_text a:hover, .our-projects_projects .project_text a:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
.our-projects_projects .project_photo {
  flex: 1 1 60%;
  position: relative;
}
.our-projects_projects .project_photo img {
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 1000px) {
  .our-projects_projects .project_photo img {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1000px) {
  .our-projects_projects .project_photo::before {
    display: none;
  }
  .our-projects_projects .project_photo::after {
    display: none;
  }
}
.our-projects_projects .project_photo::before {
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  content: "";
  top: 100%;
}
.our-projects_projects .project_photo::after {
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  content: "";
  top: calc(100% + 20px);
  right: 0;
}
.our-projects_projects .project_photo .learn-more-button {
  display: none;
}
.our-projects_projects .project--right .project_text {
  order: 2;
  margin: 0 0 0 70px;
}
.our-projects_projects .project--right .project_photo img {
  left: 0;
  right: 5%;
}
.our-projects_projects .project--right .project_photo::before {
  left: 0;
}
.our-projects_projects .project--right .project_photo::after {
  left: 0;
}
@media (max-width: 1000px) {
  .our-projects_projects li {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .our-projects_projects .project--right .project_text,
.our-projects_projects .project--left .project_text {
    order: 2;
    margin: 70px 0 0 0;
  }
  .our-projects_projects .project--right .project_text a,
.our-projects_projects .project--left .project_text a {
    display: none;
  }
  .our-projects_projects .project_photo {
    position: relative;
    margin-bottom: 25px;
  }
  .our-projects_projects .project_photo .learn-more-button {
    display: block;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ba0c2f;
    padding: 10px 50px;
    box-shadow: 10px 10px #ba0c2f;
    color: #ba0c2f;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 15px;
    user-select: none;
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
  .our-projects_projects .project_photo .learn-more-button:hover, .our-projects_projects .project_photo .learn-more-button:focus {
    box-shadow: 15px 15px;
    transform: scale(1.1);
  }
  .our-projects_projects .project_photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  .our-projects_projects .project_photo {
    position: relative;
    margin-bottom: 50px;
  }
}

.superscript {
  font-size: 0.5em;
  vertical-align: super;
}

.overview {
  display: flex;
  flex-wrap: wrap;
}
.overview .overview_text {
  flex: 1 1 35%;
  margin-left: 50px;
}
@media (max-width: 600px) {
  .overview .overview_text {
    margin: 0;
  }
}
.overview .overview_text h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.overview .overview_text p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  white-space: pre-wrap;
}
.overview .overview_photo {
  flex: 2 1 55%;
  position: relative;
}
.overview .overview_photo img {
  width: 100%;
  height: auto;
}
.overview .overview_photo::before {
  content: "";
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  width: 105%;
  left: 0;
}
.overview .overview_photo::after {
  content: "";
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  width: 70%;
  left: 0;
}
.overview .overview_photo .image-wrap {
  position: relative;
}
.overview .overview_photo .image-wrap::before {
  content: "";
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  width: 105%;
  left: 0;
}
.overview .overview_photo .image-wrap::after {
  content: "";
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  width: 70%;
  left: 0;
}
@media (max-width: 1000px) {
  .overview {
    display: block;
  }
  .overview .overview_text {
    margin: 0 0 0 0;
  }
  .overview .overview_photo {
    margin-bottom: 50px;
  }
  .overview .overview_photo::before, .overview .overview_photo::after {
    display: none;
  }
}

.products {
  background-color: #54585A;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px;
  width: fit-content;
}
.products h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  color: white;
  margin-bottom: 50px;
}
.products p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  color: white;
  max-width: 350px;
  margin: 0 auto 25px auto;
}
.products ul {
  display: flex;
  flex-wrap: wrap;
}
.products ul li {
  flex: 1 1;
  margin-left: 25px;
  text-align: center;
}
@media (max-width: 600px) {
  .products ul li {
    flex-direction: column;
  }
}
.products ul li:first-child {
  margin-left: 0;
}
.products ul li img {
  margin: 0 auto 20px auto;
  width: 200px;
  height: auto;
}
.products .break {
  flex-basis: 100%;
  height: 0;
}
@media (max-width: 900px) {
  .products ul {
    display: block;
  }
  .products ul li {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .products ul li img {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 700px) {
  .products {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .products ul li {
    align-items: center;
  }
}

.large_products {
  width: auto;
}

.content_container .small-column {
  max-width: 400px;
}
.content_container h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.content_container p {
  color: #54585A;
  line-height: 1.9em;
  font-size: 16px;
}
.content_container img {
  max-width: 100%;
}

.grey-box {
  background: #54585A;
  padding: 20px;
  position: relative;
}
.grey-box h1 {
  color: white;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.grey-box ul {
  margin: 30px 0;
  color: white;
  line-height: 1.6em;
}
.grey-box ul li {
  margin-bottom: 30px;
}

.project-profile .wp-block-column .wp-block-image {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.project-profile .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  height: 400px;
}
@media (max-width: 600px) {
  .project-profile .wp-block-embed .wp-block-embed__wrapper {
    height: auto;
  }
}
.project-profile .wp-block-embed iframe {
  width: 100%;
  height: 100%;
}
.project-profile .overview {
  margin-right: 0;
}
.project-profile .overview .overview_text {
  margin: 0 50px 0 0;
}
@media (max-width: 600px) {
  .project-profile .overview .overview_text {
    margin: 0;
  }
}
.project-profile .overview .overview_photo {
  flex: 1 1 0px;
}
.project-profile .overview .overview_photo img {
  width: 500px;
}
@media (max-width: 600px) {
  .project-profile .overview .overview_photo img {
    width: 100%;
    height: auto;
  }
}
.project-profile .overview .overview_photo .top {
  width: 550px;
}
@media (max-width: 600px) {
  .project-profile .overview .overview_photo .top {
    width: 100%;
    height: auto;
  }
}
.project-profile .overview .overview_photo .bottom {
  width: 600px;
  padding-left: 50px;
  margin-top: -25px;
}
@media (max-width: 600px) {
  .project-profile .overview .overview_photo .bottom {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 30px;
  }
}
.project-profile .overview .overview_video {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  margin-top: 75px;
}
.project-profile .overview .overview_video iframe {
  width: 788px;
  height: 434px;
}
@media (max-width: 1050px) {
  .project-profile .overview {
    margin-right: 50px;
  }
}
@media (max-width: 700px) {
  .project-profile .overview {
    margin-right: 25px;
  }
}

.wp-block-image img {
  object-fit: contain;
}
@media (max-width: 600px) {
  .wp-block-image img {
    height: auto;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

sup {
  vertical-align: super;
  font-size: smaller;
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

@media (max-width: 600px) {
  .wp-block-spacer {
    height: 10px !important;
  }
}

.our-process .hero .hero_text {
  left: 45%;
}
@media (max-width: 1024px) {
  .our-process .hero .hero_text {
    left: 0;
  }
}
.our-process .hero::after {
  left: 0;
}

.our-process_solutions {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.our-process_solutions h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.our-process_solutions p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.our-process_solutions .solutions_helping {
  flex: 1 1 100%;
  margin-left: 50px;
}
.our-process_solutions .solutions_helping p {
  width: 55%;
  margin-bottom: 50px;
}
.our-process_solutions .solutions_video {
  flex: 1 1 55%;
  position: relative;
}
.our-process_solutions .solutions_video .dotted {
  position: absolute;
  bottom: -125px;
  left: 200px;
}
.our-process_solutions .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.our-process_solutions .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-process_solutions .solutions_solutions {
  flex: 1 1 30%;
  margin-left: 50px;
  position: relative;
}
.our-process_solutions .solutions_solutions .dotted {
  position: absolute;
  top: -125px;
  left: -25px;
}
@media (max-width: 1000px) {
  .our-process_solutions {
    display: block;
    margin-left: 50px;
  }
  .our-process_solutions .solutions_helping {
    margin-left: 0;
  }
  .our-process_solutions .solutions_helping p {
    width: 100%;
  }
  .our-process_solutions .solutions_video {
    margin-bottom: 50px;
  }
  .our-process_solutions .solutions_video img {
    display: none;
  }
  .our-process_solutions .solutions_solutions {
    margin-left: 0;
  }
  .our-process_solutions .solutions_solutions .dotted {
    display: none;
  }
}
@media (max-width: 700px) {
  .our-process_solutions {
    margin-left: 25px;
  }
}
.our-process_featured-projects {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.our-process_featured-projects ul {
  display: flex;
}
.our-process_featured-projects ul .projects_splash {
  width: 100%;
}
.our-process_featured-projects ul .projects_splash img {
  width: 100%;
}
.our-process_featured-projects .project_two {
  flex: 2 2 20%;
}
.our-process_featured-projects a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
  position: absolute;
  bottom: 50px;
  right: 40px;
}
.our-process_featured-projects a:hover, .our-process_featured-projects a:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
.our-process_featured-projects::before {
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  content: "";
  top: calc(100% - 20px);
  width: 90%;
}
.our-process_featured-projects::after {
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  content: "";
  top: 100%;
  left: 0;
  width: 60%;
}
.our-process_featured-projects::before {
  width: 100%;
}
.our-process_featured-projects::after {
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  content: "";
  top: 100%;
  left: 0;
  width: 60%;
}

.our-process_expectations {
  text-align: center;
}
.our-process_expectations h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.our-process_expectations h2 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.our-process_expectations p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.our-process_expectations .expectations_heading {
  width: 50%;
  margin: 0 auto 50px auto;
  position: relative;
}
.our-process_expectations .expectations_heading .dotted-left {
  position: absolute;
  top: -100px;
  left: -125px;
}
@media (max-width: 1000px) {
  .our-process_expectations .expectations_heading .dotted-left {
    display: none;
  }
}
.our-process_expectations .expectations_heading .dotted-right {
  position: absolute;
  bottom: -25px;
  right: -125px;
}
@media (max-width: 1000px) {
  .our-process_expectations .expectations_heading .dotted-right {
    display: none;
  }
}
.our-process_expectations ul {
  display: flex;
}
.our-process_expectations li {
  margin-left: 50px;
}
.our-process_expectations li:first-child {
  margin-left: 0;
}
.our-process_expectations img {
  flex: 1 1 80px;
  height: auto;
  margin: 0 auto 25px auto;
}
@media (max-width: 1010px) {
  .our-process_expectations .expectations_heading {
    width: 70%;
  }
}
@media (max-width: 1010px) {
  .our-process_expectations {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  .our-process_expectations .expectations_heading {
    width: 100%;
  }
  .our-process_expectations ul {
    display: block;
  }
  .our-process_expectations li {
    margin-left: 0;
    margin-bottom: 50px;
    display: flex;
  }
  .our-process_expectations li img {
    flex: 2 1;
    width: auto;
    margin: 0 0 0 0;
  }
}
@media (max-width: 1010px) and (max-width: 500px) {
  .our-process_expectations li img {
    display: none;
  }
}
@media (max-width: 1010px) {
  .our-process_expectations li .expectations_text {
    margin-left: 25px;
    flex: 1 1 70%;
  }
}
@media (max-width: 500px) {
  .our-process_expectations {
    padding: 0;
  }
  .our-process_expectations .expectations_text {
    margin-left: 0 !important;
  }
}

.our-process_intake .intake_heading {
  width: 50%;
  margin: 0 auto 50px auto;
  position: relative;
}
.our-process_intake .intake_heading .dotted {
  position: absolute;
  top: -150px;
  left: 50%;
}
@media (max-width: 500px) {
  .our-process_intake .intake_heading .dotted {
    display: none;
  }
}
.our-process_intake .graphic {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.our-process_intake .graphic iframe {
  width: 75%;
  left: 50%;
  top: 0;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
}
.our-process_intake .graphic p {
  width: 75%;
  position: absolute;
  left: 12.5%;
  text-align: center;
  margin: 0;
  bottom: 20px;
}
.our-process_intake h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.our-process_intake p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .our-process_intake .intake_heading {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .our-process_intake .intake_heading {
    width: 100%;
  }
}

.our-process_get-started {
  display: flex;
}
.our-process_get-started .get-started_image {
  flex: 1 1;
}
.our-process_get-started .get-started_image img {
  width: auto;
  height: 550px;
}
.our-process_get-started .get-started_content {
  background-color: #54585A;
  height: 200px;
  padding: 25px 25px 25px 50px;
  position: relative;
  align-self: center;
}
.our-process_get-started .get-started_content h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  color: white;
}
.our-process_get-started .get-started_content p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  color: white;
}
.our-process_get-started .get-started_content button {
  position: absolute;
  bottom: -25px;
  right: 50px;
}
.our-process_get-started .get-started_content .dotted {
  position: absolute;
  bottom: 225px;
  left: 50px;
}
@media (max-width: 500px) {
  .our-process_get-started .get-started_content .dotted {
    display: none;
  }
}
@media (max-width: 920px) {
  .our-process_get-started {
    display: block;
  }
  .our-process_get-started .get-started_image {
    margin-left: 50px;
    position: relative;
    z-index: 5;
  }
  .our-process_get-started .get-started_image img {
    width: 80%;
    height: auto;
  }
  .our-process_get-started .get-started_content {
    height: 450px;
    margin-top: -225px;
    padding: 50px;
  }
  .our-process_get-started .get-started_content h1 {
    margin-top: 200px;
  }
  .our-process_get-started .get-started_content button {
    left: 50px;
  }
}
@media (max-width: 610px) {
  .our-process_get-started .get-started_image {
    width: 85%;
    margin: 0 auto;
  }
  .our-process_get-started .get-started_image img {
    width: 100%;
    object-fit: cover;
  }
  .our-process_get-started .get-started_content {
    height: 500px;
    margin-top: -200px;
    padding: 25px;
  }
}

body:not(.no-animations) .animate span {
  display: block;
  overflow: hidden;
}
body:not(.no-animations) .active_slide_start {
  overflow: hidden;
  visibility: hidden;
}
body:not(.no-animations) .active_slide {
  animation: active_slide 2s ease-in both;
}
body:not(.no-animations) .slide {
  animation: slide ease-in-out 1s both;
}
body:not(.no-animations) .slide-down {
  animation: slide-down ease-in-out 1.25s both;
}
body:not(.no-animations) .fade_in_start {
  visibility: hidden;
}
body:not(.no-animations) .line_slide_left::before {
  animation: slide-left ease-in-out 1s forwards;
}
body:not(.no-animations) .line_slide_left::after {
  animation: slide-left ease-in-out 1.5s forwards;
}
body:not(.no-animations) .line_slide_right::before {
  animation: slide-right ease-in-out 1s forwards;
}
body:not(.no-animations) .line_slide_right::after {
  animation: slide-right ease-in-out 1.5s forwards;
}
body:not(.no-animations) .fade_in {
  animation: fade_in 0.8s ease-in 0.7s both;
}
body:not(.no-animations) .fade_in:nth-child(1) {
  animation-delay: 0.4s;
}
body:not(.no-animations) .fade_in:nth-child(2) {
  animation-delay: 0.8s;
}
body:not(.no-animations) .fade_in:nth-child(3) {
  animation-delay: 1.2s;
}
body:not(.no-animations) .fade_in:nth-child(4) {
  animation-delay: 1.6s;
}
body:not(.no-animations) .fade_in:nth-child(5) {
  animation-delay: 2s;
}
body:not(.no-animations) .fade_in:nth-child(6) {
  animation-delay: 2.4s;
}
body:not(.no-animations) .fade_in:nth-child(7) {
  animation-delay: 2.8s;
}
body:not(.no-animations) .fade_in:nth-child(8) {
  animation-delay: 3.2s;
}
body:not(.no-animations) .fade_in:nth-child(9) {
  animation-delay: 3.6s;
}
body:not(.no-animations) .fade_in:nth-child(10) {
  animation-delay: 4s;
}
body:not(.no-animations) .fade_in:nth-child(11) {
  animation-delay: 4.4s;
}
body:not(.no-animations) .fade_in:nth-child(12) {
  animation-delay: 4.8s;
}
body:not(.no-animations) .fade_in:nth-child(13) {
  animation-delay: 5.2s;
}
body:not(.no-animations) .fade_in:nth-child(14) {
  animation-delay: 5.6s;
}
body:not(.no-animations) .fade_in:nth-child(15) {
  animation-delay: 6s;
}
body:not(.no-animations) .fade_in:nth-child(16) {
  animation-delay: 6.4s;
}
body:not(.no-animations) .fade_in:nth-child(17) {
  animation-delay: 6.8s;
}
body:not(.no-animations) .fade_in:nth-child(18) {
  animation-delay: 7.2s;
}
body:not(.no-animations) .fade_in:nth-child(19) {
  animation-delay: 7.6s;
}
body:not(.no-animations) .fade_in:nth-child(20) {
  animation-delay: 8s;
}
body:not(.no-animations) .fade_in:nth-child(21) {
  animation-delay: 8.4s;
}
body:not(.no-animations) .fade_in:nth-child(22) {
  animation-delay: 8.8s;
}
body:not(.no-animations) .fade_in:nth-child(23) {
  animation-delay: 9.2s;
}
body:not(.no-animations) .fade_in:nth-child(24) {
  animation-delay: 9.6s;
}
body:not(.no-animations) .fade_in:nth-child(25) {
  animation-delay: 10s;
}
body:not(.no-animations) .fade_in:nth-child(26) {
  animation-delay: 10.4s;
}
body:not(.no-animations) .fade_in:nth-child(27) {
  animation-delay: 10.8s;
}
body:not(.no-animations) .fade_in:nth-child(28) {
  animation-delay: 11.2s;
}
body:not(.no-animations) .fade_in:nth-child(29) {
  animation-delay: 11.6s;
}
body:not(.no-animations) .fade_in:nth-child(30) {
  animation-delay: 12s;
}

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes active_slide {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.blog .blog_featured-posts .featured-posts_header-image {
  background: transparent !important;
}
.blog .posts_header-image {
  background: transparent !important;
}
.blog .posts_header-image img {
  object-fit: cover;
}
.blog .content-header_text {
  display: flex;
  flex-direction: column;
}
.blog .content-header_text h1 {
  order: 2;
}
.blog .content-header_text h2 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}

.blog {
  width: 80%;
}
.blog .blog_posts .posts_all-posts li {
  margin-top: 50px;
}
.blog .blog_posts .posts_all-posts li .posts_overview h1 {
  margin-top: 30px;
}
.blog .blog_posts .posts_all-posts li .posts_overview h2 {
  margin-top: 30px;
  margin-bottom: 30px !important;
}

.wp-block-image {
  margin-bottom: 60px;
  margin-top: 60px;
}
.wp-block-image figcaption {
  text-align: left;
}
.wp-block-image img {
  margin: 0 auto;
}

.blog-post section {
  width: 70%;
  margin: 50px auto;
}
.blog-post .wp-block-image img {
  width: 100%;
  height: auto;
}
.blog-post .hero {
  background: none;
}
.blog-post .hero .hero_text {
  max-width: 80%;
  height: 0;
}
@media screen and (max-width: 1024px) {
  .blog-post .hero {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 780px) {
  .blog-post .hero {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 650px) {
  .blog-post .hero {
    margin-bottom: 450px;
  }
}
@media screen and (max-width: 480px) {
  .blog-post .hero {
    margin-bottom: 600px;
  }
}
.blog-post section.blog-post_overview h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.blog-post section.blog-post_content {
  margin: 0 auto 150px auto;
  max-width: 70%;
  position: relative;
}
.blog-post section.blog-post_content h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.blog-post section.blog-post_content h2 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  margin-bottom: 50px;
}
.blog-post section.blog-post_content h3 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 50px;
}
.blog-post section.blog-post_content h4 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 50px;
}
.blog-post section.blog-post_content h5 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.blog-post section.blog-post_content h6 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.blog-post section.blog-post_content p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  margin-bottom: 30px;
}
.blog-post section.blog-post_content p img {
  width: 100%;
  height: auto;
}
.blog-post section.blog-post_content ol {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.blog-post section.blog-post_content ul {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.blog-post .blog-post_similar-posts {
  border-top: solid 1px #54585A;
  padding-top: 50px;
  width: 100%;
  max-width: 90%;
}
.blog-post .blog-post_similar-posts header h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .blog-post .blog-post_similar-posts ol.posts_all-posts {
    flex-direction: column;
  }
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 20px;
  width: calc((100% - 120px) / 3);
}
@media (max-width: 950px) {
  .blog-post .blog-post_similar-posts ol.posts_all-posts > li {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 800px) {
  .blog-post .blog-post_similar-posts ol.posts_all-posts > li {
    width: 100%;
  }
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview {
  order: 1;
  margin-top: 30px;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview h2 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.1em;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview h2 a {
  text-decoration: none;
  color: #54585A;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview h2 a:hover {
  color: #ba0c2f;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  margin-bottom: 5px;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview ul.posts_categories li {
  display: inline;
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  margin: 0;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview ul.posts_categories li a {
  text-decoration: none;
  color: #54585A;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview ul.posts_categories li a:hover {
  color: #ba0c2f;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview ul.posts_categories li:after {
  content: ",";
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_overview ul.posts_categories li:last-child:after {
  content: "";
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_header-image {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  background: #54585A;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts > li .posts_header-image img {
  min-width: 100%;
  max-width: 550px;
  min-height: 100%;
  max-height: 550px;
  height: auto;
  width: 100%;
}
.blog-post .blog-post_similar-posts ol.posts_all-posts .posts_click-to-read {
  position: absolute;
  right: 30px;
  top: 10px;
  display: none;
}
@media screen and (max-width: 800px) {
  .blog-post .blog-post_similar-posts ol.posts_all-posts .posts_click-to-read {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .blog-post .blog-post_similar-posts ol.posts_all-posts {
    flex: 0 0 100%;
  }
}

.blog .blog_content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}
.blog .blog_content-header h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.blog .blog_content-header form {
  flex: 0 1 50%;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.blog .blog_content-header form input {
  margin: 10px 0;
  flex: 1 1;
}
.blog .blog_content-header form button {
  padding: 10px 20px;
  background: #ba0c2f;
  box-shadow: none;
  border: none;
  border-radius: 0;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .blog_content-header form button img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .blog .blog_content-header {
    flex-direction: column;
  }
  .blog .blog_content-header h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .blog form input {
    min-width: 300px;
  }
}
.blog .blog_filter-container h2 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 16px;
}
.blog .blog_filter-container .filter-container_all-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.blog .blog_filter-container .filter-container_all-filters .all-filters_single {
  margin: 0 10px 10px 0;
}
.blog .blog_filter-container .filter-container_all-filters .all-filters_single button {
  color: #ba0c2f;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  box-shadow: none;
  font-size: 11px;
  padding: 5px 20px;
  transition: transform 0.5s ease;
  margin-left: 0;
}
.blog .blog_filter-container .filter-container_all-filters .all-filters_single button:hover {
  transform: scale(1.05);
  background: #ba0c2f;
  color: white;
}
.blog .blog_filter-container .filter-container_all-filters .all-filters_single button.active {
  background: #ba0c2f;
  color: white;
}
.blog .blog_featured-posts {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
}
.blog .blog_featured-posts .featured-posts_overview {
  flex: 0 1 40%;
  margin-right: 20px;
}
.blog .blog_featured-posts .featured-posts_overview h2 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: 700;
}
.blog .blog_featured-posts .featured-posts_overview h2 a {
  text-decoration: none;
  color: #54585A;
}
.blog .blog_featured-posts .featured-posts_overview h2 a:hover {
  color: #ba0c2f;
}
.blog .blog_featured-posts .featured-posts_overview p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  margin-bottom: 5px;
}
.blog .blog_featured-posts .featured-posts_overview ul {
  display: flex;
  flex-wrap: wrap;
}
.blog .blog_featured-posts .featured-posts_overview ul li {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  padding-right: 5px;
  font-size: 14px;
}
.blog .blog_featured-posts .featured-posts_overview ul li a {
  text-decoration: none;
  color: #54585A;
}
.blog .blog_featured-posts .featured-posts_overview ul li a:hover {
  color: #ba0c2f;
}
.blog .blog_featured-posts .featured-posts_overview ul li:after {
  content: ",";
}
.blog .blog_featured-posts .featured-posts_overview ul li:last-child:after {
  content: "";
}
@media screen and (max-width: 800px) {
  .blog .blog_featured-posts .featured-posts_overview {
    order: 1;
  }
}
.blog .blog_featured-posts .featured-posts_header-image {
  background: #54585A;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  flex: 0 0 60%;
}
@media screen and (max-width: 800px) {
  .blog .blog_featured-posts .featured-posts_header-image {
    flex: 1 1 100%;
    min-height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .blog .blog_featured-posts .featured-posts_header-image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .blog .blog_featured-posts {
    flex-direction: column-reverse;
  }
}
.blog .blog_posts {
  margin: 0;
}
.blog .blog_posts ol.posts_all-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .blog .blog_posts ol.posts_all-posts {
    flex-direction: column;
  }
}
.blog .blog_posts ol.posts_all-posts > li {
  width: calc((100% - 120px) / 3);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1000px) {
  .blog .blog_posts ol.posts_all-posts > li {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 950px) {
  .blog .blog_posts ol.posts_all-posts > li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 800px) {
  .blog .blog_posts ol.posts_all-posts > li {
    width: 100%;
  }
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview {
  order: 1;
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview h2 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
}
@media (max-width: 950px) {
  .blog .blog_posts ol.posts_all-posts > li .posts_overview h2 {
    font-size: 4.3vw;
  }
}
@media (max-width: 800px) {
  .blog .blog_posts ol.posts_all-posts > li .posts_overview h2 {
    font-size: 5.3vw;
  }
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview h2 a {
  text-decoration: none;
  color: #54585A;
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview h2 a:hover {
  color: #ba0c2f;
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 5px;
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview ul.posts_categories li {
  display: inline;
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  margin: 0;
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview ul.posts_categories li a {
  text-decoration: none;
  color: #54585A;
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview ul.posts_categories li a:hover {
  color: #ba0c2f;
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview ul.posts_categories li:after {
  content: ",";
}
.blog .blog_posts ol.posts_all-posts > li .posts_overview ul.posts_categories li:last-child:after {
  content: "";
}
.blog .blog_posts ol.posts_all-posts > li .posts_header-image {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  background: #54585A;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.blog .blog_posts ol.posts_all-posts > li .posts_header-image img {
  min-width: 100%;
  max-width: 550px;
  min-height: 100%;
  max-height: 550px;
  height: auto;
  width: 100%;
}
@media (max-width: 1000px) {
  .blog .blog_posts ol.posts_all-posts > li .posts_header-image {
    width: 100%;
    height: 230px;
  }
}
.blog .blog_posts ol.posts_all-posts .posts_click-to-read {
  position: absolute;
  right: 30px;
  top: 10px;
  display: none;
}
@media screen and (max-width: 800px) {
  .blog .blog_posts ol.posts_all-posts .posts_click-to-read {
    display: none;
    top: 225px;
  }
}
@media screen and (max-width: 800px) {
  .blog .blog_posts ol.posts_all-posts {
    flex: 0 0 100%;
  }
}
.blog .blog_pagination .screen-reader-text {
  color: transparent;
}
.blog .blog_pagination .nav-links {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  max-width: 40%;
  display: flex;
  padding: 50px 0;
  justify-content: space-around;
}
@media screen and (max-width: 550px) {
  .blog .blog_pagination .nav-links {
    flex-direction: column;
  }
}
.blog .blog_pagination .nav-links .page-numbers {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
  box-shadow: none;
  margin: 0 10px;
  text-align: center;
}
.blog .blog_pagination .nav-links .page-numbers:hover, .blog .blog_pagination .nav-links .page-numbers:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
@media screen and (max-width: 550px) {
  .blog .blog_pagination .nav-links .page-numbers {
    margin: 10px 0;
  }
}
.blog .blog_pagination .nav-links .page-numbers a {
  text-decoration: none;
  color: #ba0c2f;
}
.blog .blog_pagination .nav-links .page-numbers.current {
  border: none;
  background: #ba0c2f;
  color: white;
}
.blog .blog_pagination .nav-links .page-numbers.current:hover, .blog .blog_pagination .nav-links .page-numbers.current:focus {
  box-shadow: 0 0;
  transform: none;
}
.blog .blog_pagination .nav-links a.active {
  background: #ba0c2f;
}
.blog .blog_pagination .nav-links a.active a {
  color: white;
}

.join-our-team p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  color: #54585A;
}
@media (max-width: 1024px) {
  .join-our-team .hero .hero_text {
    left: 0;
  }
}
@media (max-width: 500px) {
  .join-our-team .hero .hero_text h1 {
    font-size: 14vw;
    line-height: 1.2em;
  }
}
.join-our-team .hero::after {
  left: 0;
}
.join-our-team .join-our-team_teams h1 {
  padding-top: 50px;
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.join-our-team .join-our-team_teams ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0;
  margin-bottom: 30px;
}
.join-our-team .join-our-team_teams ul li {
  padding: 0 50px;
  width: 100px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  text-align: center;
  color: #ba0c2f;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 16px;
}
.join-our-team .join-our-team_teams ul li img {
  width: 100px;
  padding: 10px 0;
}
.join-our-team .join-our-team_application h2 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}
.join-our-team .join-our-team_application .application_notify {
  max-width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.join-our-team .join-our-team_application .application_notify .double-input {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.join-our-team .join-our-team_application .application_notify .double-input .input-container {
  padding: 0 20px;
}
@media (max-width: 600px) {
  .join-our-team .join-our-team_application .application_notify .double-input .input-container {
    padding: 10px 0 !important;
  }
}
.join-our-team .join-our-team_application .application_notify .double-input #email-notify {
  flex: 1 1 80%;
  min-width: 350px;
}
@media (max-width: 600px) {
  .join-our-team .join-our-team_application .application_notify .double-input #email-notify {
    width: 86vw;
  }
}
.join-our-team .join-our-team_application .application_notify .double-input input[type=submit] {
  flex: 0 1 10%;
  max-width: 350px;
}
@media (max-width: 600px) {
  .join-our-team .join-our-team_application .application_notify .double-input input[type=submit] {
    width: 89vw;
  }
}
@media screen and (max-width: 800px) {
  .join-our-team .join-our-team_application .application_notify .double-input {
    flex-direction: column;
  }
  .join-our-team .join-our-team_application .application_notify .double-input .input-container {
    padding: 10px 20px;
  }
}
.join-our-team .join-our-team_application .application_notify .input-container {
  padding: 10px 0;
}
.join-our-team .join-our-team_application .application_notify .notify_post-submission {
  padding: 50px 0 0 22px;
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  display: none;
}
.join-our-team .join-our-team_application .application_notify .notify_post-submission:active {
  display: block;
}
.join-our-team .join-our-team_apply {
  margin-bottom: 0;
  padding: 0 1rem;
}
.join-our-team .join-our-team_apply h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.join-our-team .join-our-team_apply p {
  max-width: 65ch;
}
.join-our-team .join-our-team_apply .apply_overview {
  display: flex;
  align-items: center;
}
.join-our-team .join-our-team_apply .apply_overview .text-content {
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .join-our-team .join-our-team_apply .apply_overview {
    flex-direction: column;
  }
  .join-our-team .join-our-team_apply .apply_overview .text-content {
    order: 1;
  }
}
.join-our-team .join-our-team_apply .error {
  background: black;
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}
.join-our-team .join-our-team_apply .error label {
  color: white;
  background: #BA0C2F;
  padding: 0 0.5em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  max-width: max-content;
}
.join-our-team .join-our-team_apply .error p {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  font-style: italic;
}
.join-our-team .join-our-team_apply .apply_images-container {
  position: relative;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  width: 50%;
  margin-right: -50px;
}
@media screen and (max-width: 800px) {
  .join-our-team .join-our-team_apply .apply_images-container {
    width: 80%;
  }
}
.join-our-team .join-our-team_apply .apply_images-container::before {
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  width: 65%;
  content: "";
  top: calc(100% - 25px);
}
.join-our-team .join-our-team_apply .apply_images-container img {
  width: 100%;
  height: auto;
}
.join-our-team .join-our-team_apply .apply_images-container .images-container_last-child {
  width: 75%;
  position: relative;
  right: 0;
  top: -25px;
}
.join-our-team .join-our-team_apply .apply_one, .join-our-team .join-our-team_apply .apply_two, .join-our-team .join-our-team_apply .apply_three {
  margin: 25px 0;
  display: flex;
  align-items: flex-start;
}
.join-our-team .join-our-team_apply .apply_one h2, .join-our-team .join-our-team_apply .apply_two h2, .join-our-team .join-our-team_apply .apply_three h2 {
  font-weight: 900;
  font-size: 200px;
  color: #ba0c2f;
}
.join-our-team .join-our-team_apply .apply_one .text-content, .join-our-team .join-our-team_apply .apply_two .text-content, .join-our-team .join-our-team_apply .apply_three .text-content {
  padding: 10px;
}
.join-our-team .join-our-team_apply .apply_one .text-content ul, .join-our-team .join-our-team_apply .apply_two .text-content ul, .join-our-team .join-our-team_apply .apply_three .text-content ul {
  list-style: outside url(../images/bullet-point.svg);
  padding: 0 20px;
}
.join-our-team .join-our-team_apply .apply_one .text-content ul li, .join-our-team .join-our-team_apply .apply_two .text-content ul li, .join-our-team .join-our-team_apply .apply_three .text-content ul li {
  line-height: 2.5em;
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
  max-width: 65ch;
}
.join-our-team .join-our-team_apply .apply_one .text-content ul li a, .join-our-team .join-our-team_apply .apply_two .text-content ul li a, .join-our-team .join-our-team_apply .apply_three .text-content ul li a {
  color: #ba0c2f;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .join-our-team .join-our-team_apply .apply_one img, .join-our-team .join-our-team_apply .apply_two img, .join-our-team .join-our-team_apply .apply_three img {
    display: none;
  }
}
.join-our-team .join-our-team_apply .apply_one {
  position: relative;
}
.join-our-team .join-our-team_apply .apply_one img {
  position: absolute;
  top: 100%;
  left: 5%;
}
@media screen and (max-width: 700px) {
  .join-our-team .join-our-team_apply .apply_one {
    margin-left: -50px;
  }
}
.join-our-team .join-our-team_apply .apply_two {
  margin-left: 200px;
  position: relative;
}
.join-our-team .join-our-team_apply .apply_two img {
  position: absolute;
  top: 100%;
  right: 25%;
}
@media screen and (max-width: 700px) {
  .join-our-team .join-our-team_apply .apply_two {
    margin-left: -50px;
  }
}
.join-our-team .join-our-team_apply .apply_three {
  max-width: 60%;
}
@media screen and (max-width: 700px) {
  .join-our-team .join-our-team_apply .apply_three {
    margin-left: -50px;
    max-width: 100%;
  }
}
.join-our-team .join-our-team_scholarship {
  display: flex;
}
@media screen and (max-width: 700px) {
  .join-our-team .join-our-team_scholarship {
    flex-direction: column;
  }
  .join-our-team .join-our-team_scholarship .scholarship_content {
    padding-top: 50px;
  }
}
.join-our-team .join-our-team_scholarship h1 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.join-our-team .join-our-team_scholarship .scholarship_content {
  padding-left: 50px;
}
.join-our-team .join-our-team_scholarship .scholarship_image {
  position: relative;
  margin-left: -50px;
}
.join-our-team .join-our-team_scholarship .scholarship_image:before {
  content: "";
  background-color: #ba0c2f;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  display: block;
  transform: translateX(-300px);
  opacity: 0;
  width: 100%;
  left: 0;
}
.join-our-team .join-our-team_scholarship .scholarship_image::after {
  content: "";
  background-color: #54585A;
  height: 20px;
  width: 40%;
  position: absolute;
  top: calc(100% + 20px);
  display: block;
  opacity: 0;
  width: 65%;
  left: 0;
}
.join-our-team .join-our-team_scholarship .scholarship_image img {
  max-width: 500px;
}
@media screen and (max-width: 700px) {
  .join-our-team .join-our-team_scholarship .scholarship_image img {
    max-width: 350px;
  }
}
.join-our-team .join-our-team_scholarship a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
  max-width: 250px;
}
.join-our-team .join-our-team_scholarship a:hover, .join-our-team .join-our-team_scholarship a:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
.join-our-team .thank_you {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
  color: #ba0c2f;
  margin-top: 30px;
  text-align: center;
}

.faqs {
  margin: 5rem 0;
}
.faqs h2 {
  color: #54585A;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}
.faqs details {
  border: 1px solid #ccc;
  max-width: 800px;
}
.faqs details[open] summary {
  background: #BA0C2F;
  color: white;
}
.faqs summary {
  color: black;
  padding: 0.5em 1.5rem;
  font-size: 1.25rem;
  cursor: pointer;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  position: relative;
  transition: color 0.35s;
  overflow: hidden;
}
.faqs summary:hover {
  color: white;
}
.faqs summary:hover::after {
  scale: 100% 100%;
  opacity: 1;
}
.faqs summary::after {
  content: "";
  background: #ba0c2f;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scale: 0 100%;
  transition: all 0.5s;
  transform-origin: left center;
  z-index: -1;
}
.faqs p {
  padding: 1em 1.5rem;
  max-width: 65ch;
}
.faqs p + p {
  padding-top: 0;
  margin-top: -1rem;
}

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.error-page .error-page_content {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page .error-page_content h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  font-size: 15em;
  margin-bottom: 50px;
}
.error-page .error-page_content h1 img {
  padding: 0 20px;
  width: 300px;
  height: auto;
}
.error-page .error-page_content p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.error-page .error-page_content .button {
  margin: 50px 0;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
}
.error-page .error-page_content .button:hover, .error-page .error-page_content .button:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
@media screen and (max-width: 600px) {
  .error-page .error-page_content h1 {
    font-size: 5em;
  }
  .error-page .error-page_content h1 img {
    width: 150px;
  }
}

.scholarship .intro-wrapper {
  max-width: 700px;
  margin-top: 60px;
  padding-bottom: 20px;
  padding-left: 15px;
}
@media (max-width: 500px) {
  .scholarship .intro-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .scholarship .intro-wrapper {
    width: 100%;
  }
}
.scholarship .intro-wrapper h1 {
  color: #54585A;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: #ba0c2f;
}
@media (max-width: 428px) {
  .scholarship .intro-wrapper h1 {
    font-size: 10vw;
    line-height: 1.2em;
  }
}
.scholarship .intro-wrapper h2 {
  color: #54585A;
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 15px;
}
.scholarship .intro-wrapper p {
  color: #54585A;
  line-height: 1.9em;
  margin-bottom: 25px;
  font-size: 16px;
}
.scholarship .intro-wrapper a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ba0c2f;
  padding: 10px 50px;
  box-shadow: 10px 10px #ba0c2f;
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 15px;
  user-select: none;
}
.scholarship .intro-wrapper a:hover, .scholarship .intro-wrapper a:focus {
  box-shadow: 15px 15px;
  transform: scale(1.1);
}
.scholarship .intro-wrapper span {
  font-weight: 700;
  color: #ba0c2f;
  display: block;
  margin-top: 20px;
  font-size: 20px;
}

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