@charset "UTF-8";
/*!
Theme Name: Michigan Central
Author: Echo Charlie
Author URI: https://goforecho.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: michigan-central
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Michigan Central is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@keyframes pulseCentered {
  0% {
    transform: scale(1.2);
  }
  15% {
    transform: scale(1.2);
  }
  25% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(1.4);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes pulseSmallCentered {
  0% {
    transform: scale(0.5);
  }
  10% {
    transform: scale(0.5);
  }
  20% {
    transform: scale(0.65);
  }
  60% {
    transform: scale(0.65);
  }
  70% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}

.basicLightbox--visible {
  opacity: 1;
}

.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}

.basicLightbox--iframe .basicLightbox__placeholder, .basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

:root {
  /*
  --primary: #246EA3;
  --secondary: #88D5F4;
  */
  --primary: #000000;
  --secondary: #878787;
  --lgwidth: 1400px;
  --medwidth: 960px;
  --smwidth: 600px;
  --padding: 75px;
  --font: "Monument Grotesk", Helvetica, sans-serif;
}

@media screen and (max-width: 600px) {
  :root {
    --padding: 20px;
  }
}
html {
  font-size: 16px;
}

/*16px*/
html.sr .load-hidden {
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: var(--primary);
  color: white;
}

::-moz-selection {
  background: var(--primary);
  color: white;
  /* Gecko Browsers */
}

body {
  background-color: white;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
  color: black;
}

#onetrust-consent-sdk {
  cursor: auto !important;
}

p {
  line-height: 1.6em;
  margin-bottom: 1.15rem;
}
p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 0.9em;
  }
}

h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1.05rem;
  font-family: var(--font);
  font-weight: bold;
  line-height: 1.15;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin: 0 0 1.05rem;
}

h1 {
  margin-top: 0;
  font-size: 3.5em;
  font-weight: bold;
  line-height: 0.95em;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 4.5em;
  }
}

h1.color,
h1 span.color {
color:  #000000;
  /*
  color: #297FBD;
  background: -webkit-linear-gradient(0deg, #25469F, #37A1A4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}

h2 {
  font-size: 2.5em;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3.25em;
  }
}

h3 {
  font-size: 1.75em;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2.25em;
  }
}

h4 {
  font-size: 1.25em;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.563em;
  }
}

h5 {
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1.25em;
  }
}

small, .text_small, .small {
  font-size: 0.8em;
}

b, strong {
  font-weight: bold;
}

/*

br {
  display: none;
}
*/

@media only screen and (min-width: 550px) {
  br {
    display: block;
  }
}

a, input.button {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--primary);
}

section.articles a,
section.intro a,
section.layout a {
  border-bottom: 1px solid var(--primary);
}

section.intro.join-us a {
  border-bottom: 0;
}
section.intro.join-us a.button {
  border-bottom: 1px solid var(--primary);
}

a.button, input[type=button], input[type=submit], input[type=reset], .facetwp-load-more, button.button, button, #gform_submit_button_1.gform_button {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 20px;
  margin: 15px 0;
  border-radius: 50px;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  cursor: pointer;
  transition: all 0.3s ease;
}
a.button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, .facetwp-load-more:hover, button.button:hover, button:hover, #gform_submit_button_1.gform_button:hover  {
  background: var(--primary);
  color: white;
}
a.button:focus, a.button:active, input[type=button]:focus, input[type=button]:active, input[type=submit]:focus, input[type=submit]:active, input[type=reset]:focus, input[type=reset]:active, .facetwp-load-more:focus, .facetwp-load-more:active, button.button:focus, button.button:active, button:focus, button:active {
  outline: 2px solid var(--primary);
}
a.button:focus, input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus, .facetwp-load-more:focus, button.button:focus, button:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #FFFFFF;
  box-shadow: 0px 0px 0px 3px #FFFFFF;
}
a.button.white, input[type=button].white, input[type=submit].white, input[type=reset].white, .facetwp-load-more.white, button.button.white, button.white {
  border: 1px solid white;
  color: white;
}
a.button.white:hover, input[type=button].white:hover, input[type=submit].white:hover, input[type=reset].white:hover, .facetwp-load-more.white:hover, button.button.white:hover, button.white:hover {
  background: white;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  a.button, input[type=button], input[type=submit], input[type=reset], .facetwp-load-more, button.button, button {
    font-size: 0.7em;
    padding: 8px 20px;
  }
}

button#trigger-overlay {
  border: 0 !important;
}

a:focus {
  outline: 2px solid var(--primary);
  -webkit-box-shadow: 0px 0px 0px 3px #FFFFFF;
  box-shadow: 0px 0px 0px 3px #FFFFFF;
}

button.svg-icon {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 20px;
  background: none;
}

button.svg-icon:focus {
  outline: none;
  border: none;
}

button.svg-icon path {
  transition: all 0.3s ease;
}

button.svg-icon:hover path {
  fill: grey;
}

.svg-icon svg {
  width: 100%;
}

.overlay-close {
  justify-self: flex-end;
}

@media screen and (max-width: 600px) {
  nav.main-navigation {
    display: flex;
    justify-content: flex-end;
  }
}
.wpforms-head-container {
  margin: 0 0 15px;
}

.wpforms-field {
  margin: 0 0 10px;
}

input[type=text], input[type=email], input[type=number] {
  background: none;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  width: 100%;
  padding: 12px 0;
  margin: 0px 0 10px;
  box-sizing: border-box;
  font-size: 0.875em;
  line-height: 1.4em;
  transition: all 0.225s ease;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus {
  outline: 2px solid var(--primary);
  background: rgba(0, 0, 0, 0.05);
}

.wpforms-field label {
  display: none;
}

.wpforms-field label.wpforms-field-label-inline {
  display: block;
}

.wpforms-error {
  color: red;
  font-weight: bold;
  font-size: 11px;
}

.opt-in {
  margin: 15px 0;
  max-width: 350px;
}

.opt-in ul {
  list-style: none !important;
  margin: 10px 0 !important;
  padding: 0 !important;
}

.opt-in ul li:before {
  display: none !important;
}

.opt-in ul li .wpforms-field-label-inline {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  color: black;
  max-width: 350px;
  padding-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.opt-in ul li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.opt-in ul li .wpforms-field-label-inline:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: lightgrey;
  border: 1px solid black;
  transition: all 0.225s ease;
}

/* On mouse-over, add a grey background color */
.opt-in ul li input:hover ~ .wpforms-field-label-inline:before {
  background-color: white;
  top: 3px;
  left: -2px;
  height: 22px;
  width: 22px;
}

.opt-in ul li input:focus ~ .wpforms-field-label-inline:before {
  background-color: white;
  top: 3px;
  left: -2px;
  height: 22px;
  width: 22px;
}

/* When the checkbox is checked, add a blue background */
.opt-in ul li input:checked ~ .wpforms-field-label-inline:before {
  background-color: var(--primary);
}

/* Show the checkmark when checked */
.opt-in ul li input:checked ~ .wpforms-field-label-inline:after {
  display: block;
}

/* Style the checkmark/indicator */
.opt-in ul li .wpforms-field-label-inline:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 7px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#wpforms-form-592 .wpforms-field-container {
  max-width: 1000px;
  margin: 50px auto 0px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #wpforms-form-592 .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#wpforms-form-592 .wpforms-field-container .wpforms-field {
  margin: 0 0 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wpforms-form-592 .wpforms-field-container .wpforms-field {
    width: 46%;
  }
}
#wpforms-form-592 .wpforms-field-container .wpforms-field.opt-in {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #wpforms-form-592 .wpforms-field-container .wpforms-field.opt-in {
    width: 100%;
  }
}
#wpforms-form-592 .wpforms-field-container .wpforms-field input {
  margin: 10px 0 20px;
}
@media only screen and (min-width: 768px) {
  #wpforms-form-592 .wpforms-field-container .wpforms-field input {
    margin: 0;
  }
}
#wpforms-form-592 .wpforms-field-container .wpforms-field .choices__inner {
  text-align: left;
  padding: 7px 15px;
  background: none;
  border: 1px solid black;
}
#wpforms-form-592 .wpforms-field-container .wpforms-field .choices__list {
  text-align: left;
}

/* General Layout */
div.site {
  position: relative;
}

.home div.site {
  padding-top: 0;
}

section {
  overflow: hidden;
}

section.home-scroller {
  overflow: unset;
}

section.partner-connect {
  overflow: visible;
}

template {
  display: none;
}

.padding {
  padding: var(--padding);
}

.padding.notopbottom {
  padding: 0 var(--padding);
}

.contain {
  max-width: 1440px;
  width: 86%;
  margin: 0 auto;
}

.object-fit {
  background-size: cover;
  background-position: center center;
}
.object-fit.object-fit-active img {
  opacity: 0;
  visibility: hidden;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-backtotop {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
}
.site-backtotop button {
  display: flex;
  align-items: center;
  border: 0;
  outline: 0;
  padding: 10px 0;
}
.site-backtotop button:hover {
  color: var(--primary);
  opacity: 0.8;
  background: none;
  border: 0;
  text-decoration: underline;
}
.site-backtotop button:focus {
  color: var(--primary);
  opacity: 0.8;
  background: none;
  border: 0;
  text-decoration: underline;
}
.site-backtotop button svg {
  margin-right: 10px;
}

video::-webkit-media-text-track-container {
  display: none;
}

/* Header */
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 70px;
  background: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  will-change: transform;
  transition: transform 200ms linear;
}
@media only screen and (min-width: 850px) {
  header.site-header {
    height: 80px;
  }
}
header.site-header.headroom--pinned {
  transform: translateY(0%);
}
header.site-header.headroom--unpinned {
  transform: translateY(-100%);
}
header.site-header .site-header-inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 50px;
  align-items: center;
  box-sizing: border-box;
  max-width: 87%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  header.site-header .site-header-inner {
    max-width: 96%;
  }
}
header.site-header .site-header-inner .site-branding {
  width: 250px;
  min-width: 250px;
}

@media only screen and (min-width: 1024px) {
  header.site-header .site-header-inner .site-branding {
    width: 250px;
  }
}
header.site-header .site-header-inner .site-branding a:focus {
  outline: 0;
  opacity: 0.9;
}
header.site-header .site-header-inner .site-branding img {
  width: 100%;
  height: auto;
  min-width: 100px;
}
header.site-header nav.main-navigation {
  padding: 25px 0;
}
@media only screen and (min-width: 1200px) {
  header.site-header nav.main-navigation {
    padding: 0;
  }
}
header.site-header nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
header.site-header nav.main-navigation ul li {
  position: relative;
  font-weight: normal;
  font-size: 0.675em;
  margin-left: 20px;
}
@media only screen and (min-width: 1024px) {
  header.site-header nav.main-navigation ul li {
    font-size: 1em;
  }
}
header.site-header nav.main-navigation ul li a {
  display: inline-block;
  padding: 28px 0;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease;
}
header.site-header nav.main-navigation ul li a:hover {
  color: var(--primary);
  text-decoration: underline;
}
header.site-header nav.main-navigation ul li a:focus {
  color: var(--primary);
  outline: 0;
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.site-header nav.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 25px;
  white-space: nowrap;
  background: black;
  /* background: #2f4ea2;
  background: linear-gradient(146deg, #2f4ea2 0%, #3d75c1 100%);
  */
}
header.site-header nav.main-navigation ul li ul.sub-menu li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  color: white;
}
header.site-header nav.main-navigation ul li ul.sub-menu li:last-child {
  margin: 0;
}
header.site-header nav.main-navigation ul li ul.sub-menu li a {
  position: relative;
  display: inline-block;
  padding: 0;
  color: white;
}
header.site-header nav.main-navigation ul li ul.sub-menu li a:hover, header.site-header nav.main-navigation ul li ul.sub-menu li a:focus {
  text-decoration: none;
}
header.site-header nav.main-navigation ul li ul.sub-menu li a:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
header.site-header nav.main-navigation ul li ul.sub-menu li a:hover:after {
  opacity: 1;
  visibility: visible;
}
header.site-header nav.main-navigation ul li ul.sub-menu li a:focus:after {
  opacity: 1;
  visibility: visible;
}
header.site-header nav.main-navigation ul li:nth-last-child(1) ul.sub-menu, header.site-header nav.main-navigation ul li:nth-last-child(2) ul.sub-menu, header.site-header nav.main-navigation ul li:nth-last-child(3) ul.sub-menu {
  left: auto;
  right: 0;
}
header.site-header nav.main-navigation ul li.open ul.sub-menu {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .admin-bar header.site-header {
    top: 32px;
  }
}
@media only screen and (max-width: 550px) {
  .admin-bar header.site-header.headroom--top {
    top: 46px;
  }
}
/* Mobile Nav Overlay */
.overlay-close.svg-icon {
  border-color: white;
}

