@charset "UTF-8";
.white-bg {
  background-color: #EEF0F2;
  color: #1C0F13;
}

.black-bg {
  background-color: #1C0F13;
  color: #EEF0F2;
}

.dark-grey-bg {
  background-color: #A2999E;
  color: #EEF0F2;
}

@font-face {
  font-family: "DM Sans";
  src: local("DM Sans"), url("../fonts/DMSans.woff2") format("woff2 supports variations"), url("../fonts/DMSans.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: normal;
  font-display: fallback;
}
html {
  font-family: "DM Sans", "Lato", Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

body {
  font-family: "DM Sans", "Lato", Tahoma, Arial, sans-serif;
}

p, li, table {
  line-height: 1.6;
}

p.no-underline a {
  text-decoration: none;
}
p.no-bottom-margin {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", "Lato", Tahoma, Arial, sans-serif;
  line-height: 1.4;
  font-weight: 500;
}

h1 {
  font-size: 250%;
}
@media (min-width: 768px) {
  h1 {
    font-size: 280%;
  }
}

h2 {
  font-size: 190%;
}
@media (min-width: 768px) {
  h2 {
    font-size: 210%;
  }
}

h3 {
  font-size: 110%;
  font-weight: 400;
}
@media (min-width: 768px) {
  h3 {
    font-size: 130%;
  }
}

h4 {
  font-size: 100%;
  font-weight: 400;
}
@media (min-width: 768px) {
  h4 {
    font-size: 120%;
  }
}

h5 {
  font-size: 100%;
  font-weight: 400;
}
@media (min-width: 768px) {
  h5 {
    font-size: 120%;
  }
}

h6 {
  font-size: 90%;
  font-weight: 400;
}
@media (min-width: 768px) {
  h6 {
    font-size: 100%;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
  padding-inline-start: 20px;
}
ul li, ol li {
  margin-bottom: 0.5rem;
}

.right-align-text {
  text-align: right;
}

.center-align-text {
  text-align: center;
}

footer {
  font-size: 0.8rem;
}
footer li {
  line-height: 1.6;
}
footer li a {
  font-size: 0.9rem;
  line-height: 1.2;
}

a {
  color: #059b62;
  transition: color 0.5s ease;
}
a:hover {
  color: #047e50;
  transition: color 0.5s ease;
}
a.no-underline {
  text-decoration: none;
}

header .mobile-button {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  padding: 0;
  transition: 0.5s ease-in-out;
  position: relative;
  background-color: transparent;
  border: 0;
}
header .mobile-button span:nth-child(1) {
  top: 0;
  width: 100%;
}
header .mobile-button span:nth-child(3) {
  top: 11px;
}
header .mobile-button span {
  display: block;
  position: absolute;
  z-index: 1;
  height: 5px;
  width: 100%;
  background-color: #059b62;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .mobile-button span.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  overflow: hidden !important;
  position: absolute !important;
}
header .mobile-button.active span {
  top: 10px;
}
header .mobile-button.active span:nth-child(1) {
  top: 10px;
  width: 0;
  left: 50%;
}
header .mobile-button.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .mobile-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  header .mobile-button {
    display: none;
  }
}
header nav.main-menu {
  display: none;
}
header nav.main-menu.active {
  display: block;
  background-color: #1C0F13;
}
header nav.main-menu.active ul {
  list-style-type: none;
  display: block;
  padding: 1rem 0;
  margin: 0;
}
header nav.main-menu.active ul li {
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  width: 100%;
}
header nav.main-menu.active ul li a {
  color: #EEF0F2;
  padding: 1rem 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
}
header nav.main-menu.active ul li a:hover {
  color: #EEF0F2;
  text-decoration: underline;
}
header nav.main-menu.active ul li.menu-item-has-children a::after {
  font-family: "DM Sans", "Lato", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 0.5;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #EEF0F2;
  content: "▾";
  display: inline-block;
  transform: rotate(0deg);
  position: relative;
  right: -1px;
  top: 0;
  font-variant: normal;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
}
header nav.main-menu.active ul li.menu-item-has-children.active a::after {
  content: "▾";
  display: inline-block;
  transform: rotate(180deg);
}
header nav.main-menu.active ul li ul.sub-menu {
  display: none;
  animation: invisible 1s;
}
header nav.main-menu.active ul li ul.sub-menu.active {
  display: block;
  width: 100%;
  text-align: right;
  line-height: 1.6;
  padding: 1rem 0;
  animation: visible 1s;
}
header nav.main-menu.active ul li ul.sub-menu.active li {
  display: inline-block;
  text-align: center;
}
header nav.main-menu.active ul li ul.sub-menu.active li:first-child {
  border-top: 1px solid #C6C7C4;
  padding-top: 1rem;
}
header nav.main-menu.active ul li ul.sub-menu.active li:last-child {
  border-bottom: 1px solid #C6C7C4;
  padding-bottom: 1rem;
}
header nav.main-menu.active ul li ul.sub-menu.active li a {
  font-size: 0.8rem;
  padding: 0.8rem;
}
header nav.main-menu.active ul li ul.sub-menu.active li a::after {
  content: none;
}

@media (min-width: 1200px) {
  header nav.main-menu {
    display: block;
    height: 100%;
  }
  header nav.main-menu .menu {
    height: 100%;
  }
  header nav.main-menu .mobile-button {
    display: none;
  }
  header nav.main-menu .menu-main-menu-container {
    height: 100%;
  }
  header nav.main-menu ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    height: 100%;
    padding: 0;
  }
  header nav.main-menu ul li {
    list-style-type: none;
    padding: 0 2rem;
    margin: 0;
    text-align: center;
    max-width: 5rem;
    border-left: 1px solid #919191;
    height: 70%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  header nav.main-menu ul li {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  header nav.main-menu ul li:first-child {
    border-left: none;
  }
  header nav.main-menu ul li a {
    color: #1C0F13;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.3;
  }
  header nav.main-menu ul li a:hover {
    text-underline-offset: 0.2rem;
    color: #059b62;
    text-decoration: underline;
  }
  header nav.main-menu ul li.menu-item-has-children {
    position: relative;
  }
  header nav.main-menu ul li.menu-item-has-children a::after {
    font-family: "DM Sans", "Lato", Tahoma, Arial, sans-serif;
    font-size: 1.2rem;
    color: #C6C7C4;
    line-height: 0.5;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    vertical-align: middle;
    content: "▾";
    display: inline-block;
    transform: rotate(0deg);
    position: relative;
    right: 0;
    top: -2px;
    font-variant: normal;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
  }
  header nav.main-menu ul li.menu-item-has-children.active a::after {
    content: "▾";
    display: inline-block;
    transform: rotate(180deg);
  }
  header nav.main-menu ul li ul.sub-menu {
    display: none;
    animation: invisible 1s;
  }
  header nav.main-menu ul li ul.sub-menu.active {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    z-index: 5000;
    position: absolute;
    top: 2rem;
    left: -1rem;
    height: auto;
    min-width: 15rem;
    max-width: 20rem;
    background-color: #EEF0F2;
    text-align: left;
    animation: visible 1s;
    padding: 0;
  }
  header nav.main-menu ul li ul.sub-menu.active li {
    display: block;
    margin: 0;
  }
  header nav.main-menu ul li ul.sub-menu.active li a {
    font-size: 0.8rem;
    line-height: 1.1;
    padding: 1rem;
    text-align: left;
    background-color: #EEF0F2;
    transition: background-color 0.5s ease;
  }
  header nav.main-menu ul li ul.sub-menu.active li a::after {
    content: none;
  }
  header nav.main-menu ul li ul.sub-menu.active li a:hover {
    transition: background-color 0.5s ease;
    background-color: #D3D6D9;
  }
  header nav.main-menu ul li.current-menu-item a {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
  }
}

.featured-image {
  width: 100%;
  height: auto;
}
.featured-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.wp-block-image {
  margin-bottom: 2rem;
}

.wp-block-image figcaption {
  font-size: 0.8rem;
  text-align: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery a {
  flex: 0 1 30%;
}

.logo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem !important;
}
@media (min-width: 768px) {
  .logo-gallery {
    gap: 1rem 3rem !important;
  }
}
.logo-gallery {
  justify-content: center;
  align-items: center;
}
.logo-gallery .wp-block-image {
  margin-bottom: 0 !important;
  max-width: 150px !important;
}
@media (min-width: 768px) {
  .logo-gallery .wp-block-image {
    max-width: 250px !important;
  }
}
.logo-gallery.spacer-top {
  margin-top: 3rem;
}

.wp-block-buttons .wp-block-button__link {
  background-color: #059b62;
  color: #EEF0F2;
  border-radius: 0;
  padding: 1rem 2rem;
  transition: background-color 0.5s ease;
}
.wp-block-buttons .wp-block-button__link:hover {
  background-color: #047e50;
  transition: background-color 0.5s ease;
  text-decoration: underline;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #EEF0F2;
  border: 2px solid #EEF0F2;
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #EEF0F2;
  color: #059b62;
  transition: background-color 0.5s ease;
  text-decoration: underline;
}

div.button-spacing {
  margin-top: 1rem;
}
div.button-spacing .button {
  display: block;
}

body .gform_wrapper .gform_footer input[type=submit] {
  color: #EEF0F2;
  background-color: #059b62;
  font-size: 1rem;
  border-radius: 0;
  padding: 1rem 2rem;
  border: 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s ease;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
  background: #494949;
}

.button, .gform_button button {
  display: inline-block;
  font-size: 1rem;
  border-radius: 0;
  padding: 1rem 2rem;
  border: 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s ease;
  background-color: #059b62;
  color: #EEF0F2;
}
.button:hover, .gform_button button:hover {
  cursor: pointer;
  text-decoration: underline;
  background-color: #047e50;
  color: #D3D6D9;
  transition: background-color 0.5s ease;
}
.button.icon-button, .gform_button button.icon-button {
  position: relative;
  padding: 1rem 1.5rem;
}
.button.icon-button .svg, .gform_button button.icon-button .svg {
  width: 20px;
  height: auto;
  margin-right: 0.2rem;
  position: relative;
  top: 2px;
}

.gform_button {
  font-size: 1rem;
  border-radius: 0 !important;
  padding: 1rem 2rem !important;
  transition: background-color 0.5s ease;
}
.gform_button:hover {
  background-color: #047e50 !important;
  transition: background-color 0.5s ease;
}

html, body {
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container.single-width {
  max-width: 750px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 3em;
  margin-bottom: 0;
}
:where(.wp-block-columns.is-layout-flex).no-bottom-margin {
  margin-bottom: 0;
}

section {
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  section {
    padding: 2.8rem 2rem;
  }
}
section .section-heading {
  margin-bottom: 3rem;
}
section .section-heading h2 {
  margin-top: 0;
}
section h2.section-header {
  margin: 0 0 1rem 0;
}
section.single-width {
  max-width: 750px;
  margin: 0 auto;
}

.columns {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.columns .item {
  flex: 1 100%;
}
@media (min-width: 992px) {
  .columns .item.half-item {
    flex: 1 49%;
  }
}
.columns .item.third-item {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .columns .item.third-item {
    flex: 1 1 46%;
  }
}
@media (min-width: 992px) {
  .columns .item.third-item {
    flex: 1 1 30%;
  }
}
@media (min-width: 1400px) {
  .columns .item.third-item {
    flex: 1 1 30%;
  }
}
@media (min-width: 992px) {
  .columns .item.fourth-item {
    flex: 1 1 22%;
  }
}
.columns .item .item-padding {
  padding: 0;
}
@media (min-width: 992px) {
  .columns .item .item-padding {
    padding: 0;
  }
}
.columns .no-grow {
  flex-grow: unset !important;
}

footer .columns {
  gap: 0;
}
footer .columns .item {
  flex: 1 100%;
}
@media (min-width: 768px) {
  footer .columns .item {
    flex: 1 50%;
  }
}
@media (min-width: 992px) {
  footer .columns .item {
    flex: 1 20%;
  }
}

.wp-block-cover {
  min-height: 330px;
}
.wp-block-cover__inner-container {
  max-width: 1200px;
}

body {
  background-color: #EEF0F2;
}
body.admin-bar .overlay-menu {
  top: 40px;
}

.user-bar {
  background-color: #222;
  color: #EEF0F2;
}
.user-bar .user-bar-content {
  display: flex;
  gap: 1rem;
  justify-content: right;
  align-items: center;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
}
.user-bar .user-bar-content .user-bar-buttons {
  display: flex;
  gap: 1rem;
}
.user-bar .user-bar-content .user-bar-buttons a.button {
  font-size: 0.9rem;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #059b62;
  color: #EEF0F2;
  text-decoration: none;
}
.user-bar .user-bar-content .user-bar-buttons a.button:hover {
  background-color: #047e50;
  text-decoration: underline;
}
.user-bar .user-bar-content .user-bar-search a.button {
  font-size: 0.9rem;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #059b62;
  color: #EEF0F2;
  text-decoration: none;
}
.user-bar .user-bar-content .user-bar-search a.button:hover {
  background-color: #047e50;
  text-decoration: underline;
}
.user-bar .user-bar-content .user-bar-search a.icon-button {
  position: relative;
  padding-left: 1.8rem;
}
.user-bar .user-bar-content .user-bar-search a.icon-button .svg {
  position: absolute;
  left: 0.5rem;
  top: 9px;
}

header {
  display: block;
  width: 100%;
  z-index: 1000;
  background-color: #EEF0F2;
  color: #1C0F13;
}
header .container {
  position: relative;
}
header .columns {
  flex-flow: row wrap;
  gap: 1rem;
}
@media (min-width: 1200px) {
  header .columns {
    flex-flow: row nowrap;
    gap: 2rem;
  }
}
header .columns .item:first-child {
  flex: 1 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header .columns .item:first-child {
    flex: 0 1 22%;
    text-align: left;
  }
}
header .columns .item:nth-child(2) {
  flex: 1 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header .columns .item:nth-child(2) {
    flex: 1;
    text-align: right;
    margin-top: 0;
  }
}
header .columns .item:nth-child(3) {
  display: block;
  flex: 1 100%;
}
@media (min-width: 1200px) {
  header .columns .item:nth-child(3) {
    display: block;
    flex: 0 1 22%;
    text-align: left;
    margin-top: 0;
  }
}
header .columns .item .item-content {
  padding: 0.8rem 0;
}
header a {
  display: block;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
}
header a:hover {
  color: #047e50;
}
header a.logo {
  color: #047e50;
  font-family: "DM Sans", "Lato", Tahoma, Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0.5rem 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  header a.logo {
    margin: 0 0.5rem;
    font-size: 1.2rem;
    text-align: left;
  }
}
header a.logo img {
  max-width: 3rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  transition: opacity 0.35s, display 0.35s, height 0.35s;
  overflow: hidden;
  background: black;
  z-index: -1;
}

.login-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  max-height: 0;
  transform: translateY(100%);
  transition: transform 1s, height 1s, max-height 1s, opacity 1.5s ease-in-out;
  background: white;
  z-index: -1;
}
@media (min-width: 1200px) {
  .login-overlay {
    height: 75%;
  }
}
.login-overlay.slide-up, .login-overlay.slide-down {
  overflow: hidden;
}
.login-overlay.slide-up {
  max-height: 100%;
  opacity: 0.98;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 1s, height 1s, max-height 1s, opacity 1s ease-in;
}
.login-overlay.slide-down {
  max-height: 0;
  opacity: 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 2s, height 2s, max-height 2s, opacity 5s ease-out;
}
.login-overlay.active {
  display: block !important;
  opacity: 0.96;
  z-index: 1000;
}
.login-overlay .content {
  text-align: center;
  padding: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.login-overlay .content .close-button-div {
  text-align: center;
}
.login-overlay .content .close-button-div .close-button {
  background-color: #C6C7C4;
  color: #EEF0F2;
  border: 0;
  text-align: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.login-overlay .content .close-button-div .close-button .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.login-overlay .content .close-button-div .close-button img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem;
}
.login-overlay .content .close-button-div .close-button:hover {
  background-color: #D3D6D9;
}
.login-overlay .content h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.login-overlay .content p {
  text-align: center;
  font-size: 0.9rem;
}

.login-form {
  margin-top: 1rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.login-form input[type=text], .login-form input[type=password] {
  padding: 0.5rem;
  border: 1px solid #C6C7C4;
  border-radius: 0;
  font-size: 1rem;
}
.login-form label {
  display: block;
}
.login-form button {
  padding: 0.5rem;
  background-color: #059b62;
  color: #EEF0F2;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  cursor: pointer;
}
.login-form button:hover {
  background-color: #047e50;
}
.login-form .forgot-password {
  text-align: right;
  font-size: 0.8rem;
  color: #C6C7C4;
  cursor: pointer;
}
.login-form .forgot-password:hover {
  color: #059b62;
}

@keyframes visible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes invisible {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ccrc-page-hero {
  min-height: 7em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#hero {
  text-align: center;
  color: #fff;
  background: linear-gradient(272deg, #40bccf, #2ecc71);
  background-size: 400% 400%;
  -webkit-animation: HeroArea 10s ease infinite;
  -moz-animation: HeroArea 10s ease infinite;
  -o-animation: HeroArea 10s ease infinite;
  animation: HeroArea 10s ease infinite;
  padding: 130px 15px 60px 15px;
}
@media (min-width: 992px) {
  #hero {
    padding: 70px 0;
  }
}
#hero .image-logo {
  width: 90%;
  max-width: 180px;
  height: auto;
  margin: 3rem auto 1rem auto;
}
@media (min-width: 768px) {
  #hero .image-logo {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #hero .image-logo {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  #hero .image-logo {
    margin-top: 2rem;
  }
}
#hero .image-logo a {
  display: block;
}
#hero .image-logo a img {
  width: 100%;
  height: auto;
}
#hero h1 {
  line-height: 1.6;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #hero h1 {
    font-size: 2.2rem;
  }
}
#hero h2 {
  font-size: 1.2rem;
  margin-top: -15px;
  font-weight: 400;
}
#hero .section-heading {
  margin-bottom: 2rem;
}
#hero .page-ingress {
  max-width: 900px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto;
}
#hero .is-hero-button-1 {
  margin: 0 1rem 1rem 1rem;
}
#hero .is-hero-button-1 a {
  background-color: rgba(255, 255, 255, 0.3);
  color: #EEF0F2;
  font-size: 1.2rem;
  border: 2px solid #fff;
  transition: all 0.5s ease;
  font-weight: bold;
}
#hero .is-hero-button-1 a:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.5s ease;
}
#hero .is-hero-button-2 {
  margin: 0 1rem 1rem 1rem;
}
#hero .is-hero-button-2 a {
  background-color: transparent;
  color: #EEF0F2;
  font-size: 1.2rem;
  transition: all 0.5s ease;
  border: 2px solid #fff;
  font-weight: bold;
}
#hero .is-hero-button-2 a:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.5s ease;
  text-decoration: underline;
}
#hero.page-hero {
  min-height: auto;
}
#hero.page-hero h1 {
  margin: 2.5rem 0 auto 0;
  line-height: 1.2;
}

