:root {
  --plyr-video-background: #fff;
  --bs-font-sans-serif: $font_family;
}

html,
body {
  margin: 0;
  padding: 0 !important;
  color: #0d274d;
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
}

html {
  background: #0d274d;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  font-size: 16px;
}
html.noscroll, html.noscroll body {
  overflow: hidden !important;
}
html.loaded.finished {
  background: #fff;
}

body {
  background: #fff;
}

h1, .h1 {
  font-size: 4.21rem;
}

h2, .h2 {
  font-size: 3.16rem;
}

h3, .h3 {
  font-size: 2.37rem;
}

h4, .h4 {
  font-size: 1.77rem;
}

h5, .h5 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

/*
@import "_global/_template"; // ToDo - Refactor
@import "_global/_text"; // ToDo - Refactor
@import "_global/_animation";
*/
:root {
  --plyr-video-background: #fff;
  --bs-font-sans-serif: $font_family;
}

html,
body {
  margin: 0;
  padding: 0 !important;
  /*
  color: $clr_navy;
  */
  overflow-x: hidden;
  font_family: Montserrat, sans-serif;
}

html {
  background: #0d274d;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
html.noscroll, html.noscroll body {
  overflow: hidden !important;
}
html.loaded.finished {
  background: white;
}

body {
  background: white;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p,
a,
button,
ul,
li,
label,
legend {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
@media (max-height: 650px) {
  p,
  a,
  button,
  ul,
  li,
  label,
  legend {
    font-size: 0.9em;
  }
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

b,
strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .center-align {
    display: block;
  }
}

.white {
  color: white;
}

.blue1 {
  color: #2dccd3;
}

.blue2 {
  color: #0d274d;
}

.yellow {
  color: #ffd700;
}

p span {
  font-weight: 600;
}

.highlight {
  background-color: #ffd700;
  mix-blend-mode: multiply;
}
.highlight.blue {
  background-color: #2dccd3;
}
.highlight.big {
  font-size: 1.2em;
}

.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
}

.three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 75px;
}

a {
  color: #2dccd3;
  font-weight: 600;
}
a:hover {
  color: #ffd700;
}
a.yellow {
  color: #ffd700;
}
a.yellow:hover {
  color: #2dccd3;
}

.font-light {
  font-weight: 300 !important;
}

ul.list {
  list-style: disc outside;
  margin-left: 20px;
  padding-left: 0;
  color: black;
  font-size: 1.5rem;
}
ul.list li {
  list-style: disc outside;
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50px, -50px);
            transform: translate(50px, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes animation1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50px, -50px);
            transform: translate(50px, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes animation2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(60px, 60px);
            transform: translate(60px, 60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(60px, 60px);
            transform: translate(60px, 60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes animation3 {
  0% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-50px, 50px) scale(1);
            transform: translate(-50px, 50px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
}
@keyframes animation3 {
  0% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-50px, 50px) scale(1);
            transform: translate(-50px, 50px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
}
@-webkit-keyframes animation4 {
  0% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
  50% {
    -webkit-transform: translate(50px, -50px) scale(1);
            transform: translate(50px, -50px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
}
@keyframes animation4 {
  0% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
  50% {
    -webkit-transform: translate(50px, -50px) scale(1);
            transform: translate(50px, -50px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
}
@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes scroll1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body > header {
  height: 100px;
}
@media (max-height: 600px) {
  body > header {
    height: 50px;
  }
}

nav#menu-main {
  /* Clear default styling */
  /* Colours */
  color: #0d274d !important;
  text-transform: uppercase;
  font-size: 1.25rem;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
  padding-right: 0 !important;
  /* Nav Pill */
  /* Menu Icon */
  /* Menu-Link */
}
nav#menu-main a {
  text-decoration: none;
}
nav#menu-main ul {
  list-style-type: none;
  padding-left: 0;
}
nav#menu-main .bg-light {
  background: white !important;
}
nav#menu-main .bg-yellow {
  background: #ffd700 !important;
}
nav#menu-main .text-dark {
  color: #0d274d !important;
}
nav#menu-main .nav-circle {
  position: absolute;
  top: -60px;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-box-shadow: 0 0 1em 1em currentColor;
          box-shadow: 0 0 1em 1em currentColor;
  color: transparent;
}
nav#menu-main .nav-circle svg {
  width: 100%;
  color: #2dccd3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
nav#menu-main .navbar-brand img,
nav#menu-main .navbar-brand svg {
  max-width: 200px;
  display: block;
  padding: 20px;
  -webkit-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
}
@media (max-width: 576px) {
  nav#menu-main .navbar-brand img,
  nav#menu-main .navbar-brand svg {
    max-width: 140px;
  }
}
nav#menu-main .navbar-brand svg {
  padding: 60px 40px 20px;
  max-width: 170px;
}
nav#menu-main .navbar-brand:hover .nav-circle {
  background-color: #ffd700;
  color: #ffd700;
}
nav#menu-main .navbar-brand:hover .nav-circle svg {
  color: #0d274d;
}
body.gaming nav#menu-main .nav-circle {
  background-color: #0d274d;
  color: #0d274d;
}
body.gaming nav#menu-main .nav-circle svg {
  color: #FFF;
}
body.gaming nav#menu-main .navbar-brand:hover .nav-circle {
  background-color: #FFF;
  color: #FFF;
}
body.gaming nav#menu-main .navbar-brand:hover .nav-circle svg {
  color: #0d274d;
}
nav#menu-main #menu-side .home:hover,
nav#menu-main #menu-side .home svg.logo {
  color: #0d274d;
}
nav#menu-main.shrink {
  font-size: 1em !important;
}
nav#menu-main.shrink .navbar-brand img,
nav#menu-main.shrink .navbar-brand svg {
  max-width: 150px !important;
}
@media (max-width: 576px) {
  nav#menu-main.shrink .navbar-brand img,
  nav#menu-main.shrink .navbar-brand svg {
    max-width: 120px !important;
  }
}
nav#menu-main .badge {
  padding: 0.5rem 1rem;
  background-color: #FFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
nav#menu-main .badge.bg-yellow:hover {
  background-color: #0d274d !important;
  color: white !important;
}
nav#menu-main .badge.bg-light:hover {
  background-color: #ffd700 !important;
}
nav#menu-main .nav-link.active span {
  background-color: #ffd700 !important;
}
nav#menu-main i.fa-bars {
  font-size: 1.5rem;
}
nav#menu-main .social-menu i {
  font-size: 20px;
}
nav#menu-main .menu-link {
  font-size: 1.5em;
  margin: 0 0 10px 0;
}
nav#menu-main .menu-link .active span {
  background-color: #ffd700 !important;
}
nav#menu-main .menu-link i {
  width: 35px;
  text-align: left;
}
nav#menu-main .btn-x {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 2em;
  color: #0d274d;
}
nav#menu-main .btn-x:hover {
  color: #ffd700 !important;
}

nav#menu-mandatory {
  margin-top: 1em;
}
nav#menu-mandatory a {
  color: inherit;
  font-weight: normal;
  font-size: 0.8em;
}
nav#menu-mandatory a:hover {
  color: inherit;
  border-bottom: 1px solid;
}

nav#menu-footer .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  nav#menu-footer .menu-link {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 992px) {
  nav#menu-footer .menu-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
nav#menu-footer .menu-link a.nav-link {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  display: block;
  background: white;
  color: #0d274d;
  border-radius: 50px;
  /* width: 200px; */
  margin: 0 0 10px 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 1200px) {
  nav#menu-footer .menu-link a.nav-link {
    /* width: 125px; */
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 450px) {
  nav#menu-footer .menu-link a.nav-link {
    /* width: 160px; */
    font-size: 0.9em;
  }
}
@media (max-width: 390px) {
  nav#menu-footer .menu-link a.nav-link {
    /* width: 155px; */
    font-size: 0.8em;
    margin: 0 5px 5px 0;
  }
}
@media (max-width: 350px) {
  nav#menu-footer .menu-link a.nav-link {
    /* width: 130px; */
    font-size: 0.8em;
  }
}
nav#menu-footer .menu-link a.nav-link:hover {
  background: #0d274d;
  color: white;
}

div.spacer {
  display: block;
  width: 100%;
}
div.spacer.menu {
  height: 110px;
}
@media (max-width: 992px) {
  div.spacer.menu {
    height: 75px;
  }
}
body.page-template-home div.spacer.menu {
  height: 0;
}
@media (max-width: 450px) {
  body.page-template-home div.spacer.menu {
    height: 75px;
  }
}
body.page-template-resources div.spacer.menu {
  height: 90px;
}
@media (max-width: 450px) {
  body.page-template-resources div.spacer.menu {
    height: 75px;
  }
}
div.spacer.section0 {
  height: 0;
}
@media (max-width: 992px) {
  div.spacer.section0 {
    height: 0;
  }
}
div.spacer.section1 {
  height: 25vh;
}
@media (max-width: 450px) {
  div.spacer.section1 {
    height: 200px;
  }
}
@media (max-width: 350px) {
  div.spacer.section1 {
    height: 150px;
  }
}
div.spacer.section2 {
  height: 30vh;
}
@media (max-width: 450px) {
  div.spacer.section2 {
    height: 250px;
  }
  div.spacer.section2 section.resources-slider {
    height: 20px;
  }
}
@media (max-width: 350px) {
  div.spacer.section2 {
    height: 200px;
  }
}
div.spacer.section3 {
  height: 350px;
}
@media (max-width: 450px) {
  div.spacer.section3 {
    height: 250px;
  }
}
div.spacer.section4 {
  height: 100px;
}
@media (max-width: 450px) {
  div.spacer.section4 {
    height: 150px;
  }
}
div.spacer.section5 {
  height: 150px;
}
@media (max-width: 450px) {
  div.spacer.section5 {
    height: 60px;
  }
}
@media (max-width: 450px) {
  div.spacer.hideOnMobile {
    display: none !important;
  }
}