.overlay-close.svg-icon svg {
  padding-top: 3px;
}

.overlay-close.svg-icon svg path {
  fill: white;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  /* background: linear-gradient(135deg, #274796 0%, #4ca7be 100%); */
  z-index: 99999999;
  overflow-y: scroll;
}

/* Overlay closing cross */
.overlay .overlay-close {
  overflow: hidden;
  color: transparent;
  outline: none;
  z-index: 100;
  padding: 21px 0;
}

.overlay .overlay-close svg {
  width: 20px;
}

/* Menu style */
.overlay nav {
  position: relative;
  padding: 100px 0 25px;
  height: 100vh;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.overlay nav .menu-main-navigation-container {
  width: 87%;
  margin: auto;
}

.overlay ul {
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
  margin-right: 0;
  color: #333132;
}
.overlay ul li .overlay-nav-dropdown {
  width: 25px;
  height: 25px;
  background-image: url(../svg/ellipses.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.overlay ul li.open .overlay-nav-dropdown {
  background-image: url(../svg/arrow-up.svg);
}

.overlay ul li ul {
  display: none;
}
.overlay ul li ul li a {
  font-size: 1.25em;
  font-weight: 300;
}
.overlay ul li ul li:after {
  content: none;
}
.overlay ul li ul li:last-child {
  padding-bottom: 30px;
}
.overlay ul li.open ul {
  display: block;
}

.overlay ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.overlay ul li:last-child:after {
  content: none;
}

.overlay ul li.current_page_item {
  color: white;
}

.overlay ul li a {
  font-size: 2.625em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: white;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  max-width: 80vw;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: var(--secondary);
}

/* Effects */
.overlay-mc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-mc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-mc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-mc nav ul {
  opacity: 0.4;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-mc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
}
.overlay-header .overlay-header-inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 50px;
  align-items: center;
  box-sizing: border-box;
  max-width: 87%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .overlay-header .overlay-header-inner {
    max-width: 96%;
  }
}
.overlay-header .overlay-header-inner .site-branding {
  width: 175px;
}
@media only screen and (min-width: 1024px) {
  .overlay-header .overlay-header-inner .site-branding {
    width: 250px;
  }
}
.overlay-header .overlay-header-inner .site-branding img {
  width: 100%;
  height: auto;
}

.overlay-header img {
  width: 100%;
  height: auto;
}

.mobile-menu-bug {
  margin: 50px auto;
  width: 87%;
  height: auto;
}
.mobile-menu-bug img {
  width: 100px;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 2.125em;
  }

  .overlay ul li {
    min-height: 34px;
  }
}
@media screen and (min-width: 1201px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  nav.main-navigation .menu-main-navigation-container {
    display: none;
  }
}
.sub-navigation {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sub-navigation {
    display: none;
  }
}

body.logged-in section.intro .split {
  min-height: calc(100vh - 32px);
}

section.intro {
  position: relative;
  background: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  section.intro .split {
    min-height: 100vh;
    height: 1px;
    display: flex;
    align-items: stretch;
  }
}
section.intro .split .intro-text {
  flex: 1;
  position: relative;
  padding: 10vh 0;
}
section.intro .split .intro-text .intro-text-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  section.intro .split .intro-text .intro-text-inner {
    max-width: 70%;
  }
}
section.intro .split .intro-text .intro-text-inner h1 {
  font-size: 11vw;
  line-height: 1em;
  align-self: flex-start;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  section.intro .split .intro-text .intro-text-inner h1 {
    font-size: 8vw;
  }
}
@media only screen and (min-width: 1024px) {
  section.intro .split .intro-text .intro-text-inner h1 {
    font-size: 4.5vw;
  }
}
section.intro .split .intro-text .intro-text-inner p {
  font-size: 1.1em;
  line-height: 1.6em;
}
section.intro .split .intro-image {
  flex: 1;
  position: relative;
  padding: 0 30px 30px 30px;
}
@media only screen and (min-width: 1024px) {
  section.intro .split .intro-image {
    padding: 0;
  }
}
section.intro .split .intro-image img {
  height: 40vh;
  object-fit: cover;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  section.intro .split .intro-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
section.intro.subnav .intro-text-inner {
  padding: 50px 0 0;
}
@media only screen and (min-width: 768px) {
  section.intro.subnav .intro-text-inner {
    padding: 0;
  }
}

section.partner-connect {
  padding: 75px 0;
  text-align: center;
  background: #F7F7F7;
}
@media only screen and (min-width: 1024px) {
  section.partner-connect {
    padding: 150px 0;
  }
}
section.partner-connect h2 {
  margin: 0 0 30px;
}
section.partner-connect h2 span {
  display: block;
  color: var(--primary);
}

section.base-intro {
  padding: 200px 0 50px;
}
@media only screen and (max-width: 550px) {
  section.base-intro {
    padding: 125px 0 0;
  }
}
section.base-intro .contain {
  max-width: 900px;
  width: 86%;
}
section.base-intro.error-404 {
  text-align: center;
}
section.base-intro.error-404 h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 550px) {
  section.base-intro.error-404 h1 {
    font-size: 1.75em;
  }
}

section.base-content {
  padding: 0 0 100px;
}
@media only screen and (max-width: 550px) {
  section.base-content {
    padding: 0 0 50px;
  }
}
section.base-content .contain {
  max-width: 900px;
  width: 86%;
}
section.base-content p {
  font-size: 1.0625em;
  line-height: 1.6em;
}

/* CA */
section.ca {
  color: black;
  text-align: center;
  padding: 100px 0 125px;
  border-top: 1px solid #F7F7F7;
}
@media only screen and (max-width: 768px) {
  section.ca {
    padding: 50px 0 75px;
  }
}

section.ca h3 {
  margin-top: 0;
  font-weight: bold;
}

section.ca p {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}

section.ca p a {
  text-decoration: underline;
}