#landing-hero {
  text-align: center;
  color: #fff;
  background-color: #40BCCF;
  background-size: 400% 400%;
}
#landing-hero .container {
  max-width: 600px;
}
#landing-hero .container h1 {
  margin: 0;
  line-height: 1.2;
}
#landing-hero .container p.text-heading {
  font-size: 1.2rem;
}
#landing-hero .container p.text-logo {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
}

#landing-back {
  background-color: #222;
  color: #948e8e;
  padding: 4px 15px 4px 15px;
  display: flex;
}
#landing-back .landing-back-button {
  flex: 1 1 50%;
  text-align: left;
}
#landing-back .landing-languages {
  flex: 1 1 50%;
  text-align: right;
}
#landing-back .landing-languages ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
#landing-back .landing-languages ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#landing-back .landing-languages ul li.current-lang {
  text-decoration: underline;
}
#landing-back a {
  color: #948e8e;
  font-size: 0.7rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease;
}
#landing-back a:hover {
  color: #fff;
  transition: all 0.5s ease;
}

#breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  #breadcrumbs {
    display: block;
    padding: 0.5rem;
    background-color: #C6C7C4;
    color: #1C0F13;
  }
  #breadcrumbs p {
    margin: 0;
    padding: 0 0 0 2rem;
    font-size: 0.7rem;
    line-height: 1.6;
  }
  #breadcrumbs a {
    color: #1C0F13;
    text-decoration: none;
  }
}