.home-pattern {
  position: relative;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
@media (max-width: 450px) {
  .home-pattern {
    height: 0;
    display: block;
  }
}
@media (max-width: 450px) and (max-width: 450px) {
  .home-pattern {
    top: 50px;
  }
}
.home-pattern .pattern {
  height: 500px;
  position: relative;
  z-index: 0;
  width: 100%;
  display: block;
}

.pattern {
  position: relative;
  z-index: 1;
  width: 100%;
}
.pattern .yellow {
  background: rgb(255, 212, 1);
  background: radial-gradient(circle, #ffd700 0%, #ffd700 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.pattern .blue {
  background: rgb(2, 207, 212);
  background: radial-gradient(circle, #2dccd3 0%, #2dccd3 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.pattern .black {
  background: rgb(2, 207, 212);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.672) 0%, rgba(0, 0, 0, 0.672) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
}
.pattern.one .yellow {
  top: 50px;
  left: -250px;
  width: 550px;
  height: 550px;
  -webkit-animation: animation1 5s ease-in-out infinite;
          animation: animation1 5s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.one .yellow {
    left: -300px;
  }
}
@media (max-width: 450px) {
  .pattern.one .yellow {
    top: 0;
    left: -150px;
    width: 400px;
    height: 400px;
  }
}
.pattern.one .blue {
  top: -50px;
  left: 100px;
  width: 700px;
  height: 700px;
  -webkit-animation: animation2 5s ease-in-out infinite;
          animation: animation2 5s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.one .blue {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .pattern.one .blue {
    left: 0;
  }
}
@media (max-width: 992px) {
  .pattern.one .blue {
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 450px) {
  .pattern.one .blue {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 350px) {
  .pattern.one .blue {
    width: 350px;
    height: 350px;
  }
}
.pattern.one .yellow.two {
  opacity: 0;
  top: 50px;
  left: -250px;
  width: 550px;
  height: 550px;
  -webkit-animation: animation1 5s ease-in-out infinite;
          animation: animation1 5s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.one .yellow.two {
    left: -300px;
  }
}
@media (max-width: 450px) {
  .pattern.one .yellow.two {
    top: 0;
    left: -150px;
    width: 400px;
    height: 400px;
  }
}
.pattern.two .yellow {
  top: 100px;
  left: 0;
  width: 450px;
  height: 450px;
  -webkit-animation: animation3 5s ease-in-out infinite;
          animation: animation3 5s ease-in-out infinite;
}
@media (max-width: 992px) {
  .pattern.two .yellow {
    top: -150px;
    height: 300px;
  }
}
@media (max-width: 450px) {
  .pattern.two .yellow {
    top: -50px;
    left: -270px;
    width: 400px;
  }
}
.pattern.two .blue {
  top: 100px;
  left: -100px;
  width: 250px;
  height: 250px;
  -webkit-animation: animation2 5s ease-in-out infinite;
          animation: animation2 5s ease-in-out infinite;
}
@media (max-width: 992px) {
  .pattern.two .blue {
    top: -50px;
    height: 200px;
  }
}
@media (max-width: 450px) {
  .pattern.two .blue {
    top: 200px;
    left: -70px;
    width: 175px;
  }
}
.pattern.faq .yellow {
  width: 550px;
  height: 550px;
}
@media (max-width: 992px) {
  .pattern.faq .yellow {
    top: -100px;
    left: -200px;
    width: 400px;
  }
}
.pattern.three .yellow {
  top: -50px;
  left: -300px;
  width: 550px;
  height: 550px;
  -webkit-animation: animation3 5s ease-in-out infinite;
          animation: animation3 5s ease-in-out infinite;
}
@media (max-width: 992px) {
  .pattern.three .yellow {
    top: -100px;
    left: -200px;
    width: 400px;
  }
}
.pattern.three .blue {
  top: 250px;
  right: -200px;
  width: 250px;
  height: 250px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-animation: animation3 5s ease-in-out infinite;
          animation: animation3 5s ease-in-out infinite;
}
@media (max-width: 992px) {
  .pattern.three .blue {
    top: 0;
  }
}
.pattern.three .blue.two {
  background: rgb(255, 212, 1);
  background: radial-gradient(circle, #ffd700 0%, #ffd700 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  top: 550px;
  right: -200px;
  width: 150px;
  height: 150px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-animation: animation2 5s ease-in-out infinite;
          animation: animation2 5s ease-in-out infinite;
}
@media (max-width: 992px) {
  .pattern.three .blue.two {
    top: 300px;
  }
}
.pattern.four .yellow {
  top: 120px;
  right: -300px;
  width: 450px;
  height: 450px;
  -webkit-animation: animation3 10s ease-in-out infinite;
          animation: animation3 10s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.four .yellow {
    right: -350px;
  }
}
@media (max-width: 1200px) {
  .pattern.four .yellow {
    right: -350px;
  }
}
@media (max-width: 992px) {
  .pattern.four .yellow {
    right: -270px;
    width: 400px;
  }
}
@media (max-width: 450px) {
  .pattern.four .yellow {
    top: -50px;
    right: -270px;
    width: 400px;
  }
}
.pattern.four .blue {
  top: 50px;
  right: -300px;
  width: 300px;
  height: 300px;
  -webkit-animation: animation2 10s ease-in-out infinite;
          animation: animation2 10s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.four .blue {
    right: -300px;
  }
}
@media (max-width: 1200px) {
  .pattern.four .blue {
    right: -450px;
  }
}
@media (max-width: 992px) {
  .pattern.four .blue {
    right: -270px;
    width: 400px;
  }
}
@media (max-width: 450px) {
  .pattern.four .blue {
    top: 100px;
    right: -270px;
    width: 400px;
  }
}
.pattern.five .yellow {
  top: -250px;
  left: -200px;
  width: 400px;
  height: 400px;
  -webkit-animation: animation1 10s ease-in-out infinite;
          animation: animation1 10s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.five .yellow {
    left: -200px;
  }
}
@media (max-width: 1200px) {
  .pattern.five .yellow {
    left: -200px;
  }
}
@media (max-width: 992px) {
  .pattern.five .yellow {
    top: -150px;
    left: -250px;
    width: 400px;
  }
}
.pattern.five .blue {
  /* top: -125px; */
  bottom: 0;
  left: -250px;
  width: 340px;
  height: 340px;
  -webkit-animation: animation2 10s ease-in-out infinite;
          animation: animation2 10s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.five .blue {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .pattern.five .blue {
    left: -250px;
  }
}
@media (max-width: 992px) {
  .pattern.five .blue {
    left: -300px;
  }
}
@media (max-width: 450px) {
  .pattern.five .blue {
    top: 0;
    left: -225px;
  }
}
.pattern.six .yellow {
  top: -400px;
  right: -350px;
  width: 500px;
  -webkit-animation: animation3 10s ease-in-out infinite;
          animation: animation3 10s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.six .yellow {
    right: -350px;
  }
}
@media (max-width: 1200px) {
  .pattern.six .yellow {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .pattern.six .yellow {
    top: -100px;
    right: -200px;
    width: 400px;
  }
}
.pattern.seven .yellow {
  top: 0;
  right: -200px;
  width: 300px;
  height: 300px;
  -webkit-animation: animation3 5ss ease-in-out infinite;
          animation: animation3 5ss ease-in-out infinite;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
@media (max-width: 1400px) {
  .pattern.seven .yellow {
    right: -300px;
  }
}
@media (max-width: 1200px) {
  .pattern.seven .yellow {
    right: -350px;
  }
}
@media (max-width: 992px) {
  .pattern.seven .yellow {
    right: -270px;
    width: 400px;
  }
}
@media (max-width: 450px) {
  .pattern.seven .yellow {
    top: -50px;
    right: -270px;
    width: 400px;
  }
}
.pattern.seven .blue {
  top: 120px;
  right: -250px;
  width: 175px;
  height: 175px;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  -webkit-animation: animation2 10s ease-in-out infinite;
          animation: animation2 10s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.seven .blue {
    right: -200px;
  }
}
@media (max-width: 1200px) {
  .pattern.seven .blue {
    top: -100px;
    right: -200px;
  }
}
@media (max-width: 992px) {
  .pattern.seven .blue {
    right: -50px;
    width: 175px;
  }
}
@media (max-width: 450px) {
  .pattern.seven .blue {
    top: -200px;
    right: -70px;
    width: 175px;
  }
}
.pattern.eight .yellow {
  top: 0;
  left: -500px;
  width: 450px;
  height: 450px;
  -webkit-animation: animation1 10s ease-in-out infinite;
          animation: animation1 10s ease-in-out infinite;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media (max-width: 1400px) {
  .pattern.eight .yellow {
    left: -450px;
  }
}
@media (max-width: 1200px) {
  .pattern.eight .yellow {
    left: -400px;
  }
}
@media (max-width: 992px) {
  .pattern.eight .yellow {
    left: -400px;
  }
}
.pattern.nine .yellow {
  top: 100px;
  right: -200px;
  width: 400px;
  height: 400px;
  -webkit-animation: animation3 10s ease-in-out infinite;
          animation: animation3 10s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.nine .yellow {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .pattern.nine .yellow {
    right: -200px;
  }
}
@media (max-width: 992px) {
  .pattern.nine .yellow {
    top: 200px;
    right: -200px;
    width: 300px;
    height: 300px;
  }
}
.pattern.nine .blue {
  top: 300px;
  right: -400px;
  width: 400px;
  height: 400px;
  -webkit-animation: animation3 10s ease-in-out infinite;
          animation: animation3 10s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .pattern.nine .blue {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .pattern.nine .blue {
    right: -200px;
  }
}
@media (max-width: 992px) {
  .pattern.nine .blue {
    top: 200px;
    right: -200px;
    width: 300px;
    height: 300px;
  }
}
.pattern.ten .yellow {
  top: 200px;
  left: -290px;
  width: 200px;
  height: 200px;
  -webkit-animation: animation2 10s ease-in-out infinite;
          animation: animation2 10s ease-in-out infinite;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media (max-width: 1400px) {
  .pattern.ten .yellow {
    left: -350px;
  }
}
@media (max-width: 1200px) {
  .pattern.ten .yellow {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .pattern.ten .yellow {
    left: -350px;
  }
}
.pattern.ten .blue {
  top: -100px;
  left: -500px;
  width: 400px;
  height: 400px;
  -webkit-animation: animation1 10s ease-in-out infinite;
          animation: animation1 10s ease-in-out infinite;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media (max-width: 1400px) {
  .pattern.ten .blue {
    left: -350px;
  }
}
@media (max-width: 1200px) {
  .pattern.ten .blue {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .pattern.ten .blue {
    left: -350px;
  }
}
@media (max-width: 576px) {
  .pattern {
    display: none;
  }
}

.scroll {
  text-align: center;
  margin: 0;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.scroll a {
  color: #0d274d;
  cursor: pointer;
}
@media (max-width: 450px) {
  .scroll a p,
  .scroll a i {
    display: none;
  }
}
.scroll a p {
  font-size: 1em;
  line-height: 1em;
}
.scroll a i {
  -webkit-animation: scroll1 3s ease-in-out infinite;
          animation: scroll1 3s ease-in-out infinite;
}
.scroll a p,
.scroll a i {
  text-transform: uppercase;
}
.scroll a:hover p,
.scroll a:hover i {
  color: #2dccd3;
}
.scroll.shrink {
  opacity: 0;
  pointer-events: none;
}

.scroll-btn {
  position: relative;
  cursor: pointer;
  width: 280px;
  margin: 30px 0 0 0;
}
.scroll-btn a {
  color: #0d274d;
}
.scroll-btn a:hover {
  color: #ffd700;
}
.scroll-btn a h2 {
  font-size: 1.3em;
  line-height: 1em;
}
.scroll-btn a .arrow {
  position: absolute;
  height: 50px;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-animation: scroll1 3s ease-in-out infinite;
          animation: scroll1 3s ease-in-out infinite;
}
@media (max-width: 450px) {
  .scroll-btn {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 350px) {
  .scroll-btn {
    position: relative;
    bottom: 0;
    margin: 30px 0 0 0;
  }
}

.shine-btn {
  background: white;
  padding: 6px 20px 8px 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #2dccd3;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
@media (max-width: 450px) {
  .shine-btn.big {
    margin: 0 0 20px 0;
  }
}
.shine-btn.big a,
.shine-btn.big p {
  color: #2dccd3;
  font-size: 1.25em;
}
@media (max-height: 800px) {
  .shine-btn.big a,
  .shine-btn.big p {
    font-size: 1em;
  }
}
@media (max-width: 450px) {
  .shine-btn.big a,
  .shine-btn.big p {
    font-size: 1em;
  }
}
.shine-btn a {
  color: #2dccd3;
}
.shine-btn a.yellow {
  color: #ffd700;
}
.shine-btn a.yellow:hover {
  color: #2dccd3;
}
.shine-btn.yellow {
  background: #ffd700;
  border: 1px solid #ffd700;
  color: #0d274d;
}
.shine-btn.yellow:hover {
  color: #ffd700;
}
.shine-btn a,
.shine-btn p {
  color: #2dccd3;
  font-size: 0.9em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-height: 800px) {
  .shine-btn a,
  .shine-btn p {
    font-size: 0.8em;
  }
}
@media (max-width: 450px) {
  .shine-btn a,
  .shine-btn p {
    font-size: 1em;
  }
}
.shine-btn img.arrow {
  display: inline-block;
  width: 40px;
  margin: 0 0 0 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 450px) {
  .shine-btn img.arrow {
    width: 30px;
  }
}
.shine-btn:hover {
  background: #0d274d;
  border: 1px solid #0d274d;
}
.shine-btn:hover a,
.shine-btn:hover p {
  color: #ffd700;
}
.shine-btn:hover img {
  -webkit-transform: translateX(7.5px);
          transform: translateX(7.5px);
}

.plus-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 50px;
  width: auto;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.plus-btn h4 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2em;
  color: #ffd700;
}
@media (max-width: 450px) {
  .plus-btn h4 {
    font-size: 1.6em;
  }
}
.plus-btn .btn-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #0d274d;
  background: white;
  margin: 0 20px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.plus-btn .btn-plus i {
  font-size: 1.4em;
  color: #0d274d;
}
.plus-btn .btn-plus:hover {
  background: #ffd700;
  border: 2px solid #ffd700;
}
.plus-btn .btn-plus:hover i {
  color: #0d274d;
}

.shine-button {
  display: inline-block !important;
  background: #fff;
  border: 1px solid #2dccd3;
  border-radius: 100px;
  padding: 11px 20px;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 900;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.shine-button:after {
  content: "";
  display: inline-block;
  width: 40px;
  background: transparent url(/wp-content/themes/shinealight/assets/icons/arrow_01.svg) no-repeat center center;
  height: 1em;
  margin: 1px 0 0 10px;
  vertical-align: text-top;
}
.shine-button:hover {
  background: #0d274d;
  border-color: #0d274d;
}
.shine-button:hover:after {
  -webkit-transform: translateX(7.5px);
          transform: translateX(7.5px);
}

.social-links a .button-social {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2dccd3;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.social-links a .button-social i {
  color: #ffd700;
  font-size: 0.9em;
}
.social-links a .button-social:hover {
  background: #ffd700;
}
.social-links a .button-social:hover i {
  color: #2dccd3;
}

/* Owl Carousel */
.owl-nav {
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  margin: auto;
}
@media (max-width: 450px) {
  .owl-nav {
    padding: 20px 0 0 0;
    width: 250px;
  }
}
.owl-nav .owl-prev {
  outline: none;
  position: relative;
  z-index: 4;
}
.owl-nav .owl-prev:hover i {
  color: #2dccd3;
}
.owl-nav .owl-next {
  margin: 0 10px;
  outline: none;
  position: relative;
  z-index: 4;
}
.owl-nav .owl-next:hover i {
  color: #2dccd3;
}

.owl-dots {
  /*
  width: 300px;
  */
  margin: 1rem auto 0.5rem;
  text-align: center;
  top: -40px;
  position: relative;
  z-index: 0;
}
.owl-dots button.owl-dot {
  outline: none;
}
.owl-dots button.owl-dot span {
  background: gray;
  border-radius: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot span:hover {
  background: #ffd700;
  opacity: 1;
}
.owl-dots button.owl-dot:nth-child(n+6) {
  display: none !important;
}
.owl-carousel.long .owl-dots .owl-dot {
  display: none;
}
.owl-carousel.long .owl-dots .owl-dot.active {
  display: block;
}

section.resources-primer .owl-carousel .owl-nav,
section.faqs .owl-carousel .owl-nav {
  padding: 5px 0 0 0;
  z-index: 0;
}
section.resources-primer .owl-carousel .owl-nav .owl-prev i,
section.faqs .owl-carousel .owl-nav .owl-prev i {
  color: #0d274d;
}
section.resources-primer .owl-carousel .owl-nav .owl-prev:hover i,
section.faqs .owl-carousel .owl-nav .owl-prev:hover i {
  color: #2dccd3;
}
section.resources-primer .owl-carousel .owl-nav .owl-next,
section.faqs .owl-carousel .owl-nav .owl-next {
  margin: 0 10px;
}
section.resources-primer .owl-carousel .owl-nav .owl-next i,
section.faqs .owl-carousel .owl-nav .owl-next i {
  color: #0d274d;
}
section.resources-primer .owl-carousel .owl-nav .owl-next:hover i,
section.faqs .owl-carousel .owl-nav .owl-next:hover i {
  color: #2dccd3;
}
section.resources-primer .owl-carousel .owl-dots button.owl-dot span,
section.faqs .owl-carousel .owl-dots button.owl-dot span {
  background: none repeat scroll 0 0 #0d274d;
}
section.resources-primer .owl-carousel .owl-dots button.owl-dot span:hover,
section.faqs .owl-carousel .owl-dots button.owl-dot span:hover {
  background: none repeat scroll 0 0 #0d274d;
}
section.resources-primer .owl-carousel .owl-dots button.owl-dot.active span,
section.faqs .owl-carousel .owl-dots button.owl-dot.active span {
  background: none repeat scroll 0 0 #2dccd3;
}
section.resources-primer .owl-carousel .owl-dots button.owl-dot:nth-child(n+6),
section.faqs .owl-carousel .owl-dots button.owl-dot:nth-child(n+6) {
  display: none !important;
}

section.resources-bar .owl-carousel .owl-nav {
  display: inline-block;
  padding: 0 0 0 0;
  width: 100%;
  top: -68px;
  left: 60px;
  position: relative;
}
section.resources-bar .owl-carousel .owl-nav .owl-next {
  z-index: 5;
  position: relative;
}
section.resources-bar .owl-carousel .owl-nav .owl-next i {
  font-size: 11px;
}
section.resources-bar .owl-carousel .owl-nav .owl-prev {
  z-index: 5;
  position: relative;
}
section.resources-bar .owl-carousel .owl-nav .owl-prev i {
  font-size: 11px;
}

footer {
  background: #ffd700;
  z-index: 1;
}
footer > .container {
  padding-top: 30px;
  padding-bottom: 90px;
}
footer .logo {
  width: 170px;
}
@media (max-width: 450px) {
  footer .logo {
    width: 150px;
  }
}
@media (max-width: 350px) {
  footer .logo {
    width: 125px;
  }
}
footer p {
  margin: 20px 0 0 0;
  color: #0d274d;
  font-size: 1.2em;
}
@media (max-width: 450px) {
  footer p {
    font-size: 1.1em;
  }
}
@media (max-width: 350px) {
  footer p {
    font-size: 1em;
  }
}
footer .social-links a .button-social {
  width: 50px;
  height: 50px;
  margin: 0 0 10px 0;
  background: #FFF;
}
@media (max-width: 1200px) {
  footer .social-links a .button-social {
    width: 30px;
    height: 30px;
  }
}
footer .social-links a .button-social i {
  color: #0d274d;
  font-size: 1.3em;
}
@media (max-width: 1200px) {
  footer .social-links a .button-social i {
    font-size: 0.9em;
  }
}
footer .social-links a .button-social:hover {
  background: #0d274d;
}
footer .social-links a .button-social:hover i {
  color: #FFF;
}

section.page-header {
  margin-top: 50px;
}
@media (min-width: 992px) {
  section.page-header {
    margin-top: 100px;
  }
}
section.page-header .heading {
  margin: 75px 0 0 0;
}
@media (max-width: 992px) {
  section.page-header .heading {
    display: block;
    height: 100%;
    padding: 30px 10px 0 10px;
  }
}
section.page-header .heading .msg {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  section.page-header .heading .msg {
    text-align: left;
  }
}
section.page-header .heading .msg h1 {
  color: #0d274d;
  line-height: 1.1em;
}
@media (max-width: 992px) {
  section.page-header .heading .msg h1 {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 450px) {
  section.page-header .heading .msg h1 {
    padding: 10px 0 0 0;
  }
}

section.page-info .info {
  position: relative;
  z-index: 2;
}
section.page-info .info h2 {
  color: #0d274d;
  margin: 0 0 20px 0;
  font-size: 2.5em;
}
@media (max-width: 992px) {
  section.page-info .info h2 {
    margin: 30px 0 10px 0;
  }
}
@media (max-width: 450px) {
  section.page-info .info h2 {
    font-size: 2em;
  }
}
section.page-info .info h3 {
  font-size: 2em;
  margin: 20px 0 0 20px;
}
@media (max-width: 992px) {
  section.page-info .info h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 450px) {
  section.page-info .info h3 {
    font-size: 1.6em;
  }
}
section.page-info .info h3 .arrow {
  width: 80px;
}
section.page-info .info p {
  font-size: 1.2em;
}
section.page-info .info .shine-btn {
  margin: 20px 0 0 0;
  z-index: 4;
}
section.page-info .info .plus-btn {
  margin: 30px 0;
}
section.page-info .info .social-links {
  display: flex-inline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}
section.page-info .info .social-links a .button-social {
  width: 40px;
  height: 40px;
  margin: 0 0 10px 0;
  background: #0d274d;
}
@media (max-width: 1200px) {
  section.page-info .info .social-links a .button-social {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 450px) {
  section.page-info .info .social-links a .button-social {
    width: 50px;
    height: 50px;
  }
}
section.page-info .info .social-links a .button-social i {
  color: #ffd700;
  font-size: 1em;
}
@media (max-width: 1200px) {
  section.page-info .info .social-links a .button-social i {
    font-size: 0.9em;
  }
}
@media (max-width: 450px) {
  section.page-info .info .social-links a .button-social i {
    font-size: 1.1em;
  }
}
section.page-info .info .social-links a .button-social:hover {
  background: #ffd700;
}
section.page-info .info .social-links a .button-social:hover i {
  color: white;
}

section.page-slider {
  position: relative;
  z-index: 3;
}
section.page-slider h2 {
  font-size: 3em;
  margin: 0 0 30px 0;
  color: #0d274d;
}
@media (max-width: 992px) {
  section.page-slider h2 {
    font-size: 2em;
  }
}
@media (max-width: 992px) {
  section.page-slider h2 {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 350px) {
  section.page-slider h2 {
    font-size: 1.8em;
  }
}
section.page-slider h2 i {
  margin: 0 10px 0 0;
  color: #2dccd3;
}
section.page-slider h2 .arrow {
  width: 200px;
}
section.page-slider .thumb {
  width: 90%;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.page-slider .thumb {
    width: 50%;
  }
}
section.page-slider .thumb img {
  border-radius: 50%;
  border: 3px solid white;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
section.page-slider .thumb img:hover {
  border: 3px solid #2dccd3;
}
section.page-slider .logo {
  /* width: 150px; */
  height: 100px;
  margin: 0 0 20px 0;
  cursor: pointer;
}
section.page-slider .logo img {
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  width: auto;
  height: 100%;
}
@media (max-width: 450px) {
  section.page-slider .phone img {
    width: 50%;
  }
}
section.page-slider .text {
  padding: 20px 0 5px 0;
  position: relative;
  z-index: 3;
}
section.page-slider .text h3 {
  position: relative;
  z-index: 3;
  color: #2dccd3;
  font-size: 3em;
  line-height: 1em;
}
@media (max-width: 1400px) {
  section.page-slider .text h3 {
    font-size: 2.6em;
  }
}
@media (max-width: 992px) {
  section.page-slider .text h3 {
    font-size: 2.4em;
  }
}
@media (max-width: 450px) {
  section.page-slider .text h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 350px) {
  section.page-slider .text h3 {
    font-size: 1.4em;
  }
}
section.page-slider .text p {
  position: relative;
  z-index: 3;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media (max-width: 450px) {
  section.page-slider .text p {
    font-size: 1em;
  }
}
section.page-slider .text p.tag {
  font-size: 0.8em;
  margin: 0 0 5px 0;
  color: #ffd700;
  text-transform: uppercase;
}
section.page-slider .shine-btn {
  margin: 20px 0 20px 0;
}

section.page-banner {
  position: relative;
  z-index: 0;
  background-color: #ffd700;
}
section.page-banner > .container {
  padding: 100px 0;
}
@media (max-width: 992px) {
  section.page-banner > .container {
    padding: 30px 15px;
  }
}
@media (max-width: 992px) {
  section.page-banner {
    min-height: 0;
  }
}
section.page-banner .center-align {
  min-height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  section.page-banner .center-align {
    min-height: 0;
    display: block;
  }
}
section.page-banner .text {
  text-align: center;
}
section.page-banner .text h1 {
  font-size: 3em;
  color: #0d274d;
  position: relative;
  z-index: 4;
}
@media (max-width: 992px) {
  section.page-banner .text h1 {
    font-size: 1.6em;
  }
}
@media (max-width: 768px) {
  section.page-banner .text h1 {
    font-size: 1.5em;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 450px) {
  section.page-banner .text h1 {
    font-size: 2em;
  }
}
section.page-banner .workplace {
  text-align: left;
}
@media (max-width: 992px) {
  section.page-banner .workplace {
    padding: 50px 0;
  }
}
section.page-banner .workplace h1 {
  font-size: 2.8em;
}
@media (max-width: 1200px) {
  section.page-banner .workplace h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 992px) {
  section.page-banner .workplace h1 {
    font-size: 2.6em;
    margin: 0 0 20px 0;
    line-height: 1em;
  }
}
@media (max-width: 450px) {
  section.page-banner .workplace h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 350px) {
  section.page-banner .workplace h1 {
    font-size: 2em;
  }
}
section.page-banner .workplace h1 img.arrow {
  width: 200px;
}
@media (max-width: 992px) {
  section.page-banner .workplace h1 img.arrow {
    display: none;
  }
}
section.page-banner .workplace h4 {
  font-size: 2.8em;
}
@media (max-width: 1200px) {
  section.page-banner .workplace h4 {
    font-size: 2.2em;
  }
}
@media (max-width: 992px) {
  section.page-banner .workplace h4 {
    font-size: 2em;
  }
}
section.page-banner .workplace a {
  color: #0d274d;
}
section.page-banner .workplace a i.fa-circle-plus {
  margin: 10px 0 0 0;
  font-size: 2em;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 992px) {
  section.page-banner .workplace a i.fa-circle-plus {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 0 0 10px;
  }
}
section.page-banner .workplace a:hover span {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
section.page-banner .workplace a:hover span.blue1 {
  color: #0d274d;
}
section.page-banner .workplace a:hover span.font-light {
  color: #2dccd3;
}
section.page-banner .workplace a:hover i.fa-circle-plus {
  color: #2dccd3;
}
section.page-banner .workplace .social-links .button-social {
  width: 75px;
  height: 75px;
  margin: 10px 10px 10px 0;
}
@media (max-width: 992px) {
  section.page-banner .workplace .social-links .button-social {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 350px) {
  section.page-banner .workplace .social-links .button-social {
    width: 40px;
    height: 40px;
    margin: 5px 5px 5px 0;
  }
}
section.page-banner .workplace .social-links .button-social i {
  font-size: 2em;
  color: white;
}
@media (max-width: 992px) {
  section.page-banner .workplace .social-links .button-social i {
    font-size: 1.4em;
  }
}
@media (max-width: 350px) {
  section.page-banner .workplace .social-links .button-social i {
    font-size: 1.1em;
  }
}
section.page-banner .workplace .social-links .button-social:hover {
  background: #0d274d;
}
section.page-banner .workplace .social-links .button-social:hover i {
  color: #ffd700;
}

.crescent {
  /*
  left: 0;
  right: 0;
  position: absolute;
  */
  background: #ffd700;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 215, 0)), color-stop(90%, rgb(255, 215, 0)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(255, 215, 0) 0%, rgb(255, 215, 0) 90%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  /*
  &.crescent--top {
  	bottom: 100%;
  	margin-bottom: -1px;
  }
  */
}
.crescent img {
  display: block;
  width: 100%;
  position: relative;
  top: -1px;
}
.crescent.crescent--bottom {
  /*
  top: 100%;
  margin-top: -1px;
  */
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  position: relative;
  z-index: -1;
}

.toast-header {
  background: #2dccd3 !important;
  color: white !important;
  font-size: 16px;
}
.toast-body {
  color: #0d274d !important;
}

#event {
  margin: 10px 0 0 0;
  position: relative;
  display: block;
}
@media (max-width: 992px) {
  #event {
    margin: 50px 0 0 0;
  }
}
#event h2 {
  font-size: 3em;
  margin: 0 0 30px 0;
  color: #0d274d;
}
@media (max-width: 992px) {
  #event h2 {
    font-size: 2em;
  }
}
@media (max-width: 992px) {
  #event h2 {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 350px) {
  #event h2 {
    font-size: 1.8em;
  }
}
#event h2 i {
  margin: 0 10px 0 0;
  color: #2dccd3;
}
#event h2 .arrow {
  width: 200px;
}

.events-slider .event img {
  margin: 0 auto;
  border-radius: 10px;
}

.small-banner {
  z-index: 0;
  background-color: #ffd700;
  padding: 20px 0;
  text-align: center;
  border-radius: 30px;
}

.accordion-item {
  border: none !important;
}

.accordion-button {
  font-weight: 900;
  font-size: 1.6rem;
  color: #0d274d;
  text-transform: uppercase;
  border-bottom: 1px solid #ffd700;
}
@media (max-width: 450px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}
.accordion-button:hover {
  background: #ffd700;
}

.accordion-button:not(.collapsed) {
  color: #0d274d;
}

.accordion-button:not(.collapsed) {
  background: #ffd700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.content-card {
  padding: 20px 10px 20px 0;
}
.content-card .thumb img {
  width: 100%;
}
.content-card h3 {
  font-size: 1.3rem;
}
.content-card p.three-line {
  margin: 0 0 10px 0;
}

.content-video {
  padding: 0 50px;
}
.content-video img.video {
  margin: 0 0 25px 0;
  width: 65%;
  cursor: pointer;
}
.content-video img.video:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.content-video h3 {
  font-size: 2.25rem;
}

/*
nav#menu-main .menu-link a.nav-link--contact {
	background: $clr_navy !important;
	color: white !important;
	padding: 4px 14px;
	font-size: 16px;
	&:hover {
		background: $clr_yellow !important;
		color: $clr_navy !important;
	}
}
*/
#contact {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 800;
  padding: 12px 18px;
  border: 1px solid #0d274d;
  border-radius: 1.5em;
  font-size: 1.5em;
  font-family: "Montserrat";
  font-weight: 900;
  color: white;
  background: #0d274d;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
#contact i {
  padding: 3px 0;
}
#contact:hover {
  background: #ffd700;
  border-color: #ffd700;
  color: #0d274d;
}

#contact_modal {
  font-family: Montserrat, sans-serif;
}
#contact_modal .modal-content {
  border: none;
}
#contact_modal .gform_wrapper label,
#contact_modal .gform_wrapper legend {
  text-transform: uppercase;
}
#contact_modal .gform_wrapper legend {
  margin-bottom: 0;
}
#contact_modal .gform_wrapper input,
#contact_modal .gform_wrapper select,
#contact_modal .gform_wrapper textarea {
  /* font-family: $font_family; */
}
#contact_modal .gform_wrapper input {
  border-radius: 0;
  border-width: 0 0 1px 0;
}
#contact_modal .gform_wrapper input[type=submit] {
  background: white;
  padding: 8px 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50px;
  border: 1px solid #2dccd3;
  color: #2dccd3 !important;
  text-transform: uppercase;
  font-weight: 900;
}
#contact_modal .gform_wrapper input[type=submit]:hover, #contact_modal .gform_wrapper input[type=submit]:focus, #contact_modal .gform_wrapper input[type=submit]:active {
  background: #0d274d;
  border-color: #0d274d;
  color: #ffd700 !important;
}
#contact_modal .gform_wrapper select {
  -webkit-appearance: none;
}
#contact_modal .gform_wrapper textarea {
  padding: 10px;
  display: block;
}
#contact_modal .gform_wrapper .gform_heading {
  display: none;
}
#contact_modal .gform_wrapper .gform_footer {
  padding-bottom: 0;
  margin-top: 0;
}
#contact_modal .gform_wrapper .gform_footer .gform_button {
  margin-bottom: 0;
}
#contact_modal .gform_confirmation_wrapper {
  /* font-family: $font_family; */
  color: #0d274d;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.grid.packery:after {
  content: "";
  display: block;
  clear: both;
}
.grid.packery .grid-item {
  float: left;
  width: 100%;
  /*
  background: #C09;
  border: 2px solid hsla(0, 0%, 0%, 0.5);
  */
  /*
  &--portrait {
  	aspect-ratio: 0.5;
  	max-height: 200%;
  }
  */
}
@media (min-width: 576px) {
  .grid.packery .grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .grid.packery .grid-item {
    width: 25%;
  }
}
.grid.packery .grid-item--width2 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid.packery .grid-item--width2 {
    width: 50%;
  }
}
.grid.packery .grid-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 2;
  max-height: 50%;
}
.grid.packery .grid-item--portrait img {
  aspect-ratio: 0.5;
  max-height: 200%;
}

.hero > .row {
  background-color: rgb(13, 39, 77);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50vh 0 5vh;
}
.hero > .row:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(13, 39, 77, 0.6);
}
.hero > .row > div {
  z-index: 1;
}
.hero > .row .container {
  z-index: 2;
  color: #FFF;
}

input,
textarea {
  font-family: "Montserrat", sans-serif;
}

.gfield_label {
  text-transform: uppercase;
}

input[type=submit] {
  background: #ffd700;
  color: #0d274d;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: none;
  padding: 6px 26px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

input[type=submit]:hover {
  background-color: #0d274d;
  color: #ffd700;
}

.shortcode--resources .thumb {
  width: 90%;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .shortcode--resources .thumb {
    width: 60%;
  }
}
.shortcode--resources .thumb img {
  border-radius: 5px;
  border: 1px solid rgba(13, 39, 77, 0.2);
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  background: #b3b3b3;
}
.shortcode--resources .text {
  padding: 20px 0 10px 0;
}
.shortcode--resources .text h3 {
  color: #0d274d;
  font-size: 1.4em;
}
@media (max-width: 1400px) {
  .shortcode--resources .text h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  .shortcode--resources .text h3 {
    font-size: 2em;
  }
}
@media (max-width: 450px) {
  .shortcode--resources .text h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 430px) {
  .shortcode--resources .text h3 {
    font-size: 1.2em;
  }
}
.shortcode--resources .text p {
  position: relative;
  z-index: 3;
  font-size: 1em;
  line-height: 1.2em;
}
@media (max-width: 450px) {
  .shortcode--resources .text p {
    font-size: 1em;
  }
}
.shortcode--resources .text p.tag {
  font-size: 0.8em;
  margin: 0 0 5px 0;
  color: #2dccd3;
  text-transform: uppercase;
}

body.page .text_content > :first-child,
body.page .text_content > h2,
body.page .text_content > h3 {
  margin-top: 100px;
}

main.page-template-text h1 {
  margin-top: 1em;
}
main.page-template-text h2 {
  margin-top: 0.5em;
}
main.page-template-text p,
main.page-template-text ul {
  margin-bottom: 1em;
}
main.page-template-text p:last-child,
main.page-template-text ul:last-child {
  margin-bottom: 0;
}
main.page-template-text ul,
main.page-template-text ul > li {
  list-style-type: disc;
}
main.page-template-text ol,
main.page-template-text ol > li {
  list-style-type: decimal;
}
main.page-template-text ul,
main.page-template-text ol {
  list-style-position: inside;
}
main.page-template-text ul ul,
main.page-template-text ul ol,
main.page-template-text ol ul,
main.page-template-text ol ol {
  margin-left: 15px;
}
main.page-template-text ul ul,
main.page-template-text ul ul > li,
main.page-template-text ol ul,
main.page-template-text ol ul > li {
  list-style-type: circle;
}
main.page-template-text ul ol,
main.page-template-text ul ol > li,
main.page-template-text ol ol,
main.page-template-text ol ol > li {
  list-style-type: lower-latin;
}
main.page-template-text li {
  margin-bottom: 0.5em;
}
main.page-template-text li:last-child {
  margin-bottom: 0;
}

.speakers {
  position: relative;
  z-index: 1;
}
.speakers .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 50px 0;
}
@media (max-width: 786px) {
  .speakers .search {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 20px 0;
  }
}
.speakers .headshot {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 10px 0 10px 0;
}
@media (max-width: 450px) {
  .speakers .headshot {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 350px) {
  .speakers .headshot {
    width: 100px;
    height: 100px;
  }
}
.speakers .brands {
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 6rem;
}
@media (max-width: 450px) {
  .speakers .brands {
    grid-gap: 1rem;
  }
}
@media (max-width: 350px) {
  .speakers .brands {
    grid-gap: 1rem;
  }
}
.speakers .brands h2 {
  font-size: 2em;
  line-height: 1em;
}
@media (max-width: 450px) {
  .speakers .brands h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 350px) {
  .speakers .brands h2 {
    font-size: 1.5em;
  }
}
.speakers .brands a {
  color: #0d274d;
}
.speakers .brands a:hover {
  color: #2dccd3;
}
@media (max-width: 450px) {
  .speakers .brands a:hover {
    color: #0d274d;
  }
}
.speakers #search_filtered {
  opacity: 0;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  font-style: italic;
}
.speakers .speaker-none {
  text-align: center;
  font-style: italic;
  display: none;
}

#speakerModal .btn-close {
  position: absolute;
  top: 1em;
  right: 1em;
}
#speakerModal .modal-header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#speakerModal .modal-content {
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 450px) {
  #speakerModal .modal-content {
    padding: 10px;
  }
}
@media (max-width: 350px) {
  #speakerModal .modal-content {
    padding: 5px;
  }
}
#speakerModal img.headshot {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 5px 10px 5px 0;
}
@media (max-width: 450px) {
  #speakerModal img.headshot {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 350px) {
  #speakerModal img.headshot {
    width: 80px;
    height: 80px;
    margin: 0 5px 0 0;
  }
}
#speakerModal h3 {
  font-size: 3em;
  line-height: 1em;
}
@media (max-width: 450px) {
  #speakerModal h3 {
    font-size: 2em;
  }
}
@media (max-width: 350px) {
  #speakerModal h3 {
    font-size: 1.6em;
  }
}
#speakerModal .modal-footer i {
  font-size: 2em;
  cursor: pointer;
  color: #0d274d;
  margin: 0 10px;
}
#speakerModal .modal-footer i:hover {
  color: #2dccd3;
}
@media (max-width: 450px) {
  #speakerModal .modal-footer i {
    font-size: 1.6em;
    margin: 0 5px;
  }
}
@media (max-width: 350px) {
  #speakerModal .modal-footer i {
    font-size: 1.3em;
    margin: 0 2.5px;
  }
}