/* Footer */
footer.site-footer {
  position: relative;
  text-align: left;
  background: black;
  color: white;
}
footer.site-footer .site-footer-overflow {
  position: relative;
  overflow: hidden;
  padding: 75px 0 75px;
}
@media only screen and (min-width: 768px) {
  footer.site-footer .site-footer-overflow {
    padding: 75px 0 75px;
  }
}
footer.site-footer .contain {
  position: relative;
}
footer.site-footer .contain .site-footer-inner {
  position: relative;
  z-index: 1;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  footer.site-footer .contain .site-footer-inner {
    padding-right: 100px;
  }
}
footer.site-footer .contain p {
  max-width: 850px;
}
footer.site-footer .contain .footer-logo {
  width: 225px;
  display: block;
}
@media only screen and (min-width: 768px) {
  footer.site-footer .contain .footer-logo {
    width: 320px;
  }
}
footer.site-footer .contain .footer-logo img {
  width: 100%;
}
footer.site-footer .contain .copyright {
  margin-top: 30px;
  font-size: 0.8125em;
  font-weight: normal;
}
footer.site-footer .contain ul.footer-nav {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  justify-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  footer.site-footer .contain ul.footer-nav {
    display: flex;
    margin: 50px 0 0;
  }
}
footer.site-footer .contain ul.footer-nav li {
  text-transform: uppercase;
  font-size: 0.6875em;
  letter-spacing: 1.5px;
  font-weight: bold;
  line-height: 1.1em;
  padding: 10px 0;
  border-left: 0;
}
footer.site-footer .contain ul.footer-nav li:first-child {
  border: none;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  footer.site-footer .contain ul.footer-nav li {
    padding: 0 15px;
    border-left: 1px solid;
  }
}
footer.site-footer .contain ul.footer-nav li a {
  color: white;
  text-decoration: none;
}
footer.site-footer .contain ul.footer-nav li a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
footer.site-footer .contain .footer-m-logo {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
}
footer.site-footer .contain .footer-m-logo img {
  width: 100%;
}
footer.site-footer .contain div.circles {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 400px;
  height: 400px;
  transform: translate(50%, 50%);
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  footer.site-footer .contain div.circles {
    width: 600px;
    height: 600px;
  }
}
footer.site-footer .contain div.circles span.circle-large {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  transform-origin: center;
  background: #53c0c6;
  background: linear-gradient(90deg, #53c0c6 0%, #3a5da8 100%);
  animation: pulseCentered 9s infinite cubic-bezier(0.76, 0, 0.24, 1);
}
footer.site-footer .contain div.circles span.circle-small {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  transform-origin: center;
  background: #53c0c6;
  background: linear-gradient(357deg, #53c0c6 0%, #3959a7 100%);
  animation: pulseSmallCentered 9s infinite cubic-bezier(0.76, 0, 0.24, 1);
}

.terms h1 {
  text-align: center;
  margin-bottom: 60px;
}

.terms h1 span {
  font-weight: normal;
}

.terms h2 {
  font-size: 1.25em;
  margin-bottom: 5px;
}

.terms p {
  font-size: 1.0625em;
  font-weight: 500;
}

.terms a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

.terms a:hover {
  color: #047db9;
}

@media screen and (max-width: 800px) {
  .terms h1 {
    margin-bottom: 10px;
    text-align: left;
  }

  .terms p {
    font-size: 0.9375em;
  }
}
#onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #onetrust-policy-text, #onetrust-consent-sdk .ot-b-addl-desc, #onetrust-consent-sdk .ot-dpd-desc, #onetrust-consent-sdk .ot-dpd-title, #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk #onetrust-banner-sdk #banner-options * {
  color: #fff !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
  color: #fff !important;
}

section.layout {
  position: relative;
}
section.layout.grey-background {
  background: #F7F7F7;
}
section.layout .layout-inner {
  padding: 75px 0;
}
@media only screen and (min-width: 1024px) {
  section.layout .layout-inner {
    padding: 150px 0;
  }
	.page-id-3114 section.layout .layout-inner {
    padding: 30px 0;
  }
	.page-id-3114 section.layout:last-child .layout-inner {
    padding: 30px 0 150px;
  }
}
section.layout .layout-inner .layout-text {
  margin: 0 0 25px;
}
@media only screen and (min-width: 1024px) {
  section.layout .layout-inner .layout-text {
    margin: 0 0 75px;
  }
}
section.layout .layout-inner .layout-text h2 {
  position: relative;
  line-height: 1em;
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 550px) {
  section.layout .layout-inner .layout-text h2 {
    margin-bottom: 35px;
  }
}
section.layout .layout-inner .layout-text h2.icon {
  padding-top: 70px;
}
@media only screen and (min-width: 550px) {
  section.layout .layout-inner .layout-text h2.icon {
    padding-right: 100px;
  }
}
section.layout .layout-inner .layout-text h2.icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: auto;
}
@media only screen and (min-width: 550px) {
  section.layout .layout-inner .layout-text h2.icon img {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: auto;
  }
}
section.layout .layout-inner .layout-text ul {
  list-style: none;
  padding: 0 0 0 15px;
}
section.layout .layout-inner .layout-text ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--primary);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
section.layout.layout-1 .layout-inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 550px) {
  section.layout.layout-1 .layout-inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-1 .layout-inner {
    display: block;
  }
}
section.layout.layout-1 .layout-inner .layout-text {
  margin: 35px 0 0;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-1 .layout-inner .layout-text {
    margin: 0 0 75px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 550px) {
  section.layout.layout-1 .layout-inner .layout-text {
    width: 86%;
    margin: 60px auto;
  }
}
section.layout.layout-1 .layout-inner .layout-text h2 {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-1 .layout-inner .layout-text h2 {
    width: 47%;
  }
}
section.layout.layout-1 .layout-inner .layout-text .layout-text-body {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-1 .layout-inner .layout-text .layout-text-body {
    width: 47%;
  }
}
section.layout.layout-1 .layout-inner .layout-image {
  width: 100%;
  order: 1;
  position: relative;
  height: 0;
  padding-top: 80%;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-1 .layout-inner .layout-image {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
section.layout.layout-1 .layout-inner .layout-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-1 .layout-inner .layout-image img {
    position: relative;
  }
}
section.layout.layout-2 .layout-inner, section.layout.layout-posts .layout-inner {
  padding: 75px 0;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-2 .layout-inner, section.layout.layout-posts .layout-inner {
    padding: 150px 0 100px;
  }
  .tabbed section.layout.layout-2 .layout-inner, .tabbed section.layout.layout-posts .layout-inner {
    padding: 50px 0 100px;
  }
}
section.layout.layout-2 .layout-inner .layout-text-body, section.layout.layout-posts .layout-inner .layout-text-body {
  max-width: 850px;
}
section.layout.layout-2 .layout-inner ul.grid-elements, section.layout.layout-posts .layout-inner ul.grid-elements {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
section.layout.layout-2 .layout-inner ul.grid-elements.two li, section.layout.layout-posts .layout-inner ul.grid-elements.two li {
  width: 100%;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 550px) {
  section.layout.layout-2 .layout-inner ul.grid-elements.two li:last-child, section.layout.layout-posts .layout-inner ul.grid-elements.two li:last-child {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-2 .layout-inner ul.grid-elements.two li, section.layout.layout-posts .layout-inner ul.grid-elements.two li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  section.layout.layout-2 .layout-inner ul.grid-elements.two li:nth-child(2n+2), section.layout.layout-posts .layout-inner ul.grid-elements.two li:nth-child(2n+2) {
    margin: 0 0 4% 0;
  }
}
section.layout.layout-2 .layout-inner ul.grid-elements.three li, section.layout.layout-posts .layout-inner ul.grid-elements.three li {
  width: 100%;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 550px) {
  section.layout.layout-2 .layout-inner ul.grid-elements.three li:last-child, section.layout.layout-posts .layout-inner ul.grid-elements.three li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 550px) {
  section.layout.layout-2 .layout-inner ul.grid-elements.three li, section.layout.layout-posts .layout-inner ul.grid-elements.three li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  section.layout.layout-2 .layout-inner ul.grid-elements.three li:nth-child(2n+2), section.layout.layout-posts .layout-inner ul.grid-elements.three li:nth-child(2n+2) {
    margin: 0 0 5% 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-2 .layout-inner ul.grid-elements.three li, section.layout.layout-posts .layout-inner ul.grid-elements.three li {
    width: 30%;
    margin: 0 5% 5% 0;
  }
  section.layout.layout-2 .layout-inner ul.grid-elements.three li:nth-child(2n+2), section.layout.layout-posts .layout-inner ul.grid-elements.three li:nth-child(2n+2) {
    margin: 0 5% 5% 0;
  }
  section.layout.layout-2 .layout-inner ul.grid-elements.three li:nth-child(3n+3), section.layout.layout-posts .layout-inner ul.grid-elements.three li:nth-child(3n+3) {
    margin: 0 0 5% 0;
  }
}
section.layout.layout-2 .layout-inner ul.grid-elements li, section.layout.layout-posts .layout-inner ul.grid-elements li {
  position: relative;
}
section.layout.layout-2 .layout-inner ul.grid-elements li a, section.layout.layout-posts .layout-inner ul.grid-elements li a {
  color: black;
}
section.layout.layout-2 .layout-inner ul.grid-elements li a:hover, section.layout.layout-posts .layout-inner ul.grid-elements li a:hover {
  color: var(--primary);
}
section.layout.layout-2 .layout-inner ul.grid-elements li .grid-element-image, section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}
section.layout.layout-2 .layout-inner ul.grid-elements li .grid-element-image img, section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
section.layout.layout-2 .layout-inner ul.grid-elements li .grid-element-text, section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text {
  margin: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  section.layout.layout-2 .layout-inner ul.grid-elements li .grid-element-text, section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text {
    margin: 25px 0 0;
  }
}
section.layout.layout-2 .layout-inner ul.grid-elements li .grid-element-text h5, section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text h5 {
	color:#000000;
  margin: 0 0 5px;
  font-size: 1.0625em;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  section.layout.layout-2 .layout-inner ul.grid-elements li .grid-element-text h5, section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text h5 {
    margin: 0 0 10px;
    font-size: 1.1875em;
  }
}
section.layout.layout-2 .layout-inner ul.grid-elements li .grid-element-text p, section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text p {
  margin: 0;
}
section.layout.layout-2.light-gray {
  background: #F4F4F4;
}
section.layout.layout-3 {
  z-index: 1;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
}
section.layout.layout-3 .layout-inner {
  padding: 0;
  border-bottom: 0;
}
section.layout.layout-3 .layout-inner .layout-text {
  margin: 0;
}
section.layout.layout-3.inset.light-gray {
  padding: 0;
}
section.layout.layout-3.inset.light-gray .layout-inner {
  padding: 75px 0;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset.light-gray .layout-inner {
    padding: 150px 0;
  }
}
section.layout.layout-3.light-gray.inset + section.layout.layout-3.light-gray.inset .layout-inner {
  padding-top: 0;
}
section.layout.layout-3 .split {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3 .split {
    min-height: 90vh;
    height: 1px;
    flex-direction: row;
    align-items: stretch;
  }
}
section.layout.layout-3 .split .layout-text {
  flex: 1;
  position: relative;
  padding: 75px 0;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3 .split .layout-text {
    padding: 10vh 0;
    order: 1;
  }
}
section.layout.layout-3 .split .layout-text .layout-text-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3 .split .layout-text .layout-text-inner {
    max-width: 550px;
    width: 70%;
  }
}
section.layout.layout-3 .split .layout-text .layout-text-inner p {
  font-size: 1em;
  line-height: 1.5em;
}
section.layout.layout-3 .split .layout-image {
  flex: 1;
  order: 1;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3 .split .layout-image {
    order: 2;
  }
}
section.layout.layout-3 .split .layout-image img {
  height: 50vh;
  object-fit: cover;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3 .split .layout-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
section.layout.layout-3.inset {
  box-shadow: none;
  padding: 75px 0;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset {
    padding: 150px 0;
  }
}
section.layout.layout-3.inset .split {
  min-height: auto;
  width: 86%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
}
section.layout.layout-3.inset .split h2 {
  font-size: 2.5em;
}
section.layout.layout-3.inset .split .layout-image {
  min-height: auto;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset .split .layout-image {
    min-height: 80vh;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset .split .layout-text-inner {
    max-width: 550px;
    width: 80%;
  }
}
section.layout.layout-3.inset.no-background h2 {
  font-size: 1.75em;
  color: black;
}
section.layout.layout-3.inset.no-background .layout-text {
  padding: 75px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset.no-background .layout-text {
    padding: 10vh 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset.no-background .layout-text {
    padding: 0;
    flex-basis: 15%;
  }
}
section.layout.layout-3.inset.no-background .layout-text .layout-text-inner {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset.no-background .layout-text .layout-text-inner {
    width: 86%;
    max-width: 1440px;
    margin-left: 0;
  }
}
section.layout.layout-3.inset.no-background .layout-image {
  min-height: auto;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset.no-background .layout-image {
    min-height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-3.inset.no-background.right .layout-text-inner {
    margin-left: auto;
    margin-right: 0;
  }
}
section.layout.layout-3.right .layout-text {
  order: 2;
}
section.layout.layout-3.right .layout-image {
  order: 1;
}
section.layout.layout-3.light-gray .layout-text {
  background: #F4F4F4;
}
section.layout.layout-3.blue-gradient .layout-text {
  background: #2f4ea2;
  background: linear-gradient(135deg, #2f4ea2 0%, #3d75c1 100%);
  color: white;
}
section.layout.layout-3.blue-gradient .layout-text * {
  color: white !important;
}
section.layout.layout-3 + section.layout.layout-3.blue-gradient, section.layout.layout-3 + section.layout.layout-3.light-gray {
  padding-top: 0;
}
section.layout.layout-4 .layout-inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 550px) {
  section.layout.layout-4 .layout-inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-4 .layout-inner {
    display: block;
  }
}
section.layout.layout-4 .layout-inner .layout-text {
  margin: 35px 0 0;
  /*order: 2;*/
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-4 .layout-inner .layout-text {
    margin: 0 0 75px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 550px) {
  section.layout.layout-4 .layout-inner .layout-text {
    width: 86%;
    margin: 60px auto;
  }
}
section.layout.layout-4 .layout-inner .layout-text h2 {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-4 .layout-inner .layout-text h2 {
    width: 47%;
  }
}
section.layout.layout-4 .layout-inner .layout-text .layout-text-body {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-4 .layout-inner .layout-text .layout-text-body {
    width: 47%;
  }
}
section.layout.layout-4 .layout-inner .layout-subhead {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.layout.layout-4 .layout-inner .layout-subhead {
    margin-top: 20px;
  }
}
section.layout.layout-4 .layout-inner .layout-subhead h3 {
  margin-bottom: 20px;
  color: black !important;
  font-size: 2em;
}
@media screen and (max-width: 550px) {
  section.layout.layout-4 .layout-inner .layout-subhead h3 {
    font-size: 1.5em;
    width: 86%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  section.layout.layout-4 .layout-inner .layout-subhead p {
    width: 86%;
    margin: auto;
  }
}
section.layout.layout-4 .layout-inner .layout-image {
  width: 100%;
  order: 1;
  position: relative;
  height: 0;
  padding-top: 80%;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-4 .layout-inner .layout-image {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
section.layout.layout-4 .layout-inner .layout-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-4 .layout-inner .layout-image img {
    position: relative;
  }
}
section.layout.layout-4 .layout-inner .four-card-grid {
  padding-top: 30px;
  padding-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 40px;
}
section.layout.layout-4 .layout-inner .four-card-grid .card-wrap {
  display: flex;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  align-items: stretch;
  min-height: 500px;
}
section.layout.layout-4 .layout-inner .four-card-grid .card-wrap .image-wrap {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
section.layout.layout-4 .layout-inner .four-card-grid .card-wrap .image-wrap img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
section.layout.layout-4 .layout-inner .four-card-grid .card-wrap .card-body {
  padding: 15px;
}
section.layout.layout-4 .layout-inner .four-card-grid .card-wrap .card-body .button {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  section.layout.layout-4 .layout-inner .four-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  section.layout.layout-4 .layout-inner .four-card-grid {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    margin: auto;
  }
}


section.layout.layout-5 {
  z-index: 1;
  /*box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);*/
}
section.layout.layout-5 .layout-inner {
  padding: 0;
  border-bottom: 0;
}
section.layout.layout-5 .layout-inner .layout-text {
  margin: 0;
}
section.layout.layout-5.inset.light-gray {
  padding: 0;
}
section.layout.layout-5.inset.light-gray .layout-inner {
  padding: 75px 0;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset.light-gray .layout-inner {
    padding: 150px 0;
  }
}
section.layout.layout-5.light-gray.inset + section.layout.layout-5.light-gray.inset .layout-inner {
  padding-top: 0;
}
section.layout.layout-5 .split {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5 .split {
    min-height: 60vh;
    height: 1px;
    flex-direction: row;
    align-items: stretch;
  }
}
section.layout.layout-5 .split .layout-text {
  flex: 1;
  position: relative;
  padding: 75px 0;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5 .split .layout-text {
    padding: 5vh 0;
    order: 1;
  }
}
section.layout.layout-5 .split .layout-text .layout-text-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5 .split .layout-text .layout-text-inner {
    max-width: 550px;
    width: 70%;
  }
  section.layout.layout-5 .split .layout-text.layout-image .layout-text-inner {
    max-width: 820px;
    width: 85%;
  }
}
section.layout.layout-5 .split .layout-text .layout-text-inner p {
  font-size: 1em;
  line-height: 1.5em;
}
section.layout.layout-5 .split .layout-text .layout-text-inner p.mighty {
  font-size: 25px;
}
section.layout.layout-5 .split .layout-image {
  flex: 1;
  order: 1;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5 .split .layout-image {
    order: 2;
  }
}
section.layout.layout-5 .split .layout-image img {
  height: 50vh;
  object-fit: cover;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5 .split .layout-image img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
  }
}
section.layout.layout-5.inset {
  box-shadow: none;
  padding: 75px 0;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset {
    padding: 150px 0;
  }
}
section.layout.layout-5.inset .split {
  min-height: auto;
  width: 86%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
}
section.layout.layout-5.inset .split h2 {
  font-size: 2.5em;
}
section.layout.layout-5.inset .split .layout-image {
  min-height: auto;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset .split .layout-image {
    min-height: 80vh;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset .split .layout-text-inner {
    max-width: 550px;
    width: 80%;
  }
}
section.layout.layout-5.inset.no-background h2 {
  font-size: 1.75em;
  color: black;
}
section.layout.layout-5.inset.no-background .layout-text {
  padding: 75px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset.no-background .layout-text {
    padding: 10vh 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset.no-background .layout-text {
    padding: 0;
    flex-basis: 15%;
  }
}
section.layout.layout-5.inset.no-background .layout-text .layout-text-inner {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset.no-background .layout-text .layout-text-inner {
    width: 86%;
    max-width: 1440px;
    margin-left: 0;
  }
}
section.layout.layout-3.inset.no-background .layout-image {
  min-height: auto;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset.no-background .layout-image {
    min-height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-5.inset.no-background.right .layout-text-inner {
    margin-left: auto;
    margin-right: 0;
  }
}
section.layout.layout-5.right .layout-text {
  order: 2;
}
section.layout.layout-5.right .layout-image {
  order: 1;
}
section.layout.layout-5.light-gray .layout-text {
  background: #F4F4F4;
}
section.layout.layout-5.blue-gradient .layout-text {
  background: #2f4ea2;
  background: linear-gradient(135deg, #2f4ea2 0%, #3d75c1 100%);
  color: white;
}
section.layout.layout-5.blue-gradient .layout-text * {
  color: white !important;
}
section.layout.layout-5 + section.layout.layout-5.blue-gradient, section.layout.layout-5 + section.layout.layout-5.light-gray {
  padding-top: 0;
}

section.layout.layout-gallery {
  padding: 35px;
}
@media only screen and (min-width: 768px) {
  section.layout.layout-gallery {
    padding: 0;
  }
}
section.layout.layout-gallery .gallery + .gallery {
  padding-top: 0px;
}
section.layout.layout-posts .layout-inner ul.grid-elements li, section.layout#join-newlab .layout-inner ul.grid-elements li {
  position: relative;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.225s ease;
}
section.layout.layout-posts .layout-inner ul.grid-elements li:hover, section.layout#join-newlab .layout-inner ul.grid-elements li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
section.layout.layout-posts .layout-inner ul.grid-elements li a, section.layout#join-newlab .layout-inner ul.grid-elements li a {
  color: black;
}
section.layout.layout-posts .layout-inner ul.grid-elements li a:hover, section.layout#join-newlab .layout-inner ul.grid-elements li a:hover {
  color: black;
}
section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-image, section.layout#join-newlab .layout-inner ul.grid-elements li .grid-element-image {
  padding-top: 70%;
}
section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text, section.layout#join-newlab .layout-inner ul.grid-elements li .grid-element-text {
  padding: 35px 25px;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text, section.layout#join-newlab .layout-inner ul.grid-elements li .grid-element-text {
    padding: 35px;
  }
}
section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text h5, section.layout#join-newlab .layout-inner ul.grid-elements li .grid-element-text h5 {
  margin: 0 0 10px;
  font-size: 1.1875em;
  font-weight: normal;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text h5, section.layout#join-newlab .layout-inner ul.grid-elements li .grid-element-text h5 {
    max-width: 90%;
  }
}
section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text span.date, section.layout#join-newlab .layout-inner ul.grid-elements li .grid-element-text span.date {
  display: block;
  margin: 0 0 10px;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
}
section.layout.layout-posts .layout-inner ul.grid-elements li .grid-element-text span.source, section.layout#join-newlab .layout-inner ul.grid-elements li .grid-element-text span.source {
  display: block;
  margin: 12px 0 0;
  font-size: 0.75em;
  font-weight: normal;
  color: grey;
}
section.layout.layout-paragraph.fullwidth .layout-inner {
  max-width: 100%;
  width: 100%;
  border: 0 !important;
  padding: 0;
}
section.layout.layout-paragraph.blue-gradient {
  background: #2f4ea2;
  background: linear-gradient(135deg, #2f4ea2 0%, #3d75c1 100%);
}
section.layout.layout-1 + section.layout.layout-1 .layout-inner, section.layout.layout-1 + section.layout.layout-2 .layout-inner, section.layout.layout-1 + section.layout.layout-3.inset .layout-inner, section.layout.layout-1 + section.layout.layout-paragraph .layout-inner, section.layout.layout-1 + section.layout.layout-posts .layout-inner, section.layout.layout-2 + section.layout.layout-1 .layout-inner, section.layout.layout-2 + section.layout.layout-2 .layout-inner, section.layout.layout-2 + section.layout.layout-3.inset .layout-inner, section.layout.layout-2 + section.layout.layout-paragraph .layout-inner, section.layout.layout-2 + section.layout.layout-posts .layout-inner, section.layout.layout-3.inset + section.layout.layout-1 .layout-inner, section.layout.layout-3.inset + section.layout.layout-2 .layout-inner, section.layout.layout-3.inset + section.layout.layout-3.inset .layout-inner, section.layout.layout-3.inset + section.layout.layout-paragraph .layout-inner, section.layout.layout-3.inset + section.layout.layout-posts .layout-inner, section.layout.paragraph + section.layout.layout-1 .layout-inner, section.layout.paragraph + section.layout.layout-2 .layout-inner, section.layout.paragraph + section.layout.layout-3.inset .layout-inner, section.layout.paragraph + section.layout.layout-paragraph .layout-inner, section.layout.paragraph + section.layout.layout-posts .layout-inner, section.layout.layout-posts + section.layout.layout-1 .layout-inner, section.layout.layout-posts + section.layout.layout-2 .layout-inner, section.layout.layout-posts + section.layout.layout-3.inset .layout-inner, section.layout.layout-posts + section.layout.layout-paragraph .layout-inner, section.layout.layout-posts + section.layout.layout-posts .layout-inner, section.layout.layout-4 + section.layout.layout-1 .layout-inner, section.layout.layout-4 + section.layout.layout-2 .layout-inner, section.layout.layout-4 + section.layout.layout-3.inset .layout-inner, section.layout.layout-4 + section.layout.layout-paragraph .layout-inner, section.layout.layout-4 + section.layout.layout-posts .layout-inner, .tabbed .layout-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
section.layout.layout-1 + section.layout.layout-2 .layout-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
section.layout.layout-2.light-gray .layout-inner {
  border-top: 0px !important;
}
section.layout.about-michigan + section.layout .layout-inner {
  border-top: 0px !important;
}
section.layout.layout-3.light-gray.inset + section.layout.layout-3.light-gray.inset .layout-inner {
  border-top: 0px !important;
}
section.layout:last-child .layout-inner {
  border-bottom: 0;
}

.gallery {
  padding: 5px 0;
}
.gallery:first-child {
  padding-top: 0;
}
.gallery:last-child {
  padding-bottom: 0;
}
.gallery.gallery-4image, .gallery.gallery-2image {
  display: flex;
}
.gallery .gallery-image {
  position: relative;
  height: 0;
}
.gallery .gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-image p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 25px 25px;
  margin: 0;
  color: white;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.gallery .gallery-image:hover p {
  opacity: 1;
  visibility: visible;
}
.gallery.gallery-4image {
  flex-wrap: wrap;
}
.gallery.gallery-4image .gallery-col1 {
  width: 100%;
  flex: auto;
  padding-right: 0;
  padding-bottom: 5px;
}
.gallery.gallery-4image .gallery-col2 {
  padding-right: 5px;
}
.gallery.gallery-4image .gallery-col2, .gallery.gallery-4image .gallery-col3 {
  flex: auto;
}
.gallery.gallery-4image .gallery-col1 .gallery-image {
  padding-top: calc(70% + 5px);
}
.gallery.gallery-4image .gallery-col2 .gallery-image {
  padding-top: 70%;
}
.gallery.gallery-4image .gallery-col2 .gallery-image:first-child {
  margin-bottom: 5px;
}
.gallery.gallery-4image .gallery-col3 .gallery-image {
  padding-top: calc(140% + 5px);
}
@media only screen and (min-width: 1024px) {
  .gallery.gallery-4image .gallery-col1 {
    flex: 2;
    padding-right: 5px;
    padding-bottom: 0;
  }
  .gallery.gallery-4image .gallery-col2,
.gallery.gallery-4image .gallery-col3 {
    flex: 1;
  }
}
.gallery.gallery-2image {
  display: block;
}
.gallery.gallery-2image .gallery-col1 {
  width: 100%;
  flex: auto;
  padding-right: 0;
  padding-bottom: 5px;
}
.gallery.gallery-2image .gallery-col2 {
  flex: auto;
}
.gallery.gallery-2image .gallery-col1 .gallery-image {
  padding-top: 70%;
}
.gallery.gallery-2image .gallery-col2 .gallery-image {
  padding-top: 70%;
}
@media only screen and (min-width: 1024px) {
  .gallery.gallery-2image {
    display: flex;
  }
  .gallery.gallery-2image .gallery-col1 {
    flex: 1;
    padding-right: 5px;
    padding-bottom: 0;
  }
  .gallery.gallery-2image .gallery-col2 {
    flex: 3;
  }
  .gallery.gallery-2image .gallery-col1 .gallery-image {
    padding-top: 144%;
  }
  .gallery.gallery-2image .gallery-col2 .gallery-image {
    padding-top: 48%;
  }
}
.gallery.gallery-slider {
  width: 100%;
}
.gallery.gallery-slider p {
  background: white;
  text-align: right;
  margin: 0;
  padding: 10px 20px;
  font-size: 0.875em;
}
.gallery.gallery-slider .gallery-image {
  padding-top: 70%;
}
@media only screen and (min-width: 1024px) {
  .gallery.gallery-slider .gallery-image {
    padding-top: 50%;
  }
}
.gallery.gallery-slider .swiper-button-prev:after, .gallery.gallery-slider .swiper-container-rtl .swiper-button-next:after,
.gallery.gallery-slider .swiper-button-next:after, .gallery.gallery-slider .swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
.gallery.gallery-slider .swiper-button-next, .gallery.gallery-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .gallery.gallery-slider .swiper-button-next, .gallery.gallery-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.gallery.gallery-slider .swiper-button-next img, .gallery.gallery-slider .swiper-button-prev img {
  width: 100%;
}
.gallery.gallery-slider .swiper-button-prev, .gallery.gallery-slider .swiper-container-rtl .swiper-button-next {
  left: 20px;
}
.gallery.gallery-slider .swiper-button-next, .gallery.gallery-slider .swiper-container-rtl .swiper-button-prev {
  right: 20px;
}

#join-newlab .layout-inner {
  padding: 25px 0 75px;
  border-top: 0px !important;
}
@media only screen and (min-width: 1024px) {
  #join-newlab .layout-inner {
    padding: 25px 0 150px;
  }
}
#join-newlab .layout-inner .grid-element-text h5 {
  font-weight: bold !important;
}

.select {
  position: relative;
}

.sub-navigation {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* Input styling */
  /* Dropdown styling */
}
.sub-navigation .sub-navigation-header {
  border-radius: 0;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .sub-navigation .sub-navigation-header {
    width: 100%;
    padding: 10px 20px;
  }
}
.sub-navigation .input__active {
  border-color: var(--primary);
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.sub-navigation .sub-navigation-header__placeholder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 87%;
  margin: 0 auto;
  width: 100%;
}
.sub-navigation .placeholder {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  color: var(--primary);
}
.sub-navigation .sub-navigation-header__selected {
  color: black;
}
.sub-navigation .sub-navigation-container {
  position: relative;
  width: 100%;
  padding: 0 0 20px;
  background-color: white;
  z-index: 999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.sub-navigation .sub-navigation-container #page-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-navigation .sub-navigation-container #page-menu li {
  padding: 10px 0;
  max-width: 87%;
  margin: 0 auto;
  width: 100%;
}
.sub-navigation .sub-navigation-container #page-menu li a {
  color: black;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.sub-navigation .hide {
  display: none;
}

.hero-background {
  position: relative;
  text-align: center;
  width: 100vw;
  height: 100vh;
}
.hero-background video, .hero-background .viewport-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-background video {
  background: black;
  object-fit: cover;
}
.hero-background .viewport-header {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.5) 100%);
}
.hero-background .viewport-header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}
@media only screen and (min-width: 550px) {
  .hero-background .viewport-header .logo {
    width: 275px;
  }
}
.hero-background .viewport-header .logo img {
  width: 100%;
  height: 100%;
}
.hero-background .viewport-header .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) {
  .hero-background .viewport-header .controls {
    display: flex;
    padding: 50px;
    background: transparent;
  }
}
.hero-background .viewport-header .controls .pause-video {
  display: block;
  font-size: 0.875em;
  width: 100%;
  padding: 30px;
}
@media only screen and (min-width: 550px) {
  .hero-background .viewport-header .controls .pause-video {
    padding: 0px;
    width: 175px;
  }
}
.hero-background .viewport-header .controls .pause-video button {
  display: flex;
  align-items: center;
}
.hero-background .viewport-header .controls .pause-video button span.icon {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.hero-background .viewport-header .controls .pause-video button span.text {
  padding-right: 5px;
}
.hero-background .viewport-header .controls .scroll-down {
  display: none;
}
@media only screen and (min-width: 550px) {
  .hero-background .viewport-header .controls .scroll-down {
    display: block;
  }
}
.hero-background .viewport-header .controls .play-full {
  padding: 30px;
  width: 100%;
  background: #274796;
  background: linear-gradient(101deg, #274796 0%, #4ca7be 100%);
}
@media only screen and (min-width: 550px) {
  .hero-background .viewport-header .controls .play-full {
    width: 175px;
    padding: 0;
    background: transparent;
  }
}
.hero-background .viewport-header .controls .play-full button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.25em;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 550px) {
  .hero-background .viewport-header .controls .play-full button {
    width: auto;
    font-size: 1.125em;
    justify-content: normal;
  }
}
.hero-background .viewport-header .controls .play-full button span {
  display: flex;
  margin: 0 0 0 10px;
}
.hero-background .viewport-header .controls button {
  color: white;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
  transition: all 0.225s ease;
  text-shadow: 0px 0px 3px black;
}
.hero-background .viewport-header .controls button:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.video-popup {
  max-width: 100vh;
  width: 100vw;
  padding: 0 35px;
  margin: auto;
}
.video-popup a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  font-size: 1em;
  margin: 0 0 20px;
  transition: opacity 0.225s ease;
}
.video-popup a:hover {
  opacity: 0.6;
}
.video-popup a span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.logged-in .hero-background {
  height: calc(100vh - 32px);
}