@-webkit-keyframes HeroArea {
  0% {
    background-position: 0% 48%;
  }
  50% {
    background-position: 100% 53%;
  }
  100% {
    background-position: 0% 48%;
  }
}
@-moz-keyframes HeroArea {
  0% {
    background-position: 0% 48%;
  }
  50% {
    background-position: 100% 53%;
  }
  100% {
    background-position: 0% 48%;
  }
}
@-o-keyframes HeroArea {
  0% {
    background-position: 0% 48%;
  }
  50% {
    background-position: 100% 53%;
  }
  100% {
    background-position: 0% 48%;
  }
}
@keyframes HeroArea {
  0% {
    background-position: 0% 48%;
  }
  50% {
    background-position: 100% 53%;
  }
  100% {
    background-position: 0% 48%;
  }
}
.attack-chart-container {
  position: relative;
  height: 30vh !important;
  width: 100%;
}
@media (min-width: 992px) {
  .attack-chart-container .attack-chart-container {
    height: 30vh !important;
  }
}

.page-content p, .page-template-default p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}
.page-content p.no-bottom-margin, .page-template-default p.no-bottom-margin {
  margin-bottom: 0;
}
.page-content h2, .page-content h3, .page-template-default h2, .page-template-default h3 {
  text-align: left;
}
.page-content h1, .page-template-default h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
.page-content h2, .page-template-default h2 {
  font-size: 1.6rem;
  margin: 1.5rem 0 1rem 0;
  font-weight: bold;
}
.page-content h2.has-text-align-center, .page-template-default h2.has-text-align-center {
  text-align: center;
}
.page-content h2.section-header, .page-template-default h2.section-header {
  margin: 0 0 1rem 0;
}
.page-content h3, .page-template-default h3 {
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
}
.page-content h3.has-text-align-center, .page-template-default h3.has-text-align-center {
  text-align: center;
}
.page-content .wp-block-separator, .page-template-default .wp-block-separator {
  border: 2px solid #C6C7C4;
  background-color: #C6C7C4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-content .wp-block-quote, .page-template-default .wp-block-quote {
  border-left: 5px solid #059b62;
  margin: 2rem 0;
  padding-left: 1rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.page-content .wp-block-quote p, .page-template-default .wp-block-quote p {
  font-size: 1.3rem;
}
.page-content .wp-block-pullquote, .page-template-default .wp-block-pullquote {
  padding: 0;
  margin: 0;
}
.page-content .wp-block-pullquote blockquote, .page-template-default .wp-block-pullquote blockquote {
  margin: 2rem 0;
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.page-content .wp-block-pullquote blockquote p, .page-template-default .wp-block-pullquote blockquote p {
  font-size: 1.3rem;
}
.page-content ul, .page-content ol, .page-template-default ul, .page-template-default ol {
  margin: 1.5rem 0 1.5rem 0;
}
.page-content ul li, .page-content ol li, .page-template-default ul li, .page-template-default ol li {
  padding-left: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.6rem;
}
.page-content .cards .card, .page-template-default .cards .card {
  padding: 2rem 2rem 3rem 2rem;
}
.page-content .cards .card figure, .page-template-default .cards .card figure {
  margin: 0;
}
.page-content .cards .card h3, .page-template-default .cards .card h3 {
  margin: 0 0 0.7rem 0;
}
.page-content .cards .card p, .page-template-default .cards .card p {
  font-size: 0.9rem;
}
.page-content .cards .card .wp-block-buttons, .page-template-default .cards .card .wp-block-buttons {
  margin-top: 1.5rem;
}

.set-max-width {
  max-width: 40rem;
  margin: 1rem auto;
}

.horizontal-grid .item-article {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 1rem;
}
.horizontal-grid .item-article .item-image {
  flex: 1 1 50%;
}
.horizontal-grid .item-article .item-content {
  flex: 1 1 50%;
}

.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .article-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .article-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .article-grid.podcast-grid, .article-grid.search-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.article-grid .item-article, .horizontal-grid .item-article, .podcast-grid .item-article, .search-grid .item-article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #e1e1e1;
  padding: 2rem;
  overflow: hidden;
}
.article-grid .item-article h2, .horizontal-grid .item-article h2, .podcast-grid .item-article h2, .search-grid .item-article h2 {
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
}
.article-grid .item-article h2.resource-title, .horizontal-grid .item-article h2.resource-title, .podcast-grid .item-article h2.resource-title, .search-grid .item-article h2.resource-title {
  font-size: 1.6rem;
}
.article-grid .item-article img, .horizontal-grid .item-article img, .podcast-grid .item-article img, .search-grid .item-article img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article-grid .item-article .entry-excerpt p, .horizontal-grid .item-article .entry-excerpt p, .podcast-grid .item-article .entry-excerpt p, .search-grid .item-article .entry-excerpt p {
  font-size: 0.8rem;
}

.campaign-url {
  background-color: #C6C7C4;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
  font-size: 1.6rem;
}
.campaign-url a {
  color: #059b62;
  text-decoration: none;
}
.campaign-url img {
  width: 1.4rem;
  margin-right: 1rem;
}

.campaign-ingress {
  border-bottom: 1px solid #C6C7C4;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.campaign-ingress p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
}

.campaign-meta {
  border: 1px solid #A2999E;
  background-color: #C6C7C4;
  padding: 2rem;
  font-size: 0.9rem;
  margin: 2rem 0;
}
.campaign-meta h4 {
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}

.cards-columns {
  gap: 1rem;
}

.small-card {
  text-align: center;
  background-color: #EEF0F2;
  padding: 1rem;
}
.small-card h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2rem;
}
.small-card p {
  font-size: 0.8rem;
  margin-top: 0;
}