:root {
  --tec-color-event-icon-hover: $clr_aqua;
  --tec-color-icon-focus: $clr_aqua;
  --tec-color-text-primary: $clr_navy;
  --tec-color-accent-primary: $clr_aqua;
  --tec-color-accent-primary-hover: $clr_navy;
  --tec-color-accent-primary-active: $clr_navy;
  --tec-color-link-accent-hover: $clr_aqua;
  --tec-font-weight-bold: 900;
  --tec-font-family-sans-serif: "Montserrat", san-serif;
}

body.tribe-events-page-template {
  /*
  .tribe-events-calendar-list__event-row {
  	&--thisweek {
  		border-style: solid;
  		border-color: $clr_aqua;
  		border-width: 1px 1px 1px 5px;
  	}
  	&--now  {
  		border-style: solid;
  		border-color: $clr_yellow;
  		border-width: 1px 1px 1px 5px;
  	}
  }
  */
}
body.tribe-events-page-template .tribe-events .tribe-events-l-container {
  padding-top: 0;
  padding-bottom: 150px;
}
body.tribe-events-page-template .tribe-events .tribe-events-calendar-month_day {
  border: 1px solid rgba(20, 24, 39, 0.07);
  border-radius: 0;
}
body.tribe-events-page-template .tribe-events-c-subscribe-dropdown__content {
  position: absolute;
  z-index: 30;
}
body.tribe-events-page-template .tribe-events-calendar-list__event {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  /*
  padding-top: var(--tec-spacer-1);
  padding-bottom: var(--tec-spacer-1);
  */
}
body.tribe-events-page-template .tribe-events-calendar-list__event-title, body.tribe-events-page-template .tribe-events-calendar-list__event-title > a {
  font-weight: var(--tec-font-weight-bold);
}
body.tribe-events-page-template .tribe-events-calendar-list__event-description-content {
  display: none;
}
body.tribe-events-page-template .tribe-events-calendar-list__event-description-content .tribe-events-calendar-list__event-description-link-container {
  margin-top: var(--tec-spacer-1);
}
body.tribe-events-page-template .tribe-common a, body.tribe-events-page-template .tribe-common a:active, body.tribe-events-page-template .tribe-common a:focus, body.tribe-events-page-template .tribe-common a:hover, body.tribe-events-page-template .tribe-common a:visited {
  color: #2dccd3;
}

