@import url("https://fonts.googleapis.com/css?family=PT+Sans|Poppins:500,600,700");
* {
  box-sizing: border-box;
}

::selection {
  background: #ccc;
  color: #ccc;
  text-shadow: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body,
html {
  background-color: #ccc;
  height: 100%;
  margin: 0;
  min-height: 100%;
}

body {
  color: #ccc;
  font: 14px/24px "Poppins", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.user-logged-in.toolbar-tray-open.toolbar-horizontal {
  padding-top: 79px;
}

#root {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

p:empty {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.container::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.row {
  float: left;
  clear: both;
  width: 100%;
}

.firstcol {
  margin-left: 0;
}

.lastcol {
  margin-right: 0;
}

.col1 {
  width: 4.3333333333%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col2 {
  width: 12.6666666667%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col3 {
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col4 {
  width: 29.3333333333%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col5 {
  width: 37.6666666667%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col6 {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col7 {
  width: 54.3333333333%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col8 {
  width: 62.6666666667%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col9 {
  width: 71%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col10 {
  width: 79.3333333333%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col11 {
  width: 87.6666666667%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: inline;
}

.col12 {
  width: 96%;
  margin-right: 0;
  float: left;
  display: inline;
}

.row,
.clearfix {
  zoom: 1;
}

.row::after,
.clearfix::after {
  clear: both;
}

/*@mixin placeholder {
  &::-webkit-input-placeholder {
    @content
  }

  &::-moz-placeholder {
    @content
  }

  &::-moz-placeholder {
    @content
  }

  &:-ms-input-placeholder {
    @content
  }
};*/
/* =============
*  Font Mixins
*  ============== */
fieldset {
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  line-height: 1.05;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.3em;
  }
}
.path-frontpage h1.page-title {
  display: none;
}

h1 a {
  color: #212121;
}

h1 a:hover {
  color: #212121;
}

h2 {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 2.571em;
  margin-bottom: 10px;
  line-height: 1.17;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 568px) {
  h2 {
    line-height: 1em;
  }
}
h2 a {
  color: #212121;
}

h2 a:hover {
  color: #212121;
}

h2 + img.alignright,
h2 + img.alignleft,
h2 + img.alignnone,
h2 + img.aligncenter {
  margin-top: 0;
}

h2 + img + p {
  margin-top: 0;
}

h3 {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 1.857em;
  margin-bottom: 8px;
  line-height: 1.23;
}

h3 a {
  color: #212121;
}

h3 a:hover {
  color: #212121;
}

h3 + img.alignright,
h3 + img.alignleft,
h3 + img.alignnone,
h3 + img.aligncenter {
  margin-top: 10px;
}

h4 {
  color: #212121;
  font-size: 1.429em;
  margin-bottom: 4px;
  line-height: 1.4;
}

h4 a {
  color: #212121;
}

h4 a:hover {
  color: #212121;
}

h5 {
  color: #ccc;
  font-size: 1.143em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1.5;
}

h5 a {
  color: #212121;
}

h5 a:hover {
  color: #ccc;
}

h6 {
  color: #212121;
  font-size: 1.4em;
}

h6 a {
  color: #212121;
}

h6 a:hover {
  color: #212121;
}

p {
  color: #212121;
  font-size: 1.2em;
  line-height: 1.43;
  margin-bottom: 20px;
}

p img {
  margin: 0;
}

p + img.alignright,
p + img.alignleft,
p + img.alignnone,
p + img.aligncenter {
  margin-top: 0;
}

hr {
  border: 1px solid #212121;
  border-top: 1px solid #212121;
  clear: both;
  height: 0;
  margin: 10px 0;
}

code,
pre {
  font-size: 15px;
}

blockquote {
  border-left: 10px solid #444;
  font-style: italic;
  color: #444;
  padding-left: 15px;
}

nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

ul.none {
  list-style: none;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

dl dt {
  font-weight: bold;
  line-height: 1.2em;
}

dl dd {
  margin: 0 0 10px;
}

a,
a:visited {
  color: #212121;
  outline: 0;
}

a:hover,
a:focus {
  color: #212121;
  text-decoration: underline;
}

p a,
p a:visited {
  line-height: inherit;
}

em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 1.1em;
}

sub,
sup {
  font-size: 0.9em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img,
iframe,
object,
video,
mux-player {
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  font-size: 1.2em;
  text-align: left;
  width: 100%;
}

table th {
  color: #212121;
  font-weight: bold;
  padding: 2px 8px;
  text-transform: uppercase;
}

table td {
  border-top: 1px dotted #212121;
  color: #444;
  padding: 2px 8px;
}

.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.irbr {
  display: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

.dead-link {
  pointer-events: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.clearfix::before, .clearfix::after,
.row::before,
.row::after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.solid-button {
  width: auto;
  height: 28px;
  border-radius: 1px;
  background-color: #d8d8d8;
  border: solid 1px #d3d7da;
  margin: 0 10px 0 0;
  color: #212121;
  font-weight: 600;
  font-size: 16px;
  padding: 2px 10px;
}

.solid-button img {
  height: 16px;
  width: 16px;
  margin-bottom: -2px;
}

.border-button {
  width: 102px;
  height: 28px;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #d3d7da;
  margin: 0 10px;
}

.border-button a {
  color: #f5f6f6;
  font-weight: 600;
  font-size: 16px;
}

@keyframes card-in {
  0% {
    width: 150px;
  }
  100% {
    width: 100%;
  }
}
@keyframes card-out {
  0% {
    width: 100%;
  }
  100% {
    width: 150px;
  }
}
@keyframes container-in {
  0% {
    transform: scaleX(0);
    width: 0;
    height: 0;
    visibility: hidden;
    padding: 0;
    overflow: hidden;
  }
  100% {
    transform: scaleX(1);
    width: 100%;
    height: auto;
    visibility: visible;
    padding: 20px;
  }
}
@keyframes container-out {
  0% {
    transform: scaleX(1);
    width: 100%;
    height: auto;
    visibility: visible;
    padding: 0 20px;
  }
  100% {
    transform: scaleX(0);
    width: 0;
    visibility: hidden;
    padding: 0;
    overflow: hidden;
  }
}
@keyframes wrapper-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wrapper-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.image-center-buffer {
  height: 535px;
  left: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 1441px) {
  .image-center-buffer {
    left: 0;
    position: relative;
  }
}
.image-center-buffer img {
  height: 535px;
  margin-left: -50%;
  max-width: none;
  position: relative;
  width: 1440px;
}

@media only screen and (min-width: 1441px) {
  .image-center-buffer img {
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .image-center-buffer img {
    height: 535px;
    max-width: none;
  }
}
.header-buffer {
  height: 122px;
}

@media only screen and (max-width: 768px) {
  .header-buffer {
    height: 84px;
  }
}
header {
  position: fixed;
  top: 0;
  height: 122px;
  padding: 20px 0;
  display: block;
  width: 100%;
  z-index: 2;
  background-color: #1c71ac;
}

@media only screen and (max-width: 768px) {
  header {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  header {
    padding: 20px 20px 10px;
  }
}
header .container {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  header .container {
    padding: 0;
  }
}
header .container .row {
  height: 100%;
}

header h1 {
  font-size: 2.125em;
  line-height: 1.3;
  margin: 0;
  float: left;
  font-weight: 400;
}

header span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 0 0 0.6em 0.1em;
}

header .desktop-logo {
  position: absolute;
  left: 0;
}

header .desktop-logo img {
  height: auto;
  width: 233px;
}

@media only screen and (max-width: 768px) {
  header .desktop-logo {
    display: none;
  }
}
header .mobile-logo {
  display: none;
}

header .mobile-logo img {
  height: 72px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  header .mobile-logo {
    display: block;
  }
}
header .main-nav-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  header .main-nav-wrapper {
    justify-content: space-between;
  }
}
header .menu-toggle {
  cursor: pointer;
  display: none;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  header .menu-toggle {
    display: block;
  }
}
nav {
  float: right;
}

nav a {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f5f6f6;
  display: block;
  float: left;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 32px;
}

@media only screen and (max-width: 1024px) {
  nav a {
    padding: 10px 15px;
  }
}
nav a:last-child {
  padding-right: 0;
}

.main-nav-wrapper {
  height: 100%;
}

.main-nav-wrapper .main-nav {
  display: flex;
  height: 100%;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .main-nav-wrapper .main-nav {
    display: none;
  }
}
.main-nav-wrapper .main-nav a {
  color: #fff;
}

.mobile-nav {
  display: block;
}

.mobile-nav .col12 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mobile-nav a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .mobile-nav .container {
    padding: 0;
  }
}
#static-header {
  height: 535px;
  overflow: hidden;
  position: relative;
}

#static-header .hero-copy-section {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
}

#static-header .hero-copy-section h2,
#static-header .hero-copy-section h3 {
  color: #f5ee31;
  text-shadow: 0 2px 4px rgba(33, 43, 54, 0.5);
}

#static-header .hero-copy-section h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #f5ee31;
  text-transform: initial;
}

#be-a-hero-section {
  background-color: rgba(112, 187, 228, 0.5);
  padding-top: 110px;
  padding-bottom: 117px;
}

#be-a-hero-section h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: #1c71ac;
}

#be-a-hero-section p {
  max-width: 50%;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #212b36;
}

@media only screen and (max-width: 768px) {
  #be-a-hero-section p {
    max-width: 100%;
  }
}
.ReactModal__Content.ReactModal__Content--after-open video,
.ReactModal__Content.ReactModal__Content--after-open mux-player {
  width: 100%;
}

.ReactModal__Content.ReactModal__Content--after-open .modal-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-color: #1c71ac;
  color: #fff;
  border: 0;
  outline: none;
}

.ReactModal__Content.ReactModal__Content--after-open .modal-close-button:hover {
  background-color: #70bbe4;
  color: #fff;
  outline: none;
}

.ReactModal__Content.ReactModal__Content--after-open .modal-close-button:focus {
  outline: none;
}

#small-actions-section {
  background-color: #fae69c;
  padding-top: 110px;
  padding-bottom: 117px;
}

#small-actions-section .col12 h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: #1c71ac;
}

#small-actions-section .col12 h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 26px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #1c71ac;
  text-align: initial;
  text-transform: uppercase;
}

#small-actions-section .col12 p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #212b36;
  max-width: 50%;
}

@media only screen and (max-width: 768px) {
  #small-actions-section .col12 p {
    max-width: 100%;
  }
}
#small-actions-section .smallactions-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#small-actions-section .smallactions-item {
  width: 24%;
}