.home-intro {
  z-index: 1;
}
.home-intro.layout.layout-3 .split .layout-text .layout-text-inner h1 {
  max-width: 600px;
}
.home-intro.layout.layout-3 .split .layout-text .layout-text-inner p {
  font-size: 1em;
  max-width: 500px;
}

.home-scroller {
  background: none;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .home-scroller {
    padding: 0;
    background: #2547a0;
    background: linear-gradient(0deg, #2547a0 0%, #54c4c7 100%);
  }
}
.home-scroller .home-scroller-inner {
  display: flex;
  position: relative;
}
.home-scroller .home-scroller-inner .background, .home-scroller .home-scroller-inner .buttons {
  flex: 1;
}
.home-scroller .home-scroller-inner .background {
  display: none;
  position: relative;
  background-image: url(../png/monogram_master_m_white.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 30vw;
  background-position: 10vw center;
}
@media only screen and (min-width: 1024px) {
  .home-scroller .home-scroller-inner .background {
    display: block;
  }
}
.home-scroller .home-scroller-inner .background:before {
  position: absolute;
  content: none;
  background: #54c4c7;
  background: linear-gradient(0deg, rgba(84, 196, 199, 0) 0%, #54c4c7 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 1024px) {
  .home-scroller .home-scroller-inner .background:before {
    content: "";
  }
}
.home-scroller .home-scroller-inner .background:after {
  position: absolute;
  content: none;
  background: #2547a0;
  background: linear-gradient(180deg, rgba(37, 71, 160, 0) 0%, #2547a0 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 1024px) {
  .home-scroller .home-scroller-inner .background:after {
    content: "";
  }
}
.home-scroller .home-scroller-inner .home-button {
  position: relative;
  top: 0;
  width: 100%;
  padding: 25px;
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button {
    position: sticky;
    padding: 0px;
  }
}
.home-scroller .home-scroller-inner .home-button .home-button-inner {
  position: relative;
  width: 100%;
  min-height: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner {
    display: block;
    min-height: 100vh;
  }
}
.home-scroller .home-scroller-inner .home-button .home-button-inner:before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner:before {
    content: "";
  }
}
.home-scroller .home-scroller-inner .home-button .home-button-inner header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 750px;
  padding: 35px;
  box-sizing: border-box;
  z-index: 3;
  order: 2;
  background: #3856a6;
  background: linear-gradient(153deg, #3856a6 0%, #4da9bf 100%);
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner header {
    background: none;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner header {
    padding: 150px 75px 75px;
  }
}
.home-scroller .home-scroller-inner .home-button .home-button-inner header h3 {
  color: var(--secondary);
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
  text-shadow: 0px 0px 3px black;
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner header h3 {
    font-size: 0.875em;
  }
}
.home-scroller .home-scroller-inner .home-button .home-button-inner header h4 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0;
  color: white;
  text-shadow: 0px 0px 3px black;
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner header h4 {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner header h4 {
    font-size: 2.375em;
  }
}
.home-scroller .home-scroller-inner .home-button .home-button-inner .home-button-arrow {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  z-index: 3;
  text-align: right;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner .home-button-arrow {
    display: block;
  }
}
.home-scroller .home-scroller-inner .home-button .home-button-inner .home-button-arrow button {
  padding: 0;
  background: none;
  color: white;
  outline: none;
  border: 0;
}
.home-scroller .home-scroller-inner .home-button .home-button-inner .home-button-arrow button img {
  width: 50px;
  height: 50px;
}
.home-scroller .home-scroller-inner .home-button .home-button-inner .home-button-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 60%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home-scroller .home-scroller-inner .home-button .home-button-inner .home-button-image {
    position: absolute;
    padding-top: 0;
    height: 100%;
  }
}
.home-scroller .home-scroller-inner .home-button .home-button-inner .home-button-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-scroller .home-scroller-inner .home-button a:hover h4 {
  text-decoration: underline;
}
.home-scroller .home-scroller-inner .home-button a:focus h4 {
  text-decoration: underline;
}

.home-scroller.sticky-scroller {
  overflow: hidden;
  height: 100vh;
  background: none;
}
@media only screen and (min-width: 768px) {
  .home-scroller.sticky-scroller .home-scroller-inner {
    padding: 0;
    background: #2547a0;
    background: linear-gradient(0deg, #2547a0 0%, #54c4c7 100%);
  }
}
.home-scroller.sticky-scroller .home-scroller-inner .background {
  height: 300vh;
}
.home-scroller.sticky-scroller .home-scroller-inner .buttons {
  height: 100vh;
  overflow: hidden;
}

.home-partners {
  background: url(../svg/partners-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}
.home-partners .home-partners-inner {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) {
  .home-partners .home-partners-inner {
    padding: 175px 0;
  }
}
.home-partners .home-partners-inner .home-partners-text {
  text-align: left;
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .home-partners .home-partners-inner .home-partners-text {
    text-align: center;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .home-partners .home-partners-inner .home-partners-text {
    max-width: 900px;
  }
}
.home-partners .home-partners-inner .home-partners-text h2 {
  margin: 0 0 35px;
}
.home-partners .home-partners-inner .home-partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 40px auto;
}
@media only screen and (min-width: 768px) {
  .home-partners .home-partners-inner .home-partners-logos {
    max-width: 80%;
    margin: 100px auto 80px;
  }
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  box-sizing: content-box;
  min-height: 100px;
}
@media only screen and (min-width: 768px) {
  .home-partners .home-partners-inner .home-partners-logos .partners-logo {
    width: 22%;
    margin: 0 0 50px;
  }
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo img {
  max-width: 120px;
  max-height: 40px;
  position: absolute;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .home-partners .home-partners-inner .home-partners-logos .partners-logo img {
    max-width: 130px;
    max-height: 55px;
  }
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo img:last-child {
  opacity: 0;
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo:nth-child(1) img {
  animation-delay: 0s;
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo:nth-child(2) img {
  animation-delay: 2s;
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo:nth-child(3) img {
  animation-delay: 5s;
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo:nth-child(4) img {
  animation-delay: 2.5s;
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo:nth-child(5) img {
  animation-delay: 4s;
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo:nth-child(6) img {
  animation-delay: 6s;
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo:nth-child(7) img {
  animation-delay: 1s;
}
.home-partners .home-partners-inner .home-partners-logos .partners-logo:nth-child(8) img {
  animation-delay: 3.5s;
}

.home-voices {
  background: #F7F7F7;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .home-voices {
    padding: 150px 0;
  }
}
.home-voices .home-voices-inner.contain {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .home-voices .home-voices-inner.contain {
    width: 86%;
  }
}
.home-voices .home-voices-inner h2 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  z-index: 2;
  margin: 0;
  text-align: left;
  font-size: 2.375em;
  color: white;
}
@media only screen and (min-width: 550px) {
  .home-voices .home-voices-inner h2 {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0;
    font-size: 3.25em;
    text-align: center;
    color: var(--primary);
  }
}
.home-voices .home-voices-inner .voices {
  display: flex;
  margin: 0;
  justify-content: space-between;
}
@media only screen and (min-width: 550px) {
  .home-voices .home-voices-inner .voices {
    margin: 100px 0 0;
  }
}
.home-voices .home-voices-inner .voices .voice {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home-voices .home-voices-inner .voices .voice {
    width: 48%;
  }
}
@media only screen and (min-width: 1220px) {
  .home-voices .home-voices-inner .voices .voice {
    width: 32%;
  }
}
.home-voices .home-voices-inner .voices .voice:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-voices .home-voices-inner .voices .voice:nth-child(2) {
    display: block;
  }
}
.home-voices .home-voices-inner .voices .voice:last-child {
  display: none;
}
@media only screen and (min-width: 1220px) {
  .home-voices .home-voices-inner .voices .voice:last-child {
    display: block;
  }
}
.home-voices .home-voices-inner .voices .voice:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 37%, black 85%, black 100%);
}
@media only screen and (min-width: 768px) {
  .home-voices .home-voices-inner .voices .voice:after {
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, black 78%, black 100%);
  }
}
.home-voices .home-voices-inner .voices .voice .voice-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 160%;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-voices .home-voices-inner .voices .voice .voice-image {
    padding-top: 175%;
  }
}
.home-voices .home-voices-inner .voices .voice .voice-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .home-voices .home-voices-inner .voices .voice .voice-image img {
    transform: scale(1.15);
  }
}
@media only screen and (min-width: 1220px) {
  .home-voices .home-voices-inner .voices .voice .voice-image img {
    transform: scale(1.3);
  }
}
.home-voices .home-voices-inner .voices .voice .voice-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 50px;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (min-width: 550px) {
  .home-voices .home-voices-inner .voices .voice .voice-text {
    padding: 6vw;
  }
}
@media only screen and (min-width: 768px) {
  .home-voices .home-voices-inner .voices .voice .voice-text {
    padding: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .home-voices .home-voices-inner .voices .voice .voice-text {
    padding: 3vw;
  }
}
.home-voices .home-voices-inner .voices .voice .voice-text .voice-quote {
  font-size: 1.0625em;
  line-height: 1.4em;
  font-weight: bold;
}
.home-voices .home-voices-inner .voices .voice .voice-text .voice-name {
  margin: 30px 0 0;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #88D5F4;
  font-weight: bold;
}
.home-voices .home-voices-inner .voices .voice .voice-text .voice-title {
  font-size: 0.875em;
}

.home-slider {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .home-slider {
    padding: 150px 0 100px;
  }
}
.home-slider .home-slider-inner {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}
.home-slider .home-slider-inner .swiper-button-prev:after, .home-slider .home-slider-inner .swiper-container-rtl .swiper-button-next:after,
.home-slider .home-slider-inner .swiper-button-next:after, .home-slider .home-slider-inner .swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
.home-slider .home-slider-inner .swiper-button-next, .home-slider .home-slider-inner .swiper-button-prev {
  width: 30px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .home-slider .home-slider-inner .swiper-button-next, .home-slider .home-slider-inner .swiper-button-prev {
    width: 50px;
  }
}
.home-slider .home-slider-inner .swiper-button-prev, .home-slider .home-slider-inner .swiper-container-rtl .swiper-button-next {
  right: 60px;
  left: auto;
  top: auto;
  bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home-slider .home-slider-inner .swiper-button-prev, .home-slider .home-slider-inner .swiper-container-rtl .swiper-button-next {
    top: 50%;
    left: 20px;
    bottom: auto;
    right: auto;
  }
}
.home-slider .home-slider-inner .swiper-button-next, .home-slider .home-slider-inner .swiper-container-rtl .swiper-button-prev {
  right: 20px;
  bottom: 20px;
  top: auto;
}
@media only screen and (min-width: 768px) {
  .home-slider .home-slider-inner .swiper-button-next, .home-slider .home-slider-inner .swiper-container-rtl .swiper-button-prev {
    top: 50%;
    right: 20px;
    left: auto;
    bottom: auto;
  }
}
.home-slider .home-slider-inner .swiper-slide {
  display: block;
  position: relative;
  height: auto;
}
.home-slider .home-slider-inner .swiper-slide .swiper-slide-inner {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 50px 50px;
  background: #F4F4F4;
}
@media only screen and (min-width: 768px) {
  .home-slider .home-slider-inner .swiper-slide .swiper-slide-inner {
    display: flex;
    background: none;
    padding: 0 80px;
  }
}
.home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-text {
  order: 2;
  flex: 3;
  display: flex;
  align-items: center;
  background: #F4F4F4;
}
@media only screen and (min-width: 768px) {
  .home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-text {
    order: 1;
  }
}
.home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-text .slider-text-inner {
  padding: 0px;
  margin: 50px 0 0;
}
@media only screen and (min-width: 768px) {
  .home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-text .slider-text-inner {
    padding: 50px;
    margin: 0 0;
  }
}
.home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-text .slider-text-inner h3 {
  color: var(--primary);
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}
.home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-text .slider-text-inner h4 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0;
  color: black;
}
@media only screen and (min-width: 768px) {
  .home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-text .slider-text-inner h4 {
    font-size: 2.1875em;
  }
}
.home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-image {
  order: 2;
  flex: 3;
  position: relative;
  width: 100%;
  min-height: auto;
  height: 0;
  padding-top: 100%;
}
@media only screen and (min-width: 768px) {
  .home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-image {
    height: 100%;
    min-height: 600px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1220px) {
  .home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-image {
    flex: 5;
  }
}
.home-slider .home-slider-inner .swiper-slide .swiper-slide-inner .slider-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-news {
  padding: 75px 0 75px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .home-news {
    padding: 50px 0 150px;
  }
}
.home-news .home-news-inner {
  text-align: center;
}
.home-news .home-news-inner h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 2.5em;
  text-align: left;
  color: var(--primary);
}
.home-news .home-news-inner h2 br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .home-news .home-news-inner h2 br {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .home-news .home-news-inner h2 {
    font-size: 3.25em;
    text-align: center;
  }
}
.home-news .home-news-inner a.button {
  margin: 50px 0 0;
}
@media only screen and (min-width: 1024px) {
  .home-news .home-news-inner a.button {
    margin: 75px 0 0;
  }
}
.home-news .home-news-inner ul.grid-elements {
  position: relative;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .home-news .home-news-inner ul.grid-elements {
    margin: 100px 0 0;
  }
}
.home-news .home-news-inner ul.grid-elements.three li {
  width: 100%;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 550px) {
  .home-news .home-news-inner ul.grid-elements.three li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 550px) {
  .home-news .home-news-inner ul.grid-elements.three li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .home-news .home-news-inner ul.grid-elements.three li:nth-child(2n+2) {
    margin: 0 0 4% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home-news .home-news-inner ul.grid-elements.three li {
    width: 30%;
    margin: 0 5% 5% 0;
  }
  .home-news .home-news-inner ul.grid-elements.three li:nth-child(2n+2) {
    margin: 0 4% 4% 0;
  }
  .home-news .home-news-inner ul.grid-elements.three li:nth-child(3n+3) {
    margin: 0 0 5% 0;
  }
}
.home-news .home-news-inner ul.grid-elements li {
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: all 0.225s ease;
}
.home-news .home-news-inner ul.grid-elements li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
.home-news .home-news-inner ul.grid-elements li:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
.home-news .home-news-inner ul.grid-elements li a {
  color: black;
}
.home-news .home-news-inner ul.grid-elements li a:hover {
  color: black;
}
.home-news .home-news-inner ul.grid-elements li a:hover .grid-element-text p {
  text-decoration: underline;
}
.home-news .home-news-inner ul.grid-elements li a:focus {
  color: black;
}
.home-news .home-news-inner ul.grid-elements li a:focus .grid-element-text p {
  text-decoration: underline;
}
.home-news .home-news-inner ul.grid-elements li .grid-element-image {
  position: relative;
  padding-top: 70%;
  height: 0;
}
.home-news .home-news-inner ul.grid-elements li .grid-element-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news .home-news-inner ul.grid-elements li .grid-element-text {
  padding: 35px 25px;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .home-news .home-news-inner ul.grid-elements li .grid-element-text {
    padding: 35px;
  }
}
.home-news .home-news-inner ul.grid-elements li .grid-element-text p {
  margin: 0;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: normal;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home-news .home-news-inner ul.grid-elements li .grid-element-text p {
    max-width: 90%;
  }
}
.home-news .home-news-inner ul.grid-elements li .grid-element-text span.date {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
}
.home-news .home-news-inner ul.grid-elements li .grid-element-text span.source {
  display: block;
  margin: 12px 0 0;
  font-size: 0.75em;
  font-weight: normal;
  color: grey;
}

.key-spaces {
  order: 2;
  width: 86%;
  padding: 50px 0;
  margin: 20px auto 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 550px) {
  .key-spaces {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .key-spaces {
    width: 100%;
    padding: 100px 0 0 0;
    margin: 50px 0;
  }
}
.key-spaces .key-spaces-inner {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1220px) {
  .key-spaces .key-spaces-inner {
    display: flex;
  }
}
.key-spaces .key-spaces-inner .key-spaces-nav {
  text-align: left;
  flex: 1;
  margin: 0;
  padding: 10px 0 0;
}
@media only screen and (min-width: 1220px) {
  .key-spaces .key-spaces-inner .key-spaces-nav {
    text-align: right;
  }
}
.key-spaces .key-spaces-inner .key-spaces-nav li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #C4C4C4;
}
.key-spaces .key-spaces-inner .key-spaces-nav li:before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .key-spaces .key-spaces-inner .key-spaces-nav li {
    display: inline-block;
    padding: 10px 20px;
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.key-spaces .key-spaces-inner .key-spaces-nav li:first-child {
  padding: 10px 20px 10px 0px;
}
.key-spaces .key-spaces-inner .key-spaces-nav li:last-child {
  padding: 10px 0;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .key-spaces .key-spaces-inner .key-spaces-nav li:last-child {
    padding: 10px 0px 10px 20px;
  }
}
.key-spaces .key-spaces-inner .key-spaces-nav li:focus {
  outline: none;
}
.key-spaces a.button {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .key-spaces a.button {
    margin-top: 50px;
  }
}

.about-michigan .layout-text {
  order: 0;
}

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  font-size: 0.8125em;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  opacity: 1;
  color: #C4C4C4;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: black;
}

section.articles.archive {
  margin: 100px 0 0;
}
section.articles .articles-inner {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  section.articles .articles-inner {
    padding: 125px 0;
  }
}
section.articles .articles-inner h2,
section.articles .articles-inner .archive-title {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 2.5em;
  text-align: left;
  color: var(--primary);
}
section.articles .articles-inner h2 br,
section.articles .articles-inner .archive-title br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  section.articles .articles-inner h2 br,
section.articles .articles-inner .archive-title br {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  section.articles .articles-inner h2,
section.articles .articles-inner .archive-title {
    font-size: 3.25em;
  }
}
section.articles .articles-inner .no-results {
  width: 100%;
}
section.articles .articles-inner .no-results .page-title {
  margin: 0 0 20px;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
section.articles .articles-inner .no-results form {
  display: none;
}
section.articles .articles-inner .archive-title {
  text-align: center;
}
section.articles .articles-inner .facetwp-facet.facetwp-facet-search {
  margin: 100px 0 0;
}
section.articles .articles-inner .facetwp-facet.facetwp-facet-search .facetwp-input-wrap {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
section.articles .articles-inner .facetwp-facet.facetwp-facet-search .facetwp-input-wrap .facetwp-icon {
  opacity: 1;
}
section.articles .articles-inner .facetwp-facet.facetwp-facet-search .facetwp-input-wrap .facetwp-icon:before {
  background-image: url("../svg/search.svg");
}
section.articles .articles-inner .facetwp-facet.facetwp-facet-search .facetwp-input-wrap input {
  font-size: 1.5em;
  line-height: 1.4em;
}
section.articles .articles-inner a.bread {
  text-align: center;
  display: block;
  margin: 0 0 15px;
}
section.articles .articles-inner a.bread svg {
  display: inline-block;
  margin: 0 10px 0 0;
}
section.articles .articles-inner ul.grid-elements {
  position: relative;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  section.articles .articles-inner ul.grid-elements {
    margin: 75px 0 0;
  }
}
section.articles .articles-inner ul.grid-elements.three li {
  width: 100%;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 550px) {
  section.articles .articles-inner ul.grid-elements.three li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 550px) {
  section.articles .articles-inner ul.grid-elements.three li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  section.articles .articles-inner ul.grid-elements.three li:nth-child(2n+2) {
    margin: 0 0 4% 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.articles .articles-inner ul.grid-elements.three li {
    width: 30%;
    margin: 0 5% 5% 0;
  }
  section.articles .articles-inner ul.grid-elements.three li:nth-child(2n+2) {
    margin: 0 5% 5% 0;
  }
  section.articles .articles-inner ul.grid-elements.three li:nth-child(3n+3) {
    margin: 0 0 5% 0;
  }
}
section.articles .articles-inner ul.grid-elements li {
  position: relative;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: all 0.225s ease;
}
section.articles .articles-inner ul.grid-elements li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
section.articles .articles-inner ul.grid-elements li a {
  color: black;
}
section.articles .articles-inner ul.grid-elements li a:hover {
  color: black;
}
section.articles .articles-inner ul.grid-elements li .grid-element-image {
  position: relative;
  padding-top: 70%;
  height: 0;
}
section.articles .articles-inner ul.grid-elements li .grid-element-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.articles .articles-inner ul.grid-elements li .grid-element-text {
  padding: 35px 25px;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  section.articles .articles-inner ul.grid-elements li .grid-element-text {
    padding: 35px;
  }
}
section.articles .articles-inner ul.grid-elements li .grid-element-text h5 {
  margin: 0;
  font-size: 1.1875em;
  line-height: 1.4em;
  font-weight: normal;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.articles .articles-inner ul.grid-elements li .grid-element-text h5 {
    max-width: 90%;
  }
}
section.articles .articles-inner ul.grid-elements li .grid-element-text span.date {
  display: block;
  margin: 0 0 10px;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
}
section.articles .articles-inner ul.grid-elements li .grid-element-text span.source {
  display: block;
  margin: 12px 0 0;
  font-size: 0.75em;
  font-weight: normal;
  color: grey;
}
section.articles .articles-inner .facetwp-facet {
  text-align: center;
}

section.articles + section.articles .articles-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

section.intro.newsletters {
  box-shadow: none;
}
section.intro.newsletters .split {
  min-height: auto;
  height: auto;
}
section.intro.newsletters .split .intro-text {
  padding: 20vh 0 0;
}
section.intro.newsletters .split .intro-text .intro-text-inner {
  width: 87%;
  max-width: 1440px;
  margin: auto;
}
section.intro.newsletters .split .intro-text .intro-text-inner h1 {
  line-height: 1.2em;
  margin: 0 0 40px;
}
section.intro.newsletters .split .intro-text .intro-text-inner .intro-text-body {
  max-width: 900px;
}

body.logged-in section.intro.newsletters .split {
  min-height: auto;
}

section.articles.archive.newsletters {
  margin: 50px 0;
}
section.articles.archive.newsletters .articles-inner {
  padding-top: 0;
}
section.articles.archive.newsletters h2 {
  margin: 100px 0 0;
  padding: 100px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 700px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter {
    width: 47%;
    margin: 0 6% 6% 0;
    min-height: 275px;
    padding: 25px;
  }
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter:nth-child(2n+2) {
    margin: 0 0 6% 0;
  }
}
@media only screen and (max-width: 900px) and (min-width: 700px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter {
    width: 31%;
    margin: 0 3% 3% 0;
    min-height: 275px;
    padding: 25px;
  }
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter:nth-child(3n+3) {
    margin: 0 0 3% 0;
  }
}
@media only screen and (max-width: 1220px) and (min-width: 900px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter {
    width: 22%;
    margin: 0 4% 4% 0;
    min-height: 275px;
    padding: 25px;
  }
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter:nth-child(4n+4) {
    margin: 0 0 4% 0;
  }
}
@media only screen and (min-width: 1220px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter {
    width: 15%;
    margin: 0 2% 2% 0;
    min-height: 275px;
    padding: 25px;
  }
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter:nth-child(6n+6) {
    margin: 0 0 2% 0;
  }
}
section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner h3 {
  font-size: 1.0625em;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primary);
  margin: 0 0 5px;
}
@media only screen and (min-width: 550px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner h3 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1024px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner h3 {
    font-size: 1.3vw;
  }
}
section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner p {
  font-size: 0.875em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #767676;
}
@media only screen and (min-width: 550px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner p {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner p {
    font-size: 0.8vw;
  }
}
section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner span {
  text-transform: uppercase;
  color: #767676;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 0.875em;
}
@media only screen and (min-width: 1024px) {
  section.articles.archive.newsletters ul.grid-elements.six li.newsletter .newsletter-inner span {
    font-size: 0.9375em;
  }
}

section.intro.join-us .split {
  display: flex;
  height: auto;
}
section.intro.join-us .split .intro-text {
  order: 2;
}
section.intro.join-us .split .intro-text .intro-text-inner {
  max-width: 80%;
}
@media only screen and (min-width: 768px) {
  section.intro.join-us .split .intro-text .intro-text-inner {
    max-width: 75%;
  }
}
section.intro.join-us .split .intro-image {
  display: none;
  order: 1;
  background: #2547a0;
  background: linear-gradient(0deg, #2547a0 0%, #54c4c7 100%);
}
@media only screen and (min-width: 1024px) {
  section.intro.join-us .split .intro-image {
    display: block;
  }
}
section.intro.join-us .split .intro-image .intro-image-inner {
  width: 100%;
  height: 100%;
  background-image: url(../jpg/alternate_2-min-connect.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-emails,
.contact-links-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-emails .contact-email,
.contact-emails .contact-link,
.contact-links-inner .contact-email,
.contact-links-inner .contact-link {
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .contact-emails .contact-email,
.contact-emails .contact-link,
.contact-links-inner .contact-email,
.contact-links-inner .contact-link {
    width: 48%;
    margin: 0 0 30px;
  }
}
.contact-emails .contact-email h4,
.contact-emails .contact-link h4,
.contact-links-inner .contact-email h4,
.contact-links-inner .contact-link h4 {
  font-size: 0.875em;
  font-weight: 300;
  margin: 0 0 3px;
}
.contact-emails .contact-email a,
.contact-emails .contact-link a,
.contact-links-inner .contact-email a,
.contact-links-inner .contact-link a {
  font-size: 0.875em;
  font-weight: bold;
  hyphens: auto;
}

.contact-links {
  padding: 30px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .contact-links {
    padding: 60px 0 0;
  }
}
.contact-links h3 {
  font-size: 1.75em;
  line-height: 1.2em;
  color: var(--primary);
  margin: 0 0 35px;
}
.contact-links .contact-link {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .contact-links .contact-link {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.contact-links .contact-link .contact-link-icon {
  display: flex;
  align-items: center;
  max-width: 40px;
  margin: 0 15px 0 0;
}

.newsletter-signup {
  padding: 30px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .newsletter-signup {
    padding: 60px 0 0;
  }
}
.newsletter-signup h3 {
  font-size: 1.75em;
  line-height: 1.2em;
  color: var(--primary);
  margin: 0 0 35px;
}
.newsletter-signup .wpforms-container .wpforms-field-container {
  margin: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .newsletter-signup .wpforms-container .wpforms-field-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.newsletter-signup .wpforms-container .wpforms-field-container .wpforms-field {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .newsletter-signup .wpforms-container .wpforms-field-container .wpforms-field {
    width: 31%;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter-signup .wpforms-container .wpforms-field-container .wpforms-field input {
    margin: 0;
  }
}
.newsletter-signup .wpforms-container .wpforms-field-container .opt-in {
  width: 100%;
}

.social-connect {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .social-connect {
    display: flex;
  }
}
.social-connect .social-connect-contact {
  flex: 1;
  background: #F7F7F7;
}
@media only screen and (min-width: 1024px) {
  .social-connect .social-connect-contact {
    flex: 2;
  }
}
.social-connect .social-connect-newsletter {
  flex: 1;
  background: #EBEBEB;
}
.social-connect .social-connect-newsletter .social-connect-inner {
  width: 87%;
}
@media only screen and (min-width: 550px) {
  .social-connect .social-connect-newsletter .social-connect-inner {
    width: 85%;
  }
}
@media only screen and (min-width: 1024px) {
  .social-connect .social-connect-newsletter .social-connect-inner {
    width: 75%;
  }
}
.social-connect .social-connect-inner {
  margin: auto;
  padding: 100px 0;
  width: 87%;
}
@media only screen and (min-width: 550px) {
  .social-connect .social-connect-inner {
    width: 85%;
  }
}
.social-connect h2 {
  font-size: 2.25em;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .social-connect h2 {
    font-size: 2.5em;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1420px) {
  .social-connect h2 {
    font-size: 3em;
    margin: 0 0 40px;
  }
}
.social-connect .contact-email p,
.social-connect .contact-link p {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0 0 3px;
}
@media only screen and (min-width: 1024px) {
  .social-connect .contact-email p,
.social-connect .contact-link p {
    font-size: 1rem;
  }
}
.social-connect .contact-email a,
.social-connect .contact-link a {
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .social-connect .contact-email a,
.social-connect .contact-link a {
    font-size: 1rem;
  }
}

.layout .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#history .layout-inner {
  border: 0;
  padding-top: 50px;
}

.timeline-header {
  padding: 0 0 50px 0;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .timeline-header {
    margin: 0 0 100px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.timeline-header h2 {
  color: black !important;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0;
}
.timeline-header p {
  max-width: 960px;
}
.timeline-header.white h2 {
  color: white !important;
}

@media only screen and (min-width: 768px) {
  .blue-gradient .timeline-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  /* The actual timeline (the vertical ruler) */
  /* Container around content */
}
.timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #A5A5A5;
  top: 25px;
  bottom: 0;
  left: 10px;
  margin-left: -1px;
}
@media only screen and (min-width: 768px) {
  .timeline::after {
    left: 50%;
  }
}
.timeline .timeline-container {
  box-sizing: border-box;
  padding: 10px 2vw 20px;
  position: relative;
  background-color: inherit;
  width: 100%;
  /* The circles on the timeline */
  /* Place the container to the left */
  /* Place the container to the right */
}
@media only screen and (min-width: 768px) {
  .timeline .timeline-container {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .timeline .timeline-container {
    padding: 10px 5vw 40px;
  }
}
.timeline .timeline-container h3 {
  font-size: 1.375em;
  color: var(--primary);
}
.timeline .timeline-container p {
  font-size: 1em;
}
.timeline .timeline-container span.circle {
  position: absolute;
  width: 20px;
  height: 20px;
  right: auto;
  left: 0;
  top: 17px;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .timeline .timeline-container span.circle {
    right: -10px;
    left: auto;
  }
}
.timeline .timeline-container.left {
  left: 0;
  text-align: left;
  /* Add arrows to the left container (pointing right) */
}
@media only screen and (min-width: 768px) {
  .timeline .timeline-container.left {
    text-align: right;
  }
}
.timeline .timeline-container.left::before {
  content: none;
  height: 1px;
  position: absolute;
  top: 27px;
  right: 0;
  width: calc(20px + 2vw);
  z-index: 1;
  background: #A5A5A5;
}
@media only screen and (min-width: 768px) {
  .timeline .timeline-container.left::before {
    content: " ";
  }
}
@media only screen and (min-width: 1024px) {
  .timeline .timeline-container.left::before {
    width: calc(20px + 5vw);
  }
}
.timeline .timeline-container.right {
  left: 0%;
  /* Add arrows to the right container (pointing left) */
  /* Fix the circle for containers on the right side */
}
@media only screen and (min-width: 768px) {
  .timeline .timeline-container.right {
    left: 50%;
  }
}
.timeline .timeline-container.right::before {
  content: none;
  height: 1px;
  position: absolute;
  top: 27px;
  left: 0;
  width: calc(20px + 2vw);
  z-index: 1;
  background: #A5A5A5;
}
@media only screen and (min-width: 768px) {
  .timeline .timeline-container.right::before {
    content: " ";
  }
}
@media only screen and (min-width: 1024px) {
  .timeline .timeline-container.right::before {
    width: calc(20px + 5vw);
  }
}
.timeline .timeline-container.right span.circle {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .timeline .timeline-container.right span.circle {
    left: -10px;
  }
}
.timeline .timeline-container .timeline-content {
  box-sizing: border-box;
  padding: 5px 30px;
  position: relative;
}

.timeline-logo {
  position: relative;
  padding: 50px 0 0;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .timeline-logo {
    padding: 100px 0 0;
  }
}
.timeline-logo::after {
  content: none;
  position: absolute;
  width: 1px;
  border-right: 1px dashed var(--secondary);
  background: white;
  top: -120px;
  height: 200px;
  z-index: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}
@media only screen and (min-width: 768px) {
  .timeline-logo::after {
    content: "";
  }
}
.timeline-logo img {
  width: 100px;
}

section#partners .layout-inner .layout-text {
  margin: 0;
}

.partners {
  /*
  background: url(assets/partners-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  */
  background: black;
  color: white;
}
.partners .partners-inner {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) {
  .partners .partners-inner {
    padding: 175px 0;
  }
}
.partners .partners-inner .partners-text {
  text-align: center;
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .partners .partners-inner .partners-text {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .partners .partners-inner .partners-text {
    max-width: 900px;
  }
}
.partners .partners-inner .partners-text h2 {
  color: white !important;
  margin: 0 0 35px;
}
.partners .partners-inner .partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 40px auto;
}
@media only screen and (min-width: 1024px) {
  .partners .partners-inner .partners-logos {
    max-width: 90%;
    margin: 100px auto 20px;
  }
}
@media only screen and (min-width: 1220px) {
  .partners .partners-inner .partners-logos {
    max-width: 80%;
    margin: 100px auto 20px;
  }
}
.partners .partners-inner .partners-logos .partners-logo {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2% 10px;
  box-sizing: border-box;
  min-height: 100px;
  transition: opacity 0.225s ease;
  background: none;
  border: 0;
  outline: 0;
}
.partners .partners-inner .partners-logos .partners-logo:focus {
  opacity: 0.5;
  outline: 1px solid var(--primary);
}
.partners .partners-inner .partners-logos .partners-logo:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .partners .partners-inner .partners-logos .partners-logo {
    width: 21%;
    margin: 0 2% 50px;
  }
}
.partners .partners-inner .partners-logos .partners-logo img {
  max-width: 100px;
  max-height: 40px;
}
@media only screen and (min-width: 768px) {
  .partners .partners-inner .partners-logos .partners-logo img {
    max-width: 130px;
    max-height: 55px;
  }
}

.basicLightbox {
  background: rgba(0, 0, 0, 0.93);
}

.partners-popup {
  max-width: 1000px;
  width: 100vw;
  padding: 0 35px;
  margin: auto;
}
.partners-popup h2 {
  color: white;
  font-size: 1.75em;
  margin: 30px 0 10px;
}
.partners-popup p {
  font-size: 1em;
  line-height: 1.6em;
  color: white;
}
.partners-popup a.text {
  text-decoration: underline;
  color: white;
}
.partners-popup .button-container {
  text-align: right;
}
.partners-popup .button-container button {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  font-size: 1em;
  background: none;
  outline: 0;
  border: 0;
  margin: 0 0 20px;
  transition: opacity 0.225s ease;
}
.partners-popup .button-container button:hover {
  opacity: 0.6;
}
.partners-popup .button-container button span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.partners-popup .button-container button.text {
  display: inline-block;
  color: var(--secondary);
}

.development img {
  width: 100%;
  display: none;
}
.development svg {
  display: none;
  font-family: var(--font);
}
@media only screen and (min-width: 768px) {
  .development svg {
    display: block;
  }
}
.development svg .st0 {
  enable-background: new;
}
.development svg .st1 {
  fill: #fff;
}
.development svg .st2 {
  font-weight: bold;
}
.development svg .st3 {
  font-size: 1.4525em;
}
.development svg .st4 {
  letter-spacing: 0.05em;
}
.development svg .st5 {
  font-size: 1.815625em;
}
.development svg .st6 {
  font-size: 0.944125em;
}
.development svg .st7 {
  font-weight: 600;
}
.development svg .st8 {
  font-size: 0.798875em;
}
.development svg .st9 {
  fill: #54c4c7;
}
.development svg .st10,
.development svg .st11 {
  opacity: 0.3;
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
  enable-background: new;
}
.development svg .st11 {
  stroke-dasharray: 1, 2;
}
.development.reverse img {
  display: block;
}
.development.reverse svg {
  display: none;
}
.development .development-container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .development .development-container {
    display: none;
  }
}
.development .development-container .development-container-inner {
  position: relative;
  padding: 0 0 0 50px;
}
.development .development-container .development-container-inner .development-container-text {
  position: relative;
  padding: 50px 0 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.development .development-container .development-container-inner .development-container-text span.sub {
  display: block;
  text-transform: uppercase;
  color: var(--secondary);
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.07em;
}
.development .development-container .development-container-inner .development-container-text h3 {
  color: white;
  font-size: 1.5em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.development .development-container .development-container-inner .development-container-text ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.development .development-container .development-container-inner .development-container-text ul li {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
  display: flex;
  justify-content: flex-start;
}
.development .development-container .development-container-inner .development-container-text ul li:before {
  content: none;
}
.development .development-container .development-container-inner .development-container-text ul li span {
  flex: 1;
  font-size: 1em;
  font-weight: 300;
  display: block;
  margin: 0 0 0 15px;
}
.development .development-container .development-container-inner .development-container-text:before {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--secondary);
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: -50px;
}
.development .development-container .development-container-inner .development-container-text:after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--secondary);
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: -42px;
}
.development .development-container:first-child .development-container-inner .development-container-text {
  border-top: 0;
  padding-top: 0;
}
.development .development-container:first-child .development-container-inner .development-container-text:before {
  top: 0;
}
.development .development-container:first-child .development-container-inner .development-container-text:after {
  top: 0;
  height: calc(100% + 50px);
}
.development .development-container:last-child .development-container-inner .development-container-text:after {
  content: none;
}

#community-calendar .tribe-events .tribe-events-c-ical__link,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-ical__link {
  border: 1px solid var(--primary);
  color: var(--primary);
}
#community-calendar .tribe-events .tribe-events-c-ical__link:active, #community-calendar .tribe-events .tribe-events-c-ical__link:focus, #community-calendar .tribe-events .tribe-events-c-ical__link:hover,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-ical__link:active,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-ical__link:focus,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-ical__link:hover {
  background: var(--primary);
  color: white;
}
#community-calendar .tribe-common .tribe-common-c-svgicon,
.post-type-archive-tribe_events .tribe-common .tribe-common-c-svgicon {
  color: var(--primary);
}
#community-calendar ul li.tribe-events-c-view-selector__list-item:before,
#community-calendar ul li.tribe-events-c-top-bar__nav-list-item:before,
.post-type-archive-tribe_events ul li.tribe-events-c-view-selector__list-item:before,
.post-type-archive-tribe_events ul li.tribe-events-c-top-bar__nav-list-item:before {
  content: none;
}
#community-calendar .tribe-common .tribe-common-c-btn, #community-calendar .tribe-common a.tribe-common-c-btn,
.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn,
.post-type-archive-tribe_events .tribe-common a.tribe-common-c-btn {
  background: var(--primary);
}
#community-calendar .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, #community-calendar .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: var(--primary);
}
#community-calendar .tribe-common .tribe-common-h4,
.post-type-archive-tribe_events .tribe-common .tribe-common-h4 {
  font-family: var(--font);
}
#community-calendar .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input, #community-calendar .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
  background-repeat: no-repeat;
}
#community-calendar .tribe-events .tribe-events-l-container,
.post-type-archive-tribe_events .tribe-events .tribe-events-l-container {
  padding: 30px 0 0;
  min-height: auto;
}

.post-type-archive-tribe_events .tribe-events,
.single-tribe_events #tribe-events-pg-template {
  padding: 75px 0 25px;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-tribe_events .tribe-events,
.single-tribe_events #tribe-events-pg-template {
    padding: 150px 0 75px;
  }
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  font-size: 20px;
  font-family: var(--font);
  font-weight: 700;
}

.news-template {
  cursor: default;
}

.content-wrap {
  max-width: 1440px;
  margin: 0px auto;
  width: 86%;
}

/********* category navigation **********/
#news-category-navigation {
  margin-top: 25px;
}

ul#news-category-select {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
ul#news-category-select li {
  margin-left: 30px;
}
ul#news-category-select li:first-child {
  margin-left: 0px;
}
ul#news-category-select button {
  font-size: 1em;
  padding: 28px 0;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "GT Walsheim Pro", Helvetica, sans-serif;
  border: none;
  text-transform: none;
  font-weight: normal;
  margin: 0px;
}
ul#news-category-select button.active {
  color: #000000;
  font-weight: 700;
}
ul#news-category-select button:hover, ul#news-category-select button:focus {
  color: #000000;
  text-decoration: underline;
  outline: none;
  background: none;
}

/********* articles (landing page) **********/
#news-featured-article {
  margin-top: 50px;
}

.featured-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% auto;
  grid-template-columns: 50% auto;
  gap:50px;
}
.featured-grid .news-summary {
  margin-top: 20px;
}

h2.news-featured-title{
  margin-bottom: 5px;
  color: black;
  /* text-transform: capitalize; */
}

h3.news-article-title {
  margin-bottom: 5px;
  color: #000000;
  text-transform: capitalize;
  min-height: 175px;
}

h2.news-featured-title {
  padding-right: 25px;
}

p.news-category-type, p.news-article-date, .news-summary p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.news-summary p:last-child {
margin-bottom: 20px;
}

p.news-category-type {
  font-weight: bold;
}

p.news-article-date {
  font-style: italic;
}

#news-featured-img img {
  width: 100%;
}