body.logged-in .hidden-from-logged {
  display: none !important;
}

.item-article {
  border: 1px solid #e1e1e1;
}
.item-article .item-padding {
  padding: 2rem !important;
}
.item-article .item-padding h2 {
  margin-top: 0.5rem;
  line-height: 1.4;
}
.item-article.course-ad .item-padding {
  padding: 3rem !important;
}

.post-excerpt article .post-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.post-excerpt article .entry-footer {
  align-self: flex-end;
  width: 100%;
}
.post-excerpt article .cta.smaller-cta {
  margin: 1rem auto;
}
.post-excerpt a {
  text-decoration: none;
}
.post-excerpt a h2 {
  text-align: left;
  font-size: 130%;
  color: #1C0F13;
}
.post-excerpt .entry-meta {
  font-size: 0.7rem;
  color: #555;
}
.post-excerpt .entry-meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-excerpt .entry-meta ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.author-box {
  padding: 2em;
  background-color: #2a2725;
  border: 5px solid #40bccf;
  color: white;
  margin: 3em 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .author-box {
    padding: 3em;
    flex-direction: row;
  }
}
.author-box .avatar {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .author-box .avatar {
    flex: 1 1 20%;
  }
}
.author-box .avatar img {
  margin-top: 0.5rem;
  max-width: 100%;
}
.author-box .author-info {
  flex: 1 1 100%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .author-box .author-info {
    flex: 1 1 80%;
    padding-left: 2em;
    margin-top: 0;
  }
}
.author-box .author-info h3 {
  margin: 0 0 1rem 0;
}
.author-box .author-info p {
  font-size: 0.8rem;
}
.author-box .author-info footer {
  padding: 0;
}