body.single-tribe_events div.tribe-events-event-image img {
  width: 100%;
  height: auto;
}
body.single-tribe_events div.tribe-events-event-meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mid-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .mid-align {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

section.mission {
  position: relative;
  z-index: 3;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  section.mission {
    display: block;
    height: auto;
  }
}
section.mission .intro h1 {
  margin: 10px 0 0 0;
  font-size: 5em;
  position: relative;
  z-index: 3;
  line-height: 0.9em;
}
@media (max-height: 800px) {
  section.mission .intro h1 {
    font-size: 4.5em;
    margin: 0 0 0 0;
  }
}
@media (max-height: 600px) {
  section.mission .intro h1 {
    font-size: 4.25em;
  }
}
@media (max-width: 1400px) {
  section.mission .intro h1 {
    font-size: 4.5em;
  }
}
@media (max-width: 1200px) {
  section.mission .intro h1 {
    font-size: 4em;
  }
}
@media (max-width: 992px) {
  section.mission .intro h1 {
    font-size: 4em;
  }
}
@media (max-width: 450px) {
  section.mission .intro h1 {
    margin: 35px 0 0 0;
    font-size: 2.3em;
  }
}
@media (max-width: 450px) {
  section.mission .intro h1 span.yellow {
    color: #0d274d !important;
  }
}
section.mission .intro h1.white {
  margin: 20px 0 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  section.mission .intro h1.white {
    margin: 30px 0 0 0;
  }
}
section.mission .intro .msg {
  width: 85px;
  margin: 0 0 0 590px;
  position: relative;
  z-index: 3;
}
@media (max-height: 800px) {
  section.mission .intro .msg {
    margin: 0 0 0 590px;
  }
}
@media (max-height: 600px) {
  section.mission .intro .msg {
    display: none;
  }
}
@media (max-width: 1400px) {
  section.mission .intro .msg {
    margin: 0 0 0 530px;
  }
}
@media (max-width: 1200px) {
  section.mission .intro .msg {
    margin: 0 0 0 465px;
  }
}
@media (max-width: 992px) {
  section.mission .intro .msg {
    margin: 0 0 0 465px;
  }
}
@media (max-width: 450px) {
  section.mission .intro .msg {
    margin: 0 0 0 270px;
  }
}
section.mission .intro .msg p {
  font-size: 0.9em;
  color: #0d274d;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 992px) {
  section.mission .intro .msg p {
    font-size: 0.8em;
  }
}
@media (max-width: 380px) {
  section.mission .intro .msg p {
    right: 20px;
  }
}
section.mission .intro .msg img.arrow {
  height: 30px;
  margin: 0 0 0 30px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
section.mission .intro a.scroll-me-faq {
  cursor: pointer;
}
section.mission .intro a.scroll-me-faq:hover p {
  color: #ffd700;
}
section.mission .intro a.scroll-me-faq:hover .arrow {
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}
@media (max-width: 992px) {
  section.mission .stat-img {
    display: none;
  }
}
section.mission img.stat {
  width: 100%;
}
@media (max-width: 992px) {
  section.mission img.stat {
    width: 325px;
  }
}

.get-involved-btn {
  position: absolute;
  bottom: 100px;
  cursor: pointer;
}
.get-involved-btn a h2 {
  font-size: 1.8em;
  line-height: 1em;
}
.get-involved-btn a .arrow {
  height: 80px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  position: absolute;
  right: -30px;
  top: -20px;
  -webkit-animation: scroll1 3s ease-in-out infinite;
          animation: scroll1 3s ease-in-out infinite;
}
.get-involved-btn a:hover .arrow {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-height: 600px) {
  .get-involved-btn {
    bottom: 50px;
  }
}
@media (max-width: 450px) {
  .get-involved-btn {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 350px) {
  .get-involved-btn {
    position: relative;
    bottom: 0;
    margin: 30px 0 0 0;
  }
}

#splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  background: #0d274d;
}

#splash img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  opacity: 0;
  margin: 0 0 1px 0;
  z-index: 10;
  mix-blend-mode: overlay;
}

section.mission h1 {
  display: inline-block;
}

.bg-yellow {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(#2dccd3), to(white));
  background: linear-gradient(0, white, #2dccd3, white);
}
.bg-yellow h3 {
  margin: 20px 0 30px 0;
}

.phone-content {
  text-align: center;
  position: relative;
  z-index: 3;
  text-align: center;
}
.phone-content img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

#campaign {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #1a1a1a;
  background-image: url("../assets/splash/sal_tile02.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 250px 250px;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 450px) {
  #campaign {
    padding: 50px 0 0 0;
  }
}
#campaign h1 {
  display: inline-block;
  font-size: 6rem;
  line-height: 6rem;
  text-shadow: 0 0 20px black;
}
@media (max-width: 450px) {
  #campaign h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

.overlay {
  background: #0d274d;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

@-webkit-keyframes MOVE-BG {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -250px -250px;
  }
}

@keyframes MOVE-BG {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -250px -250px;
  }
}
section.jew-spots {
  position: relative;
  z-index: 3;
}
section.jew-spots .text {
  position: relative;
  z-index: 3;
  height: 100%;
}
section.jew-spots .text h1 {
  font-size: 4em;
}
@media (max-width: 1400px) {
  section.jew-spots .text h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 1200px) {
  section.jew-spots .text h1 {
    font-size: 3em;
  }
}
@media (max-width: 450px) {
  section.jew-spots .text h1 {
    font-size: 2.8em;
    color: #2dccd3;
    line-height: 1em;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 350px) {
  section.jew-spots .text h1 {
    font-size: 2.4em;
    margin: 0 0 20px 0;
  }
}
section.jew-spots .text .arrow {
  width: 200px;
}
@media (max-width: 992px) {
  section.jew-spots .text .arrow {
    display: none;
  }
}
section.jew-spots img.spot-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 992px) {
  section.jew-spots img.spot-img {
    width: 77%;
    margin: auto;
  }
}
section.jew-spots .card-text {
  text-align: center;
}
@media (max-width: 768px) {
  section.jew-spots .card-text {
    text-align: left;
  }
}
section.jew-spots .card-text h2 {
  font-size: 3.2em;
  line-height: 0.9em;
}
@media (max-width: 1200px) {
  section.jew-spots .card-text h2 {
    font-size: 2.8em;
  }
}
@media (max-width: 992px) {
  section.jew-spots .card-text h2 {
    font-size: 2.6em;
  }
}
@media (max-width: 450px) {
  section.jew-spots .card-text h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 350px) {
  section.jew-spots .card-text h2 {
    font-size: 1.8em;
  }
}
section.jew-spots .card-text .spot-img {
  border-radius: 50%;
  width: 75%;
  margin: 40px auto;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.jew-spots .card-text .spot-img {
    width: 60%;
    margin: 25px 0;
  }
}
@media (max-width: 450px) {
  section.jew-spots .card-text .spot-img {
    width: 70%;
  }
}
section.jew-spots .card-text .spot-img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border: #ffd700 3px solid;
}