@media only screen and (max-width: 768px) {
  #small-actions-section .smallactions-item {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  #small-actions-section .smallactions-item {
    width: 100%;
  }
}
#small-actions-section .smallactions-item h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #212b36;
}

#small-actions-section .smallactions-item p {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #212b36;
}

#why-it-matters-section {
  background-color: rgba(112, 187, 228, 0.5);
  padding-top: 110px;
  padding-bottom: 117px;
}

#why-it-matters-section h2 {
  color: #1c71ac;
}

#why-it-matters-section .whyitmatters-top-flex {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  #why-it-matters-section .whyitmatters-top-flex {
    flex-direction: column;
  }
}
#why-it-matters-section .whyitmatters-top-flex .firstcol,
#why-it-matters-section .whyitmatters-top-flex .lastcol {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #why-it-matters-section .whyitmatters-top-flex .firstcol,
  #why-it-matters-section .whyitmatters-top-flex .lastcol {
    width: 100%;
    margin: 0;
  }
}
#why-it-matters-section .whyitmatters-top-flex .firstcol {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  #why-it-matters-section .whyitmatters-top-flex .firstcol {
    margin: 0;
  }
}
#why-it-matters-section .whyitmatters-top-flex .lastcol {
  margin-left: 10px;
}

#why-it-matters-section .whyitmatters-top-flex .lastcol h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: #1c71ac;
}