#news-articles {
  margin-top: 25px;
  margin-bottom: 80px;
}

.news-seperator {
  margin-bottom: 0px;
}

.articles-grid {
  padding-top: 20px;
  padding-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 40px;
}

.article-card-link:hover ~ .article-card-body h3, .article-card-link:focus ~ .article-card-body h3 {
  text-decoration: underline;
}

.article-card-link:hover ~ .article-card-body .news-article-cta, .article-card-link:focus ~ .article-card-body .news-article-cta, .featured-article-cta:hover, .featured-article-cta:focus {
  background-color: #000000;
  color: #fff;
}
.article-card-link:hover ~ .article-card-body .news-article-cta svg, .article-card-link:focus ~ .article-card-body .news-article-cta svg, .featured-article-cta:hover, .featured-article-cta:focus {
	fill: #fff;
}

.article-card-link p {
  color: #404040;
}

.news-article-card {
  display: flex;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
  position: relative;
}
.asset-grid .news-article-card {
  min-height: 550px;
}
.news-article-card .image-wrap {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.news-article-card .image-wrap img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.article-card-body {
  padding: 15px 15px 0 15px
}
.article-card-body .news-summary {
  margin-top: 10px;
  min-height: 125px;
}
.asset-grid .article-card-body .news-summary {
  min-height: 35px;
}

h3.news-article-title {
  font-size: 1.5em;
  min-height: 175px;
  text-transform: capitalize;
}
.asset-grid h3.news-article-title {
  min-height: 65px;
}

.article-card-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********* articles (single pages) **********/
#news-article-img {
  overflow: hidden;
  height: 700px;
}
#news-article-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.article-page-grid {
  display: grid;
  grid-template-columns: 65% 35%;
  margin-bottom: 90px;
}

