/*Fonts*/
/*Colors*/
/* 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 {
  border: 0;
  font-size: 100%;
  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; }

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

a {
  text-decoration: none; }

body, html {
  margin: 0;
  padding: 0;
  font-size: 10px; }

b, strong {
  font-weight: bold; }

.contact {
  padding: 8rem 0 0; }
  .contact .container {
    justify-content: center; }
  .contact .titles {
    flex: 0 0 100%;
    text-align: center;
    margin: 0 0 7rem; }
  .contact .intro {
    margin: 0 0 2rem; }
  .contact .row {
    margin: 0 0 5rem; }
    .contact .row .phone {
      font-size: 2rem;
      font-family: freight-neo-pro, sans-serif;
      color: #000000;
      line-height: 1.6; }
      .contact .row .phone:hover {
        color: #407CCA; }
    .contact .row .email {
      font-size: 1.6rem;
      line-height: 1.6; }
    .contact .row .address-link {
      font-size: 1.6rem;
      color: #000000;
      line-height: 1.6; }
      .contact .row .address-link:hover {
        color: #407CCA; }
    .contact .row .button {
      margin: 2rem 0 0; }
    .contact .row:last-of-type {
      margin: 0; }
  .contact .col {
    margin-bottom: 8rem; }
    .contact .col:nth-last-child(2) {
      margin-right: 20%; }
  .contact .col-left {
    flex: 0 0 30%; }
  .contact .col-right {
    flex: 0 0 50%; }
    .contact .col-right .img-container {
      width: 100%;
      padding-bottom: 75%;
      margin-top: 4rem; }
  .contact #map {
    width: 100%;
    height: 48rem; }

@media only screen and (max-width: 1200px) {
  .contact .col {
    flex: 0 0 47.5%; }
    .contact .col:nth-last-child(2) {
      margin-right: 5%; } }

@media only screen and (max-width: 700px) {
  .contact .col {
    flex: 0 0 100%;
    text-align: center;
    margin: 0 0 6rem; } }

@media only screen and (max-width: 650px) {
  .contact {
    padding: 6rem 0 0; }
    .contact .titles {
      margin: 0 0 3rem; } }

.form .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .form .gform_body .gform_fields .full-width {
    flex: 0 0 100%; }
  .form .gform_body .gform_fields .half-width {
    flex: 0 0 49%; }
  .form .gform_body .gform_fields .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form .gform_body .gform_fields .ginput_complex span {
      flex: 0 0 49%; }
  .form .gform_body .gform_fields .gfield {
    margin: 0 0 1.5rem;
    padding: 0; }
    .form .gform_body .gform_fields .gfield .ginput_container_select {
      position: relative; }
      .form .gform_body .gform_fields .gfield .ginput_container_select select {
        padding: 1.4rem 4.5rem 1.4rem 3.5rem !important;
        cursor: pointer; }
      .form .gform_body .gform_fields .gfield .ginput_container_select:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3.5rem;
        width: 10px;
        height: 6px;
        background-repeat: no-repeat;
        pointer-events: none;
        background-image: url(images/select-arrow.svg); }
    .form .gform_body .gform_fields .gfield .gfield_label, .form .gform_body .gform_fields .gfield label {
      display: none; }
    .form .gform_body .gform_fields .gfield .ginput_container input, .form .gform_body .gform_fields .gfield .ginput_container textarea, .form .gform_body .gform_fields .gfield .ginput_container select {
      font-size: 1.6rem;
      outline: none;
      padding: 1.4rem 3.5rem;
      border: 1px solid transparent;
      border-radius: 30px;
      width: 100%;
      background-color: white;
      color: #000000;
      font-family: "Inter", sans-serif; }
      .form .gform_body .gform_fields .gfield .ginput_container input::placeholder, .form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder, .form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
        font-size: 1.6rem;
        color: #000000;
        opacity: 1; }
    .form .gform_body .gform_fields .gfield .ginput_container textarea {
      width: 100%;
      resize: vertical;
      border-radius: 12px;
      height: 10rem; }

.form .gform_footer .button {
  -webkit-appearance: none; }

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
  border: 1px solid #c10012 !important; }

.gfield_error .ginput_container_fileupload {
  border: 1px dashed #c10012 !important; }

::-webkit-file-upload-button {
  cursor: pointer; }

.gform_confirmation_message, .validation_error {
  font-size: 2rem;
  line-height: 1.4; }

.validation_error {
  margin: 0 0 2rem; }

.validation_message {
  display: none; }

.gform_ajax_spinner {
  display: none !important; }

select::-ms-expand {
  display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  transition: background-color 5000s ease-in-out 0s; }

input:-webkit-autofill::first-line {
  font-size: 1.6rem;
  color: #000000; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

.popup-form-container {
  position: relative; }

.popup-form {
  position: absolute;
  top: 3.5rem;
  right: 0;
  background-color: #EDEEF0;
  border-radius: 30px;
  padding: 2rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .2s;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 9999;
  pointer-events: none; }
  .popup-form .gform_confirmation_message {
    font-size: 1.4rem; }
  .popup-form:hover {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5); }
  .popup-form .gform_body .gform_fields .gfield .ginput_container input, .popup-form .gform_body .gform_fields .gfield .ginput_container textarea, .popup-form .gform_body .gform_fields .gfield .ginput_container select {
    font-size: 1.2rem;
    padding: 1rem 1.5rem; }
    .popup-form .gform_body .gform_fields .gfield .ginput_container input::placeholder, .popup-form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder, .popup-form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
      font-size: 1.2rem; }
  .popup-form .gform_footer .button {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    margin: 0 !important; }
  .popup-form label {
    display: none; }
  .popup-form .validation_error {
    display: none; }
  .popup-form.active {
    opacity: 1;
    pointer-events: initial; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .form .gform_body .gform_fields .gfield .ginput_container input, .form .gform_body .gform_fields .gfield .ginput_container textarea, .form .gform_body .gform_fields .gfield .ginput_container select {
      margin: 0; }
    .form .gform_footer input {
      margin: 0; } } }

@media only screen and (max-width: 800px) {
  .half-width {
    flex: 0 0 100% !important; }
  .ginput_complex span {
    flex: 0 0 100% !important;
    margin: 0 0 1.5rem; }
    .ginput_complex span:last-of-type {
      margin: 0; } }

.admin-bar .header {
  top: 32px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all ease-in-out .2s;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2); }
  .header .header-top {
    background-color: #407CCA;
    padding: 1rem 0;
    position: relative; }
    .header .header-top .container {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .header .header-top .phone {
      color: white;
      font-size: 1.4rem;
      padding: 0 0 0 2.5rem;
      position: relative; }
      .header .header-top .phone:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        background-image: url(images/phone.svg);
        transition: all ease-in-out .2s; }
      .header .header-top .phone:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        background-image: url(images/phone-purple.svg);
        transition: all ease-in-out .2s;
        opacity: 0; }
      .header .header-top .phone:hover {
        color: #7A2582; }
        .header .header-top .phone:hover:before {
          opacity: 0; }
        .header .header-top .phone:hover:after {
          opacity: 1; }
    .header .header-top .line-break {
      width: 1px;
      height: 1.5rem;
      background-color: white;
      margin: 0 2rem;
      position: relative; }
    .header .header-top .popup-form-container .call-back-popup {
      color: white;
      font-size: 1.4rem;
      cursor: pointer; }
      .header .header-top .popup-form-container .call-back-popup:hover {
        color: #7A2582; }
  .header .header-bottom {
    background-color: white; }
    .header .header-bottom .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .header.scroll-active {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-35px); }
  .header nav {
    display: flex; }
    .header nav a {
      display: block;
      color: #000000;
      padding: 4rem 1rem;
      font-size: 1.4rem;
      font-weight: 700;
      margin-left: 3rem;
      text-transform: uppercase; }
      .header nav a:hover {
        color: #407CCA; }
    .header nav ul {
      display: flex;
      align-items: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      .header nav ul .current-menu-item > a {
        color: #407CCA; }
      .header nav ul .button {
        padding: 0;
        margin: 0 0 0 4rem;
        border-radius: 30px; }
        .header nav ul .button a {
          color: white;
          padding: 1.6rem 3rem;
          margin: 0;
          border-radius: 30px; }
  .header #mobile-menu {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 9; }
    .header #mobile-menu span {
      display: block;
      position: absolute;
      left: 0;
      top: 7px;
      width: 100%;
      height: 2px;
      background: #000000;
      transition: background 0s 0.3s; }
      .header #mobile-menu span:before {
        content: "";
        top: -7px;
        transition-property: top, transform !important;
        transition-duration: 0.3s, 0.3s !important;
        transition-delay: 0.3s, 0s !important;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000000;
        transition: background 0s 0.3s; }
      .header #mobile-menu span:after {
        content: "";
        bottom: -7px;
        transition-property: bottom, transform !important;
        transition-duration: 0.3s, 0.3s !important;
        transition-delay: 0.3s, 0s !important;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000000;
        transition: background 0s 0.3s; }
  .header.mobile-active nav {
    transform: translateY(0); }
  .header.mobile-active #mobile-menu span {
    background: none; }
    .header.mobile-active #mobile-menu span:before {
      top: 0;
      transform: rotate(45deg);
      transition-delay: 0s, 0.3s !important; }
    .header.mobile-active #mobile-menu span:after {
      bottom: 0;
      transform: rotate(-45deg);
      transition-delay: 0s, 0.3s !important; }

@media only screen and (max-width: 1100px) {
  .header #header-logo {
    padding: .5rem 0;
    z-index: 999; }
  .header nav a {
    margin-left: 1rem;
    padding: 2rem 1rem; } }

@media only screen and (max-width: 1024px) {
  .header.scroll-active {
    transform: translateY(-31.5px); }
  .header #header-logo img {
    max-height: 5.5rem; }
  .header nav {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    background-color: white;
    transition: all ease-in-out .2s;
    overflow: auto;
    padding: 12rem 0 5rem;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
    max-height: 90vh; }
    .header nav ul {
      display: block;
      margin: 0;
      flex: 0 0 100%; }
      .header nav ul li a {
        margin: 0;
        padding: 1.5rem 2rem;
        text-align: center; }
      .header nav ul .button {
        margin: 1.5rem 0 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
  .header.scroll-active nav a {
    padding: 1.5rem 2rem; }
  .header #mobile-menu {
    display: inline-block; } }

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 45px; }
  #wpadminbar {
    position: fixed !important; } }

@media only screen and (max-width: 450px) {
  .header .header-top .container {
    justify-content: center; }
  .header .header-top .phone {
    padding: 0;
    font-size: 1.3rem; }
    .header .header-top .phone:before {
      display: none; }
    .header .header-top .phone:after {
      display: none; }
  .header .header-top .line-break {
    margin: 0 1rem; }
  .header .header-top .popup-form-container .call-back-popup {
    font-size: 1.3rem; } }

.button {
  display: inline-block;
  background-color: #407CCA;
  color: white;
  font-weight: 700;
  padding: 1.6rem 3rem;
  line-height: 1;
  cursor: pointer;
  transition: all ease-in-out .2s;
  font-size: 1.4rem;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  min-width: 16rem;
  border-radius: 30px;
  letter-spacing: 1px; }
  .button:hover {
    color: white;
    background-color: #7A2582; }
  .button.button-purple {
    background-color: #7A2582; }
    .button.button-purple:hover {
      background-color: #407CCA; }
  .button.simple-button {
    background: none;
    color: #7A2582;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0; }
    .button.simple-button svg {
      margin-left: 1rem; }
      .button.simple-button svg path {
        transition: all ease-in-out .2s; }
    .button.simple-button:hover {
      color: #407CCA; }
      .button.simple-button:hover svg path {
        fill: #407CCA; }

.banner {
  position: relative; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .3;
    z-index: 5; }
  .banner .container {
    z-index: 9 !important; }
  .banner .img-container {
    padding: 6rem 0 40rem; }
    .banner .img-container .inner-container {
      max-width: 55rem;
      margin-right: auto; }
    .banner .img-container .title-container {
      margin: 0 0 4rem; }
      .banner .img-container .title-container h1, .banner .img-container .title-container h2 {
        margin: 0; }
    .banner .img-container p {
      margin: 0 0 3rem; }
    .banner .img-container h1, .banner .img-container h2, .banner .img-container p {
      color: white; }
    .banner .img-container .fancy-title {
      font-size: 7.7rem; }
  .banner .div-cutoff {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: calc(100% + 10px);
    clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0% 0%);
    background-color: #F4F4F4;
    padding: 20rem 0 0;
    z-index: 9; }

.secondary-banner {
  position: relative;
  padding: 12% 0; }
  .secondary-banner .container {
    position: relative;
    z-index: 9 !important; }
  .secondary-banner h1 {
    color: white;
    text-align: center;
    margin: 0; }
  .secondary-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .5;
    z-index: 3; }

@media only screen and (max-width: 850px) {
  .banner .img-container {
    padding: 6rem 0 30rem; }
  .banner .div-cutoff {
    padding: 15rem 0 0; }
    .banner .div-cutoff svg {
      max-width: 10rem;
      height: auto; } }

@media only screen and (max-width: 650px) {
  .secondary-banner {
    padding: 15% 0; } }

@media only screen and (max-width: 500px) {
  .banner .img-container {
    padding: 6rem 0 20rem; }
  .banner .div-cutoff {
    padding: 10rem 0 0; } }

body, html {
  font-size: 10px;
  overflow-x: hidden; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Inter", sans-serif;
  color: #000000;
  background-color: #EDEEF0; }

* {
  box-sizing: border-box; }

main {
  padding-top: 137.39px; }

.container {
  max-width: 90%;
  width: 1170px;
  margin: 0 auto; }
  .container.container-2 {
    width: 970px; }
  .container.container-3 {
    width: 860px; }
  .container.container-4 {
    width: 765px; }
  .container.container-5 {
    width: 655px; }

img {
  max-width: 100%;
  height: auto; }

.img-container {
  position: relative;
  overflow: hidden; }
  .img-container > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
    .img-container > img + .container {
      position: relative;
      z-index: 1; }

.wysiwyg h1, .wysiwyg h2 {
  text-transform: initial; }

.wysiwyg a {
  font-weight: 700; }

.wysiwyg ul {
  padding: 0 0 0 2rem; }

.wysiwyg .aligncenter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }

.wysiwyg .alignright {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  text-align: right; }

.fancy-title {
  font-family: "romantic";
  font-size: 4rem;
  color: #7A2582;
  margin: 0;
  line-height: .5;
  text-transform: initial;
  font-weight: bold; }

.normal-title {
  font-size: 2.9rem;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: freight-neo-pro, sans-serif;
  margin: 0 0 2rem; }

h1 {
  font-size: 6.8rem; }

h2 {
  font-size: 3.5rem; }

h3 {
  font-size: 2.4rem; }

h1, h2 {
  text-transform: uppercase; }

h4, h5, h6 {
  font-size: 2rem; }

.flex {
  display: flex;
  flex-wrap: wrap; }

p, li {
  font-size: 1.6rem;
  line-height: 1.6; }
  p:first-of-type, li:first-of-type {
    margin-top: 0; }
  p:last-of-type, li:last-of-type {
    margin-bottom: 0; }

a, span {
  text-decoration: none;
  transition: all ease-in-out .2s;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: #7A2582; }

a:hover {
  color: #407CCA; }

@media only screen and (max-width: 1100px) {
  main {
    padding-top: 103px; } }

@media only screen and (max-width: 1024px) {
  body, html {
    font-size: 9px; }
  main {
    padding-top: 90.98px; }
  h1 {
    font-size: 5rem; }
  h2 {
    font-size: 3rem; }
  h3 {
    font-size: 2rem; }
  h4, h5, h6 {
    font-size: 1.8rem; } }

@media only screen and (max-width: 650px) {
  h1 {
    font-size: 4rem; }
  h2 {
    font-size: 2.4rem; } }

.related-posts {
  position: relative;
  margin: 10rem 0; }
  .related-posts .logo-container {
    position: relative;
    text-align: center;
    margin: 0 auto 8rem;
    max-width: 97rem; }
    .related-posts .logo-container:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: calc(50% - 83px);
      height: 1px;
      background-color: #000000;
      transform: translateY(-50%); }
    .related-posts .logo-container:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: calc(50% - 83px);
      height: 1px;
      background-color: #000000;
      transform: translateY(-50%); }
  .related-posts .titles {
    text-align: center;
    margin: 0 0 7rem; }
  .related-posts .flex {
    justify-content: center; }
    .related-posts .flex .post-thumbnail:last-of-type {
      margin-right: 0 !important; }

@media only screen and (max-width: 1024px) {
  .related-posts {
    margin: 6rem 0; }
    .related-posts .logo-container {
      margin: 0 auto 6rem; } }

.post-thumbnail {
  flex: 0 0 31.33%;
  margin-right: 3%;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  position: relative;
  transition: all ease-in-out .2s; }
  .post-thumbnail:nth-of-type(1n+4) {
    margin-top: 3%; }
  .post-thumbnail:nth-of-type(3n+3) {
    margin-right: 0; }
  .post-thumbnail .img-container {
    width: 100%;
    padding-bottom: 57%;
    height: 0; }
    .post-thumbnail .img-container .category {
      position: absolute;
      bottom: 1.5rem;
      left: 3rem;
      z-index: 9;
      background-color: rgba(255, 255, 255, 0.7);
      transition: all ease-in-out .2s; }
  .post-thumbnail .post-thumbnail-details {
    padding: 3.5rem 4rem 6rem; margin-right: auto; }
    .post-thumbnail .post-thumbnail-details h3, .post-thumbnail .post-thumbnail-details p {
      color: #000000; }
    .post-thumbnail .post-thumbnail-details p {
      font-size: 1.4rem; }
    .post-thumbnail .post-thumbnail-details .read-more {
      position: absolute;
      font-size: 1.4rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 700;
      bottom: 2rem;
      width: calc(100% - 8rem); }
      .post-thumbnail .post-thumbnail-details .read-more svg {
        transition: all ease-in-out .2s; }
  .post-thumbnail:hover {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.6); }
    .post-thumbnail:hover .img-container .category {
      background-color: white; }
    .post-thumbnail:hover .post-thumbnail-details .read-more svg {
      transform: translateX(50%); }

@media only screen and (max-width: 1024px) {
  .post-thumbnail .post-thumbnail-details {
    padding: 3rem 3rem 5.5rem; } }

@media only screen and (max-width: 800px) {
  .post-thumbnail {
    flex: 0 0 48.5%;
    margin-right: 3% !important; }
    .post-thumbnail:nth-of-type(2n+2) {
      margin-right: 0 !important; }
    .post-thumbnail:nth-of-type(1n+3) {
      margin-top: 3%; } }

@media only screen and (max-width: 550px) {
  .post-thumbnail {
    flex: 0 0 100%;
    margin: 0 0 5rem !important; }
    .post-thumbnail:last-of-type {
      margin: 0 !important; } }

.flex-section {
  margin: 4rem 0; }
  .flex-section.flex-quote {
    margin: 6rem 0; }
  .flex-section .wysiwyg h1, .flex-section .wysiwyg h2, .flex-section .wysiwyg h3, .flex-section .wysiwyg h4, .flex-section .wysiwyg h5, .flex-section .wysiwyg h6, .flex-section .wysiwyg p, .flex-section .wysiwyg li {
    color: rgba(0, 0, 0, 0.7); }
  .flex-section .wysiwyg a {
    font-weight: 700; }
  .flex-section .inner-container {
    max-width: 67rem;
    margin-right: auto; }

.flex-img .img-caption {
  font-size: 1.2rem;
  opacity: .7;
  margin: 1rem 0 0; }

.quote {
  color: #407CCA;
  max-width: 46rem;
  margin: 0 0 0 auto;
  font-family: freight-neo-pro, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  padding: 3rem 0 0; }
  .quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: .3rem;
    background-color: #407CCA; }

.post-intro {
  margin: 10rem 0 6rem; }
  .post-intro h1 {
    font-size: 5.3rem;
    max-width: 88rem;
    margin: 0 0 5rem; }
  .post-intro img {
    width: 100%; }
  .post-intro .category {
    margin: 0 0 3rem !important; }
  .post-intro .post-intro-share {
    margin: 6rem 0 0; }
    .post-intro .post-intro-share p {
      font-size: 2.9rem;
      font-family: freight-neo-pro, sans-serif;
      line-height: 1.2;
      flex: 1;
      margin: 0 10% 0 0; }
  .post-intro .share-buttons {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .post-intro .share-buttons li {
      display: inline-flex;
      margin: 0 1rem 0 0; }
      .post-intro .share-buttons li:last-of-type {
        margin: 0; }
      .post-intro .share-buttons li a {
        display: inline-flex;
        border: 1px solid #000000;
        border-radius: 50%;
        width: 7rem;
        height: 7rem;
        align-items: center;
        justify-content: center; }
        .post-intro .share-buttons li a svg path {
          transition: all ease-in-out .2s; }
        .post-intro .share-buttons li a:hover {
          background-color: #7A2582;
          border: 1px solid #7A2582; }
          .post-intro .share-buttons li a:hover svg path {
            fill: white; }

.categories {
  margin: 8rem 0; }
  .categories .container {
    align-items: center; }
    .categories .container span {
      color: #000000;
      margin: 0 1rem 0 0;
      font-size: 1.6rem; }
    .categories .container .category {
      margin: 0 1rem 0 0;
      border: 1px solid #B3B2B1;
      background: transparent;
      color: #B3B2B1; }

.category {
  color: #7A2582;
  border-radius: 30px;
  padding: .9rem 1.6rem;
  display: inline-block;
  font-weight: 700;
  transition: all ease-in-out .2s;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: white; }

@media only screen and (max-width: 1024px) {
  .post-intro {
    margin: 6rem 0; }
    .post-intro h1 {
      font-size: 5rem; }
  .categories {
    margin: 6rem 0; } }

@media only screen and (max-width: 650px) {
  .post-intro .post-intro-share p {
    flex: 0 0 100%;
    margin: 0 0 4rem; }
  .post-intro h1 {
    font-size: 4rem; } }

.archive-categories {
  margin: 12rem 0 5rem; }
  .archive-categories .category-sort {
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .archive-categories .category-sort li {
      margin: 0 1rem 1rem 0; }
      .archive-categories .category-sort li:last-of-type {
        margin-right: 0; }
    .archive-categories .category-sort .category {
      background-color: rgba(122, 37, 130, 0.1);
      padding: .6rem 3rem; }
      .archive-categories .category-sort .category:hover {
        color: white;
        background-color: #7A2582; }
      .archive-categories .category-sort .category.active {
        color: white;
        background-color: #7A2582; }

.archive-news {
  margin: 6rem 0 12rem; }

.no-posts-found {
  text-align: center; }

.button-container {
  text-align: center;
  margin: 6rem 0 0; }

.mobile-categories {
  display: none; }

@media only screen and (max-width: 1024px) {
  .archive-categories {
    margin: 6rem 0 5rem; }
  .archive-news {
    margin: 6rem 0; } }

@media only screen and (max-width: 500px) {
  .archive-categories .category-sort {
    transition: all ease-in-out .2s;
    max-height: 0px;
    overflow: hidden; }
    .archive-categories .category-sort li {
      margin: 1rem 0 0;
      flex: 0 0 100%; }
      .archive-categories .category-sort li a {
        display: block;
        text-align: center; }
  .mobile-categories {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); } }

.error {
  margin: 12rem 0 0; }
  .error .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .error h1, .error h3, .error p {
    margin-bottom: 1.5rem !important;
    flex: 0 0 100%;
    text-align: center; }
  .error h1 {
    font-size: 12rem;
    line-height: 1; }
  .error h3 {
    font-size: 4rem; }
  .error p {
    font-size: 2rem; }

@media only screen and (max-width: 650px) {
  .error h1 {
    font-size: 10rem; }
  .error h3 {
    font-size: 3rem; } }

.call-to-action {
  background-color: #7A2582;
  padding: 4rem 0;
  position: relative;
  overflow: hidden; }
  .call-to-action .inner-container {
    max-width: 60%;
    margin-right: auto; }
  .call-to-action h2, .call-to-action p {
    color: white;
    margin: 0 0 2rem; }
  .call-to-action .button {
    min-width: 28rem;
    background-color: rgba(255, 255, 255, 0.3); }
    .call-to-action .button:hover {
      background-color: #407CCA; }
  .call-to-action .img-container {
    position: absolute;
    top: 0;
    left: 66%;
    height: 100%;
    width: 40%;
    clip-path: polygon(100% 0%, 100% 100%, 8rem 100%, 0 0%); }
    .call-to-action .img-container:nth-of-type(2) {
      left: calc(66% - 2rem);
      background-color: #407CCA; }
      .call-to-action .img-container:nth-of-type(2) img {
        opacity: 0; }

@media only screen and (max-width: 500px) {
  .call-to-action {
    text-align: center; }
    .call-to-action .inner-container {
      max-width: 100%; }
    .call-to-action .img-container {
      display: none; } }

footer {
  border-top: 1rem solid #B3B2B1; }
  footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    footer ul li {
      margin-bottom: .5rem;
      font-size: 1.4rem; }
      footer ul li:last-of-type {
        margin: 0 !important; }
  footer .footer-top {
    background-color: #31373F;
    padding: 6rem 0 3rem; }
    footer .footer-top #footer-logo {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      display: inline-block;
      margin-bottom: 6rem; }
    footer .footer-top .footer-columns {
      justify-content: space-between; }
    footer .footer-top .footer-column {
      flex: 0 0 20%;
      margin: 0 5% 3rem 0; }
      footer .footer-top .footer-column:last-of-type {
        margin-right: 0; }
      footer .footer-top .footer-column.footer-social, footer .footer-top .footer-column.footer-nav {
        flex: 0 0 15%; }
    footer .footer-top .phone {
      font-size: 1.4rem;
      padding: 0 0 0 4rem;
      position: relative;
      margin: 0 0 1rem;
      display: inline-block; }
      footer .footer-top .phone:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        background-image: url(images/phone.svg);
        transition: all ease-in-out .2s; }
      footer .footer-top .phone:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        background-image: url(images/phone-blue.svg);
        transition: all ease-in-out .2s;
        opacity: 0; }
      footer .footer-top .phone:hover:before {
        opacity: 0; }
      footer .footer-top .phone:hover:after {
        opacity: 1; }
    footer .footer-top .row {
      margin: 0 0 1rem; }
      footer .footer-top .row a, footer .footer-top .row p {
        font-size: 1.4rem;
        align-items: center;
        position: relative;
        padding: 0 0 0 4rem;
        display: inline-block; }
        footer .footer-top .row a span, footer .footer-top .row p span {
          width: 2rem;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
      footer .footer-top .row a svg path {
        transition: all ease-in-out .2s; }
      footer .footer-top .row a:hover svg path {
        fill: #407CCA; }
    footer .footer-top p {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.4rem; }
    footer .footer-top .footer-social li {
      margin: 0 0 1rem; }
      footer .footer-top .footer-social li a {
        display: flex;
        align-items: center;
        position: relative; }
        footer .footer-top .footer-social li a span {
          width: 2rem;
          margin-right: 2rem;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }
        footer .footer-top .footer-social li a svg path {
          fill: white;
          transition: all ease-in-out .2s; }
        footer .footer-top .footer-social li a:hover svg path {
          fill: #407CCA; }
    footer .footer-top h4 {
      color: white;
      font-size: 1.4rem;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase; }
    footer .footer-top a {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.6; }
      footer .footer-top a:hover {
        color: #407CCA; }
  footer .footer-bottom {
    background-color: #000000;
    padding: 3.5rem 0 8.5rem; }
    footer .footer-bottom p {
      color: white;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      font-size: 1.2rem; }
      footer .footer-bottom p a {
        color: white;
        text-decoration: underline; }
        footer .footer-bottom p a:hover {
          color: #407CCA; }

@media only screen and (max-width: 1024px) {
  footer .footer-top #footer-logo {
    margin-bottom: 5rem; }
  footer .footer-bottom {
    padding: 3rem 0; } }

@media only screen and (max-width: 850px) {
  footer .footer-top .footer-column {
    flex: 0 0 47.5%; } }

@media only screen and (max-width: 650px) {
  footer .footer-top {
    padding: 6rem 0; }
    footer .footer-top .footer-column {
      flex: 1 0 100% !important;
      margin: 0 0 5rem 0;
      text-align: center; }
      footer .footer-top .footer-column:last-of-type {
        margin: 0; }
      footer .footer-top .footer-column.footer-social li {
        display: flex;
        justify-content: center; } }

.default-content {
  padding: 8rem 0 20rem; }

@media only screen and (max-width: 1024px) {
  .default-content {
    padding: 6rem 0; } }

.career-thumbnail {
  margin: 0 0 1.5rem; }
  .career-thumbnail:last-of-type {
    margin: 0; }

.career-thumbnail-inner {
  background-color: #EDEEF0;
  padding: 4.5rem 5.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  flex: 0 0 100%;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3); }
  .career-thumbnail-inner h3 {
    font-size: 2.9rem;
    margin: 0 2rem 2rem 0; }
  .career-thumbnail-inner .row {
    flex: 0 0 100%; }
  .career-thumbnail-inner .category {
    background-color: rgba(64, 124, 202, 0.3);
    color: #000000;
    position: relative;
    padding: .65rem 1.6rem .65rem 3.2rem;
    margin: 0 2rem 2rem 0; }
    .career-thumbnail-inner .category:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 1.6rem;
      transform: translateY(-50%);
      width: .6rem;
      height: .6rem;
      background-color: #407CCA;
      border-radius: 50%; }
    .career-thumbnail-inner .category:last-of-type {
      margin-right: 0; }
  .career-thumbnail-inner .excerpt {
    margin: 0 auto 2rem 0;
    max-width: 64rem; }
  .career-thumbnail-inner .button-row {
    justify-content: space-between; }

@media only screen and (max-width: 500px) {
  .career-thumbnail-inner {
    padding: 3rem; }
    .career-thumbnail-inner .button-row {
      justify-content: initial; } }

.careers {
  padding: 14rem 0; }
  .careers h2 {
    text-align: center;
    margin: 0 auto 5rem; }

@media only screen and (max-width: 1024px) {
  .careers {
    padding: 6rem 0; } }

.page-template-page-careers main section:nth-of-type(odd) {
  background-color: #D9D9D9; }

.content-columns {
  padding: 10rem 0 6rem; }
  .content-columns.content-columns-title-full-width .titles {
    text-align: center; }
  .content-columns.content-columns-title-full-width .flex {
    justify-content: center; }
  .content-columns.content-columns-title-full-width .col:nth-of-type(2) {
    margin: 0 0 0 10%; }
  .content-columns.content-columns-title-full-width:nth-of-type(odd) {
    background-color: #F4F4F4; }
    .content-columns.content-columns-title-full-width:nth-of-type(odd) .flex {
      flex-direction: row-reverse; }
      .content-columns.content-columns-title-full-width:nth-of-type(odd) .flex .col:nth-of-type(2) {
        margin: 0 10% 0 0; }
  .content-columns .container {
    justify-content: center; }
  .content-columns:nth-of-type(odd) .container {
    flex-direction: row-reverse; }
    .content-columns:nth-of-type(odd) .container .col:nth-of-type(2) {
      margin: 0 0 0 10%; }
  .content-columns .col:nth-of-type(2) {
    margin: 0 0 0 10%; }
  .content-columns .col-left {
    flex: 0 0 40%;
    align-self: center; }
  .content-columns .img-container {
    flex: 0 0 50%;
    padding: 0 0 40%;
    height: 100%;
    margin-bottom: 4rem !important; }
  .content-columns .titles, .content-columns .col-content, .content-columns .accordion, .content-columns .button {
    margin: 0 0 4rem; }
  .content-columns ul {
    list-style-type: none;
    padding: 0;
    margin: 2.5rem 0; }
    .content-columns ul li {
      position: relative;
      padding: 0 0 0 3rem;
      margin: 0 0 1rem; }
      .content-columns ul li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        background-image: url(images/check-mark.svg); }
      .content-columns ul li:last-of-type {
        margin: 0; }

.careers ~ .content-columns:nth-of-type(odd) .container {
  flex-direction: initial; }
  .careers ~ .content-columns:nth-of-type(odd) .container .col:nth-of-type(2) {
    margin: 0 0 0 10%; }

.careers ~ .content-columns:nth-of-type(even) .container {
  flex-direction: row-reverse; }
  .careers ~ .content-columns:nth-of-type(even) .container .col:nth-of-type(2) {
    margin: 0 10% 0 0; }

@media only screen and (max-width: 1024px) {
  .content-columns {
    padding: 6rem 0 2rem; }
    .content-columns.content-columns-title-full-width .col:nth-of-type(2) {
      margin: 0 0 0 5%; }
    .content-columns.content-columns-title-full-width:nth-of-type(odd) .flex .col:nth-of-type(2) {
      margin: 0 5% 0 0; }
    .content-columns:nth-of-type(odd) .container .col:nth-of-type(2) {
      margin: 0 0 0 5%; }
    .content-columns .col:nth-of-type(2) {
      margin: 0 0 0 5%; }
    .content-columns .col-left {
      flex: 0 0 45%; }
  .careers ~ .content-columns:nth-of-type(odd) .container .col:nth-of-type(2) {
    margin: 0 0 0 5%; }
  .careers ~ .content-columns:nth-of-type(even) .container .col:nth-of-type(2) {
    margin: 0 5% 0 0; } }

@media only screen and (max-width: 650px) {
  .content-columns .col {
    flex: 0 0 100%;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .content-columns .img-container {
    padding: 0 0 70%; } }

.accordion-item {
  border-bottom: 1px solid #B3B2B1; }
  .accordion-item.active .accordion-item--toggle svg {
    transform: rotate(90deg); }
  .accordion-item.active .accordion-item--content {
    opacity: 1; }

.accordion-item--title {
  padding: 1rem 0;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 2.4rem;
  font-family: freight-neo-pro, sans-serif;
  transition: all ease-in-out .2s; }
  .accordion-item--title:hover {
    color: #7A2582; }
  .accordion-item--title .accordion-item--toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    .accordion-item--title .accordion-item--toggle svg {
      transition: all ease-in-out .2s; }

.accordion-item--content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.2s; }
  .accordion-item--content .accordion-content--inner {
    padding: 1rem 0 2rem; }

.accordion-section {
  padding: 10rem 0;
  background-color: #F4F4F4; }
  .accordion-section .titles {
    margin: 0 0 6rem;
    text-align: center; }
  .accordion-section .accordion .accordion-item {
    border: none; }
    .accordion-section .accordion .accordion-item.active .accordion-item--title .accordion-item--toggle:after {
      height: 0%;
      opacity: 0; }
    .accordion-section .accordion .accordion-item.active .accordion-item--content {
      margin: 0 0 1rem; }
  .accordion-section .accordion .accordion-item--title {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 90px;
    margin: 0 0 1rem;
    font-size: 2rem;
    padding: 1.8rem 6.5rem;
    line-height: 1.2; }
    .accordion-section .accordion .accordion-item--title .accordion-item--toggle {
      transform: translate(100%, -50%);
      right: 5rem;
      width: 16px;
      height: 16px; }
      .accordion-section .accordion .accordion-item--title .accordion-item--toggle:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        transform: translate(-50%, -50%);
        background-color: #407CCA; }
      .accordion-section .accordion .accordion-item--title .accordion-item--toggle:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 100%;
        transform: translate(-50%, -50%);
        background-color: #407CCA;
        transition: all ease-in-out .2s; }
      .accordion-section .accordion .accordion-item--title .accordion-item--toggle svg {
        display: none; }
  .accordion-section .accordion .accordion-item--content {
    background-color: #EBEBEB;
    box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
    .accordion-section .accordion .accordion-item--content .accordion-content--inner {
      padding: 3rem 6.5rem; }

@media only screen and (max-width: 1024px) {
  .accordion-section {
    padding: 6rem 0 5rem; }
    .accordion-section .accordion .accordion-item--title {
      font-size: 1.8rem;
      padding: 1.8rem 6rem 1.8rem 3.5rem; }
    .accordion-section .accordion .accordion-item--content .accordion-content--inner {
      padding: 3rem 6rem 3rem 3.5rem; } }

@media only screen and (max-width: 650px) {
  .accordion-section .accordion .accordion-item--title {
    font-size: 1.6rem; } }

.career-details {
  margin: 6rem 0 12rem; }
  .career-details .careers-archive-link {
    text-decoration: underline;
    color: #407CCA;
    font-size: 1.4rem;
    margin: 0 0 5rem;
    position: relative;
    padding-left: 2rem;
    display: inline-block; }
    .career-details .careers-archive-link:before {
      content: '<<';
      position: absolute;
      top: 0;
      left: 0; }
    .career-details .careers-archive-link:hover {
      color: #7A2582; }
  .career-details h1 {
    font-size: 2.9rem;
    margin: 0 0 3rem; }
  .career-details .col-left {
    flex: 0 0 63%;
    margin-right: 5%; }
  .career-details .col-right {
    flex: 0 0 32%; }
    .career-details .col-right .form {
      margin: 0 0 6rem; }
      .career-details .col-right .form .gform_body .gform_fields .show-label .gfield_label {
        display: inline-block;
        font-size: 1.6rem;
        padding: 0 3rem 1rem 3.5rem;
        position: relative; }
        .career-details .col-right .form .gform_body .gform_fields .show-label .gfield_label:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 15px;
          height: 14px;
          background-image: url(images/upload.svg); }
        .career-details .col-right .form .gform_body .gform_fields .show-label .gfield_label .gfield_required {
          display: none; }
      .career-details .col-right .form .gform_body .gform_fields .gfield .ginput_container_fileupload {
        position: relative;
        background-color: rgba(64, 124, 202, 0.1);
        border: 1px dashed #407CCA;
        border-radius: 30px;
        cursor: pointer; }
        .career-details .col-right .form .gform_body .gform_fields .gfield .ginput_container_fileupload input {
          opacity: 0;
          cursor: pointer; }
        .career-details .col-right .form .gform_body .gform_fields .gfield .ginput_container_fileupload .ginput_preview {
          text-align: center;
          margin: .5rem 0; }
          .career-details .col-right .form .gform_body .gform_fields .gfield .ginput_container_fileupload .ginput_preview .gform_delete_file {
            cursor: pointer; }
        .career-details .col-right .form .gform_body .gform_fields .gfield .ginput_container_fileupload:before {
          content: 'Drag & drop or';
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 100%;
          width: 128.45px;
          font-size: 1.2rem;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          pointer-events: none; }
        .career-details .col-right .form .gform_body .gform_fields .gfield .ginput_container_fileupload:after {
          content: 'browse';
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 100%;
          width: 128.45px;
          color: #407CCA;
          font-size: 1.2rem;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          text-decoration: underline;
          pointer-events: none; }
        .career-details .col-right .form .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_rules {
          display: none; }
      .career-details .col-right .form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
        opacity: .5; }
    .career-details .col-right .career-details-box {
      border: 1px solid rgba(0, 0, 0, 0.3);
      padding: 5rem 4rem;
      border-radius: 12px;
      background-color: #EBEBEB; }
      .career-details .col-right .career-details-box .row {
        margin: 0 0 3rem; }
        .career-details .col-right .career-details-box .row:last-of-type {
          margin: 0; }
      .career-details .col-right .career-details-box .career-detail-title {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.4rem;
        margin: 0 0 .5rem; }
      .career-details .col-right .career-details-box p {
        margin: 0; }
      .career-details .col-right .career-details-box a {
        font-size: 1.6rem;
        color: #000000; }
        .career-details .col-right .career-details-box a:hover {
          color: #7A2582; }

.button-group {
  margin-bottom: 3rem; }

.time, .location {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  padding: 1rem 1.5rem;
  line-height: 1;
  font-size: 1.4rem;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 0 2rem 2rem 0; }
  .time svg, .location svg {
    margin-right: 1rem; }

.time {
  background-color: white;
  color: #000000; }

.location {
  background-color: rgba(122, 37, 130, 0.1);
  color: #7A2582; }
  .location svg path {
    fill: #7A2582; }

@media only screen and (max-width: 1024px) {
  .career-details {
    margin: 6rem 0; }
    .career-details .half-width {
      flex: 0 0 100% !important; } }

@media only screen and (max-width: 850px) {
  .career-details .col {
    flex: 0 0 47.5%; } }

@media only screen and (max-width: 650px) {
  .career-details .col {
    flex: 0 0 100%;
    margin: 0 0 6rem; }
    .career-details .col:last-of-type {
      margin: 0; } }

.careers-slider {
  padding: 8rem 0 10rem;
  background-color: white; }
  .careers-slider .titles {
    margin: 0 auto 3rem;
    text-align: center; }
  .careers-slider .flickity-viewport {
    overflow: visible; }
  .careers-slider .slider .career-thumbnail {
    width: 45%;
    min-height: 100%;
    margin: 0 0 0 3rem;
    padding: 2rem 0;
    display: flex; }
    .careers-slider .slider .career-thumbnail .excerpt {
      flex: 0 0 100%;
      max-width: 100%; }
    .careers-slider .slider .career-thumbnail .button-row {
      flex: 0 0 20rem;
      align-self: flex-end; }
      .careers-slider .slider .career-thumbnail .button-row .time {
        margin: 0 0 4rem; }
      .careers-slider .slider .career-thumbnail .button-row .button {
        margin: 0; }
  .careers-slider .disabled-slider {
    margin-top: 5rem; }

@media only screen and (max-width: 1024px) {
  .careers-slider {
    padding: 6rem 0 4rem; }
    .careers-slider .slider .career-thumbnail {
      width: 65%; } }

@media only screen and (max-width: 850px) {
  .careers-slider .slider .career-thumbnail {
    width: 85%; } }

@media only screen and (max-width: 650px) {
  .careers-slider .slider .career-thumbnail {
    width: 90%; } }

.accommodations {
  margin: 8rem 0 10rem; }
  .accommodations .intro {
    max-width: 765px;
    margin: 0 auto 6rem;
    text-align: center; }
    .accommodations .intro .titles {
      margin: 0 0 4rem; }
    .accommodations .intro p {
      color: rgba(0, 0, 0, 0.7); }
  .accommodations .accommodation {
    flex: 0 0 48.5%;
    margin-right: 3%; }
    .accommodations .accommodation .img-container {
      width: 100%;
      padding: 0 0 60%; }
    .accommodations .accommodation h3 {
      margin: 3rem 0 0; }
    .accommodations .accommodation:nth-of-type(2n+2) {
      margin-right: 0; }
    .accommodations .accommodation:nth-of-type(1n+3) {
      margin-top: 3%; }

@media only screen and (max-width: 1024px) {
  .accommodations {
    margin: 6rem 0; } }

@media only screen and (max-width: 550px) {
  .accommodations .accommodation {
    flex: 0 0 100%;
    margin: 0 0 6rem !important; }
    .accommodations .accommodation .img-container {
      width: 100%;
      padding: 0 0 60%; }
    .accommodations .accommodation:last-of-type {
      margin: 0 !important; } }

.mission-statement {
  margin: 8rem 0 12rem; }
  .mission-statement .titles {
    text-align: center;
    margin: 0 0 5rem; }
  .mission-statement .col {
    height: 100%; }
    .mission-statement .col:nth-last-child(2) {
      margin-right: 20%; }
  .mission-statement .col-left {
    flex: 1 0 40%; }
    .mission-statement .col-left .popup-form {
      z-index: 99; }
    .mission-statement .col-left .button {
      margin: 4rem 0 0; }
  .mission-statement .col-right {
    flex: 0 0 40%;
    position: relative; }
    .mission-statement .col-right.overlap-col .img-container {
      width: 100%;
      padding-bottom: 115%;
      margin-bottom: 25%; }
      .mission-statement .col-right.overlap-col .img-container:nth-of-type(2) {
        padding-bottom: 65%;
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 5%;
        transform: translate(-50%, 0%);
        margin: 0; }
    .mission-statement .col-right.non-overlap-col .img-container {
      width: 100%; }
      .mission-statement .col-right.non-overlap-col .img-container img {
        object-fit: contain;
        position: relative; }
  .mission-statement.home-mission-statement {
    background-color: #F4F4F4;
    padding: 4rem 0 12rem;
    margin: 0; }
    .mission-statement.home-mission-statement .col:nth-last-child(2) {
      margin-right: 5%; }
    .mission-statement.home-mission-statement .col-left {
      flex: 1 0 55%; }
      .mission-statement.home-mission-statement .col-left .wysiwyg, .mission-statement.home-mission-statement .col-left .button-container {
        max-width: 65%; }
      .mission-statement.home-mission-statement .col-left .button-container {
        margin-top: 2rem; }
      .mission-statement.home-mission-statement .col-left .button {
        margin: 2rem 2rem 0 0; }
        .mission-statement.home-mission-statement .col-left .button.simple-button {
          margin: 2rem 0 0; }
      .mission-statement.home-mission-statement .col-left .popup-form-container {
        align-self: center; }
        .mission-statement.home-mission-statement .col-left .popup-form-container .popup-form {
          transform: translateX(100%);
          top: 0; }
    .mission-statement.home-mission-statement .col-right {
      flex: 0 0 32%; }
      .mission-statement.home-mission-statement .col-right.overlap-col .img-container {
        padding-bottom: 150%;
        margin-bottom: 0; }
        .mission-statement.home-mission-statement .col-right.overlap-col .img-container:nth-of-type(2) {
          padding-bottom: 65%;
          max-width: 90%;
          transform: translate(-75%, -15%); }

@media only screen and (max-width: 1024px) {
  .mission-statement {
    margin: 6rem 0; }
    .mission-statement.home-mission-statement {
      padding: 4rem 0 6rem; } }

@media only screen and (max-width: 850px) {
  .mission-statement .col:nth-last-child(2) {
    margin-right: 5%; }
  .mission-statement .col-left {
    flex: 1 0 47.5%; }
  .mission-statement .col-right {
    flex: 0 0 47.5%; }
    .mission-statement .col-right.overlap-col .img-container {
      margin-bottom: 2rem; }
      .mission-statement .col-right.overlap-col .img-container:nth-of-type(2) {
        position: relative;
        left: 0;
        transform: translate(0, 0); }
  .mission-statement.home-mission-statement .col-right.overlap-col .img-container {
    margin-bottom: 2rem; }
    .mission-statement.home-mission-statement .col-right.overlap-col .img-container:nth-of-type(2) {
      position: relative;
      left: 0;
      transform: translate(0, 0);
      max-width: 100%;
      margin: 0; }
  .mission-statement.home-mission-statement .col-left .popup-form-container {
    flex: 0 0 100%; }
    .mission-statement.home-mission-statement .col-left .popup-form-container .simple-button {
      margin-bottom: 2rem; }
    .mission-statement.home-mission-statement .col-left .popup-form-container .popup-form {
      position: relative;
      transform: translate(0); }
  .mission-statement.home-mission-statement .col-left .wysiwyg, .mission-statement.home-mission-statement .col-left .button-container {
    max-width: 100%; } }

@media only screen and (max-width: 650px) {
  .mission-statement .col {
    flex: 0 0 100% !important;
    margin: 0 0 5rem !important; }
    .mission-statement .col .img-container {
      margin: 0 !important; }
      .mission-statement .col .img-container:nth-of-type(2) {
        display: none; }
    .mission-statement .col:last-of-type {
      margin: 0 !important; } }

.team-thumbnail {
  background-color: #7A2582;
  flex: 0 0 22.75%;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .team-thumbnail .img-container {
    padding: 40rem 0 0; }
    .team-thumbnail .img-container img {
      z-index: 8;
      object-fit: contain;
      top: auto;
      bottom: 7rem;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      left: 50%;
      transform: translateX(-50%); }
    .team-thumbnail .img-container:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(15deg);
      width: 150%;
      height: 35%;
      background-color: rgba(255, 255, 255, 0.3); }
  .team-thumbnail .team-details {
    background-color: white;
    text-align: center;
    align-self: flex-end;
    padding: 1rem;
    position: absolute;
    top: calc(100% - 7rem);
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 9;
    transition: all ease-in-out .2s; }
    .team-thumbnail .team-details h4 {
      margin: 0 0 .5rem; }
    .team-thumbnail .team-details .position {
      color: #7A2582;
      font-size: 1.4rem;
      font-family: freight-neo-pro, sans-serif; }
  .team-thumbnail.active .team-details {
    top: 0; }
  .team-thumbnail:nth-of-type(4n+4) {
    margin-right: 0; }
  .team-thumbnail:last-of-type {
    margin-right: 0; }
  .team-thumbnail:nth-of-type(1n+5) {
    margin-top: 3%; }

@media only screen and (max-width: 1200px) {
  .team-thumbnail p {
    font-size: 1.4rem; } }

@media only screen and (max-width: 900px) {
  .team-thumbnail {
    flex: 0 0 47.5%;
    margin-right: 5%; }
    .team-thumbnail p {
      font-size: 1.6rem; }
    .team-thumbnail .img-container {
      padding: 45rem 0 0; }
    .team-thumbnail:nth-of-type(2n+2) {
      margin-right: 0; }
    .team-thumbnail:nth-of-type(1n+3) {
      margin-top: 5%; } }

@media only screen and (max-width: 550px) {
  .team-thumbnail {
    flex: 0 0 100%;
    margin: 0 0 5% !important; }
    .team-thumbnail:last-of-type {
      margin: 0 !important; } }

.team {
  padding: 10rem 0;
  background-color: rgba(122, 37, 130, 0.15); }
  .team .title-container {
    text-align: center;
    margin: 0 0 7rem; }
  .team .titles {
    margin: 0 0 2rem; }
  .team .team-dropdown-content {
    transition: all ease-in-out .2s;
    max-height: 55px;
    overflow: hidden;
    max-width: 57rem;
    margin: 0 auto; }
  .team .learn-more {
    font-size: 1.4rem;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 2rem auto 0;
    padding-right: 2rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: all ease-in-out .2s;
    display: none; }
    .team .learn-more:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 10px;
      height: 6px;
      transform: translateY(-50%);
      background-image: url(images/select-arrow.svg);
      transition: all ease-in-out .2s; }
    .team .learn-more:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 10px;
      height: 6px;
      transform: translateY(-50%);
      background-image: url(images/select-arrow-purple.svg);
      transition: all ease-in-out .2s;
      opacity: 0; }
    .team .learn-more:hover {
      color: #7A2582; }
      .team .learn-more:hover:before {
        opacity: 0; }
      .team .learn-more:hover:after {
        opacity: 1; }
    .team .learn-more.active {
      display: inline-block; }
    .team .learn-more.arrow-active:before {
      transform: translateY(-50%) rotateX(180deg); }
    .team .learn-more.arrow-active:after {
      transform: translateY(-50%) rotateX(180deg); }

#load-more-team {
  position: relative;
  padding: 1.6rem 5rem 1.6rem 3rem; }
  #load-more-team:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url(images/select-arrow-white.svg); }

@media only screen and (max-width: 1024px) {
  .team {
    padding: 6rem 0; }
    .team .team-dropdown-content {
      font-size: 1.75rem; } }

.values {
  padding: 10rem 0; }
  .values .titles {
    text-align: center;
    margin: 0 0 4rem; }
  .values .col {
    height: 100%; }
    .values .col:nth-last-child(2) {
      margin-right: 10%; }
  .values .img-container {
    flex: 0 0 50%;
    padding-bottom: 50%; }
  .values .flex {
    justify-content: center; }
  .values .col-right {
    flex: 1 0 40%;
    align-self: center; }
  .values .text-row {
    display: flex;
    align-items: center;
    margin: 0 0 1rem; }
    .values .text-row span {
      font-size: 5.3rem;
      font-family: freight-neo-pro, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      min-width: 5rem;
      text-align: center;
      margin-right: 2rem; }
    .values .text-row:last-of-type {
      margin: 0; }

@media only screen and (max-width: 1024px) {
  .values {
    padding: 6rem 0; }
    .values .col:nth-last-child(2) {
      margin-right: 5%; }
    .values .img-container {
      flex: 0 0 47.5%; }
    .values .col-right {
      flex: 1 0 47.5%; }
      .values .col-right .text-row span {
        font-size: 4rem;
        min-width: 3rem; }
      .values .col-right .text-row p {
        font-size: 1.4rem; } }

@media only screen and (max-width: 500px) {
  .values .flex {
    position: relative;
    padding: 3rem; }
    .values .flex:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: black;
      opacity: .8;
      z-index: 4; }
  .values .col {
    flex: 0 0 100%;
    margin: 0 0 5rem !important; }
    .values .col:last-of-type {
      margin: 0 !important; }
  .values .col-right {
    position: relative;
    z-index: 9; }
    .values .col-right p {
      color: white; }
  .values .img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0; } }

.full-width-image {
  position: relative; }
  .full-width-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .7; }
  .full-width-image .container {
    position: relative;
    z-index: 9; }
  .full-width-image .popup-form {
    position: relative;
    right: auto;
    top: 2rem;
    max-width: 35rem;
    margin: 0 auto; }

.parallax {
  padding: 10rem 0 6rem;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center; }
  .parallax h2 {
    color: white;
    margin: 0 0 5rem; }

@media only screen and (max-width: 1024px) {
  .parallax h2 {
    margin: 0 0 3rem;
    font-size: 2.5rem; } }

.latest-posts {
  padding: 8rem 0 10rem;
  background-color: white; }
  .latest-posts .latest-news-slider-no-slider .container {
    justify-content: center; }
  .latest-posts .latest-news-slider-no-slider .post-thumbnail:last-of-type {
    margin-right: 0; }
  .latest-posts .titles {
    margin: 0 auto 3rem;
    text-align: center; }
  .latest-posts .flickity-viewport {
    overflow: visible; }
  .latest-posts .flickity-slider {
    display: flex;
    align-items: center; }
    .latest-posts .flickity-slider .post-thumbnail {
      flex: none;
      width: 33%;
      margin: 0 0 0 2rem;
      min-height: 100%;
      padding: 2rem 0;
      box-shadow: none;
      display: flex;
      transition: none; }
      .latest-posts .flickity-slider .post-thumbnail.is-selected .post-thumbnail-inner {
        box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.6); }
      .latest-posts .flickity-slider .post-thumbnail.is-selected .img-container .category {
        background-color: white; }
      .latest-posts .flickity-slider .post-thumbnail.is-selected .post-thumbnail-details .read-more svg {
        transform: translateX(50%); }
      .latest-posts .flickity-slider .post-thumbnail .post-thumbnail-inner {
        box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.3);
        min-height: 100%;
        transition: all ease-in-out .2s;
        width: 100%;
        align-content: baseline; }
        .latest-posts .flickity-slider .post-thumbnail .post-thumbnail-inner .read-more {
          bottom: 4rem; }
        .latest-posts .flickity-slider .post-thumbnail .post-thumbnail-inner:hover {
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.6); }
          .latest-posts .flickity-slider .post-thumbnail .post-thumbnail-inner:hover .img-container .category {
            background-color: white; }
          .latest-posts .flickity-slider .post-thumbnail .post-thumbnail-inner:hover .post-thumbnail-details .read-more svg {
            transform: translateX(50%); }
  .latest-posts .latest-news-slider:after {
    content: 'flickity';
    display: none; }
  .latest-posts .disabled-slider {
    margin-top: 5rem; }

.flickity-page-dots .dot {
  margin: 5px; }
  .flickity-page-dots .dot.is-selected {
    background-color: #407CCA; }

@media only screen and (max-width: 1024px) {
  .latest-posts {
    padding: 6rem 0; } }

@media only screen and (max-width: 800px) {
  .latest-posts .flickity-slider .post-thumbnail {
    width: 48.5%;
    margin: 0 0 0 2rem !important; } }

@media only screen and (max-width: 550px) {
  .latest-posts .flickity-slider .post-thumbnail {
    width: 95%; } }

.testimonials {
  padding: 10rem 0;
  background-color: white;
  position: relative;
  overflow: hidden; }
  .testimonials .div-cutoff {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0% 0%);
    background-color: #F4F4F4;
    padding: 40rem 0 0;
    z-index: 2; }
    .testimonials .div-cutoff:nth-of-type(2) {
      background-color: #7A2582;
      left: 33%;
      z-index: 1; }
  .testimonials .container {
    position: relative;
    z-index: 9; }
  .testimonials .testimonial-slider-no-slide .testimonial-thumbnail {
    margin: 0 3% 0 0;
    width: auto;
    flex: 0 0 48.5%;
    padding: 0; }
    .testimonials .testimonial-slider-no-slide .testimonial-thumbnail:last-of-type {
      margin-right: 0; }
  .testimonials .inner-container {
    max-width: 50%;
    margin-bottom: 6rem; }
    .testimonials .inner-container .titles {
      margin: 0 0 1rem; }
  .testimonials .flickity-button {
    background-color: #D9D9D9;
    top: 0;
    border-radius: 0; }
    .testimonials .flickity-button .flickity-button-icon {
      display: none; }
    .testimonials .flickity-button:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 19px;
      height: 19px;
      transform: translate(-50%, -50%); }
  .testimonials .previous {
    transform: translateY(-100%);
    right: 5rem;
    left: auto; }
    .testimonials .previous:before {
      background-image: url(images/slider-left.svg); }
  .testimonials .next {
    transform: translateY(-100%);
    right: 0; }
    .testimonials .next:before {
      background-image: url(images/slider-right.svg); }
  .testimonials .flickity-viewport {
    overflow: visible; }
  .testimonials .testimonial-thumbnail {
    width: 45%;
    padding: 2rem 0;
    min-height: 100%;
    display: flex;
    margin-left: 3%; }
    .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner {
      background-color: #F7F8FA;
      padding: 5.5rem 4rem;
      box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.3);
      min-height: 100%;
      width: 100%; }
      .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .stars {
        margin: 0 0 3rem; }
      .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .testimonial-content {
        margin: 2rem 0;
        font-style: italic;
        font-size: 1.8rem; }
      .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .img-container {
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        margin-right: 2rem; }
      .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .flex {
        align-items: center; }
      .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .title-container {
        flex: 1; }
      .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .name {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase; }
      .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .testimonial-title {
        color: #7A2582;
        font-size: 1.2rem;
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  .testimonials {
    padding: 6rem 0; }
    .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .testimonial-content {
      font-size: 1.6rem; } }

@media only screen and (max-width: 850px) {
  .testimonials .inner-container {
    max-width: 100%; }
  .testimonials .testimonial-slider-no-slide .testimonial-thumbnail {
    flex: 0 0 100%;
    margin: 0 0 3rem 0; }
    .testimonials .testimonial-slider-no-slide .testimonial-thumbnail:last-of-type {
      margin: 0; }
  .testimonials .testimonial-thumbnail {
    width: 66%; }
  .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner {
    padding: 3rem; } }

@media only screen and (max-width: 650px) {
  .testimonials .testimonial-thumbnail {
    width: 90%; } }

@media only screen and (max-width: 450px) {
  .testimonials .testimonial-thumbnail {
    width: 95%; }
    .testimonials .testimonial-thumbnail .testimonial-thumbnail-inner .title-container {
      flex: 0 0 100%;
      margin: 2rem 0 0; } }

.gallery {
  padding: 10rem 0;
  background-color: white; }
  .gallery .container {
    position: relative; }
  .gallery .inner-container {
    margin: 0 auto 2.4rem;
    text-align: center;
    max-width: 57rem;
    position: relative; }
    .gallery .inner-container .titles {
      margin: 0 0 2rem; }
  .gallery .button {
    position: absolute;
    right: 0;
    transform: translate(0, -150%); }
  .gallery .img-container {
    flex: 0 0 15%;
    padding-bottom: 20%;
    margin-right: 1%; }
    .gallery .img-container:nth-of-type(4n+4) {
      margin-right: 0; }
    .gallery .img-container:nth-of-type(1n+5) {
      margin-top: 1%; }
    .gallery .img-container:nth-of-type(12n+2) {
      flex: 0 0 33.5%; }
    .gallery .img-container:nth-of-type(12n+4) {
      flex: 0 0 33.5%; }
    .gallery .img-container:nth-of-type(12n+5) {
      flex: 0 0 33.5%; }
    .gallery .img-container:nth-of-type(12n+6) {
      flex: 0 0 33.5%; }
    .gallery .img-container:nth-of-type(12n+11) {
      flex: 0 0 33.5%; }
    .gallery .img-container:nth-of-type(12n+12) {
      flex: 0 0 33.5%; }

@media only screen and (max-width: 1200px) {
  .gallery .button {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 0 2rem; } }

@media only screen and (max-width: 1024px) {
  .gallery {
    padding: 6rem 0; } }

@media only screen and (max-width: 800px) {
  .gallery .gallery-slider .flickity-viewport {
    width: 100%; }
    .gallery .gallery-slider .flickity-viewport .flickity-slider {
      width: 100%; }
      .gallery .gallery-slider .flickity-viewport .flickity-slider .img-container {
        width: 30%;
        padding: 0 0 35%;
        margin: 0 1rem 0 0; } }

@media only screen and (max-width: 550px) {
  .gallery .gallery-slider .flickity-viewport .flickity-slider .img-container {
    width: 50%;
    padding: 0 0 55%; } }

@media only screen and (max-width: 375px) {
  .gallery .gallery-slider .flickity-viewport .flickity-slider .img-container {
    width: 80%;
    padding: 0 0 85%; } }

.info-grid {
  padding: 10rem 0;
  background-color: #F4F4F4; }
  .info-grid .titles {
    text-align: center;
    margin: 0 auto 7rem; }
  .info-grid .box {
    flex: 0 0 22.75%;
    position: relative;
    margin-right: 3%; }
    .info-grid .box:nth-of-type(4n+4) {
      margin-right: 0; }
    .info-grid .box:nth-of-type(1n+5) {
      margin-top: 5%; }
    .info-grid .box svg {
      width: auto;
      height: 5.5rem;
      margin: 0 0 2rem; }

@media only screen and (max-width: 1024px) {
  .info-grid {
    padding: 6rem 0; }
    .info-grid .titles {
      margin: 0 auto 5rem; }
    .info-grid .box {
      flex: 0 0 31.33%;
      margin-right: 3% !important; }
      .info-grid .box:nth-of-type(3n+3) {
        margin-right: 0 !important; }
      .info-grid .box:nth-of-type(1n+4) {
        margin-top: 5%; } }

@media only screen and (max-width: 650px) {
  .info-grid .flex .box {
    flex: 0 0 48.5%;
    margin-right: 3% !important; }
    .info-grid .flex .box:nth-of-type(2n+2) {
      margin-right: 0 !important; }
    .info-grid .flex .box:nth-of-type(1n+3) {
      margin-top: 5%; } }

@media only screen and (max-width: 500px) {
  .info-grid .flex .box {
    flex: 0 0 100%;
    margin: 0 0 5rem !important;
    text-align: center; }
    .info-grid .flex .box:last-of-type {
      margin: 0 !important; } }

.content-thumbnails {
  background-color: rgba(64, 124, 202, 0.65);
  padding: 12rem 0; }
  .content-thumbnails .content-thumbnail {
    flex: 1 0 26.5%;
    margin-right: 2%; }
    .content-thumbnails .content-thumbnail:nth-of-type(3n+3) {
      margin-right: 0; }
    .content-thumbnails .content-thumbnail:nth-of-type(1n+4) {
      margin-top: 2%; }
    .content-thumbnails .content-thumbnail:last-of-type {
      margin-right: 0 !important; }
    .content-thumbnails .content-thumbnail:nth-of-type(6n+1) {
      flex: 1 0 43%; }
    .content-thumbnails .content-thumbnail:nth-of-type(6n+2) {
      background-color: white; }
      .content-thumbnails .content-thumbnail:nth-of-type(6n+2) h3, .content-thumbnails .content-thumbnail:nth-of-type(6n+2) p {
        color: #000000; }
      .content-thumbnails .content-thumbnail:nth-of-type(6n+2) .content-container-icon svg path {
        fill: #000000; }
      .content-thumbnails .content-thumbnail:nth-of-type(6n+2) .read-more {
        color: #7A2582; }
        .content-thumbnails .content-thumbnail:nth-of-type(6n+2) .read-more svg path {
          fill: #7A2582; }
        .content-thumbnails .content-thumbnail:nth-of-type(6n+2) .read-more:hover {
          color: #000000; }
          .content-thumbnails .content-thumbnail:nth-of-type(6n+2) .read-more:hover svg path {
            fill: #000000; }
    .content-thumbnails .content-thumbnail:nth-of-type(6n+6) {
      flex: 1 0 43%;
      background-color: #7A2582; }
      .content-thumbnails .content-thumbnail:nth-of-type(6n+6) .read-more {
        color: #407CCA; }
        .content-thumbnails .content-thumbnail:nth-of-type(6n+6) .read-more svg path {
          fill: #407CCA; }
        .content-thumbnails .content-thumbnail:nth-of-type(6n+6) .read-more:hover {
          color: white; }
          .content-thumbnails .content-thumbnail:nth-of-type(6n+6) .read-more:hover svg path {
            fill: white; }
  .content-thumbnails .content-container {
    background-color: #407CCA;
    padding: 3.5rem 3.5rem 1.5rem; }
    .content-thumbnails .content-container .content-container-icon svg {
      margin: 0 0 2rem;
      height: 4rem;
      width: auto; }
      .content-thumbnails .content-container .content-container-icon svg path {
        fill: white; }
    .content-thumbnails .content-container h3, .content-thumbnails .content-container p {
      color: white; }
    .content-thumbnails .content-container p {
      margin-bottom: 2rem; }
    .content-thumbnails .content-container h3 {
      font-size: 2.9rem; }
    .content-thumbnails .content-container .read-more {
      font-size: 1.4rem;
      text-transform: uppercase;
      display: block;
      font-weight: 700;
      position: relative;
      margin-bottom: 2rem; }
      .content-thumbnails .content-container .read-more svg {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
        .content-thumbnails .content-container .read-more svg path {
          transition: all ease-in-out .2s; }
      .content-thumbnails .content-container .read-more:hover {
        color: white; }
        .content-thumbnails .content-container .read-more:hover svg path {
          fill: white; }
  .content-thumbnails .img-container {
    padding-bottom: 25%; }

@media only screen and (max-width: 1024px) {
  .content-thumbnails {
    padding: 6rem 0; }
    .content-thumbnails .content-thumbnail {
      flex: 1 0 49% !important;
      margin-right: 2% !important; }
      .content-thumbnails .content-thumbnail:nth-of-type(2n+2) {
        margin-right: 0 !important; }
      .content-thumbnails .content-thumbnail:nth-of-type(1n+3) {
        margin-top: 2%; } }

@media only screen and (max-width: 650px) {
  .content-thumbnails .content-thumbnail {
    flex: 0 0 100% !important;
    margin: 0 0 5% !important; }
    .content-thumbnails .content-thumbnail:last-of-type {
      margin: 0 !important; }
  .content-thumbnails .img-container {
    padding-bottom: 65%; } }


/*# sourceMappingURL=app.min.css.map*/