.category-list {
  margin-bottom: 2rem;
}
.category-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.category-list ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-list ul li a {
  font-size: 0.8rem;
  color: #fff;
  background-color: #A2999E;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  display: block;
  transition: all 0.3s ease-in-out;
}
.category-list ul li a:hover {
  color: #40bccf;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.category-list ul li a.active {
  text-decoration: underline;
}

nav.posts-navigation .nav-links {
  display: grid;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
nav.posts-navigation .nav-links .nav-previous {
  text-align: left;
}
nav.posts-navigation .nav-links .nav-previous a {
  background-color: #C6C7C4;
  color: #EEF0F2;
  padding: 1rem;
  text-decoration: none;
}
nav.posts-navigation .nav-links .nav-next {
  text-align: right;
}
nav.posts-navigation .nav-links .nav-next a {
  background-color: #C6C7C4;
  color: #EEF0F2;
  padding: 1rem;
  text-decoration: none;
}

ul.type-list {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
}
ul.type-list li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}
ul.type-list li.type {
  background-color: #C6C7C4;
}
ul.type-list li.tag {
  background-color: #A2999E;
}

div.video-embed iframe {
  max-width: 100%;
}
div.video-embed {
  max-width: 100%;
}

footer {
  padding: 2rem;
}
footer h3 {
  margin: 0.6rem 0 0 0;
}
footer h4.widget-title, footer h4.wp-block-heading {
  margin: 1rem 0 0.2rem 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 992px) {
  footer h4.widget-title, footer h4.wp-block-heading {
    margin: 0 0 0.6rem 0;
  }
}
footer p, footer ul, footer li {
  font-size: 0.9rem !important;
  line-height: 1.6rem;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  line-height: 1;
  padding: 0 0.5rem;
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
footer ul li:first-child {
  padding-left: 0;
}
footer ul li:last-child {
  border-right: none;
}
footer ul li a {
  font-size: 0.8rem;
}
footer .wp-block-image {
  margin-bottom: 0;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
footer a:hover {
  color: #059b62;
}
footer a svg, footer a .svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer a:hover svg, footer a:hover .svg {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .second-section {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 2rem;
  padding-top: 2rem;
}
footer .second-section p {
  font-size: 0.7rem !important;
}
footer .columns {
  gap: 0;
}
footer .columns:first-child {
  flex: 1 50%;
}
footer .columns:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: 2rem;
  padding-top: 2rem;
}
footer .some-icon {
  margin-right: 0.5rem;
  background-color: #C6C7C4;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.8rem;
}
footer .some-icon svg, footer .some-icon .svg {
  width: 2rem;
  height: 3rem;
  margin: 0;
}
footer .some-icon svg.facebook, footer .some-icon .svg.facebook {
  width: 1.4rem;
}
footer .some-icon svg.linkedin, footer .some-icon .svg.linkedin {
  width: 1.4rem;
}

#info-area {
  background: linear-gradient(272deg, #2ecc71, #059b62);
  color: #EEF0F2;
  font-weight: bold;
}
#info-area a {
  color: #EEF0F2;
}
#info-area a:hover {
  color: #1C0F13;
}
#info-area p {
  margin: 0;
  padding: 1rem;
}

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