#why-it-matters-section .whyitmatters-top-flex .lastcol p {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #212b36;
}

#why-it-matters-section .whyitmatters-top-flex .lastcol .subscript {
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #212b36;
}

@media only screen and (max-width: 768px) {
  #why-it-matters-section .whyitmatters-top-flex .lastcol {
    margin: 0;
  }
}
#why-it-matters-section .whyitmatters-bottom-flex {
  margin-top: 45px;
}

#why-it-matters-section .whyitmatters-bottom-flex h3 {
  font-weight: 800;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #da1e4c;
  text-transform: uppercase;
}

#why-it-matters-section .whyitmatters-bottom-flex h5 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
  color: #1c71ac;
  text-align: center;
}

#why-it-matters-section .why-flex {
  margin: 35px 0 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #why-it-matters-section .why-flex {
    flex-direction: column;
  }
}
#why-it-matters-section .why-contianer {
  width: 180px;
  height: 185px;
  background-color: #1c71ac;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 10px;
  box-shadow: 5px 5px 0px 0px rgba(218, 30, 76, 0.75);
}

#why-it-matters-section .why-contianer:first-child {
  margin-left: 0;
}

#why-it-matters-section .why-contianer:last-child {
  margin-left: 0;
}

#why-it-matters-section .why-contianer:hover {
  background-color: #da1e4c;
  box-shadow: 5px 5px 0px 0px rgba(28, 113, 172, 0.75);
}