section.shine-video {
  position: relative;
  z-index: 3;
}
section.shine-video .center-align {
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  section.shine-video .center-align {
    min-height: 0;
    display: block;
  }
}
section.shine-video img.video {
  width: 700px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1400px) {
  section.shine-video img.video {
    width: 650px;
  }
}
@media (max-width: 992px) {
  section.shine-video img.video {
    margin: 0 0 20px 0;
    width: 500px;
  }
}
@media (max-width: 768px) {
  section.shine-video img.video {
    width: 450px;
  }
}
@media (max-width: 450px) {
  section.shine-video img.video {
    width: 325px;
  }
}
@media (max-width: 390px) {
  section.shine-video img.video {
    width: 310px;
  }
}
@media (max-width: 350px) {
  section.shine-video img.video {
    width: 270px;
  }
}
section.shine-video .cover {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 750px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
section.shine-video .cover img {
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  -webkit-animation: rotate1 linear 20s infinite;
          animation: rotate1 linear 20s infinite;
}
section.shine-video .thumb {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
section.shine-video .thumb:hover {
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
section.shine-video .thumb:hover img.video.one {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.shine-video .thumb:hover .cover img.video {
  -webkit-animation: rotate1 linear 60s infinite;
          animation: rotate1 linear 60s infinite;
  -webkit-box-shadow: 0 0 10px #ffd700;
          box-shadow: 0 0 10px #ffd700;
}
section.shine-video .text h2 {
  position: relative;
  z-index: 3;
  font-size: 3.5em;
  line-height: 1em;
  margin: 0 0 20px 0;
}
@media (max-width: 1200px) {
  section.shine-video .text h2 {
    font-size: 2.4em;
  }
}
@media (max-width: 992px) {
  section.shine-video .text h2 {
    font-size: 3em;
  }
}
@media (max-width: 450px) {
  section.shine-video .text h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 390px) {
  section.shine-video .text h2 {
    font-size: 2em;
  }
}
@media (max-width: 350px) {
  section.shine-video .text h2 {
    font-size: 1.8em;
  }
}
section.shine-video .owl-dots {
  width: 300px;
}

.big-arrow {
  position: relative;
  mix-blend-mode: multiply;
  z-index: 0;
  left: -1100px;
  top: 64px;
}
@media (max-width: 1200px) {
  .big-arrow {
    top: 70px;
    left: -950px;
  }
}
@media (max-width: 992px) {
  .big-arrow {
    display: none;
  }
}
.big-arrow img {
  position: absolute;
  mix-blend-mode: multiply;
  width: 1600px;
}
@media (max-width: 1200px) {
  .big-arrow img {
    width: 1400px;
  }
}

section.faqs {
  position: relative;
  z-index: 3;
  background-color: #ffd700;
  /* cursor: none; */
  /*
  > .container {
    padding: 100px 0;
    @media (max-width: 992px) {
      padding: 50px 0;
    }
  }
  */
}
@media (max-width: 992px) {
  section.faqs {
    min-height: 0;
  }
}
section.faqs .center-align {
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.faqs .center-align {
    min-height: 0;
    display: block;
  }
}
section.faqs .text h1 {
  font-size: 5em;
  position: relative;
  z-index: 4;
  color: #0d274d;
}
@media (max-width: 992px) {
  section.faqs .text h1 {
    font-size: 3em;
    color: white;
  }
}
@media (max-width: 450px) {
  section.faqs .text h1 {
    font-size: 3.5em;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 350px) {
  section.faqs .text h1 {
    font-size: 3em;
    margin: 0 0 5px 0;
  }
}
section.faqs .owl-carousel {
  padding: 0 10px;
}
@media (max-width: 768px) {
  section.faqs .owl-carousel {
    padding: 0;
  }
}
@media (max-width: 450px) {
  section.faqs .owl-carousel {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 350px) {
  section.faqs .owl-carousel {
    margin: 20px 0 0 0;
  }
}
section.faqs .owl-carousel h2 {
  font-size: 5em;
  color: #2dccd3;
  line-height: 1em;
}
@media (max-width: 450px) {
  section.faqs .owl-carousel h2 {
    font-size: 2em;
  }
}
@media (max-width: 350px) {
  section.faqs .owl-carousel h2 {
    font-size: 1.8em;
  }
}
section.faqs .owl-carousel p {
  font-size: 1.4em;
  margin: 0 0 10px 0;
  color: #0d274d;
}
@media (max-width: 450px) {
  section.faqs .owl-carousel p {
    font-size: 1.2em;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 350px) {
  section.faqs .owl-carousel p {
    font-size: 1em;
  }
}
section.faqs .faq-text-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  section.faqs .faq-text-box {
    height: 500px;
  }
}

.circle {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media (max-width: 992px) {
  .circle {
    display: none;
  }
}
.circle .white {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, white 0%, white 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(25px);
          filter: blur(25px);
  mix-blend-mode: multiply;
  position: relative;
  z-index: 0;
  width: 500px;
  height: 500px;
}

#story .content {
  position: relative;
  min-height: 400px;
  background: url("../assets/story/billings_crop_1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
#story .content div > p.source {
  position: absolute;
  bottom: -25px;
  left: 0;
}
#story .story-card {
  padding: 0 50px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  #story .story-card {
    min-height: 320px;
  }
}
#story .story-card h1 {
  font-size: 4em;
  line-height: 1em;
}
#story .story-card a.shine-btn {
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

section.getinvolved {
  margin: 50px 0 0 0;
  position: relative;
  z-index: 3;
}
section.getinvolved .social .social-links {
  width: 65px;
}
@media (max-width: 992px) {
  section.getinvolved .social .social-links {
    width: auto;
  }
}
section.getinvolved .social .social-links a .button-social {
  width: 65px;
  height: 65px;
  margin: 0 0 30px 0;
  background: #ffd700;
}
section.getinvolved .social .social-links a .button-social i {
  color: black;
  font-size: 1.6em;
}
section.getinvolved .social .social-links a .button-social:hover {
  background: #0d274d;
}
section.getinvolved .social .social-links a .button-social:hover i {
  color: white;
}
@media (max-width: 992px) {
  section.getinvolved .social .social-links a .button-social {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 450px) {
  section.getinvolved .social .social-links a .button-social {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }
  section.getinvolved .social .social-links a .button-social i {
    font-size: 1em;
  }
}
section.getinvolved .text h1 {
  font-size: 3em;
  line-height: 1em;
  margin: 0 0 10px 0;
  color: #0d274d;
}
@media (max-width: 992px) {
  section.getinvolved .text h1 {
    font-size: 2.6em;
  }
}
@media (max-width: 450px) {
  section.getinvolved .text h1 {
    margin: 20px 0 20px 0;
    font-size: 2.2em;
  }
}
@media (max-width: 350px) {
  section.getinvolved .text h1 {
    font-size: 1.8em;
  }
}
section.getinvolved .text h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  color: #0d274d;
}
@media (max-width: 450px) {
  section.getinvolved .text h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 350px) {
  section.getinvolved .text h2 {
    font-size: 1.6em;
  }
}
section.getinvolved .text h1 a,
section.getinvolved .text h2 a {
  font-weight: inherit;
}
section.getinvolved .text p {
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
@media (max-width: 450px) {
  section.getinvolved .text p {
    font-size: 1.2em;
  }
}
@media (max-width: 350px) {
  section.getinvolved .text p {
    font-size: 1em;
  }
}
section.getinvolved .text .shine-btn {
  margin: 10px 0 0 0;
}
section.getinvolved .text .shine-btn p {
  font-size: 1em;
  margin: 0;
}
section.getinvolved .text .toolkit {
  margin: 20px 0 0 0;
}
section.getinvolved .text .involved_circles {
  position: relative;
}
section.getinvolved .text .involved_circles a {
  display: block;
}
section.getinvolved .text .involved_circles a.awards {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
  z-index: 4;
  cursor: pointer;
}
section.getinvolved .text .involved_circles a.awards img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border: #2dccd3 3px solid;
  background: white;
}
@media (max-width: 992px) {
  section.getinvolved .text .involved_circles a.awards img {
    top: -50px;
    left: 300px;
    width: 150px;
  }
}
@media (max-width: 450px) {
  section.getinvolved .text .involved_circles a.awards img {
    top: -75px;
    left: 200px;
    width: 125px;
  }
}
@media (max-width: 450px) {
  section.getinvolved .text .involved_circles a.awards img {
    top: -50px;
    left: 150px;
    width: 100px;
  }
}
section.getinvolved .text .involved_circles a.awards img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px #2dccd3;
          box-shadow: 0 0 10px #2dccd3;
}
section.getinvolved .text .involved_circles img.shine-logo {
  position: relative;
  z-index: 3;
  width: 100%;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background: white;
}
@media (max-width: 992px) {
  section.getinvolved .text .involved_circles img.shine-logo {
    margin: 30px 0 0 0;
    width: 75%;
    height: auto;
  }
}
@media (max-width: 450px) {
  section.getinvolved .text .involved_circles img.shine-logo {
    width: 250px;
  }
}
@media (max-width: 350px) {
  section.getinvolved .text .involved_circles img.shine-logo {
    width: 200px;
  }
}
section.getinvolved .text .involved_circles img.shine-logo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.getinvolved .owl-carousel {
  border-radius: 10px;
  z-index: 20;
}
section.getinvolved .owl-carousel .shorty {
  margin: 20px 0 0 0;
  border-radius: 10px;
}
@media (max-width: 450px) {
  section.getinvolved .owl-carousel .shorty {
    margin: 60px 0 0 0;
  }
}
section.getinvolved .owl-carousel .shorty img {
  border-radius: 10px;
  height: 180px;
}
@media (max-width: 450px) {
  section.getinvolved .owl-carousel .shorty img {
    height: 125px;
  }
}

section.anti-today {
  position: relative;
  z-index: 3;
}
section.anti-today .center-align {
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  section.anti-today .center-align {
    min-height: 0;
    display: block;
  }
}
section.anti-today .text {
  text-align: center;
}
section.anti-today .text h1 {
  font-size: 2em;
  color: #0d274d;
  display: inline-block;
}
@media (max-width: 450px) {
  section.anti-today .text h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 350px) {
  section.anti-today .text h1 {
    font-size: 1.2em;
  }
}
section.anti-today .text img.arrow {
  height: 30px;
  margin: 0 0 10px 5px;
}
section.anti-today .owl-carousel img.stat {
  width: 80%;
}
@media (max-width: 992px) {
  section.anti-today .owl-carousel img.stat {
    width: 70%;
  }
}
@media (max-width: 450px) {
  section.anti-today .owl-carousel img.stat {
    width: 200px;
  }
}
@media (max-width: 350px) {
  section.anti-today .owl-carousel img.stat {
    width: 175px;
  }
}
section.anti-today .owl-carousel p {
  font-size: 0.9em;
}
@media (max-width: 350px) {
  section.anti-today .owl-carousel p {
    font-size: 0.8em;
  }
}

section.resources-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  margin: 0;
  padding: 180px 0 0 0;
  background: red;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.9) 100%);
}
@media (max-width: 576px) {
  section.resources-bar {
    margin: 0;
    padding: 110px 0 0 0;
  }
}
section.resources-bar.shrink {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  margin: 0;
  padding: 120px 0 0 0;
}
section.resources-bar.shrink .text {
  height: 25px;
}
section.resources-bar.shrink .text h1 {
  font-size: 1.6em;
}
@media (max-width: 992px) {
  section.resources-bar.shrink .text h1 {
    font-size: 1.1em;
  }
}
@media (max-width: 768px) {
  section.resources-bar.shrink .text h1 {
    font-size: 0.9em;
  }
}
section.resources-bar.shrink .search {
  height: 25px;
}
section.resources-bar.shrink .search .form-outline .form-control {
  height: 25px;
}
section.resources-bar.shrink .btn.btn-search {
  height: 25px;
  padding: 4px 10px 10px 10px;
}
section.resources-bar.shrink .btn.btn-search i {
  padding: 0;
  font-size: 0.7em;
}
section.resources-bar.shrink .cat-pill .cat-circle {
  padding: 5px 0;
}
section.resources-bar.shrink .cat-pill .cat-circle a p {
  font-size: 1.2rem;
}
section.resources-bar .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (max-height: 800px) {
  section.resources-bar .text {
    height: 30px;
  }
}
@media (max-width: 576px) {
  section.resources-bar .text {
    margin: 0 0 5px 0;
  }
}
section.resources-bar .text h1 {
  margin: 0;
  font-size: 2em;
  color: #0d274d;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (max-height: 800px) {
  section.resources-bar .text h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 1400px) {
  section.resources-bar .text h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 1200px) {
  section.resources-bar .text h1 {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  section.resources-bar .text h1 {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  section.resources-bar .text h1 {
    font-size: 1em;
  }
}
section.resources-bar .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (max-height: 800px) {
  section.resources-bar .search {
    height: 30px;
  }
}
section.resources-bar .search .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (max-width: 576px) {
  section.resources-bar .search .input-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
section.resources-bar .search .input-group .form-outline .form-control {
  height: 35px;
  border: 1px solid #0d274d;
  border-radius: 10px 0 0 10px;
  color: #2dccd3;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (max-height: 800px) {
  section.resources-bar .search .input-group .form-outline .form-control {
    height: 30px;
  }
}
@media (max-width: 992px) {
  section.resources-bar .search .input-group .form-outline .form-control {
    width: 150px;
  }
}
@media (max-width: 768px) {
  section.resources-bar .search .input-group .form-outline .form-control {
    width: 110px;
  }
}
@media (max-width: 576px) {
  section.resources-bar .search .input-group .form-outline .form-control {
    width: 220px;
  }
}
section.resources-bar .search .input-group .btn.btn-search {
  border-radius: 10px;
  border: 1px solid #0d274d;
  background: white;
  height: 35px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (max-height: 800px) {
  section.resources-bar .search .input-group .btn.btn-search {
    height: 30px;
    padding: 2px 10px 10px 10px;
  }
}
@media (max-width: 768px) {
  section.resources-bar .search .input-group .btn.btn-search {
    padding: 2px 10px 10px 10px;
  }
}
@media (max-width: 576px) {
  section.resources-bar .search .input-group .btn.btn-search {
    padding: 3px 8px 8px 8px;
  }
}
section.resources-bar .search .input-group .btn.btn-search i {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #0d274d;
}
@media (max-height: 800px) {
  section.resources-bar .search .input-group .btn.btn-search i {
    padding: 0;
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  section.resources-bar .search .input-group .btn.btn-search i {
    font-size: 0.7em;
  }
}
section.resources-bar .search .input-group .btn.btn-search:hover {
  border: 1px solid #0d274d;
  background: #0d274d;
}
section.resources-bar .search .input-group .btn.btn-search:hover i {
  color: #ffd700;
}
section.resources-bar .cat-pill {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
section.resources-bar .cat-pill .tag {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-height: 800px) {
  section.resources-bar .cat-pill .tag {
    height: 30px;
  }
}
section.resources-bar .cat-pill .tag p {
  font-size: 0.8em;
  text-transform: uppercase;
}
section.resources-bar .cat-pill .cat-circle {
  background: #2dccd3;
  border: 1px solid #2dccd3;
  text-align: center;
  padding: 5px 0;
  border-radius: 10px;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
section.resources-bar .cat-pill .cat-circle a {
  color: white;
}
section.resources-bar .cat-pill .cat-circle a p {
  font-size: 1.5rem;
  font-weight: bold;
}
section.resources-bar .cat-pill .cat-circle:hover {
  background: #0d274d;
  border: 1px solid #0d274d;
}
section.resources-bar .cat-pill .cat-circle:hover a {
  color: #ffd700;
}
section.resources-bar .cat-pill .cat-circle.active {
  border: 1px solid #ffd700;
  background: #ffd700;
}
section.resources-bar .cat-pill .cat-circle.active a {
  color: #0d274d;
}
section.resources-bar .cat-pill .cat-circle.active:hover {
  background: #ffd700;
}
section.resources-bar .cat-pill .cat-circle.active:hover a {
  color: #0d274d;
}

section.resources-slider {
  position: relative;
  z-index: 3;
}
section.resources-slider .resource__format {
  margin-bottom: 5em;
}
@media (max-width: 450px) {
  section.resources-slider .resource__format {
    margin-bottom: 2em;
  }
}
section.resources-slider h2 {
  font-size: 2em;
  margin: 0 0 30px 0;
  color: #2dccd3;
}
@media (max-width: 450px) {
  section.resources-slider h2 {
    font-size: 1.6em;
  }
}
section.resources-slider h2 i {
  color: #0d274d;
  margin: 0 10px 0 0;
}
section.resources-slider a.refresh {
  color: #0d274d;
  margin: 0 0 0 30px;
}
section.resources-slider a.refresh:hover {
  color: #ffd700;
}
section.resources-slider a.refresh:hover i {
  color: #ffd700;
}
@media (max-width: 450px) {
  section.resources-slider a.refresh {
    margin: 0 0 0 15px;
  }
}
section.resources-slider a.refresh i {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
section.resources-slider .thumb {
  width: 90%;
  cursor: pointer;
}
@media (max-width: 1400px) {
  section.resources-slider .thumb {
    width: 60%;
  }
}
section.resources-slider .thumb img {
  border-radius: 5px;
  border: 1px solid rgba(13, 39, 77, 0.2);
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  background: #b3b3b3;
}
section.resources-slider .text {
  padding: 20px 0 10px 0;
}
section.resources-slider .text h3 {
  color: #0d274d;
  font-size: 1.4em;
}
@media (max-width: 1400px) {
  section.resources-slider .text h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  section.resources-slider .text h3 {
    font-size: 2em;
  }
}
@media (max-width: 450px) {
  section.resources-slider .text h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 430px) {
  section.resources-slider .text h3 {
    font-size: 1.2em;
  }
}
section.resources-slider .text p {
  position: relative;
  z-index: 3;
  font-size: 1em;
  line-height: 1.2em;
}
@media (max-width: 450px) {
  section.resources-slider .text p {
    font-size: 1em;
  }
}
section.resources-slider .text p.tag {
  font-size: 0.8em;
  margin: 0 0 5px 0;
  color: #2dccd3;
  text-transform: uppercase;
}

@media (max-width: 450px) {
  .two {
    margin: 50px 0 0 0;
  }
}

section.partner-logos {
  position: relative;
  z-index: 3;
}
section.partner-logos h2 {
  margin: 0 0 30px 0;
}

ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  list-style-type: none;
}

.brands {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 4rem;
}
@media (max-width: 450px) {
  .brands {
    grid-gap: 1rem;
  }
}
@media (max-width: 350px) {
  .brands {
    grid-gap: 1rem;
  }
}

.brands__item img {
  display: block;
  max-width: 100%;
  width: 260px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 450px) {
  .brands__item img {
    width: 130px;
    height: 75px;
  }
}
@media (max-width: 350px) {
  .brands__item img {
    width: 150px;
    height: 75px;
  }
}

.brands__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.workplace-help {
  padding: 0 5px 20px 5px;
}
@media (max-width: 450px) {
  .workplace-help {
    padding: 0 0 10px 0;
  }
}
.workplace-help i.fa-light {
  font-size: 10em;
  color: #2dccd3 !important;
  margin: 0 0 20px 0;
}
@media (max-width: 450px) {
  .workplace-help i.fa-light {
    font-size: 8em !important;
    margin: 0 0 10px 0 !important;
  }
}
@media (max-width: 350px) {
  .workplace-help i.fa-light {
    font-size: 6em !important;
    margin: 0 0 5px 0 !important;
  }
}
.workplace-help h2 {
  font-size: 4em !important;
  color: #ffd700 !important;
}
@media (max-width: 450px) {
  .workplace-help h2 {
    font-size: 3em !important;
  }
}
@media (max-width: 350px) {
  .workplace-help h2 {
    font-size: 2.5em !important;
  }
}
.workplace-help:nth-child(0) h2 {
  color: #2dccd3 !important;
}
.workplace-help p {
  font-size: 1.2em !important;
}
@media (max-width: 450px) {
  .workplace-help p {
    font-size: 1.1em !important;
  }
}
@media (max-width: 350px) {
  .workplace-help p {
    font-size: 1em !important;
  }
}

section#toolkit {
  position: relative;
  display: block;
  height: 100%;
}
section#toolkit .thumb {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(26, 26, 26, 0.1450980392);
          box-shadow: 0 0 10px rgba(26, 26, 26, 0.1450980392);
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
section#toolkit .thumb:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section#toolkit .center-align {
  padding: 0 50px;
}
section#toolkit .center-align h1 {
  font-size: 3rem;
  margin: 0 0 30px 0;
}
@media (max-width: 998px) {
  section#toolkit .center-align h1 {
    margin: 50px 0 30px 0;
  }
}
@media (max-width: 450px) {
  section#toolkit .center-align h1 {
    font-size: 2rem;
  }
}

section#assets {
  position: relative;
  display: block;
  height: 100%;
}
section#assets .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#assets .content .img {
  position: absolute;
}
@media (max-width: 998px) {
  section#assets .content .img {
    position: relative;
  }
}
section#assets .content .img img {
  width: 500px;
}
@media (max-width: 998px) {
  section#assets .content .img img {
    width: 70%;
    margin: 20px 0;
  }
}
section#assets .textbox {
  padding: 0 50px;
}
section#assets .textbox h1 {
  font-size: 3rem;
  margin: 0 0 30px 0;
}
@media (max-width: 998px) {
  section#assets .textbox h1 {
    margin: 50px 0 30px 0;
  }
}
@media (max-width: 450px) {
  section#assets .textbox h1 {
    font-size: 2rem;
  }
}

