@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: visible; }

.delay {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }
  .delay--long {
    -webkit-animation-delay: .75s;
    animation-delay: .75s; }
  .delay--short {
    -webkit-animation-delay: .25s;
    animation-delay: .25s; }

@-webkit-keyframes ham-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); } }

@keyframes ham-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); } }

@-webkit-keyframes ham-middle {
  50% {
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg); } }

@keyframes ham-middle {
  50% {
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg); } }

@-webkit-keyframes ham-bottom {
  30% {
    -webkit-transform: translate(15px, 5px) scale(50, 1);
    transform: translate(15px, 5px) scale(50, 1); }
  100% {
    opacity: 0; } }

@keyframes ham-bottom {
  30% {
    -webkit-transform: translate(15px, 5px) scale(50, 1);
    transform: translate(15px, 5px) scale(50, 1); }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    visibility: hidden; } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    visibility: hidden; } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    visibility: hidden; } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    visibility: hidden; } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    visibility: hidden; } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    visibility: hidden; } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: hidden; } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: hidden; } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: hidden; } }

@-webkit-keyframes expandFromCenter {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes expandFromCenter {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 18px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
      padding: 0; } }
  .container--narrow {
    width: 100%;
    margin: 0 auto;
    padding: 0 18px; }
    @media screen and (min-width: 768px) {
      .container--narrow {
        max-width: 768px;
        padding: 0; } }
  .container--wide {
    width: 100%;
    margin: 0 auto;
    padding: 0 18px; }
    @media screen and (min-width: 1400px) {
      .container--wide {
        max-width: 1400px;
        padding: 0; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.grid {
  display: -ms-grid;
  display: grid; }

.inline-grid {
  display: -ms-inline-grid;
  display: inline-grid; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

@media (min-width: 1200px) {
  .hide-d {
    display: none; } }

@media (min-width: 768px) {
  .hide-t {
    display: none; } }

@media (min-width: 1200px) {
  .hide-t {
    display: block; } }

.hide-m {
  display: none; }
  @media (min-width: 768px) {
    .hide-m {
      display: block; } }

.flex-d {
  display: block; }
  @media (min-width: 1200px) {
    .flex-d {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.flex-t {
  display: block; }
  @media (min-width: 768px) {
    .flex-t {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .flex-t {
      display: block; } }

.flex-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .flex-m {
      display: block; } }

.grid-d {
  display: block; }
  @media (min-width: 1200px) {
    .grid-d {
      display: -ms-grid;
      display: grid; } }

.grid-t {
  display: block; }
  @media (min-width: 768px) {
    .grid-t {
      display: -ms-grid;
      display: grid; } }
  @media (min-width: 1200px) {
    .grid-t {
      display: block; } }

.grid-m {
  display: -ms-grid;
  display: grid; }
  @media (min-width: 768px) {
    .grid-m {
      display: block; } }

html {
  font-size: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400; }
  body.is-active {
    left: -70vw; }
    @media (min-width: 768px) {
      body.is-active {
        left: -40vw; } }

body,
html {
  overflow-x: hidden;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body.locked,
  html.locked {
    overflow: hidden; }

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

a {
  text-decoration: none; }

.compat-object-fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .compat-object-fit > img {
    opacity: 0; }

.fancybox-button {
  background-color: #1F4E80 !important; }

thead, tbody, tfoot {
  border: 1px solid #000;
  font-size: 1rem;
  line-height: 1.4; }
  thead p, tbody p, tfoot p {
    font-size: 1rem;
    line-height: 1.4; }
    thead p > a, tbody p > a, tfoot p > a {
      color: inherit;
      text-decoration: underline; }

thead {
  background: #d3d3d3; }
  thead th, thead td {
    padding: 1rem;
    font-weight: 700; }

tbody {
  background: #f5f5f5; }
  tbody th, tbody td {
    padding: 1rem;
    font-weight: 400;
    border-right: 1px solid #000; }
    tbody th:last-child, tbody td:last-child {
      border-bottom: none; }
    tbody th p, tbody td p {
      font-size: 1rem;
      line-height: 1.4; }
      tbody th p > a, tbody td p > a {
        color: inherit;
        text-decoration: underline; }
  tbody tr {
    border-bottom: 1px solid #000; }
    tbody tr:last-child {
      border-bottom: none; }

tfoot {
  background: #f5f5f5; }
  tfoot th, tfoot td {
    padding: 1rem;
    font-weight: 400; }

footer#sitebase {
  padding: 70px 0 40px 0;
  background-color: #3A3A3A; }
  footer#sitebase .footer > div {
    width: 100%;
    margin-bottom: 40px; }
    footer#sitebase .footer > div:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      footer#sitebase .footer > div {
        width: 32%; } }
    @media screen and (min-width: 1023px) {
      footer#sitebase .footer > div {
        width: 25%;
        margin-bottom: 0; } }
    footer#sitebase .footer > div h3 {
      color: #fff;
      font-size: 1.4rem;
      margin: 0 0 20px 0; }
    footer#sitebase .footer > div ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      footer#sitebase .footer > div ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px; }
        footer#sitebase .footer > div ul li::before {
          content: "";
          display: block;
          background-image: url("../images/chevron_alt.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 8px;
          height: 16px;
          margin-right: 8px; }
        footer#sitebase .footer > div ul li:last-child {
          margin-bottom: 0; }
        footer#sitebase .footer > div ul li a {
          color: #fff;
          text-decoration: none; }
          footer#sitebase .footer > div ul li a:hover {
            text-decoration: underline; }
    footer#sitebase .footer > div a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      text-decoration: underline;
      margin-bottom: 10px; }
      footer#sitebase .footer > div a:last-child {
        margin-bottom: 0; }
      footer#sitebase .footer > div a span {
        display: block;
        margin-left: 8px; }
      footer#sitebase .footer > div a img {
        display: block;
        width: 18px;
        height: auto; }
  footer#sitebase .sub_footer {
    padding-top: 90px; }
    footer#sitebase .sub_footer a.credits {
      margin-top: 1rem;
      position: relative;
      display: inline-block;
      top: 5px;
      text-align: center;
      height: 30px;
      line-height: 25px;
      width: 90px;
      color: #fff;
      overflow: hidden;
      font-size: .9rem; }
      footer#sitebase .sub_footer a.credits div, footer#sitebase .sub_footer a.credits span {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        width: 100%;
        text-align: center; }
      footer#sitebase .sub_footer a.credits div {
        display: none;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }
        @media (min-width: 768px) {
          footer#sitebase .sub_footer a.credits div {
            display: block; } }
      footer#sitebase .sub_footer a.credits span {
        display: block;
        width: 90px;
        height: 30px; }
        @media (min-width: 768px) {
          footer#sitebase .sub_footer a.credits span {
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%); } }
        footer#sitebase .sub_footer a.credits span img {
          width: 100%;
          height: auto; }
      footer#sitebase .sub_footer a.credits:hover div {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
      footer#sitebase .sub_footer a.credits:hover span {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }
    footer#sitebase .sub_footer p {
      color: #fff;
      font-size: .9rem;
      margin: 1rem 0 0 0; }
  .dashboard footer#sitebase,
  .elearning-modules footer#sitebase,
  .learndash-cpt footer#sitebase,
  .resources footer#sitebase,
  .profile footer#sitebase,
  .certificates footer#sitebase {
    display: none; }