@media only screen and (max-width: 768px) {
  #why-it-matters-section .why-contianer {
    height: 65px;
    width: 100%;
  }
}
#why-it-matters-section .why-contianer h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #f5f6f6;
  text-align: center;
}

footer {
  background-color: #212b36;
  font-size: 0.8em;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer a {
  text-decoration: none;
}

footer h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #f5f6f6;
}

@media only screen and (max-width: 568px) {
  footer {
    margin-top: 10px;
    position: relative;
  }
}
footer .footer-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  footer .footer-flex {
    flex-direction: column;
  }
}
footer .footer-flex .copy-col,
footer .footer-flex .image-col {
  max-width: 50%;
}

footer .footer-flex .image-col {
  text-align: center;
  min-width: 190px;
  margin: 0 auto;
}

footer .footer-flex .image-col p {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  color: #f5f6f6;
}

footer .footer-flex .image-col img {
  width: 100px;
}

footer .footer-flex .copy-flex {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  footer .footer-flex .copy-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-flex .copy-flex .first-row,
  footer .footer-flex .copy-flex .last-row {
    margin: 25px 0;
  }
}
footer .footer-flex .copy-flex .first-row h3 {
  margin-top: 25px;
}

footer .footer-flex .copy-flex h2, footer .footer-flex .copy-flex p, footer .footer-flex .copy-flex h3 {
  max-width: 70%;
}

@media only screen and (max-width: 768px) {
  footer .footer-flex .copy-flex h2, footer .footer-flex .copy-flex p, footer .footer-flex .copy-flex h3 {
    max-width: none;
  }
}
footer .footer-flex .copy-flex h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #212b36;
  color: #f5f6f6;
}

footer .footer-flex .copy-flex p {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #212b36;
  color: #f5f6f6;
}

.slick-slide > div {
  margin: 0 5px;
}

.card {
  max-width: 384px;
  border-radius: 6px;
  background-color: #f5f6f6;
}

.card .card-copy {
  padding: 0 20px 20px;
}

.card .card-copy h5 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #212b36;
}

.card .card-copy p {
  font-size: 14px;
}

.video-card .card-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-card .card-image .playButton {
  position: absolute;
  width: 75px;
  height: 73px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-card .card-image .playButton i {
  color: #1c71ac;
  font-size: 31px;
  margin-left: 5px;
}

.custom-slider-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 42px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  left: -25px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #1c71ac !important;
}

.custom-slider-prev:before {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.custom-slider-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 42px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  right: -25px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #1c71ac !important;
}

.custom-slider-next:before {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal .modal-main {
  position: fixed;
  background: transparent !important;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.ReactModal__Overlay {
  z-index: 5000;
}

.ReactModal__Body--open {
  overflow: hidden;
  background: transparent !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background: rgba(0, 0, 0, 0.75) !important;
  position: fixed;
  inset: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ReactModal__Content.ReactModal__Content--after-open {
  position: absolute;
  inset: auto 40px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  background: transparent !important;
  border: 0 !important;
}

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