.new-article-content {
  padding-right: 50px;
}

h1.news-title {
  color: #000000;
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 3em;
}

.article-body figure {
  width: 100% !important;
}

.article-body a.text-blue {
  border-bottom: 1px solid #246ea3;
  transition: all 0.3s ease;
}

.article-body a.text-blue:hover, .article-body a.text-blue:focus {
  color: #297FBD;
}

#related-articles {
  padding: 20px;
}
#related-articles h2 {
  font-size: 2em;
  margin-top: 40px;
  color: #000000;
}

.related-news-article-card {
  box-shadow: none;
  background-color: #F4F4F1;
  margin-top: 25px;
  min-height: 700px;
  position: relative;
}
.related-news-article-card h3.news-article-title {
  font-size: 1.75em;
  min-height: 100px;
}
.related-news-article-card .image-wrap {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.related-news-article-card .image-wrap img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.source-link, .news-readmore {
  border-bottom: 1px solid #246ea3;
}

.source-link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/********* addToAny social share overrides **********/
.addtoany_list a:hover img, .addtoany_list a:hover span {
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
  border-radius: 20px !important;
}

.addtoany_list a:not(.addtoany_special_service) > span {
  transition: all 400ms ease-in-out;
}

.article-body .addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 16px;
  padding: 3px;
  transition: all 400ms ease-in-out;
}