.offcanvas_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 70vw;
  height: 100vh;
  background-color: #2F334F;
  z-index: 100;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  right: -70vw;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .offcanvas_menu {
      width: 40vw;
      right: -40vw; } }
  .offcanvas_menu--logo {
    display: block; }
    .offcanvas_menu--logo img {
      display: block;
      width: 60%;
      height: auto;
      padding: 20px;
      margin: 0 auto; }
  .offcanvas_menu--nav ul {
    margin: 0;
    padding: 20px 0;
    list-style: none; }
    .offcanvas_menu--nav ul > li {
      font-size: 1.2rem;
      font-weight: 400;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .offcanvas_menu--nav ul > li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .offcanvas_menu--nav ul > li > a {
        font-weight: 600;
        display: block;
        color: #fff; }
      .offcanvas_menu--nav ul > li.donate {
        text-align: center; }
        .offcanvas_menu--nav ul > li.donate a {
          display: block;
          padding: 10px 30px;
          background-color: #51E5FF;
          color: #2F334F;
          border-radius: 100px; }
      .offcanvas_menu--nav ul > li.menu-item-has-children > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .offcanvas_menu--nav ul > li.menu-item-has-children > a::after {
          content: "";
          display: block;
          width: 20px;
          height: 14px;
          background-image: url("../images/arrow_white.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
      .offcanvas_menu--nav ul > li.menu-item-has-children.is-active {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        .offcanvas_menu--nav ul > li.menu-item-has-children.is-active > a::after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      .offcanvas_menu--nav ul > li ul.sub-menu {
        display: none;
        margin: 0;
        padding: 30px 20px 20px 20px;
        list-style: none; }
        .offcanvas_menu--nav ul > li ul.sub-menu > li {
          font-size: .9rem;
          padding-bottom: 20px; }
          .offcanvas_menu--nav ul > li ul.sub-menu > li:last-child {
            padding-bottom: 0; }
          .offcanvas_menu--nav ul > li ul.sub-menu > li > a {
            color: #fff; }
  .offcanvas_menu--buttons a {
    text-align: center;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .offcanvas_menu.is-active {
    right: 0; }

.announcement-banner {
  width: 100%;
  background-color: #ffdc10;
  padding: 1rem 0.5rem;
}

.announcement-banner .announcement-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-banner .announcement-container .icon {
  width: 40px;
  display: none;
}

@media (min-width: 768px) {
  .announcement-banner .announcement-container .icon {
    display: flex;
  }
}

.announcement-banner .announcement-container .announcement {
  width: 50rem;
  font-size: 13px;
  font-weight: bold;
}

.announcement-banner .announcement-container .announcement a {
  color: black;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

header#masthead {
  padding: 20px 5vw;
  background-color: #1F4E80;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media screen and (min-width: 1023px) {
    header#masthead {
      border-bottom: none; } }
  header#masthead .header__logo {
    display: block;
    width: 250px; }
    @media (min-width: 768px) {
      header#masthead .header__logo {
        width: 400px; } }
    @media screen and (min-width: 1023px) {
      header#masthead .header__logo {
        width: 40%; } }
    @media (min-width: 1200px) {
      header#masthead .header__logo {
        width: 32%; } }
    header#masthead .header__logo > img {
      display: block;
      width: 100%;
      height: auto; }
  header#masthead .header__menu--nav {
    display: none; }
    @media (min-width: 1200px) {
      header#masthead .header__menu--nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    header#masthead .header__menu--nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header#masthead .header__menu--nav ul > li {
        position: relative;
        margin-right: 24px; }
        header#masthead .header__menu--nav ul > li:hover::after {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background-color: #fff;
          position: absolute;
          bottom: -2px;
          left: 0; }
        header#masthead .header__menu--nav ul > li > a {
          font-size: 1rem;
          font-weight: 700;
          color: #fff; }
        header#masthead .header__menu--nav ul > li.donate::after {
          display: none; }
        header#masthead .header__menu--nav ul > li.donate a {
          display: inline-block;
          padding: 13px 30px;
          background-color: #51E5FF;
          color: #2F334F;
          border-radius: 100px; }
        header#masthead .header__menu--nav ul > li.current_page_item {
          position: relative; }
          header#masthead .header__menu--nav ul > li.current_page_item::after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: #fff;
            position: absolute;
            bottom: -2px;
            left: 0; }
        header#masthead .header__menu--nav ul > li.menu-item-has-children {
          position: relative; }
          header#masthead .header__menu--nav ul > li.menu-item-has-children ul.sub-menu {
            display: none;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%, 10%);
            -ms-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
            z-index: 999;
            width: 400px;
            background-color: #F5F5F5;
            list-style: none;
            padding: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease;
            border: 2px solid #fff; }
            @media screen and (min-width: 1023px) {
              header#masthead .header__menu--nav ul > li.menu-item-has-children ul.sub-menu {
                display: block; } }
            header#masthead .header__menu--nav ul > li.menu-item-has-children ul.sub-menu::before {
              bottom: 100%;
              left: 50%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-bottom-color: #F5F5F5;
              border-width: 15px;
              margin-left: -15px; }
            header#masthead .header__menu--nav ul > li.menu-item-has-children ul.sub-menu li {
              text-transform: capitalize;
              font-size: .9rem;
              margin: 0; }
              header#masthead .header__menu--nav ul > li.menu-item-has-children ul.sub-menu li a {
                display: block;
                font-weight: 600;
                padding: 1rem;
                color: #000;
                border-bottom: 1px solid #1F4E80; }
                header#masthead .header__menu--nav ul > li.menu-item-has-children ul.sub-menu li a:hover {
                  background-color: #1F4E80;
                  color: #fff; }
          header#masthead .header__menu--nav ul > li.menu-item-has-children:hover ul.sub-menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate(-50%, 15%);
            -ms-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
            top: 15px; }
  header#masthead .header__menu--links {
    display: none; }
    @media (min-width: 768px) {
      header#masthead .header__menu--links {
        display: block; } }
    header#masthead .header__menu--links ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header#masthead .header__menu--links ul li a {
        font-size: 1rem;
        font-weight: 700; }
      header#masthead .header__menu--links ul li.sign_in {
        margin-right: 24px; }
        header#masthead .header__menu--links ul li.sign_in a {
          display: inline-block;
          padding: 13px 30px;
          background-color: #FFFF82;
          color: #2F334F;
          border-radius: 100px; }
          header#masthead .header__menu--links ul li.sign_in a::after {
            content: "";
            display: block;
            position: relative;
            display: inline-block;
            background-image: url("../images/chevron.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 8px;
            height: 11px;
            margin-left: 10px; }
      header#masthead .header__menu--links ul li.search a {
        color: #fff; }
  header#masthead .header__menu--hamburger {
    display: block;
    margin-left: 20px; }
    @media (min-width: 1200px) {
      header#masthead .header__menu--hamburger {
        display: none; } }
    header#masthead .header__menu--hamburger .hamburger_wrapper {
      position: relative;
      width: 38px;
      height: 27px;
      cursor: pointer; }
      header#masthead .header__menu--hamburger .hamburger_wrapper > span {
        display: block;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 3px;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
        header#masthead .header__menu--hamburger .hamburger_wrapper > span:nth-child(1) {
          top: 0; }
        header#masthead .header__menu--hamburger .hamburger_wrapper > span:nth-child(2) {
          top: 8px; }
        header#masthead .header__menu--hamburger .hamburger_wrapper > span:nth-child(3) {
          top: 16px; }
        header#masthead .header__menu--hamburger .hamburger_wrapper > span:nth-child(4) {
          top: 24px; }
      header#masthead .header__menu--hamburger .hamburger_wrapper.is-active > span:nth-child(1), header#masthead .header__menu--hamburger .hamburger_wrapper.is-active > span:nth-child(4) {
        opacity: 0; }
      header#masthead .header__menu--hamburger .hamburger_wrapper.is-active > span:nth-child(2) {
        top: 7px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      header#masthead .header__menu--hamburger .hamburger_wrapper.is-active > span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg); }
  .dashboard header#masthead,
  .elearning-modules header#masthead,
  .learndash-cpt header#masthead,
  .resources header#masthead,
  .profile header#masthead,
  .certificates header#masthead {
    display: none; }

.container_error {
  padding: 0 1rem; }
  @media screen and (min-width: 1100px) {
    .container_error {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0; } }

section.error_page {
  padding: 5rem 0; }
  section.error_page .error_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 3rem; }
    section.error_page .error_wrapper--404 {
      width: 50%; }
      section.error_page .error_wrapper--404 h1 {
        margin: 0;
        font-size: 12rem;
        text-align: left; }
    section.error_page .error_wrapper--title {
      width: 50%; }
      section.error_page .error_wrapper--title h2 {
        font-size: 4.5rem;
        margin: 0;
        font-weight: 500;
        text-align: right; }
  section.error_page .error_page_menu {
    padding-top: 3rem; }
    section.error_page .error_page_menu p {
      text-align: center;
      font-size: 1.25rem; }
    section.error_page .error_page_menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style-type: none;
      padding: 0;
      margin: 0;
      padding-top: 1rem; }
      section.error_page .error_page_menu ul li {
        padding-right: 3rem; }
        section.error_page .error_page_menu ul li:last-child {
          padding-right: 0; }
        section.error_page .error_page_menu ul li a {
          color: #000;
          text-decoration: underline; }

.blog__archive--card {
  height: 100%; }

.user_profile__hero {
  background-color: #1F4E80;
  padding: 40px 0; }
  @media screen and (min-width: 1023px) {
    .user_profile__hero {
      padding: 30px 0 60px 0; } }
  .user_profile__hero h1 {
    font-size: 1.6rem;
    color: #fff;
    margin: 0; }
    @media (min-width: 768px) {
      .user_profile__hero h1 {
        font-size: 2.6rem; } }