.toolkit-text {
  position: relative;
  display: block;
  height: 100%;
}
.toolkit-text .text p {
  padding: 10px 0 20px 0;
  font-size: 1.4rem;
}

.speech-box {
  background: #f2f2f2;
  padding: 30px;
  border-radius: 30px;
}
@media (max-width: 998px) {
  .speech-box {
    margin: 20px 0;
  }
}
.speech-box p {
  font-size: 1.3rem;
}
.speech-box .shine-btn p {
  font-size: 1rem;
  padding: 0;
}

.steps {
  font-size: 1.3rem;
}
.steps i.fa-light {
  font-size: 3rem;
  margin: 20px 0;
}

.caption h1 img {
  width: 100px;
  margin: 0 0 40px 0;
}
@media (max-width: 450px) {
  .caption h1 img {
    width: 40px;
    margin: 0 0 20px 0;
  }
}

.channels h1 {
  font-size: 3rem;
}
.channels p {
  font-size: 1.3rem;
  padding: 0 0 10px 0;
}

.social-links.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 40px 0 0 0;
}
.social-links.block a .button-social {
  width: 125px;
  height: 125px;
}
@media (max-width: 998px) {
  .social-links.block a .button-social {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 450px) {
  .social-links.block a .button-social {
    width: 75px;
    height: 75px;
  }
}
.social-links.block a .button-social i {
  color: #ffd700;
  font-size: 3rem;
}
@media (max-width: 998px) {
  .social-links.block a .button-social i {
    font-size: 2.5rem;
  }
}
@media (max-width: 450px) {
  .social-links.block a .button-social i {
    font-size: 2rem;
  }
}
.social-links.block a .button-social:hover {
  background: #ffd700;
}
.social-links.block a .button-social:hover i {
  color: #2dccd3;
}
/*# sourceMappingURL=main.css.map */