.addtoany_list.a2a_kit_size_32 a {
  height: 40px;
}

.article-body .addtoany_content {
  margin: 16px auto 30px;
}

.article-body .addtoany_header {
  margin: 5px 0;
}

/********* button **********/
a.featured-article-cta, .news-article-cta, a.news-event-cta {
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 20px;
  margin: 15px 0;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000;
  display: block;
}

.news-event-cta, .featured-article-cta {
  width: 300px;
  text-align: center;
}

.news-article-cta {
  width: 100%;
}

.aair-main .intro {
  margin-bottom: 30px;
}

/*********** MEDIA QUERIES *********/
@media screen and (max-width: 800px) {
  ul#news-category-select {
    flex-direction: column;
  }
  ul#news-category-select li {
    margin-left: 0px;
  }

  .featured-article-cta {
    width: 100%;
    text-align: center;
  }

  .featured-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .news-article-card img {
    height: initial;
    width: 100%;
  }

  h3.news-article-title {
  min-height: 50px;
  }

  .articles-grid, .article-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #related-articles, .new-article-content {
    padding: initial;
  }

  #news-article-img {
    height: 500px;
  }
  #news-article-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
@media screen and (max-width: 500px) {
  h1.news-title {
    font-size: 3em;
  }
}
h4.engagement-title {
  font-size: 0.875em;
  color: #246ea3;
}