.user_profile__content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .user_profile__content {
      padding: 60px 0; } }
  .user_profile__content--main {
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .user_profile__content--main {
        width: 65%; } }
    @media screen and (min-width: 1023px) {
      .user_profile__content--main {
        width: 68%; } }
    .user_profile__content--main .company_image > img {
      display: block;
      width: 100%;
      height: auto;
      border: 1px solid #CCCCCC;
      border-radius: 4px; }
    .user_profile__content--main .company_details {
      padding: 20px 0; }
      .user_profile__content--main .company_details p {
        font-size: 1rem;
        line-height: 1.5; }
        @media (min-width: 768px) {
          .user_profile__content--main .company_details p {
            font-size: 1.125rem; } }
    .user_profile__content--main .back a {
      font-size: 1.125rem;
      font-weight: 700;
      color: #210124;
      text-decoration: underline; }
  .user_profile__content--sidebar {
    width: 100%;
    padding-top: 60px; }
    @media screen and (min-width: 1023px) {
      .user_profile__content--sidebar {
        width: 28%;
        padding-top: 0; } }
    @media (min-width: 1200px) {
      .user_profile__content--sidebar {
        width: 25%; } }
    .user_profile__content--sidebar h3 {
      font-size: 1.4rem;
      margin-top: 0; }
      @media (min-width: 768px) {
        .user_profile__content--sidebar h3 {
          font-size: 1.65rem; } }
    .user_profile__content--sidebar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .user_profile__content--sidebar ul li {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #CCCCCC; }
        .user_profile__content--sidebar ul li:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; }
        .user_profile__content--sidebar ul li span.title {
          display: block;
          font-size: 1.125rem;
          font-weight: 700;
          color: #2F334F; }
        .user_profile__content--sidebar ul li p {
          font-size: 1rem;
          margin-bottom: 0; }
          .user_profile__content--sidebar ul li p a {
            color: #AD1B01;
            text-decoration: underline; }
        .user_profile__content--sidebar ul li > .flex {
          padding-top: 14px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .user_profile__content--sidebar ul li > .flex a {
            display: block;
            margin-right: 10px; }
            .user_profile__content--sidebar ul li > .flex a:last-child {
              margin-right: 0; }
            .user_profile__content--sidebar ul li > .flex a img {
              display: block;
              width: 45px;
              height: 45px; }

.login_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease; }
  @media screen and (min-width: 1023px) {
    .login_modal {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .login_modal {
      padding: 60px; } }
  .login_modal .modal-wrapper {
    min-width: 75%;
    max-height: 100%;
    overflow: scroll;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    opacity: 0; }
    @media screen and (min-width: 1023px) {
      .login_modal .modal-wrapper {
        min-width: 95%; } }
    @media (min-width: 1200px) {
      .login_modal .modal-wrapper {
        min-width: 75%; } }
    .login_modal .modal-wrapper h2 {
      font-size: 1.8rem;
      font-weight: 400;
      margin-top: 0; }
      @media (min-width: 768px) {
        .login_modal .modal-wrapper h2 {
          font-size: 2.2rem; } }
    .login_modal .modal-wrapper p {
      font-size: 1rem;
      color: #2F334F;
      margin: 2rem 0 1.6rem 0; }
      @media (min-width: 768px) {
        .login_modal .modal-wrapper p {
          font-size: 1.2rem; } }
  .login_modal .login_side {
    background-color: #fff;
    padding: 20px 16px;
    border-radius: 12px 12px 0 0;
    width: 100%; }
    @media (min-width: 768px) {
      .login_modal .login_side {
        padding: 50px; } }
    @media screen and (min-width: 1023px) {
      .login_modal .login_side {
        border-radius: 12px 0 0 12px;
        width: 50%; } }
    .login_modal .login_side form input[type=text],
    .login_modal .login_side form input[type=password] {
      padding: 16px 16px 16px 46px;
      background-position: left 16px center;
      background-size: 24px;
      background-repeat: no-repeat; }
      @media screen and (min-width: 1023px) {
        .login_modal .login_side form input[type=text],
        .login_modal .login_side form input[type=password] {
          padding: 20px 20px 20px 50px;
          background-position: left 20px center; } }
    .login_modal .login_side form input[type=text] {
      background-image: url("../images/user.svg"); }
    .login_modal .login_side form input[type=password] {
      background-image: url("../images/pass.svg"); }
    .login_modal .login_side .gf_login_links {
      padding-top: 1rem; }
      .login_modal .login_side .gf_login_links a {
        text-decoration: underline;
        color: #444; }
        .login_modal .login_side .gf_login_links a:first-of-type {
          display: none; }
  .login_modal .register_side {
    padding: 20px 16px;
    background-color: #51E5FF;
    border-radius: 0 0 12px 12px;
    width: 100%; }
    @media (min-width: 768px) {
      .login_modal .register_side {
        padding: 50px; } }
    @media screen and (min-width: 1023px) {
      .login_modal .register_side {
        border-radius: 0 12px 12px 0;
        width: 50%; } }
    .login_modal .register_side h2 {
      margin: 0; }
    .login_modal .register_side a:first-of-type {
      margin-bottom: 1.6rem; }
  .login_modal.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .login_modal.is-active .modal-wrapper {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      -webkit-transition-delay: .35s;
      -o-transition-delay: .35s;
      transition-delay: .35s;
      overflow: auto; }

.front_page__hero {
  position: relative;
  padding: 5vh 0 10vh 0;
  background-color: #1F4E80;
  background-image: url("../images/hero.svg");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1023px) {
    .front_page__hero {
      padding: 15vh 0 25vh 0; } }
  .front_page__hero .hero_content {
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .front_page__hero .hero_content {
        width: 50%; } }
    .front_page__hero .hero_content h1 {
      font-size: 2.2rem;
      line-height: 1.5;
      color: #fff;
      margin-top: 0; }
      @media (min-width: 768px) {
        .front_page__hero .hero_content h1 {
          font-size: 2.6rem; } }
    .front_page__hero .hero_content p {
      font-size: 1rem;
      line-height: 1.5;
      color: #fff;
      margin: 0; }
      @media (min-width: 768px) {
        .front_page__hero .hero_content p {
          max-width: 95%;
          font-size: 1.3rem; } }
    .front_page__hero .hero_content .buttons {
      margin-top: 34px; }
      .front_page__hero .hero_content .buttons > a {
        margin-right: 20px; }
        .front_page__hero .hero_content .buttons > a:nth-child(1) {
          background-color: #51E5FF;
          margin-bottom: 1rem; }
          @media (min-width: 768px) {
            .front_page__hero .hero_content .buttons > a:nth-child(1) {
              margin-bottom: 0; } }
          .front_page__hero .hero_content .buttons > a:nth-child(1):hover {
            background-color: #00BFE0; }
        .front_page__hero .hero_content .buttons > a:nth-child(2) {
          background-color: #FFFF82; }
          .front_page__hero .hero_content .buttons > a:nth-child(2):hover {
            background-color: #E0E000; }
        .front_page__hero .hero_content .buttons > a:last-child {
          margin-right: 0; }
  .front_page__hero .hero_image {
    position: relative;
    width: 100%;
    margin-top: 50px; }
    @media screen and (min-width: 1023px) {
      .front_page__hero .hero_image {
        width: 45%;
        margin-top: 0; } }
    .front_page__hero .hero_image > img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 4px; }
    .front_page__hero .hero_image .play {
      display: block;
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 10; }
      .front_page__hero .hero_image .play > img {
        display: block;
        width: 70px;
        height: 70px;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease; }
        @media (min-width: 768px) {
          .front_page__hero .hero_image .play > img {
            width: 90px;
            height: 90px; } }
        .front_page__hero .hero_image .play > img:hover {
          -webkit-transform: scale(1.08);
          -ms-transform: scale(1.08);
          transform: scale(1.08); }

.default_page__hero {
  background-color: #1F4E80;
  padding: 40px 0; }
  @media screen and (min-width: 1023px) {
    .default_page__hero {
      padding: 30px 0 60px 0; } }
  .default_page__hero h1 {
    font-size: 1.8rem;
    color: #fff;
    margin: 0; }
    @media (min-width: 768px) {
      .default_page__hero h1 {
        font-size: 2.6rem; } }

.page_content__content_image {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .page_content__content_image {
      padding: 80px 0; } }
  .page_content__content_image.bg_color {
    background-color: #F5F5F5; }
  .page_content__content_image .content_wrapper {
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .page_content__content_image .content_wrapper {
        width: 47%; } }
    .page_content__content_image .content_wrapper h3 {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 100;
      margin-top: 0;
      color: #515676; }
    .page_content__content_image .content_wrapper h2 {
      font-size: 1.8rem;
      line-height: 1.4;
      color: #2F334F;
      margin-top: 0; }
      @media (min-width: 768px) {
        .page_content__content_image .content_wrapper h2 {
          font-size: 2rem; } }
      .page_content__content_image .content_wrapper h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 3px;
        background-color: #006633;
        margin-top: 18px; }
    .page_content__content_image .content_wrapper p {
      font-size: 1rem;
      line-height: 1.4;
      color: #444; }
      @media (min-width: 768px) {
        .page_content__content_image .content_wrapper p {
          font-size: 1.2rem; } }
      .page_content__content_image .content_wrapper p > a {
        text-decoration: underline;
        color: inherit; }
    .page_content__content_image .content_wrapper ul, .page_content__content_image .content_wrapper ol {
      padding: 0 0 0 22px; }
      .page_content__content_image .content_wrapper ul li, .page_content__content_image .content_wrapper ol li {
        font-size: 1rem;
        margin-bottom: 5px;
        color: #444; }
        .page_content__content_image .content_wrapper ul li:last-child, .page_content__content_image .content_wrapper ol li:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .page_content__content_image .content_wrapper ul li, .page_content__content_image .content_wrapper ol li {
            font-size: 1.2rem; } }
        .page_content__content_image .content_wrapper ul li > a, .page_content__content_image .content_wrapper ol li > a {
          text-decoration: underline;
          color: inherit; }
    .page_content__content_image .content_wrapper .buttons {
      padding-top: 34px; }
      .page_content__content_image .content_wrapper .buttons > a {
        margin-right: 20px; }
        .page_content__content_image .content_wrapper .buttons > a:nth-child(1) {
          background-color: #AD1B01;
          color: #fff; }
          .page_content__content_image .content_wrapper .buttons > a:nth-child(1)::after {
            background-image: url("../images/chevron_white.svg"); }
          .page_content__content_image .content_wrapper .buttons > a:nth-child(1):hover {
            background-color: #790101; }
        .page_content__content_image .content_wrapper .buttons > a:nth-child(2) {
          background-color: #FFFF82; }
          .page_content__content_image .content_wrapper .buttons > a:nth-child(2):hover {
            background-color: #E0E000; }
        .page_content__content_image .content_wrapper .buttons > a:last-child {
          margin-right: 0; }
  .page_content__content_image .image_wrapper {
    width: 100%;
    margin-top: 50px; }
    @media screen and (min-width: 1023px) {
      .page_content__content_image .image_wrapper {
        width: 47%;
        margin-top: 0; } }
    .page_content__content_image .image_wrapper > img {
      display: block;
      width: 100%;
      height: auto; }
  .page_content__content_image .video_wrapper {
    width: 100%;
    margin-top: 50px; }
    @media screen and (min-width: 1023px) {
      .page_content__content_image .video_wrapper {
        width: 47%;
        margin-top: 0; } }
    .page_content__content_image .video_wrapper iframe {
      display: block;
      width: 100%;
      height: 375px; }
  .page_content__content_image .reverse .content_wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (min-width: 1023px) {
      .page_content__content_image .reverse .content_wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .page_content__content_image .reverse .image_wrapper,
  .page_content__content_image .reverse .video_wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (min-width: 1023px) {
      .page_content__content_image .reverse .image_wrapper,
      .page_content__content_image .reverse .video_wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.page_content__slider_section {
  background-color: #F5F5F5;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .page_content__slider_section {
      padding: 80px 0; } }
  .page_content__slider_section .content_wrapper {
    max-width: 560px;
    margin: 0 auto; }
    .page_content__slider_section .content_wrapper h3 {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 100;
      margin-top: 0;
      color: #515676; }
    .page_content__slider_section .content_wrapper h2 {
      font-size: 1.8rem;
      line-height: 1.4;
      color: #2F334F;
      margin-top: 0; }
      @media (min-width: 768px) {
        .page_content__slider_section .content_wrapper h2 {
          font-size: 2rem; } }
      .page_content__slider_section .content_wrapper h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 3px;
        background-color: #006633;
        margin: 18px auto 0 auto; }
    .page_content__slider_section .content_wrapper p {
      font-size: 1.2rem;
      line-height: 1.4;
      color: #444;
      margin: 0; }
    .page_content__slider_section .content_wrapper .buttons {
      text-align: center;
      padding-top: 34px; }
      .page_content__slider_section .content_wrapper .buttons > a:nth-child(1) {
        background-color: #AD1B01;
        color: #fff; }
        .page_content__slider_section .content_wrapper .buttons > a:nth-child(1)::after {
          background-image: url("../images/chevron_white.svg"); }
        .page_content__slider_section .content_wrapper .buttons > a:nth-child(1):hover {
          background-color: #790101; }
      .page_content__slider_section .content_wrapper .buttons > a:nth-child(2) {
        background-color: #FFFF82; }
        .page_content__slider_section .content_wrapper .buttons > a:nth-child(2):hover {
          background-color: #E0E000; }
      .page_content__slider_section .content_wrapper .buttons > a:last-child {
        margin-right: 0; }
  .page_content__slider_section .slider_wrapper {
    padding: 0 10vw;
    margin-top: 40px; }
    .page_content__slider_section .slider_wrapper .single_logo {
      height: 160px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .page_content__slider_section .slider_wrapper .single_logo img {
        display: block;
        width: 100%;
        height: auto; }
        @media screen and (min-width: 1023px) {
          .page_content__slider_section .slider_wrapper .single_logo img {
            width: 160px; } }
    .page_content__slider_section .slider_wrapper .owl-nav {
      position: absolute;
      top: calc(50% - 15px);
      left: 0;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      pointer-events: none; }
      @media (min-width: 768px) {
        .page_content__slider_section .slider_wrapper .owl-nav {
          top: calc(50% - 22.5px); } }
      @media screen and (min-width: 1023px) {
        .page_content__slider_section .slider_wrapper .owl-nav {
          top: calc(50% - 30px); } }
      .page_content__slider_section .slider_wrapper .owl-nav > div {
        height: 30px;
        width: 30px;
        background-image: url("../images/nav.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-indent: -200vw;
        pointer-events: all;
        opacity: .6; }
        @media (min-width: 768px) {
          .page_content__slider_section .slider_wrapper .owl-nav > div {
            height: 45px;
            width: 45px; } }
        @media screen and (min-width: 1023px) {
          .page_content__slider_section .slider_wrapper .owl-nav > div {
            height: 60px;
            width: 60px; } }
        .page_content__slider_section .slider_wrapper .owl-nav > div:hover {
          opacity: 1; }
      .page_content__slider_section .slider_wrapper .owl-nav .owl-next {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.page_content__stats_section {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .page_content__stats_section {
      padding: 80px 0; } }
  .page_content__stats_section .content_wrapper {
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .page_content__stats_section .content_wrapper {
        width: 45%; } }
    .page_content__stats_section .content_wrapper h3 {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 100;
      margin-top: 0;
      color: #515676; }
    .page_content__stats_section .content_wrapper h2 {
      font-size: 1.8rem;
      line-height: 1.4;
      color: #2F334F;
      margin-top: 0; }
      @media (min-width: 768px) {
        .page_content__stats_section .content_wrapper h2 {
          font-size: 2rem; } }
      .page_content__stats_section .content_wrapper h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 3px;
        background-color: #006633;
        margin-top: 18px; }
    .page_content__stats_section .content_wrapper p {
      font-size: 1rem;
      line-height: 1.4;
      color: #444; }
      @media (min-width: 768px) {
        .page_content__stats_section .content_wrapper p {
          font-size: 1.2rem; } }
    .page_content__stats_section .content_wrapper .buttons {
      padding-top: 34px; }
      .page_content__stats_section .content_wrapper .buttons > a {
        margin-right: 20px; }
        .page_content__stats_section .content_wrapper .buttons > a:nth-child(1) {
          background-color: #AD1B01;
          color: #fff; }
          .page_content__stats_section .content_wrapper .buttons > a:nth-child(1)::after {
            background-image: url("../images/chevron_white.svg"); }
          .page_content__stats_section .content_wrapper .buttons > a:nth-child(1):hover {
            background-color: #790101; }
        .page_content__stats_section .content_wrapper .buttons > a:nth-child(2) {
          background-color: #FFFF82; }
          .page_content__stats_section .content_wrapper .buttons > a:nth-child(2):hover {
            background-color: #E0E000; }
        .page_content__stats_section .content_wrapper .buttons > a:last-child {
          margin-right: 0; }
  .page_content__stats_section .stats_wrapper {
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .page_content__stats_section .stats_wrapper {
        width: 47%; } }
    .page_content__stats_section .stats_wrapper .single_stat {
      width: 47%;
      margin-bottom: 28px; }
      .page_content__stats_section .stats_wrapper .single_stat:nth-last-child(1), .page_content__stats_section .stats_wrapper .single_stat:nth-last-child(2) {
        margin-bottom: 0; }
      .page_content__stats_section .stats_wrapper .single_stat h2 {
        font-size: 3.8rem;
        font-weight: 400;
        line-height: 1;
        color: #006633;
        margin: 0; }
        @media (min-width: 768px) {
          .page_content__stats_section .stats_wrapper .single_stat h2 {
            font-size: 5rem;
            min-height: 96px; } }
        .page_content__stats_section .stats_wrapper .single_stat h2 small {
          display: block;
          font-size: 1rem; }
      .page_content__stats_section .stats_wrapper .single_stat p {
        font-size: 1rem;
        line-height: 1.4;
        margin: 16px 0 0 0;
        color: #444; }
        @media (min-width: 768px) {
          .page_content__stats_section .stats_wrapper .single_stat p {
            font-size: 1.2rem; } }

.page_content__form_section {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .page_content__form_section {
      padding: 80px 0; } }
  .page_content__form_section h2 {
    font-size: 1.8rem;
    margin-top: 0; }
    @media (min-width: 768px) {
      .page_content__form_section h2 {
        font-size: 2rem; } }
  .page_content__form_section p {
    font-size: 1rem;
    line-height: 1.4; }
    .page_content__form_section p:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .page_content__form_section p {
        font-size: 1.2rem; } }
    .page_content__form_section p > a {
      color: inherit;
      text-decoration: underline; }
  .page_content__form_section .form_wrapper {
    width: 100%;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .page_content__form_section .form_wrapper {
        width: 55%;
        padding-bottom: 0; } }
  .page_content__form_section .info_wrapper {
    width: 100%; }
    @media (min-width: 768px) {
      .page_content__form_section .info_wrapper {
        width: 35%; } }
    .page_content__form_section .info_wrapper .numbers_wrapper {
      padding-top: 40px; }
      .page_content__form_section .info_wrapper .numbers_wrapper .single_number {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #CCCCCC; }
        .page_content__form_section .info_wrapper .numbers_wrapper .single_number h3 {
          font-size: 1.2rem;
          margin-top: 0;
          margin-bottom: 14px; }
          @media (min-width: 768px) {
            .page_content__form_section .info_wrapper .numbers_wrapper .single_number h3 {
              font-size: 1.4rem; } }
        .page_content__form_section .info_wrapper .numbers_wrapper .single_number a {
          font-size: 1.3rem;
          color: #444; }
          .page_content__form_section .info_wrapper .numbers_wrapper .single_number a:hover {
            text-decoration: underline; }

.page_content__single_text {
  padding: 80px 0; }
  .page_content__single_text h1 {
    font-size: 2.2rem; }
  .page_content__single_text p {
    font-size: 1.3rem;
    line-height: 1.4; }
    .page_content__single_text p > a {
      color: inherit;
      text-decoration: underline; }
  .page_content__single_text thead, .page_content__single_text tbody, .page_content__single_text tfoot {
    font-size: 1rem;
    line-height: 1.4; }
    .page_content__single_text thead p, .page_content__single_text tbody p, .page_content__single_text tfoot p {
      font-size: 1rem;
      line-height: 1.4; }
      .page_content__single_text thead p > a, .page_content__single_text tbody p > a, .page_content__single_text tfoot p > a {
        color: inherit;
        text-decoration: underline; }
  .page_content__single_text ul, .page_content__single_text ol {
    padding: 0 0 0 22px; }
    .page_content__single_text ul li, .page_content__single_text ol li {
      color: #444;
      font-size: 1.3rem;
      line-height: 24px; }
      .page_content__single_text ul li a, .page_content__single_text ol li a {
        text-decoration: underline;
        color: inherit; }
  .page_content__single_text .button_wrapper {
    padding-top: 34px; }
    .page_content__single_text .button_wrapper a {
      margin-right: 20px; }
      .page_content__single_text .button_wrapper a:nth-child(1) {
        background-color: #AD1B01;
        color: #fff; }
        .page_content__single_text .button_wrapper a:nth-child(1)::after {
          background-image: url("../images/chevron_white.svg"); }
        .page_content__single_text .button_wrapper a:nth-child(1):hover {
          background-color: #790101; }
      .page_content__single_text .button_wrapper a:nth-child(2) {
        background-color: #1F4E80;
        color: #fff; }
        .page_content__single_text .button_wrapper a:nth-child(2)::after {
          background-image: url("../images/chevron_white.svg"); }
      .page_content__single_text .button_wrapper a:last-child {
        margin-right: 0; }

.page_content__cta {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .page_content__cta {
      padding: 60px 0; } }
  .page_content__cta .content_wrapper {
    max-width: 560px;
    margin: 0 auto; }
    .page_content__cta .content_wrapper h3 {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 100;
      margin-top: 0;
      color: #515676; }
    .page_content__cta .content_wrapper h2 {
      font-size: 1.8rem;
      line-height: 1.4;
      color: #2F334F;
      margin-top: 0; }
      @media (min-width: 768px) {
        .page_content__cta .content_wrapper h2 {
          font-size: 2rem; } }
      .page_content__cta .content_wrapper h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 3px;
        background-color: #006633;
        margin: 18px auto 0 auto; }
    .page_content__cta .content_wrapper p {
      font-size: 1.2rem;
      line-height: 1.4;
      color: #444;
      margin: 0; }
    .page_content__cta .content_wrapper .buttons {
      text-align: center;
      padding-top: 34px; }
      .page_content__cta .content_wrapper .buttons > a:nth-child(1) {
        background-color: #AD1B01;
        color: #fff; }
        .page_content__cta .content_wrapper .buttons > a:nth-child(1)::after {
          background-image: url("../images/chevron_white.svg"); }
        .page_content__cta .content_wrapper .buttons > a:nth-child(1):hover {
          background-color: #790101; }
      .page_content__cta .content_wrapper .buttons > a:nth-child(2) {
        background-color: #FFFF82; }
        .page_content__cta .content_wrapper .buttons > a:nth-child(2):hover {
          background-color: #E0E000; }
      .page_content__cta .content_wrapper .buttons > a:last-child {
        margin-right: 0; }
  .page_content__cta .points_wrapper {
    padding-top: 6rem; }
    .page_content__cta .points_wrapper .single_point {
      position: relative;
      width: 100%;
      margin-bottom: 4rem; }
      @media (min-width: 768px) {
        .page_content__cta .points_wrapper .single_point {
          width: calc(33.333% - 3rem);
          margin-right: 4.5rem; }
          .page_content__cta .points_wrapper .single_point:nth-child(3n) {
            margin-right: 0; } }
      @media screen and (min-width: 1023px) {
        .page_content__cta .points_wrapper .single_point {
          width: calc(25% - 3rem);
          margin-right: 4rem; }
          .page_content__cta .points_wrapper .single_point:nth-child(3n) {
            margin-right: 4rem; }
          .page_content__cta .points_wrapper .single_point:nth-child(4n) {
            margin-right: 0; }
          .page_content__cta .points_wrapper .single_point:last-child {
            margin-right: 0; } }
      .page_content__cta .points_wrapper .single_point .count {
        background-color: #1F4E80;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 10px auto; }
        @media (min-width: 768px) {
          .page_content__cta .points_wrapper .single_point .count {
            position: absolute;
            top: 0;
            left: 2rem;
            z-index: 100;
            margin: 0; } }
        .page_content__cta .points_wrapper .single_point .count span {
          display: block;
          color: #fff;
          font-weight: 500; }
      .page_content__cta .points_wrapper .single_point--icon img {
        display: block;
        max-width: 115px;
        max-height: 115px;
        height: auto;
        width: auto;
        margin: 0 auto; }
      .page_content__cta .points_wrapper .single_point--content p {
        margin-bottom: 0; }
  .page_content__cta .button_wrapper {
    text-align: center;
    display: block; }
    @media screen and (min-width: 642px) {
      .page_content__cta .button_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .page_content__cta .button_wrapper a {
      display: table;
      margin: 0 auto; }
      @media screen and (min-width: 642px) {
        .page_content__cta .button_wrapper a {
          margin: 0; } }
      .page_content__cta .button_wrapper a:first-of-type {
        margin-bottom: 1rem; }
        @media screen and (min-width: 642px) {
          .page_content__cta .button_wrapper a:first-of-type {
            margin: 0 1rem 0 0; } }

.page_content__content_image + .page_content__single_text {
  padding-top: 0; }

.directory_page__hero {
  background-color: #1F4E80;
  padding: 40px 0; }
  @media screen and (min-width: 1023px) {
    .directory_page__hero {
      padding: 30px 0 60px 0; } }
  .directory_page__hero h1 {
    font-size: 1.8rem;
    color: #fff;
    margin: 0; }
    @media (min-width: 768px) {
      .directory_page__hero h1 {
        font-size: 2.6rem; } }

.directory_page__filters {
  background-color: #51E5FF;
  padding: 42px 0;
  width: 100%; }
  .directory_page__filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto; }
    .directory_page__filters ul li {
      display: inline-block;
      color: #2F334F;
      font-size: 1.375rem;
      width: 18px;
      text-align: center;
      margin-right: 1.3rem; }
      @media screen and (min-width: 800px) {
        .directory_page__filters ul li {
          width: auto;
          margin-right: 0; } }
      .directory_page__filters ul li a {
        color: inherit; }
        .directory_page__filters ul li a:hover {
          text-decoration: underline; }
        .directory_page__filters ul li a.active {
          text-decoration: underline;
          font-weight: 700; }

.directory_page__wrapper {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .directory_page__wrapper {
      padding: 90px 0; } }
  .directory_page__wrapper h2 {
    margin-top: 0; }
  .directory_page__wrapper a.cta {
    margin-top: 1rem; }
  .directory_page__wrapper .single_org {
    width: 100%;
    margin-bottom: 3rem;
    border: 1px solid #CCCCCC;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .directory_page__wrapper .single_org {
        width: calc(50% - 1.5rem);
        margin-right: 3rem; }
        .directory_page__wrapper .single_org:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1023px) {
      .directory_page__wrapper .single_org {
        width: calc(33.333% - 2rem);
        margin-right: 3rem; }
        .directory_page__wrapper .single_org:nth-child(2n) {
          margin-right: 3rem; }
        .directory_page__wrapper .single_org:nth-child(3n) {
          margin-right: 0; } }
    .directory_page__wrapper .single_org--title {
      padding: 19px; }
      .directory_page__wrapper .single_org--title .thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 90px;
        width: 90px;
        border: 1px solid #ccc; }
        .directory_page__wrapper .single_org--title .thumbnail .image {
            overflow: hidden; }
        .directory_page__wrapper .single_org--title .thumbnail .image img {
          display: block;
          width: 100%;
          height: auto;
          padding: .5rem;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
        .directory_page__wrapper .single_org--title .thumbnail .no-image {
          padding: .5rem;
          width: 100%;
          height: 100%; }
          .directory_page__wrapper .single_org--title .thumbnail .no-image span {
            display: block;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #F5F5F5;
            color: #1F4E80;
            font-size: 1.6rem;
            font-weight: 600; }
      .directory_page__wrapper .single_org--title .title {
        margin-left: 13px;
        width: calc(100% - 90px); }
        .directory_page__wrapper .single_org--title .title h3 {
          font-size: 1rem;
          margin: 0;
          font-weight: 400; }
    .directory_page__wrapper .single_org--content {
      padding: 7px 19px 26px 19px;
      min-height: 175px; }
      .directory_page__wrapper .single_org--content p {
        font-size: 1rem;
        line-height: 1.5;
        margin: 0; }
    .directory_page__wrapper .single_org--links {
      border-top: 1px solid #ccc;
      padding: 19px; }
      .directory_page__wrapper .single_org--links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        text-align: center;
        color: #1F4E80; }
        .directory_page__wrapper .single_org--links a::before {
          content: "";
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-right: 9px; }
        .directory_page__wrapper .single_org--links a.profile::before {
          background-image: url("../images/user_alt.svg");
          height: 14px;
          width: 14px; }
        .directory_page__wrapper .single_org--links a.website::before {
          background-image: url("../images/link.svg");
          height: 13px;
          width: 16px; }

.dashboard {
  background-color: #F5F5F5; }
  .dashboard__sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1F4E80; }
    @media screen and (min-width: 1100px) {
      .dashboard__sidebar {
        width: 20%;
        height: 100vh;
        overflow: scroll; } }
    .dashboard__sidebar--header {
      border-bottom: 1px solid #2F334F;
      padding: 18px 22px; }
      @media (min-width: 768px) {
        .dashboard__sidebar--header {
          padding: 20px 50px; } }
      .dashboard__sidebar--header a.logo {
        display: block; }
        .dashboard__sidebar--header a.logo img {
          display: block;
          width: 80px;
          height: 80px; }
      .dashboard__sidebar--header .hamburger_alt {
        position: relative;
        width: 38px;
        height: 27px;
        cursor: pointer; }
        @media screen and (min-width: 1100px) {
          .dashboard__sidebar--header .hamburger_alt {
            display: none; } }
        .dashboard__sidebar--header .hamburger_alt > span {
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 3px;
          -webkit-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0); }
          .dashboard__sidebar--header .hamburger_alt > span:nth-child(1) {
            top: 0; }
          .dashboard__sidebar--header .hamburger_alt > span:nth-child(2) {
            top: 8px; }
          .dashboard__sidebar--header .hamburger_alt > span:nth-child(3) {
            top: 16px; }
          .dashboard__sidebar--header .hamburger_alt > span:nth-child(4) {
            top: 24px; }
        .dashboard__sidebar--header .hamburger_alt.is-active > span:nth-child(1), .dashboard__sidebar--header .hamburger_alt.is-active > span:nth-child(4) {
          opacity: 0; }
        .dashboard__sidebar--header .hamburger_alt.is-active > span:nth-child(2) {
          top: 7px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .dashboard__sidebar--header .hamburger_alt.is-active > span:nth-child(3) {
          top: 7px;
          -webkit-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          transform: rotate(315deg); }
    .dashboard__sidebar--menu {
      display: none; }
      @media screen and (min-width: 1100px) {
        .dashboard__sidebar--menu {
          display: block;
          margin-bottom: auto; } }
      .dashboard__sidebar--menu ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .dashboard__sidebar--menu ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 20px 30px;
          border-bottom: 1px solid #2F334F; }
          .dashboard__sidebar--menu ul li:last-child {
            border-bottom: none; }
          .dashboard__sidebar--menu ul li a {
            padding: 1rem;
            display: block;
            font-size: 1.125rem;
            color: #fff; }
          .dashboard__sidebar--menu ul li::before {
            content: "";
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 7px; }
          .dashboard__sidebar--menu ul li:nth-child(1)::before {
            background-image: url("../images/dashboard.svg");
            width: 20px;
            height: 20px; }
          .dashboard__sidebar--menu ul li:nth-child(2)::before {
            background-image: url("../images/learn.svg");
            width: 20px;
            height: 20px; }
          .dashboard__sidebar--menu ul li:nth-child(3)::before {
            background-image: url("../images/directory.svg");
            width: 20px;
            height: 15px; }
          .dashboard__sidebar--menu ul li:nth-child(4)::before {
            background-image: url("../images/profile.svg");
            width: 20px;
            height: 15px; }
          .dashboard__sidebar--menu ul li:nth-child(5)::before {
            background-image: url("../images/resource.svg");
            width: 20px;
            height: 20px; }
          .dashboard__sidebar--menu ul li:nth-child(6)::before {
            background-image: url("../images/cert.svg");
            width: 20px;
            height: 20px; }
          .dashboard__sidebar--menu ul li:nth-child(7)::before {
            background-image: url("../images/guidance.svg");
            width: 20px;
            height: 20px; }
          .dashboard__sidebar--menu ul li:nth-child(8)::before {
            background-image: url("../images/cart.svg");
            width: 20px;
            height: 20px; }
          .dashboard__sidebar--menu ul li.current-menu-item {
            background-color: #210124; }
          .user_subscriber .dashboard__sidebar--menu ul li.menu-item-292 {
            display: none; }
          .user_subscriber .dashboard__sidebar--menu ul li.menu-item-783 {
            display: none; }
    .dashboard__sidebar--log-out {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: none;
      border-top: 1px solid #2F334F;
      padding: 20px 30px; }
      @media screen and (min-width: 1100px) {
        .dashboard__sidebar--log-out {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .dashboard__sidebar--log-out a {
        color: #fff;
        text-decoration: underline; }
  .dashboard__content {
    width: 100%; }
    @media screen and (min-width: 1100px) {
      .dashboard__content {
        width: 80%;
        max-height: 100vh;
        overflow: scroll; } }
    .dashboard__content--banner {
      padding: 18px 22px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
      @media (min-width: 768px) {
        .dashboard__content--banner {
          padding: 22px 50px; } }
      .dashboard__content--banner h2 {
        font-size: 1.2rem;
        margin: 0; }
        @media (min-width: 768px) {
          .dashboard__content--banner h2 {
            font-size: 1.75rem;
            width: 75%; } }
      .dashboard__content--banner .user_wrapper img {
        display: block;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover; }
        @media (min-width: 768px) {
          .dashboard__content--banner .user_wrapper img {
            margin-right: 14px; } }
      .dashboard__content--banner .user_wrapper span {
        display: block;
        width: 65px;
        height: 65px;
        background-color: #F5F5F5;
        border-radius: 50%; }
        @media (min-width: 768px) {
          .dashboard__content--banner .user_wrapper span {
            margin-right: 14px; } }
      .dashboard__content--banner .user_wrapper .info {
        display: none; }
        @media (min-width: 768px) {
          .dashboard__content--banner .user_wrapper .info {
            display: block; } }
        .dashboard__content--banner .user_wrapper .info p {
          color: #2F334F;
          font-size: 1.125rem;
          margin: 0; }
        .dashboard__content--banner .user_wrapper .info a {
          color: #2F334F;
          font-size: 1rem;
          text-decoration: underline; }
    .dashboard__content .content_wrapper {
      padding: 22px; }
      @media (min-width: 768px) {
        .dashboard__content .content_wrapper {
          padding: 50px; } }
      .dashboard__content .content_wrapper .left_side {
        width: 100%; }
        @media screen and (min-width: 1023px) {
          .dashboard__content .content_wrapper .left_side {
            width: 62%; }
          .dashboard__content .content_wrapper .left_side.full-width {
            width: 100%; } }
        .dashboard__content .content_wrapper .left_side .content_box {
          min-height: 345px;
          width: 100%;
          padding: 20px 30px;
          border: 1px solid #AEAEAE;
          border-radius: 12px;
          background-color: #fff;
          margin-bottom: 35px; }
          @media screen and (min-width: 1023px) {
            .dashboard__content .content_wrapper .left_side .content_box {
              padding: 30px;
              min-height: 280px;} }
          .dashboard__content .content_wrapper .left_side .content_box h2 {
            font-size: 1.75rem;
            margin-top: 0; }
          .dashboard__content .content_wrapper .left_side .content_box p {
            font-size: 1rem;
            line-height: 1.5;
            margin: 0; }
          .dashboard__content .content_wrapper .left_side .content_box > .flex {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-top: 1rem; }
            .dashboard__content .content_wrapper .left_side .content_box > .flex a:first-child {
              margin-right: 10px; }
            .dashboard__content .content_wrapper .left_side .content_box > .flex a:last-child {
              padding: 10px 20px 13px 20px;
              font-size: 14px; }
              @media (min-width: 768px) {
                .dashboard__content .content_wrapper .left_side .content_box > .flex a:last-child {
                  font-size: 1.1rem;
                  padding: 13px 30px; } }
          .dashboard__content .content_wrapper .left_side .content_box a {
            margin-top: 20px; }
      .dashboard__content .content_wrapper .right_side {
        width: 100%; }
        @media screen and (min-width: 1023px) {
          .dashboard__content .content_wrapper .right_side {
            width: 35%; } }
        .dashboard__content .content_wrapper .right_side .cta_box {
          width: 100%;
          padding: 20px 30px;
          border: 1px solid #2F334F;
          border-radius: 12px;
          background-color: #51E5FF; }
          @media (min-width: 768px) {
            .dashboard__content .content_wrapper .right_side .cta_box {
              padding: 30px; } }
          @media screen and (min-width: 1023px) {
            .dashboard__content .content_wrapper .right_side .cta_box {
              min-height: 345px; } }
          .dashboard__content .content_wrapper .right_side .cta_box h2 {
            font-size: 1.75rem;
            margin-top: 0; }
          .dashboard__content .content_wrapper .right_side .cta_box p {
            font-size: 1rem;
            line-height: 1.5;
            margin: 0; }
          .dashboard__content .content_wrapper .right_side .cta_box a {
            margin-top: 20px; }
        @media (max-width: 767px) {
            .dashboard__content .content_wrapper .column-organisation {
                flex-direction: column;
            }

            .dashboard__content .content_wrapper .column-organisation .org_box {
                margin-bottom: 35px;
            }
        }
      .dashboard__content .content_wrapper .org_box {
        width: 100%;
        padding: 20px 30px;
        border: 1px solid #AEAEAE;
        border-radius: 12px;
        background-color: #fff; }
        @media (min-width: 768px) {
          .dashboard__content .content_wrapper .org_box {
            width: 48%; } }
        .dashboard__content .content_wrapper .org_box > .flex {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .dashboard__content .content_wrapper .org_box--icon img {
          display: block;
          width: 80px;
          height: 80px; }
        .dashboard__content .content_wrapper .org_box--content {
          padding-left: 20px; }
          .dashboard__content .content_wrapper .org_box--content h2 {
            margin-top: 0; }
          .dashboard__content .content_wrapper .org_box--content ul {
            padding: 0;
            list-style: none; }
            .dashboard__content .content_wrapper .org_box--content ul li {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              color: #444;
              margin-bottom: 10px; }
              .dashboard__content .content_wrapper .org_box--content ul li:last-child {
                margin-bottom: 0; }
              .dashboard__content .content_wrapper .org_box--content ul li::before {
                content: "";
                display: block;
                width: 4px;
                height: 4px;
                background-color: #444;
                border-radius: 50%;
                margin-right: 15px; }
          .dashboard__content .content_wrapper .org_box--content a {
            color: #2F334F;
            text-decoration: underline;
            font-weight: 700; }
    .dashboard__content .courses_wrapper .single_course {
      width: 100%;
      border: 1px solid #AEAEAE;
      border-radius: 12px;
      background-color: #fff;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .dashboard__content .courses_wrapper .single_course {
          width: calc(50% - 15px);
          margin-right: 30px; }
          .dashboard__content .courses_wrapper .single_course:nth-child(2n) {
            margin-right: 0; } }
      @media screen and (min-width: 1023px) {
        .dashboard__content .courses_wrapper .single_course {
          width: calc(33.333% - 20px);
          margin-right: 30px; }
          .dashboard__content .courses_wrapper .single_course:nth-child(2n) {
            margin-right: 30px; }
          .dashboard__content .courses_wrapper .single_course:nth-child(3n) {
            margin-right: 0; } }
      .dashboard__content .courses_wrapper .single_course--thumbnail {
        position: relative;
        display: block; }
        .dashboard__content .courses_wrapper .single_course--thumbnail > img {
          display: block;
          width: 100%;
          height: 200px;
          border-radius: 12px 12px 0 0; }
        .dashboard__content .courses_wrapper .single_course--thumbnail .complete {
          position: absolute;
          top: -16px;
          right: -16px;
          z-index: 10; }
          .dashboard__content .courses_wrapper .single_course--thumbnail .complete > img {
            display: block;
            width: 40px;
            height: 40px; }
      .dashboard__content .courses_wrapper .single_course--content {
        padding: 20px; }
        .dashboard__content .courses_wrapper .single_course--content h3 {
          font-size: 1.25rem;
          margin: 0; }
        .dashboard__content .courses_wrapper .single_course--content ul, .dashboard__content .courses_wrapper .single_course--content ol {
          padding: 0 0 0 20px; }
          .dashboard__content .courses_wrapper .single_course--content ul li, .dashboard__content .courses_wrapper .single_course--content ol li {
            font-size: 1rem;
            line-height: 1.5; }
        .dashboard__content .courses_wrapper .single_course--content p {
          font-size: 1rem;
          line-height: 1.5;
          margin: 16px 0 20px 0; }
    .dashboard__content .course_content .learndash-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .dashboard__content .course_content .learndash-wrapper .ld-course-status {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .dashboard__content .course_content .learndash-wrapper .ld-tabs {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .dashboard__content .course_content .learndash-wrapper .ld-item-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .dashboard__content .course_content .learndash-wrapper .ld-item-list {
      margin: 0; }
    .dashboard__content .course_content .content {
      padding-top: 1rem; }
      .dashboard__content .course_content .content a {
        margin-top: 1rem; }
    .dashboard__content .course_content iframe {
      display: block;
      max-width: 100%; }
    .dashboard__content .resources_wrapper .intro_section {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid rgba(174, 174, 174, 0.3); }
      .dashboard__content .resources_wrapper .intro_section h2 {
        font-size: 1.4rem;
        line-height: 1.5;
        color: #2F334F;
        margin-top: 0; }
        @media (min-width: 768px) {
          .dashboard__content .resources_wrapper .intro_section h2 {
            font-size: 1.75rem; } }
        .dashboard__content .resources_wrapper .intro_section h2::after {
          content: "";
          display: block;
          width: 70px;
          height: 3px;
          background-color: #006633;
          margin-top: 18px; }
      .dashboard__content .resources_wrapper .intro_section p {
        font-size: 1rem;
        line-height: 1.5;
        color: #444; }
        @media (min-width: 768px) {
          .dashboard__content .resources_wrapper .intro_section p {
            font-size: 1.125rem; } }
      .dashboard__content .resources_wrapper .intro_section ul, .dashboard__content .resources_wrapper .intro_section ol {
        padding: 0 0 0 20px; }
        .dashboard__content .resources_wrapper .intro_section ul li, .dashboard__content .resources_wrapper .intro_section ol li {
          font-size: 1rem;
          color: #444;
          margin: 0; }
          @media (min-width: 768px) {
            .dashboard__content .resources_wrapper .intro_section ul li, .dashboard__content .resources_wrapper .intro_section ol li {
              font-size: 1.125rem; } }
      .dashboard__content .resources_wrapper .intro_section .videos_wrapper {
        padding-top: 3rem; }
        .dashboard__content .resources_wrapper .intro_section .videos_wrapper .single_video {
          width: 100%;
          margin-bottom: 16px; }
          @media (min-width: 768px) {
            .dashboard__content .resources_wrapper .intro_section .videos_wrapper .single_video {
              width: 48%; } }
          .dashboard__content .resources_wrapper .intro_section .videos_wrapper .single_video .aspect-wrapper {
            position: relative;
            height: 0;
            padding-bottom: 56.25%; }
            .dashboard__content .resources_wrapper .intro_section .videos_wrapper .single_video .aspect-wrapper iframe {
              position: absolute;
              display: block;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
    .dashboard__content .resources_wrapper h2.title {
      padding-bottom: 40px;
      margin: 0 0 40px 0;
      border-bottom: 1px solid #AEAEAE;
      font-size: 1.2rem; }
      @media (min-width: 768px) {
        .dashboard__content .resources_wrapper h2.title {
          font-size: 1.75rem; } }
    .dashboard__content .resources_wrapper__content_image {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid rgba(174, 174, 174, 0.3); }
      .dashboard__content .resources_wrapper__content_image:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
      .dashboard__content .resources_wrapper__content_image > .container {
        padding: 0; }
      .dashboard__content .resources_wrapper__content_image .content_wrapper_ {
        width: 100%;
        margin-top: 25px; }
        @media screen and (min-width: 1023px) {
          .dashboard__content .resources_wrapper__content_image .content_wrapper_ {
            width: 50%;
            margin-top: 0; } }
        .dashboard__content .resources_wrapper__content_image .content_wrapper_ h3 {
          font-size: 1rem;
          text-transform: uppercase;
          font-weight: 100;
          margin-top: 0;
          color: #515676; }
        .dashboard__content .resources_wrapper__content_image .content_wrapper_ h2 {
          font-size: 1.4rem;
          line-height: 1.5;
          color: #2F334F;
          margin-top: 0; }
          @media (min-width: 768px) {
            .dashboard__content .resources_wrapper__content_image .content_wrapper_ h2 {
              font-size: 1.75rem; } }
          .dashboard__content .resources_wrapper__content_image .content_wrapper_ h2::after {
            content: "";
            display: block;
            width: 70px;
            height: 3px;
            background-color: #006633;
            margin-top: 18px; }
        .dashboard__content .resources_wrapper__content_image .content_wrapper_ p {
          font-size: 1rem;
          line-height: 1.5;
          color: #444;
          margin: 0; }
          @media (min-width: 768px) {
            .dashboard__content .resources_wrapper__content_image .content_wrapper_ p {
              font-size: 1.125rem; } }
        .dashboard__content .resources_wrapper__content_image .content_wrapper_ a.cta {
          margin-top: 1.4rem; }
      .dashboard__content .resources_wrapper__content_image .image_wrapper {
        width: 100%; }
        @media screen and (min-width: 1023px) {
          .dashboard__content .resources_wrapper__content_image .image_wrapper {
            width: 47%; } }
        .dashboard__content .resources_wrapper__content_image .image_wrapper > img {
          display: block;
          width: 100%;
          height: auto; }
      .dashboard__content .resources_wrapper__content_image .video_wrapper {
        width: 100%; }
        @media screen and (min-width: 1023px) {
          .dashboard__content .resources_wrapper__content_image .video_wrapper {
            width: 47%; } }
        .dashboard__content .resources_wrapper__content_image .video_wrapper iframe {
          display: block;
          width: 100%;
          height: 375px; }
      .dashboard__content .resources_wrapper__content_image:first-child .image_wrapper {
        margin-top: 0; }
    .dashboard__content .resources_wrapper .single_handout {
      width: 100%;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .dashboard__content .resources_wrapper .single_handout {
          width: calc(50% - 3rem);
          margin-right: 6rem; }
          .dashboard__content .resources_wrapper .single_handout:nth-child(2n) {
            margin-right: 0; } }
      @media screen and (min-width: 1023px) {
        .dashboard__content .resources_wrapper .single_handout {
          width: calc(33.333% - 4rem);
          margin-right: 6rem;
          margin-bottom: 4.5rem; }
          .dashboard__content .resources_wrapper .single_handout:nth-child(2n) {
            margin-right: 6rem; }
          .dashboard__content .resources_wrapper .single_handout:nth-child(3n) {
            margin-right: 0; } }
      .dashboard__content .resources_wrapper .single_handout--thumbnail {
        padding-bottom: 1rem; }
        .dashboard__content .resources_wrapper .single_handout--thumbnail img {
          display: block;
          width: 250px;
          height: 250px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          border-radius: 6px; }
      .dashboard__content .resources_wrapper .single_handout--content h3 {
        margin-top: 0; }
      .dashboard__content .resources_wrapper .single_handout--content p {
        margin-bottom: 0; }
      .dashboard__content .resources_wrapper .single_handout--content a {
        display: table;
        margin-top: 1rem;
        font-weight: 400;
        text-decoration: underline;
        color: #2F334F; }
    .dashboard__content .resources_wrapper .single_organisation {
      margin-bottom: 3rem; }
      .dashboard__content .resources_wrapper .single_organisation--thumbnail {
        width: 100%; }
        @media (min-width: 768px) {
          .dashboard__content .resources_wrapper .single_organisation--thumbnail {
            width: 25%; } }
        .dashboard__content .resources_wrapper .single_organisation--thumbnail img {
          display: block;
          width: 100%;
          height: auto; }
      .dashboard__content .resources_wrapper .single_organisation--content {
        width: 100%;
        margin-top: 25px; }
        @media (min-width: 768px) {
          .dashboard__content .resources_wrapper .single_organisation--content {
            width: 70%;
            margin-top: 0; } }
        .dashboard__content .resources_wrapper .single_organisation--content h3 {
          font-size: 1.2rem;
          margin-top: 0; }
          @media (min-width: 768px) {
            .dashboard__content .resources_wrapper .single_organisation--content h3 {
              font-size: 1.4rem; } }
        .dashboard__content .resources_wrapper .single_organisation--content p {
          margin-bottom: 0; }
        .dashboard__content .resources_wrapper .single_organisation--content a.cta {
          margin-top: 1.6rem; }
    .dashboard__content .profile_wrapper #message {
      width: 100%;
      padding-left: .8rem; }
      .dashboard__content .profile_wrapper #message p {
        font-size: 1.2rem;
        font-weight: 700;
        text-decoration: underline;
        margin-top: 0; }
    .dashboard__content .profile_wrapper form#acf-form {
      width: 100%; }
      @media screen and (min-width: 1023px) {
        .dashboard__content .profile_wrapper form#acf-form {
          width: 65%; } }
      .dashboard__content .profile_wrapper form#acf-form label {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        color: #2F334F; }
      .dashboard__content .profile_wrapper form#acf-form input[type=text],
      .dashboard__content .profile_wrapper form#acf-form input[type=tel],
      .dashboard__content .profile_wrapper form#acf-form input[type=email],
      .dashboard__content .profile_wrapper form#acf-form input[type=url],
      .dashboard__content .profile_wrapper form#acf-form textarea {
        width: 100%;
        border: 1px solid #666666;
        padding: 10px 12px;
        border-radius: 4px;
        resize: none; }
      .dashboard__content .profile_wrapper form#acf-form input[type=submit] {
        border: none;
        display: inline-block;
        font-weight: 700;
        padding: 13px 45px;
        color: #fff;
        border-radius: 100px;
        background-color: #AD1B01;
        margin-top: 20px; }
    .dashboard__content .profile_wrapper .info_wrapper {
      width: 100%;
      margin-top: 60px; }
      @media screen and (min-width: 1023px) {
        .dashboard__content .profile_wrapper .info_wrapper {
          width: 30%;
          margin-top: 0; } }
      .dashboard__content .profile_wrapper .info_wrapper p {
        font-size: 1rem;
        line-height: 1.4; }
      .dashboard__content .profile_wrapper .info_wrapper .numbers_wrapper {
        padding-top: 40px; }
        .dashboard__content .profile_wrapper .info_wrapper .numbers_wrapper .single_number {
          padding-bottom: 24px;
          margin-bottom: 24px;
          border-bottom: 1px solid #CCCCCC; }
          .dashboard__content .profile_wrapper .info_wrapper .numbers_wrapper .single_number h3 {
            font-size: 1.2rem;
            margin-top: 0;
            margin-bottom: 14px; }
            @media (min-width: 768px) {
              .dashboard__content .profile_wrapper .info_wrapper .numbers_wrapper .single_number h3 {
                font-size: 1.4rem; } }
          .dashboard__content .profile_wrapper .info_wrapper .numbers_wrapper .single_number a {
            font-size: 1.3rem;
            color: #444; }
            .dashboard__content .profile_wrapper .info_wrapper .numbers_wrapper .single_number a:hover {
              text-decoration: underline; }
    .dashboard__content .cert_content .cert_wrapper {
      width: 100%; }
      @media screen and (min-width: 1023px) {
        .dashboard__content .cert_content .cert_wrapper {
          width: 65%; } }
      .dashboard__content .cert_content .cert_wrapper > h2 {
        margin-top: 0; }
      .dashboard__content .cert_content .cert_wrapper p > a {
        color: inherit;
        text-decoration: underline; }
      .dashboard__content .cert_content .cert_wrapper .single_cert {
        width: 100%;
        padding: 20px 30px;
        border: 1px solid #AEAEAE;
        border-radius: 12px;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 768px) {
          .dashboard__content .cert_content .cert_wrapper .single_cert {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        .dashboard__content .cert_content .cert_wrapper .single_cert--icon {
          height: 68px;
          width: 53px;
          background-image: url("../images/req_alt.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .dashboard__content .cert_content .cert_wrapper .single_cert--content {
          padding: 16px 0; }
          @media (min-width: 768px) {
            .dashboard__content .cert_content .cert_wrapper .single_cert--content {
              padding: 0 16px; } }
          .dashboard__content .cert_content .cert_wrapper .single_cert--content h2 {
            margin: 0; }
          .dashboard__content .cert_content .cert_wrapper .single_cert--content p {
            font-size: .9rem;
            margin: 6px 0 0 0; }
    .dashboard__content .cert_content .info_wrapper {
      width: 100%;
      margin-top: 60px; }
      @media screen and (min-width: 1023px) {
        .dashboard__content .cert_content .info_wrapper {
          width: 30%;
          margin-top: 0; } }
      .dashboard__content .cert_content .info_wrapper h2 {
        margin-top: 0; }
      .dashboard__content .cert_content .info_wrapper p {
        font-size: 1rem;
        line-height: 1.4; }
      .dashboard__content .cert_content .info_wrapper .numbers_wrapper {
        padding-top: 40px; }
        .dashboard__content .cert_content .info_wrapper .numbers_wrapper .single_number {
          padding-bottom: 24px;
          margin-bottom: 24px;
          border-bottom: 1px solid #CCCCCC; }
          .dashboard__content .cert_content .info_wrapper .numbers_wrapper .single_number h3 {
            font-size: 1.2rem;
            margin-top: 0;
            margin-bottom: 14px; }
            @media (min-width: 768px) {
              .dashboard__content .cert_content .info_wrapper .numbers_wrapper .single_number h3 {
                font-size: 1.4rem; } }
          .dashboard__content .cert_content .info_wrapper .numbers_wrapper .single_number a {
            font-size: 1.3rem;
            color: #444; }
            .dashboard__content .cert_content .info_wrapper .numbers_wrapper .single_number a:hover {
              text-decoration: underline; }

#content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0; }
  #content > h2 {
    font-size: 2rem;
    color: #2F334F; }
  #content #signup-welcome p {
    display: table;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #CCC; }
    #content #signup-welcome p:last-of-type {
      margin: 0;
      padding: 0;
      border-bottom: none; }
    #content #signup-welcome p > span {
      color: #2F334F; }
    #content #signup-welcome p > a {
      color: #444;
      text-decoration: underline; }
  #content p.view {
    margin-top: 1rem; }
    #content p.view > a {
      color: #444;
      text-decoration: underline; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .columns--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .columns--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .columns--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .columns--spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .columns--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .columns--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .columns--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .columns--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .columns--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.column {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1.6rem; }
  .column--1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column--2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column--3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column--4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column--5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column--6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column--7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column--8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column--9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column--10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column--11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column--12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%; }

.grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .grid-block--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  .grid-block--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .grid-block--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }

.grid-r {
  padding: 2rem;
  border: 1px dashed black; }
  .grid-r--1 {
    -ms-grid-column-span: 1;
    grid-column: span 1; }
  .grid-r--2 {
    -ms-grid-column-span: 2;
    grid-column: span 2; }
  .grid-r--3 {
    -ms-grid-column-span: 3;
    grid-column: span 3; }
  .grid-r--4 {
    -ms-grid-column-span: 4;
    grid-column: span 4; }
  .grid-r--5 {
    -ms-grid-column-span: 5;
    grid-column: span 5; }
  .grid-r--6 {
    -ms-grid-column-span: 6;
    grid-column: span 6; }
  .grid-r--7 {
    -ms-grid-column-span: 7;
    grid-column: span 7; }
  .grid-r--8 {
    -ms-grid-column-span: 8;
    grid-column: span 8; }
  .grid-r--9 {
    -ms-grid-column-span: 9;
    grid-column: span 9; }
  .grid-r--10 {
    -ms-grid-column-span: 10;
    grid-column: span 10; }
  .grid-r--11 {
    -ms-grid-column-span: 11;
    grid-column: span 11; }
  .grid-r--12 {
    -ms-grid-column-span: 12;
    grid-column: span 12; }

.cta {
  font-size: 1.1rem;
  display: inline-block;
  font-weight: 700;
  padding: 13px 30px;
  color: #2F334F;
  border-radius: 100px;
  line-height: 1; }
  .cta::after {
    content: "";
    display: block;
    position: relative;
    display: inline-block;
    background-image: url("../images/chevron.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 11px;
    margin-left: 10px; }
  .cta--blue {
    background-color: #51E5FF; }
    .cta--blue:hover {
      background-color: #00BFE0; }
  .cta--green {
    background-color: #006633;
    color: #fff;
    font-weight: 400; }
    .cta--green:hover {
      background-color: #005229; }
    .cta--green::after {
      display: none; }
    .cta--green::before {
      content: "";
      display: block;
      position: relative;
      top: 2px;
      display: inline-block;
      background-image: url("../images/cert_white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      margin-right: 10px; }
  .cta--dark {
    background-color: #2F334F;
    color: #fff; }
    .cta--dark::after {
      background-image: url("../images/chevron_white.svg"); }
  .cta--yellow {
    background-color: #FFFF82; }
    .cta--yellow:hover {
      background-color: #E0E000; }
  .cta--red {
    background-color: #AD1B01;
    color: #fff; }
    .cta--red::after {
      background-image: url("../images/chevron_white.svg"); }
    .cta--red:hover {
      background-color: #790101; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

h1, h2, h3, h4, h5, h6 {
  color: #2F334F; }

p {
  color: #444; }

.image {
  display: block;
  position: relative; }
  .image > img {
    display: block;
    max-width: 100%;
    height: auto; }
  .image--rounded > img {
    border-radius: 50%; }

.gform_confirmation_wrapper > div {
  text-align: center;
  font-size: 18px;
  margin-top: 65px; }
  .gform_confirmation_wrapper > div a {
    color: inherit;
    text-decoration: underline; }

form .validation_error {
  border: 1px dashed red;
  padding: 14px;
  color: #000;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: .9rem;
  margin-top: 30px; }

form .gform_body {
  color: #000;
  margin-top: 40px; }
  form .gform_body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    form .gform_body ul li {
      width: 100%;
      margin: 0 0 20px 0;
      padding: 0; }
      form .gform_body ul li:last-child {
        margin-bottom: 0; }
      form .gform_body ul li.col_6 {
        width: 100%; }
        @media (min-width: 768px) {
          form .gform_body ul li.col_6 {
            width: 48%; } }
      form .gform_body ul li.col_12 {
        width: 100%; }
      form .gform_body ul li label {
        display: block;
        padding-bottom: 10px;
        font-size: 1.1rem;
        color: #444; }
        @media (min-width: 768px) {
          form .gform_body ul li label {
            font-size: 1.3rem; } }
        form .gform_body ul li label > a {
          font-size: 1.1rem;
          color: #444;
          text-decoration: underline; }
          @media (min-width: 768px) {
            form .gform_body ul li label > a {
              font-size: 1.3rem; } }
      form .gform_body ul li.gform_validation_container {
        display: none; }
      form .gform_body ul li.gfield_error {
        padding: 14px;
        border: 1px dashed red; }
        form .gform_body ul li.gfield_error > label {
          font-weight: 700;
          color: red; }
        form .gform_body ul li.gfield_error .validation_message {
          font-weight: 700;
          color: red;
          padding-top: 10px;
          font-size: .9rem; }
      form .gform_body ul li ul.gfield_checkbox {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        form .gform_body ul li ul.gfield_checkbox > li > label {
          display: block; }
      form .gform_body ul li input[type=text],
      form .gform_body ul li input[type=tel],
      form .gform_body ul li input[type=email],
      form .gform_body ul li input[type=url],
      form .gform_body ul li input[type=password] {
        width: 100%;
        border: 1px solid #666666;
        padding: 10px 12px;
        border-radius: 4px; }
      form .gform_body ul li input[type=file] {
        padding: .6rem 0;
        width: 100%; }
      form .gform_body ul li span#extensions_message {
        display: none; }
      form .gform_body ul li textarea {
        width: 100%;
        border: 1px solid #666666;
        padding: 10px 12px;
        border-radius: 4px; }
      form .gform_body ul li select {
        width: 100%;
        border: 1px solid #666666;
        padding: 10px 12px;
        border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("../images/down.png");
        background-position: right 10px center;
        background-size: 17px;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 0; }
      form .gform_body ul li ul.gfield_checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        form .gform_body ul li ul.gfield_checkbox li {
          width: 100%;
          margin: 0;
          padding: 0 0 10px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          form .gform_body ul li ul.gfield_checkbox li label {
            padding: 0 0 0 .6rem; }
      form .gform_body ul li ul.gfield_radio li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        form .gform_body ul li ul.gfield_radio li label {
          padding: 0;
          margin-left: .5rem; }
      form .gform_body ul li .ginput_container_password {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        form .gform_body ul li .ginput_container_password > span {
          display: block;
          width: 100%;
          margin-bottom: 10px; }
          form .gform_body ul li .ginput_container_password > span:last-child {
            margin-bottom: 0; }
          @media (min-width: 768px) {
            form .gform_body ul li .ginput_container_password > span {
              width: 48%;
              margin-bottom: 0; } }
          form .gform_body ul li .ginput_container_password > span input[type=password] {
            display: block;
            width: 100%;
            border: 1px solid #666666;
            padding: 10px 12px;
            border-radius: 4px; }
          form .gform_body ul li .ginput_container_password > span label {
            font-size: .8rem;
            padding: 5px 0 0 0; }

form .gform_footer {
  padding-top: 20px; }
  form .gform_footer input[type=submit] {
    border: none;
    display: inline-block;
    font-weight: 700;
    padding: 13px 30px;
    color: #fff;
    border-radius: 100px;
    background-color: #AD1B01; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.learndash-wrapper * {
  text-align: left; }

.learndash-wrapper .ld-modal {
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  margin: 0; }
  .learndash-wrapper .ld-modal .ld-modal-closer {
    font-size: 3.125rem;
    padding: 0; }

.learndash-wrapper .ld-modal-heading {
  text-align: left;
  font-weight: 400;
  font-size: 2.25rem;
  color: #2F334F; }

.learndash-wrapper .ld-modal-text {
  margin-top: 30px;
  text-align: left;
  font-size: 1.125rem;
  color: #2F334F; }

.learndash-wrapper .ld-alert-success {
  background-color: #2F334F !important;
  border: none !important; }

.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert {
  background-color: #51E5FF !important; }

.learndash-wrapper .ld-login-modal .ld-login-modal-form {
  text-align: left; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-form form {
    text-align: left; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-form label {
    font-size: 1.125rem;
    color: #2F334F;
    font-weight: 400;
    margin-bottom: 11px; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username::before {
    content: "";
    font-family: none !important;
    background-image: url("../images/user.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 20px; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password::before {
    content: "";
    font-family: none !important;
    background-image: url("../images/pass.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 20px; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-form p.login-submit {
    text-align: left; }

.learndash-wrapper .ld-login-modal .ld-login-modal-register {
  text-align: left; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-register form {
    text-align: left; }
    .learndash-wrapper .ld-login-modal .ld-login-modal-register form p {
      margin: 0; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-register label {
    font-size: 1.125rem;
    color: #2F334F;
    font-weight: 400;
    margin-bottom: 11px; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text],
  .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email] {
    border: 1px solid #2F334F;
    border-radius: 4px;
    padding: 20px;
    font-size: 1.125rem;
    color: #444;
    margin: 11px 0 20px 0; }
    .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:active, .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:focus,
    .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:active,
    .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:focus {
      outline: 1px solid #FE5F55;
      border-radius: 4px; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
    font-size: 1.125rem;
    color: #2F334F; }
  .learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit {
    font-size: 1.125rem;
    border: none;
    display: inline-block;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 100px;
    background-color: #FFFF82;
    color: #2F334F;
    margin-top: 30px; }

.learndash-wrapper .ld-login-modal input[type=text] {
  margin-bottom: 20px; }

.learndash-wrapper .ld-login-modal input[type=text],
.learndash-wrapper .ld-login-modal input[type=password] {
  border: 1px solid #2F334F;
  border-radius: 4px;
  padding: 20px 20px 20px 46px;
  font-size: 1.125rem;
  color: #444; }
  .learndash-wrapper .ld-login-modal input[type=text]:active, .learndash-wrapper .ld-login-modal input[type=text]:focus,
  .learndash-wrapper .ld-login-modal input[type=password]:active,
  .learndash-wrapper .ld-login-modal input[type=password]:focus {
    outline: 1px solid #FE5F55;
    border-radius: 4px; }

.learndash-wrapper .ld-login-modal input[type=submit],
.learndash-wrapper .ld-login-modal .ld-button {
  font-size: 1.125rem;
  border: none;
  display: inline-block;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 100px; }

.learndash-wrapper .ld-login-modal input[type=submit] {
  color: #fff !important;
  background-color: #AD1B01 !important; }

.learndash-wrapper .ld-login-modal .ld-button {
  background-color: #FFFF82 !important;
  color: #2F334F !important;
  max-width: 275px;
  margin: 30px 0 0 0; }

.learndash-wrapper .ld-login-modal .ld-forgot-password-link {
  color: #2F334F;
  font-size: 1.125rem; }

.learndash-wrapper .ld-login-modal .ld-login-modal-login,
.learndash-wrapper .ld-login-modal .ld-login-modal-register {
  display: block; }
  @media screen and (min-width: 1023px) {
    .learndash-wrapper .ld-login-modal .ld-login-modal-login,
    .learndash-wrapper .ld-login-modal .ld-login-modal-register {
      width: 50%;
      padding: 50px 0; } }

body .lwa-bones .pixelbones {
  --button-primary-color: #fff;
  --accent-color-hover: #2F334F;
  --accent-color: #2F334F;
}

body .lwa-bones .pixelbones.pixelbones .button-primary,
body .lwa-bones .pixelbones.pixelbones  .lwa-links-remember-cancel {
  border-radius: 100px !important;
  font-size: 1.1rem  !important;
  display: inline-block !important;
  font-weight: 700 !important;
  padding: 8px 30px !important;
  line-height: 1 !important;
  text-transform: none !important;
  font-family: 'Open Sans', sans-serif !important;
}

body .lwa-bones .pixelbones.pixelbones .lwa-links-remember {
  text-decoration: underline;
}

.learning_page .acf-form .acf-url i {
  top: 12px;
}