.engagement-info {
  min-height: 200px;
}

/*# sourceMappingURL=style.css.map */


.page-id-12 #michigan-central-grid > section.layout.layout-3 .split .layout-image img  {height: 100%}

.page-id-12 #michigan-central-grid > section.layout.layout-1 .layout-inner .layout-text {order: inherit;}

.page-id-12 #michigan-central > div.layout-inner.contain > div.key-spaces{
order: inherit;
}

/* I think this is an unused div that’s taking up some weird space. Could remove from this page looks like. */
.page-id-12 #michigan-central > div.layout-inner.contain > div.layout-text {
display: none
}

.page-id-12 #michigan-central-grid > .grid-elements .three {
Width: 86%; Margin: 0 auto
}

.page-id-12 section.layout.layout-1 .layout-inner .layout-text h2 {
    width: 100%;
}
.page-id-12 section.layout.layout-1 .layout-inner .layout-text .layout-text-body {
    width: 100%;
}

#videoContain .layout-inner.contain {
    padding: 50px 0 0;
}

#videoContain .layout-text {
    margin: 0;
}
#ArtistsInRes .grid-element-image.object-fit {
    padding-top: 90%;
}

.alertbar {
    position: fixed;
    padding: 35px;
    color: white;
    background: #cc2a36;
    width: 100%;
    text-size:20px;
    text-align: center;
    top: 70px;
}
.alertbar a {
	color: white;
    text-decoration:underline;
}
section.information-section {
    padding: 85px 0 45px;
}
.information-section h2 {
    font-size: 2.25rem;
    font-weight: 700;
}
.information-section h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2.81rem;
}
section.tabbing-section {
    border-bottom: 1px solid #CECECE;
    text-align: center;
}

section.tabbing-section a {
    width: 230px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    text-decoration: none;
    color: #707070;
    font-size: 20px;
    padding: 20px;
    line-height: 28px;
    font-weight: 400;
}
section.tabbing-section a.active {
    border-bottom: 3px solid #707070;
    font-weight: 600;
}
section.tabbing-section a:focus{
  outline: none;
  box-shadow: none;
}
.drone-ind-wrap .aair-image-content{
    margin-top: 3.5rem;
    margin-bottom: 3rem;
}
.drone-ind-wrap section.aair-grid-pdfs-section {
    margin-top: 0;
    margin-bottom: 4rem;
}
.aair-grid-pdfs .infra-element a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}
.aair-map-content-section{
  background: transparent !important;
}
.aair-map-content-section .aair-map-content, .community-map-section .contain{
    background: #F4F4F4;
    padding: 16px 30px;
    padding-bottom: 80px;
    margin-bottom: 0rem;
    margin-top: 0;
}
.aair-map-content-section .aair-map-content .aair-text-content-map {
    padding-top: 2rem;
}
.community-wrap {
    margin-top: 3.5rem;
}
.community-map-section {
  padding: 30px 0;
}
.community-intro-section {
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
}
.community-map-section iframe{
  display: block;
  margin: 0 auto;
}
.community-intro-section .community-image {
    flex: 4;
}
 .community-intro-section .community-text-content {
  flex: 6;
}
@media screen and (max-width: 767px){
  .aair-map-content-section .aair-map-content,
  .community-map-section .contain {
    padding: 16px 20px;
    padding-bottom: 40px;
  }
  .aair-map-content-section .aair-map-content .aair-text-content-map {
      padding-top: 0rem;
  }
  section.tabbing-section a{
    width: 140px;
      font-size: 16px;
      padding: 10px 8px;
      line-height: 24px;
  }
  .aair-grid-pdfs-section .aair-grid-pdfs{
        grid-row-gap: 40px;
  }
  .community-intro-section {
    display: block;
  }
  .community-intro-section .community-image , .community-intro-section .community-text-content{
      flex: unset;
  }
  .community-intro-section .community-text-content, .drone-ind-wrap .aair-text-content{
    margin-top: 20px;
  }
  section.information-section {
    padding: 30px 0 45px;
  }
  .information-section h2 {
    margin-bottom: 1.5rem;
  }
  .aair-main .connect-with-us-inner {
    padding: 70px 0 0 0;
  }
  .community-map-section iframe {
    height: 500px;
  }
}
