@charset "UTF-8";
/*!
Theme Name: SEN In Ten
Author: 21Digital
Author URI: https://21digital.agency
Description: SEN IN TEN Website Theme
Version: 1.0.0
*/
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Let’s get `<table>`s behaving how we expect.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
@font-face {
  font-family: 'PoppinsRegular';
  src: url("fonts/PoppinsRegular.eot");
  src: url("fonts/PoppinsRegular.eot") format("embedded-opentype"), url("fonts/PoppinsRegular.woff2") format("woff2"), url("fonts/PoppinsRegular.woff") format("woff"), url("fonts/PoppinsRegular.ttf") format("truetype"), url("fonts/PoppinsRegular.svg#PoppinsRegular") format("svg"); }
@font-face {
  font-family: 'PoppinsBold';
  src: url("fonts/PoppinsBold.eot");
  src: url("fonts/PoppinsBold.eot") format("embedded-opentype"), url("fonts/PoppinsBold.woff2") format("woff2"), url("fonts/PoppinsBold.woff") format("woff"), url("fonts/PoppinsBold.ttf") format("truetype"), url("fonts/PoppinsBold.svg#PoppinsBold") format("svg"); }
@font-face {
  font-family: 'PoppinsSemiBold';
  src: url("fonts/PoppinsSemiBold.eot");
  src: url("fonts/PoppinsSemiBold.eot") format("embedded-opentype"), url("fonts/PoppinsSemiBold.woff2") format("woff2"), url("fonts/PoppinsSemiBold.woff") format("woff"), url("fonts/PoppinsSemiBold.ttf") format("truetype"), url("fonts/PoppinsSemiBold.svg#PoppinsSemiBold") format("svg"); }
/* Our Site Breakpoints (same as twitter bootstrap) */
/* Break a component out of the main container it sits in */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  @media (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 26px;
      line-height: 36px; } }
  @media (min-width: 1152px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 36px;
      line-height: 46px; } }

p,
li {
  font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  color: #808080;
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 768px) {
    p,
    li {
      font-size: 12px;
      line-height: 18px; } }
  @media (min-width: 1152px) {
    p,
    li {
      font-size: 16px;
      line-height: 24px; } }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"] {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
  padding-left: 10px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus {
    outline: 1px dashed #000;
    border-color: #067997; }

select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/select-arrow.png");
  background-size: 8px;
  background-position: top 50% right 15px;
  background-repeat: no-repeat; }
  select:focus, select:active {
    outline: 1px dashed #000;
    border-color: #000; }

textarea {
  width: 100%;
  height: 150px;
  font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
  font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
  border-radius: 0;
  color: #808080;
  border: 1px solid #ccc;
  padding: 10px;
  resize: none; }
  textarea:focus {
    outline: 1px dashed #000;
    border-color: #000; }
  textarea::placeholder {
    color: #808080; }

label {
  display: block;
  font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
  margin-bottom: 5px; }

.enquiry {
  background-color: #067997;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  scroll-margin: 150px;
  color: #fff; }
  .enquiry p {
    color: #fff; }
  .enquiry:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/waveform-pattern.png"), url("images/mobile/make-an-enquiry.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, cover;
    background-position: bottom, center;
    opacity: .1; }
    @media (min-width: 768px) {
      .enquiry:before {
        background-image: url("images/desktop/make-an-enquiry-desktop.png");
        background-position: top 30% right 0; } }
  .enquiry h2 {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .enquiry h3 {
    color: #fff;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .enquiry .gfield {
    margin-bottom: 10px; }
  .enquiry .gfield_label {
    display: none; }
  .enquiry form {
    width: 90%;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .enquiry form {
        width: 700px; } }
  .enquiry fieldset {
    padding: 10px 30px 0 30px;
    border: 0; }
  .enquiry legend {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px; }
  .enquiry input[type="text"],
  .enquiry input[type="email"],
  .enquiry input[type="tel"],
  .enquiry textarea {
    border-radius: 30px;
    border-color: #fff;
    padding-left: 30px; }
    .enquiry input[type="text"]:focus,
    .enquiry input[type="email"]:focus,
    .enquiry input[type="tel"]:focus,
    .enquiry textarea:focus {
      outline: none;
      border-color: #FDC243; }
  .enquiry form {
    color: #fff;
    margin-bottom: 20px; }
    .enquiry form.centered {
      justify-content: center; }
    .enquiry form a {
      color: #fff; }
    .enquiry form p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
      margin-top: 20px; }
      .enquiry form p a {
        color: #FDC243; }
    .enquiry form input[type="radio"] {
      top: 2px;
      position: relative;
      left: 0;
      margin-left: 0; }
    .enquiry form input {
      border: 1px solid #fff;
      border-radius: 50px;
      color: #067997;
      padding-left: 20px; }
      .enquiry form input::placeholder {
        color: #067997; }
    .enquiry form textarea {
      border: 1px solid #fff;
      border-radius: 20px;
      color: #067997;
      padding: 20px; }
      .enquiry form textarea::placeholder {
        color: #067997; }
    .enquiry form .gform_button {
      background-color: #FDC243;
      border-color: #FDC243;
      color: #067997; }
      .enquiry form .gform_button:hover {
        background-color: #067997;
        color: #fff; }
    .enquiry form .gform_footer {
      text-align: center; }
    .enquiry form .ginput_container_checkbox input {
      float: left;
      margin: 0 5px 0 0; }
    .enquiry form #field_4_13 {
      padding: 0 30px; }
  .enquiry .field-50 {
    width: 100%; }
    @media (min-width: 768px) {
      .enquiry .field-50 {
        width: 49%;
        margin-right: 2%; }
        .enquiry .field-50:last-of-type {
          margin-right: 0; } }
    .enquiry .field-50:not(:first-of-type) {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .enquiry .field-50:not(:first-of-type) {
          margin-top: 0; } }
  .enquiry .field-100 {
    width: 100%; }

.gform_title,
.gform_description {
  display: none;
  visibility: hidden; }

.btn, .enquiry form .gform_button, .white-btn, .white-outline-btn, .blue-btn, .blue-btn2, .blue-outline, .white-cross, .blue-cross, .blue-outline-cross, .white-outline-cross, .listen-white, .listen-blue, .listen-blue-outline, .blue-icon, .blue-outline-icon, .yellow-icon, .white-icon, .white-outline-icon, .pum-container input[type="submit"], .subscribe input[type="submit"], .contact-form form .gform_button {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 12px 30px;
  text-align: center;
  font-family: "PoppinsSemiBold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  transition: all .3s ease; }
  .btn:hover, .enquiry form .gform_button:hover, .white-btn:hover, .white-outline-btn:hover, .blue-btn:hover, .blue-btn2:hover, .blue-outline:hover, .white-cross:hover, .blue-cross:hover, .blue-outline-cross:hover, .white-outline-cross:hover, .listen-white:hover, .listen-blue:hover, .listen-blue-outline:hover, .blue-icon:hover, .blue-outline-icon:hover, .yellow-icon:hover, .white-icon:hover, .white-outline-icon:hover, .pum-container input[type="submit"]:hover, .subscribe input[type="submit"]:hover, .contact-form form .gform_button:hover {
    text-decoration: none; }

.white-btn {
  background-color: #fff;
  border-color: #067997;
  color: #067997; }
  .white-btn:hover {
    background-color: #067997;
    color: #fff; }

.white-outline-btn {
  background-color: #067997;
  border-color: #fff;
  color: #fff; }
  .white-outline-btn:hover {
    background-color: #fff;
    color: #067997; }

.blue-btn {
  background-color: #067997;
  border-color: #067997;
  color: #fff; }
  .blue-btn:hover {
    background-color: #fff;
    color: #067997; }

.blue-btn2 {
  background-color: #067997;
  border-color: #067997;
  color: #FDC243;
  padding-left: 50px; }
  .blue-btn2:hover {
    background-color: #045266;
    border: 1px solid #045266;
    color: #FDC243; }

.blue-outline {
  background-color: transparent;
  border-color: #067997;
  color: #067997; }
  .blue-outline:hover {
    background-color: #067997;
    color: #fff; }

.white-cross {
  background-color: #fff;
  border-color: #fff;
  padding-left: 50px;
  background-image: url("images/icons/blue-plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% left 20px;
  color: #067997; }
  .white-cross:hover {
    background-color: #067997;
    background-image: url("images/icons/white-plus.png");
    border-color: #067997;
    color: #fff; }

.blue-cross {
  background-color: #067997;
  border-color: #067997;
  padding-left: 50px;
  background-image: url("images/icons/white-plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% left 20px;
  color: #fff; }
  .blue-cross:hover {
    background-color: #045266;
    border-color: #067997;
    color: #fff; }

.blue-outline-cross {
  background-color: #fff;
  border-color: #067997;
  padding-left: 50px;
  background-image: url("images/icons/blue-plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% left 20px;
  color: #067997; }
  .blue-outline-cross:hover {
    background-image: url("images/icons/white-plus.png");
    background-color: #045266;
    border-color: #045266;
    color: #fff; }

.white-outline-cross {
  background-color: transparent;
  border-color: #fff;
  padding-left: 50px;
  background-image: url("images/icons/white-plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% left 20px;
  color: #fff; }
  .white-outline-cross:hover {
    background-color: #045266;
    border-color: #045266;
    color: #fff; }

.listen-white {
  background-color: #fff;
  border-color: #fff;
  padding-left: 50px;
  color: #067997; }
  .listen-white:hover {
    background-color: #067997;
    border-color: #067997;
    color: #fff; }

.listen-blue {
  background-color: #067997;
  border-color: #067997;
  padding-left: 40px;
  padding-right: 30px;
  background-image: url("images/icons/listen-now-white.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% left 15px;
  color: #fff; }
  .listen-blue:hover {
    background-color: #045266;
    border-color: #045266;
    color: #fff; }

.listen-blue-outline {
  background-color: transparent;
  border-color: #067997;
  padding-left: 40px;
  padding-right: 30px;
  color: #067997;
  background-image: url("images/icons/listen-now-blue.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% left 15px; }
  .listen-blue-outline:hover {
    background-color: #045266;
    border-color: #045266;
    color: #fff;
    background-image: url("images/icons/listen-now-white.png"); }

.blue-icon {
  background-color: #067997;
  border-color: #067997;
  padding-left: 35px;
  padding-right: 15px;
  color: #fff; }
  @media (min-width: 768px) {
    .blue-icon {
      padding-left: 40px;
      padding-right: 25px; } }
  .blue-icon:hover {
    background-color: #045266;
    border-color: #067997;
    color: #fff; }
  .blue-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    left: -15px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 5px solid #067997;
    border-radius: 100%;
    box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .blue-icon span {
        top: -4px;
        width: 46px;
        height: 46px; } }
    .blue-icon span img {
      max-width: 70%; }

.blue-outline-icon {
  background-color: #fff;
  border-color: #067997;
  padding-left: 35px;
  padding-right: 15px;
  color: #067997; }
  @media (min-width: 768px) {
    .blue-outline-icon {
      padding-left: 40px;
      padding-right: 25px; } }
  .blue-outline-icon:hover {
    background-color: #045266;
    border-color: #045266;
    color: #fff; }
  .blue-outline-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    left: -15px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 5px solid #067997;
    border-radius: 100%;
    box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .blue-outline-icon span {
        top: -4px;
        width: 46px;
        height: 46px; } }
    .blue-outline-icon span img {
      max-width: 70%; }

.yellow-icon {
  background-color: #FDC243;
  border-color: #FDC243;
  padding-left: 35px;
  padding-right: 15px;
  color: #067997; }
  @media (min-width: 768px) {
    .yellow-icon {
      padding-left: 40px;
      padding-right: 25px; } }
  .yellow-icon:hover {
    background-color: #fdba2a;
    border-color: #FDC243;
    color: #067997; }
  .yellow-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    left: -20px;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border: 5px solid #FDC243;
    border-radius: 100%;
    box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .yellow-icon span {
        top: -4px;
        width: 46px;
        height: 46px; } }
    .yellow-icon span img {
      max-width: 70%; }

.white-icon {
  background-color: #fff;
  border-color: #fff;
  padding-left: 35px;
  padding-right: 15px;
  color: #067997; }
  @media (min-width: 768px) {
    .white-icon {
      padding-left: 40px;
      padding-right: 25px; } }
  .white-icon:hover {
    background-color: #05657e;
    border-color: #067997;
    color: #fff; }
    .white-icon:hover span {
      border: 5px solid #05657e; }
  .white-icon span {
    display: block;
    position: absolute;
    top: -4px;
    left: -15px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 5px solid #067997;
    border-radius: 100%;
    box-shadow: 11px 0px 11px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 11px 0px 11px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 0px 11px -8px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .white-icon span {
        top: -4px;
        width: 46px;
        height: 46px; } }

.white-outline-icon {
  background-color: #067997;
  border-color: #fff;
  padding-left: 35px;
  padding-right: 15px;
  color: #fff; }
  @media (min-width: 768px) {
    .white-outline-icon {
      padding-left: 40px;
      padding-right: 25px; } }
  .white-outline-icon:hover {
    background-color: #05657e;
    border-color: #067997;
    color: #fff; }
    .white-outline-icon:hover span {
      border: 5px solid #05657e; }
  .white-outline-icon span {
    display: block;
    position: absolute;
    top: -4px;
    left: -15px;
    width: 40px;
    height: 40px;
    transition: all .3s ease;
    background-color: #067997;
    border: 5px solid #fff;
    border-radius: 100%;
    box-shadow: 11px 0px 11px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 11px 0px 11px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 0px 11px -8px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .white-outline-icon span {
        top: -4px;
        width: 46px;
        height: 46px; } }

button[type="submit"] {
  cursor: pointer; }

.btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .btn-container .white-icon, .btn-container .yellow-icon {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5)); }

.default {
  font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
  color: #808080;
  text-decoration: underline; }
  .default:hover {
    text-decoration: none; }

nav.primary {
  display: none;
  margin-left: auto;
  margin-right: -15px;
  margin-top: 20px;
  background-color: transparent; }
  @media (min-width: 992px) {
    nav.primary {
      display: block;
      width: 90%; } }
  @media (min-width: 1152px) {
    nav.primary {
      width: 80%; } }
  @media (min-width: 1366px) {
    nav.primary {
      width: 700px; } }
  nav.primary ul {
    display: flex;
    position: relative;
    width: 100%; }
  nav.primary li {
    list-style: none;
    flex: 1 0 auto;
    transition: all .3s ease;
    margin-bottom: 0; }
  nav.primary a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 1152px) {
      nav.primary a {
        font-size: 14px;
        line-height: 14px; } }
    nav.primary a:hover {
      text-decoration: none;
      color: #FDC243; }
  nav.primary .submenu {
    display: flex;
    position: absolute;
    top: 100%;
    left: -9999px;
    background-color: #fff;
    transition: opacity .3s ease;
    opacity: 0;
    padding: 20px;
    width: 100%; }
  nav.primary .has-children {
    flex: 1;
    margin-bottom: 0;
    padding-right: 10px; }
    nav.primary .has-children a:not(.submenu a) {
      padding-right: 35px;
      padding-left: 20px;
      background-image: url("images/icons/plus.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: top 50% right 10px; }
    nav.primary .has-children:hover {
      background-color: #fff; }
      nav.primary .has-children:hover a:not(.submenu a) {
        color: #067997; }
      nav.primary .has-children:hover .submenu {
        left: 0;
        opacity: 1; }
  nav.primary .col {
    display: inline-flex;
    flex-direction: column;
    height: auto;
    width: 35%;
    border-right: 1px solid #ccc;
    padding: 0 30px 0 0; }
    nav.primary .col + .col {
      padding: 0 30px 0 0;
      margin-left: 30px; }
    nav.primary .col img {
      border-radius: 10px;
      height: 150px;
      object-fit: cover;
      object-position: center;
      aspect-ratio: 16/9; }
    nav.primary .col p {
      font-size: 13px;
      line-height: 18px; }
    nav.primary .col .listen-blue-outline {
      margin-left: 0;
      margin-top: auto;
      color: #067997;
      padding-left: 20px;
      width: 150px; }
      nav.primary .col .listen-blue-outline:hover {
        color: #fff; }
  nav.primary .col-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%; }
    nav.primary .col-content p {
      width: 100%;
      word-wrap: break-word; }
      nav.primary .col-content p:last-of-type {
        margin-bottom: 0; }
  nav.primary .col-content--heading {
    margin-bottom: 10px; }
    nav.primary .col-content--heading a {
      color: #067997;
      text-align: left;
      font-size: 14px;
      line-height: 18px;
      padding-bottom: 0; }
      nav.primary .col-content--heading a:hover {
        text-decoration: underline; }
  nav.primary .col-slim {
    width: 30%;
    padding: 0 0 0 30px; }
    nav.primary .col-slim a {
      height: 100%;
      color: #067997;
      font-size: 18px;
      line-height: 26px; }
  nav.primary .slim-link {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    border-radius: 10px;
    background-color: #FDC243; }
    nav.primary .slim-link span {
      z-index: 10; }
    nav.primary .slim-link img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }

body.menu-opened {
  overflow: hidden;
  height: 100vh; }

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #E0E8ED;
  transition: all .3s ease;
  padding: 40px 40px 60px 40px; }
  @media (min-width: 768px) {
    .mobile-menu {
      width: 75%; } }
  .mobile-menu .menu-mobile-menu-container {
    margin-bottom: 40px; }
  .mobile-menu li:not(.socials li) {
    display: block;
    border-bottom: 1px solid #067997;
    padding: 20px 0; }
  .mobile-menu a {
    text-transform: uppercase;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #067997; }
  .mobile-menu.opened {
    right: 0; }
  .mobile-menu .yellow-icon {
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 15px;
    width: 200px;
    text-align: left; }
  .mobile-menu .blue-icon {
    display: block;
    font-size: 13px;
    line-height: 13px;
    width: 200px;
    color: #fff;
    text-align: left; }
  .mobile-menu .socials {
    margin-top: 30px; }
    .mobile-menu .socials p {
      color: #067997; }

.close-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px; }
  .close-container img {
    max-width: 30px; }

html {
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  color: #000;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif; }

*, *::before, *::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none; } }

.c-container, .breadcrumb ul, .footer-inner, .item-inner, .latest-podcast, .podcast-summary, .textblock, ul.partner-logos, .why-icons ul, .latest-post, .testimonials ul, .session-summary, .featured-event, .event-summary, .contact-container {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }

.seperator {
  width: 100%;
  background-color: #fff;
  height: 1px; }
  .seperator .c-container, .seperator .breadcrumb ul, .breadcrumb .seperator ul, .seperator .footer-inner, .seperator .item-inner, .seperator .latest-podcast, .seperator .podcast-summary, .seperator .textblock, .seperator ul.partner-logos, .seperator .why-icons ul, .why-icons .seperator ul, .seperator .latest-post, .seperator .testimonials ul, .testimonials .seperator ul, .seperator .session-summary, .seperator .featured-event, .seperator .event-summary, .seperator .contact-container {
    height: 1px;
    max-width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: #067997; }

.pum-container {
  padding: 90px 30px 60px 30px !important;
  border: 0 !important; }
  .pum-container form {
    margin-top: 30px;
    max-width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .pum-container label {
    display: none !important; }
  .pum-container input[type="text"] {
    border-color: #067997 !important;
    border-radius: 20px !important;
    margin-bottom: 15px !important;
    padding-left: 20px !important; }
  .pum-container input[type="email"] {
    border-color: #067997 !important;
    border-radius: 20px !important;
    padding-left: 20px !important; }
  .pum-container input[type="submit"] {
    background-color: #067997;
    border-color: #067997;
    color: #fff;
    cursor: pointer; }
    .pum-container input[type="submit"]:hover {
      background-color: #fff;
      color: #067997; }
  .pum-container .submission-info {
    text-align: center !important;
    color: #067997 !important;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-size: 14px !important; }
  .pum-container .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .pum-container .pum-close {
    height: 40px !important;
    width: 100px !important;
    background-color: #067997 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: "PoppinsSemiBold", Helvetica, Arial, sans-serif !important;
    border: 0 !important;
    border-radius: 30px !important;
    box-shadow: unset !important;
    background-image: url("images/icons/close.png") !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: top 50% left 10px !important;
    right: 15px !important;
    top: 15px !important;
    padding: 0 0 0 20px !important;
    transition: all .3s ease; }
    .pum-container .pum-close:hover {
      background-color: #045266 !important; }
  .pum-container .gform_confirmation_wrapper {
    text-align: center;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif !important;
    margin-top: 30px; }

.pum-title {
  width: 100%;
  text-align: center !important;
  color: #067997 !important;
  font-family: "PoppinsSemiBold", Helvetica, Arial, sans-serif !important;
  font-size: 26px !important;
  line-height: 32px !important; }

.site-header {
  position: sticky;
  background-color: #067997;
  transition: all .3s ease;
  transform: unset;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    body.home .site-header {
      background-color: transparent;
      position: fixed;
      height: auto; } }

.mobile-top {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  background-color: #E0E8ED;
  padding: 10px 0; }
  @media (min-width: 992px) {
    .mobile-top {
      display: none; } }
  .mobile-top li {
    list-style: none;
    margin-bottom: 0; }
    .mobile-top li a {
      display: flex;
      align-items: center;
      color: #067997;
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 12px; }
      .mobile-top li a:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-image: url("images/icons/account.png");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center; }
    .mobile-top li a[href^="tel"]:before {
      background-image: url("images/icons/call-blue.png"); }

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  position: relative;
  padding: 10px 10px; }
  @media (max-width: 991px) {
    .header-inner {
      height: auto;
      align-items: center;
      padding: 15px 20px; } }
  @media (min-width: 1152px) {
    .header-inner {
      padding: 30px 0 10px 0; } }
  @media (min-width: 1366px) {
    .header-inner {
      width: 100%;
      max-width: 1366px;
      margin-left: auto;
      margin-right: auto; } }

.site-logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 150px;
  height: 100%; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .site-logo {
      width: 20%;
      height: auto; } }
  @media (min-width: 992px) {
    .site-logo {
      width: 120px;
      height: auto; }
      body.home .site-logo {
        width: 15%; } }
  @media (min-width: 1152px) {
    .site-logo {
      width: 8%; } }
  .site-logo img {
    width: 70%;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .site-logo img {
        width: 90%; } }

.mobile-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-right: 0;
  width: calc(100% - 150px); }
  @media (min-width: 992px) {
    .mobile-actions {
      display: none; } }
  .mobile-actions .menu-toggle {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 20px; }
    .mobile-actions .menu-toggle:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      background-image: url("images/icons/menu.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center;
      margin-right: 5px; }

.header-top {
  display: none;
  flex-wrap: wrap;
  width: 60%;
  margin-left: auto;
  margin-right: 20px;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header-top {
      display: flex;
      width: 75%;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .header-top {
      display: flex;
      width: 75%;
      margin-right: 0; } }
  @media (min-width: 1152px) {
    .header-top {
      width: 92%;
      margin-left: 0;
      margin-right: 0; }
      body.home .header-top {
        width: 85%; } }
  .header-top .header-top--actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s ease;
    opacity: 1; }
    .header-top .header-top--actions .white-outline-icon {
      background-color: transparent; }
      .header-top .header-top--actions .white-outline-icon:hover {
        background-color: #067997; }
    .header-top .header-top--actions .yellow-icon {
      filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5)); }
  .header-top a {
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 1152px) {
      .header-top a {
        font-size: 14px;
        line-height: 14px; } }
  .header-top .white-outline-icon,
  .header-top .yellow-icon {
    text-transform: uppercase; }
  .header-top a[href^="tel:"] {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif; }
    .header-top a[href^="tel:"]:before {
      content: "";
      display: block;
      position: relative;
      width: 20px;
      height: 20px;
      background-image: url("images/icons/call.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
      margin-right: 5px; }
  .header-top .btn, .header-top .enquiry form .gform_button, .enquiry form .header-top .gform_button, .header-top .white-btn, .header-top .white-outline-btn, .header-top .blue-btn, .header-top .blue-btn2, .header-top .blue-outline, .header-top .white-cross, .header-top .blue-cross, .header-top .blue-outline-cross, .header-top .white-outline-cross, .header-top .listen-white, .header-top .listen-blue, .header-top .listen-blue-outline, .header-top .blue-icon, .header-top .blue-outline-icon, .header-top .yellow-icon, .header-top .white-icon, .header-top .white-outline-icon, .header-top .pum-container input[type="submit"], .pum-container .header-top input[type="submit"], .header-top .subscribe input[type="submit"], .subscribe .header-top input[type="submit"], .header-top .contact-form form .gform_button, .contact-form form .header-top .gform_button {
    margin-left: 40px; }
  .header-top .search-container {
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    width: 30px; }
    .header-top .search-container form {
      width: 100%;
      opacity: 0;
      transition: all .3s ease;
      max-width: unset;
      margin: 0 5px 0 0; }
    .header-top .search-container input[type="text"] {
      width: 0; }
    .header-top .search-container a.close-search {
      display: inline-block;
      opacity: 0;
      transition: all .3s ease;
      margin-right: 10px; }
      .header-top .search-container a.close-search img {
        max-width: 10px; }
    .header-top .search-container button[type="submit"] {
      position: absolute;
      width: 45px;
      height: 44px;
      right: 5px;
      top: 3px;
      background-color: #067997;
      border-radius: 30px; }
    .header-top .search-container input[type="search"] {
      border-radius: 30px;
      border-color: #fff;
      padding-left: 30px; }
      .header-top .search-container input[type="search"]:focus {
        outline: none;
        border-color: #FDC243; }
    .header-top .search-container .search-toggle {
      position: absolute;
      transition: all .3s ease;
      width: 30px;
      left: 25%; }
    .header-top .search-container.search-active {
      width: 300px; }
      .header-top .search-container.search-active form {
        width: 100%;
        opacity: 1; }
      .header-top .search-container.search-active a.close-search {
        opacity: 1; }
      .header-top .search-container.search-active input[type="text"] {
        width: 100%;
        border: 1px solid #fff;
        padding-left: 20px;
        border-radius: 30px; }
      .header-top .search-container.search-active .search-toggle {
        opacity: 0; }

.search-container {
  display: none;
  align-items: center;
  margin-left: 20px; }
  @media (max-width: 991px) {
    .search-container {
      display: flex;
      padding: 15px 10px;
      background-color: #E0E8ED;
      margin-left: 0; } }
  .search-container form {
    display: flex;
    width: 90%;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .search-container form {
        max-width: 65%; } }
  .search-container input[type="text"], .search-container input[type="search"] {
    width: 100%;
    border-radius: 30px;
    padding-left: 20px;
    border: 1px solid #067997; }
  .search-container button[type="submit"] {
    width: 42px;
    height: 42px;
    border: 0;
    position: absolute;
    top: 4px;
    right: 5px;
    background-color: #067997;
    border-radius: 100%;
    cursor: pointer; }
    .search-container button[type="submit"] img {
      max-width: 20px; }
  .search-container img {
    max-width: 20px; }

/* On Scroll Header */
.onscroll-header {
  background-color: #067997 !important;
  transition: all .3s ease; }
  .onscroll-header .mobile-top {
    display: none; }
  .onscroll-header .header-top {
    width: 92% !important; }
  .onscroll-header .site-logo {
    width: 150px !important; }
    @media (min-width: 768px) {
      .onscroll-header .site-logo {
        width: 8% !important; } }
    .onscroll-header .site-logo img {
      max-width: 100%; }
  .onscroll-header nav.primary {
    display: inline-block; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 20;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px; }
  @media (max-width: 767px) {
    .slick-prev,
    .slick-next {
      width: 30px;
      height: 30px; } }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -20px;
  background-image: url("images/icons/arrow-prev.png"); }
  @media (max-width: 767px) {
    .slick-prev {
      left: 7px; } }
  .slick-prev:hover {
    background-image: url("images/icons/arrow-prev.png"); }
  .slick-prev:focus {
    background-image: url("images/icons/arrow-prev.png"); }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -20px;
  background-image: url("images/icons/arrow.png"); }
  @media (max-width: 767px) {
    .slick-next {
      right: 7px; } }
  .slick-next:hover {
    background-image: url("images/icons/arrow.png"); }
  .slick-next:focus {
    background-image: url("images/icons/arrow.png"); }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '•';
  text-align: center;
  opacity: .5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .90;
  color: #000; }

.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .controls {
      display: none; } }
  .controls > div:not(:first-of-type) {
    margin-left: 10px; }
  .controls img {
    max-width: 40px;
    cursor: pointer; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.breadcrumb {
  padding-top: 10px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .breadcrumb {
      padding-top: 30px; } }
  body.search-results-page .breadcrumb, body.about-page .breadcrumb, body.become-sponsor-page .breadcrumb, body.contact-page .breadcrumb, body.misc-page .breadcrumb {
    padding-top: 10px; }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: center; }
  .breadcrumb li {
    list-style: none;
    color: #808080;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 11px; }
    @media (min-width: 1152px) {
      .breadcrumb li {
        font-size: 13px;
        line-height: 13px; } }
    .breadcrumb li:not(:first-of-type):before {
      content: "/";
      display: inline-block;
      position: relative;
      margin: 0 5px;
      font-size: 11px;
      line-height: 11px; }
      @media (min-width: 1152px) {
        .breadcrumb li:not(:first-of-type):before {
          font-size: 13px;
          line-height: 13px; } }
    .breadcrumb li a {
      color: #808080; }

.site-footer {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  background-color: #0A586E; }
  @media (min-width: 1152px) {
    .site-footer {
      padding-bottom: 90px;
      padding-top: 90px;
      padding-left: 0;
      padding-right: 0; } }

.footer-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .footer-inner {
      align-items: flex-start; } }

.footer-logo {
  width: 50%;
  order: 1; }
  @media (min-width: 768px) {
    .footer-logo {
      width: 20%; } }
  .footer-logo img {
    width: 130px; }
    @media (min-width: 768px) {
      .footer-logo img {
        width: 100%; } }

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 30px;
  order: 3;
  width: 100%; }
  @media (min-width: 768px) {
    .footer-links {
      padding-top: 30px;
      order: 2;
      width: 55%;
      margin-left: 5%; } }
  @media (min-width: 1152px) {
    .footer-links {
      padding-top: 30px;
      order: 2;
      width: 45%; } }
  .footer-links .menu-footer-menu-1-container,
  .footer-links .menu-footer-menu-2-container {
    width: 50%; }
  .footer-links p {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    color: #fff; }
    .footer-links p a {
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      color: #fff;
      text-decoration: underline; }
      .footer-links p a:hover {
        text-decoration: none; }
  .footer-links li {
    list-style: none;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px; }
    .footer-links li a {
      color: #fff; }
    .footer-links li:not(:last-of-type) {
      margin-bottom: 15px; }

.socials {
  display: flex;
  flex-direction: column;
  order: 2;
  width: 50%;
  color: #fff; }
  @media (min-width: 768px) {
    .socials {
      order: 3;
      padding-top: 30px;
      width: 20%; } }
  @media (min-width: 1152px) {
    .socials {
      order: 3;
      padding-top: 30px;
      width: 30%; } }
  .socials p {
    color: #fff;
    margin-bottom: 5px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif; }
  .socials ul {
    display: flex; }
  .socials li {
    list-style: none; }
    .socials li:not(:first-of-type) {
      margin-left: 10px; }
    .socials li img {
      max-width: 20px; }
      @media (min-width: 1152px) {
        .socials li img {
          max-width: 25px; } }
  .socials a {
    color: #fff; }

img.wave-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .05; }
  @media (min-width: 768px) {
    img.wave-bg {
      top: 0; } }

.hero {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }
  .hero picture,
  .hero img {
    width: 100%; }

.btn-container {
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  margin-top: 30px;
  z-index: 10; }
  @media (min-width: 768px) {
    .btn-container {
      flex-direction: row;
      align-items: center;
      padding-left: 15px; } }
  .btn-container a:not(:first-of-type) {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .btn-container a:not(:first-of-type) {
        margin-left: 50px;
        margin-top: 0; } }

.hero-tall {
  height: 60vh; }
  @media (min-width: 992px) {
    .hero-tall {
      height: 650px; } }

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%; }
  body.home .hero-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .hero-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 121, 151, 0.9); }

img.microphone {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 85%;
  z-index: 2; }
  @media (min-width: 768px) {
    img.microphone {
      max-width: 100%; } }
  @media (min-width: 1152px) {
    img.microphone {
      max-width: 85%; } }
  @media (min-width: 1366px) {
    img.microphone {
      max-width: 1200px; } }

img.the-talk {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 85%;
  z-index: 3; }
  @media (min-width: 768px) {
    img.the-talk {
      max-width: 100%; } }
  @media (min-width: 1152px) {
    img.the-talk {
      max-width: 85%; } }
  @media (min-width: 1366px) {
    img.the-talk {
      max-width: 1200px; } }

img.wave {
  display: block;
  position: absolute;
  left: 0;
  bottom: 50px;
  opacity: .1; }

.hero-inner {
  width: 100%;
  position: relative;
  max-width: 1366px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5; }
  @media (min-width: 576px) {
    .hero-inner {
      margin-left: 0;
      width: 65%; } }
  @media (min-width: 768px) {
    .hero-inner {
      width: 100%; } }
  @media (min-width: 1152px) {
    .hero-inner {
      margin-top: 100px;
      margin-left: auto; } }
  .hero-inner h1 {
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .hero-inner h1 {
        max-width: 50%; } }
  .hero-inner p {
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .hero-inner p {
        max-width: 50%; } }

.page-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .page-banner {
      height: 275px; } }
  @media (min-width: 992px) {
    .page-banner {
      height: auto; } }
  @media (min-width: 1152px) {
    .page-banner {
      position: relative; } }
  @media (min-width: 768px) {
    .page-banner img {
      height: 100%;
      width: 100%;
      object-fit: cover; } }
  .page-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #067997;
    opacity: .9; }
  .page-banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/waveform-pattern.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    opacity: .1; }

.banner-callout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .banner-callout {
      padding-top: 20px;
      padding-bottom: 30px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1152px) {
    .banner-callout {
      padding-top: 20px;
      padding-bottom: 60px; } }
  body.home .banner-callout {
    padding-bottom: 0; }
  body.single-podcast .banner-callout, body.training-cpd-page .banner-callout, body.events-page .banner-callout {
    background-color: #fff; }
  @media (max-width: 767px) {
    body.single-post .banner-callout {
      padding-left: 0;
      padding-right: 0; } }
  .banner-callout img {
    width: 100%; }

.podcast-list .episode-details p {
  min-height: 80px; }

.episode-list {
  padding-top: 60px;
  padding-bottom: 60px; }
  body.single-podcast .episode-list {
    padding-top: 60px;
    background-color: #fff; }
    @media (min-width: 992px) {
      body.single-podcast .episode-list {
        padding-top: 12rem; } }
    @media (min-width: 1152px) {
      body.single-podcast .episode-list {
        padding-top: 15rem; } }
  body.about-page .episode-list {
    background-color: #fff; }
  .episode-list h3:not(.episode-details h3) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 60px;
    color: #067997;
    display: none; }
    @media (min-width: 768px) {
      .episode-list h3:not(.episode-details h3) {
        justify-content: space-between;
        flex-direction: row;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px; } }
    .episode-list h3:not(.episode-details h3) a {
      font-size: 14px;
      line-height: 14px; }
      @media (max-width: 767px) {
        .episode-list h3:not(.episode-details h3) a {
          margin-top: 20px; } }
  .episode-list .podcast-tag {
    background-color: #067997;
    position: absolute;
    top: -20px;
    left: 10%;
    width: 80%;
    padding: 10px 10px 10px 60px;
    color: #fff;
    text-align: left;
    border-radius: 30px; }
    .episode-list .podcast-tag span {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -5px;
      left: 0;
      width: 50px;
      height: 50px;
      background-color: #fff;
      border: 5px solid #FDC243;
      border-radius: 100%;
      box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75); }
      @media (min-width: 768px) {
        .episode-list .podcast-tag span {
          top: -6px; } }
      @media (min-width: 1152px) {
        .episode-list .podcast-tag span {
          top: -3px; } }
      .episode-list .podcast-tag span img {
        max-width: 70%; }
  .episode-list ul {
    display: flex;
    flex-wrap: wrap; }
  .episode-list .episode-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start; }
    .episode-list .episode-details h3 {
      padding: 0; }
      .episode-list .episode-details h3 a {
        font-size: 16px;
        line-height: 16px;
        color: #067997;
        font-family: "PoppinsSemiBold", Helvetica, Arial, sans-serif; }
    .episode-list .episode-details p {
      margin-bottom: 10px;
      color: #808080;
      min-height: 80px; }
  @media (min-width: 576px) {
    .episode-list .slick-list {
      padding: 0 20px; } }
  @media (max-width: 1151px) {
    .episode-list ul {
      padding-left: 20px;
      padding-right: 20px; } }
  .episode-list li {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    transition: all .3s ease;
    list-style-type: none;
    background-color: #fff; }
    @media (min-width: 576px) {
      .episode-list li {
        margin-left: 10px !important;
        margin-right: 10px !important; } }
    @media (min-width: 768px) {
      .episode-list li {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 10px;
        width: 31.6%;
        margin-right: 2% !important;
        margin-left: 0 !important; }
        .episode-list li:nth-of-type(3) {
          margin-right: 0 !important; } }
    @media (min-width: 1152px) {
      .episode-list li {
        border-radius: 30px;
        padding: 20px; } }
    .episode-list li:hover {
      border-color: #067997; }
      .episode-list li:hover .overlay-inner {
        opacity: 1;
        background-color: rgba(253, 194, 67, 0.8);
        background-image: url(images/bg-pattern-25.png);
        background-position: 0 350px;
        background-repeat: no-repeat;
        background-size: 800px; }
    .episode-list li:has(.podcast-tag) {
      padding-top: 50px; }
  .episode-list .listen-blue-outline {
    margin-top: auto; }
  .episode-list date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #067997;
    border: 5px solid #FDC243;
    border-radius: 100%;
    padding: 20px;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    z-index: 5; }
    @media (min-width: 768px) {
      .episode-list date {
        top: -15px;
        left: -15px;
        width: 50px;
        height: 50px;
        font-size: 11px;
        line-height: 11px;
        border: 5px solid #FDC243; } }
    @media (min-width: 992px) {
      .episode-list date {
        top: -20px;
        left: -10px;
        width: 80px;
        height: 80px;
        border: 10px solid #FDC243;
        font-size: 14px;
        line-height: 14px; } }
  .episode-list .sponsor-img {
    border-radius: 0 !important;
    margin-bottom: 10px; }
  .episode-list img {
    border-radius: 20px;
    width: 100%; }
    @media (min-width: 1152px) {
      .episode-list img {
        border-radius: 30px; } }
  .episode-list .podcast-sponsor a {
    display: block;
    position: relative; }
  .episode-list .overlay-content {
    position: relative; }
  .episode-list .overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: absolute;
    border-radius: 20px;
    background-color: rgba(253, 194, 67, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    opacity: 0;
    background-position: 0 350px;
    background-repeat: no-repeat;
    background-size: 800px;
    padding-bottom: 20px; }
    @media (min-width: 1152px) {
      .episode-list .overlay-inner {
        border-radius: 30px; } }
    .episode-list .overlay-inner p {
      font-size: 13px;
      line-height: 18px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px;
      color: #067997; }
      @media (min-width: 768px) {
        .episode-list .overlay-inner p {
          font-size: 11px;
          line-height: 15px;
          margin-bottom: 5px; } }
      @media (min-width: 1152px) {
        .episode-list .overlay-inner p {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 20px; } }
  .episode-list .parent-pay {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .episode-list .parent-pay {
        margin-bottom: 15px; } }
    @media (min-width: 1152px) {
      .episode-list .parent-pay {
        margin-bottom: 30px; } }
    .episode-list .parent-pay img {
      max-width: 100px; }
      @media (min-width: 1152px) {
        .episode-list .parent-pay img {
          max-width: 150px; } }
  .episode-list .episode-title {
    margin-bottom: 5px;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #067997; }
    @media (min-width: 768px) {
      .episode-list .episode-title {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 20px;
        padding: 0 10px; } }
    @media (min-width: 1152px) {
      .episode-list .episode-title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px; } }
    .episode-list .episode-title a {
      color: #067997; }

.episode-details {
  padding: 20px; }
  @media (min-width: 768px) {
    .episode-details {
      padding: 10px 0 0 0; } }
  @media (min-width: 1152px) {
    .episode-details {
      padding: 20px; } }
  .episode-details h3 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px; }
    @media (min-width: 768px) {
      .episode-details h3 {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1152px) {
      .episode-details h3 {
        font-size: 24px;
        line-height: 34px; } }
  .episode-details p {
    color: #808080; }
    .episode-details p:nth-of-type(2) {
      color: #808080; }
      @media (min-width: 768px) {
        .episode-details p:nth-of-type(2) {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 20px; } }
      @media (min-width: 1152px) {
        .episode-details p:nth-of-type(2) {
          font-size: 14px;
          line-height: 20px; } }
  .episode-details h4 {
    color: #067997;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px; }
    @media (min-width: 768px) {
      .episode-details h4 {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 992px) {
      .episode-details h4 {
        margin-bottom: 10px; } }
    @media (min-width: 1152px) {
      .episode-details h4 {
        font-size: 24px;
        line-height: 34px; } }
    .episode-details h4 a {
      color: #067997; }

.more-podcasts {
  text-align: center;
  margin-bottom: 60px; }

.listen-links {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  z-index: 20;
  background-color: #fff; }
  body.post-type-archive .listen-links {
    padding-top: 60px;
    background-color: #fff; }
  @media (max-width: 767px) {
    body.single-podcast .listen-links {
      padding-bottom: 30px; } }
  .listen-links h4 {
    color: #067997;
    margin-bottom: 15px; }
  .listen-links ul {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1152px) {
      .listen-links ul {
        margin-bottom: 60px; } }
  .listen-links .slick-list {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .listen-links .slick-slide {
    margin: 0 10px 0 20px; }
    @media (min-width: 1152px) {
      .listen-links .slick-slide {
        margin: 0; } }
  .listen-links li {
    display: inline-block;
    margin: 0 20px; }
    .listen-links li a {
      filter: none; }
      @media (min-width: 768px) {
        .listen-links li a {
          font-size: 11px;
          line-height: 11px; } }
      @media (min-width: 1152px) {
        .listen-links li a {
          font-size: 14px;
          line-height: 14px; } }
  .listen-links p {
    color: #808080;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    body.podcasts-page .listen-links p {
      color: #808080;
      margin-bottom: 30px; }
      @media (min-width: 1152px) {
        body.podcasts-page .listen-links p {
          margin-bottom: 60px; } }
      body.podcasts-page .listen-links p ~ p {
        margin-bottom: 0; }
    .listen-links p ~ p {
      display: block;
      position: relative;
      width: 100%;
      color: #067997;
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0; }
    .listen-links p a {
      color: #067997;
      text-decoration: underline; }
      .listen-links p a:hover {
        text-decoration: none; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 999;
  /* Higher z-index than the overlay */ }

.popup-content {
  text-align: center; }
  .popup-content p {
    margin-bottom: 0;
    color: #067997;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif; }

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #067997;
  font-size: 20px;
  cursor: pointer; }

.popup-heading {
  font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
  color: #067997;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center; }

.TickerNews {
  margin-bottom: 0; }

.partners {
  text-align: center;
  background-color: #067997;
  background-image: url(images/bg-pattern.png);
  background-position: 0 250px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px; }
  .partners h4 {
    color: #fff;
    margin-bottom: 60px; }
  .partners ul {
    display: none;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .partners ul {
        padding: 0 70px; } }
    .partners ul.slick-initialized {
      display: block; }
  .partners li {
    display: inline-block;
    margin: 0 40px; }
    @media (max-width: 767px) {
      .partners li {
        margin: 0 5px; } }
    .partners li span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 150px;
      border-radius: 100%;
      margin-left: auto;
      margin-right: auto;
      aspect-ratio: 1/1;
      background-color: #fff; }
      @media (max-width: 767px) {
        .partners li span {
          width: 100%;
          height: 100%; } }
  .partners .btn-container {
    justify-content: center;
    align-items: center;
    padding-left: 0; }

.news-list {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .news-list {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1152px) {
    .news-list {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    body.home .news-list {
      padding-bottom: 13rem; } }
  @media (min-width: 1152px) {
    body.home .news-list {
      padding-bottom: 10rem; } }
  .news-list h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    color: #067997; }
    @media (min-width: 768px) {
      .news-list h4 {
        justify-content: space-between;
        flex-direction: row;
        text-align: left;
        margin-bottom: 60px;
        padding-left: 0;
        padding-right: 0; } }
    .news-list h4 a {
      font-size: 14px;
      line-height: 14px; }
      @media (max-width: 767px) {
        .news-list h4 a {
          margin-top: 20px; } }
  @media (max-width: 767px) {
    .news-list ul {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 30px; } }
  .news-list li {
    position: relative;
    transition: all .3s ease;
    list-style-type: none;
    background-color: #fff; }
    @media (min-width: 768px) {
      .news-list li {
        display: inline-block;
        width: 31.6%;
        margin-right: 2%; }
        .news-list li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .news-list li {
        width: 31.7%; } }
    .news-list li a:not(.post-content a) {
      display: block;
      position: relative;
      border-radius: 30px;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .news-list li a:not(.post-content a):hover img {
        transform: scale(1.02); }
  .news-list img {
    width: 100%;
    border-radius: 30px;
    transition: all .6s ease;
    transform: scale(1); }

.post-content {
  padding: 20px 20px; }
  @media (min-width: 1152px) {
    .post-content {
      padding: 40px 20px; } }
  .post-content h5 {
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #067997;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .post-content h5 {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 1152px) {
      .post-content h5 {
        font-size: 24px;
        line-height: 34px; } }
    .post-content h5 a {
      font-weight: 600;
      text-decoration: none; }
      .post-content h5 a:hover {
        text-decoration: underline; }
  .post-content a {
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #067997;
    text-decoration: underline; }
    .post-content a:hover {
      text-decoration: none; }

.sponsor-callout {
  position: relative;
  z-index: 10; }
  .sponsor-callout .c-container, .sponsor-callout .breadcrumb ul, .breadcrumb .sponsor-callout ul, .sponsor-callout .footer-inner, .sponsor-callout .item-inner, .sponsor-callout .latest-podcast, .sponsor-callout .podcast-summary, .sponsor-callout .textblock, .sponsor-callout ul.partner-logos, .sponsor-callout .why-icons ul, .why-icons .sponsor-callout ul, .sponsor-callout .latest-post, .sponsor-callout .testimonials ul, .testimonials .sponsor-callout ul, .sponsor-callout .session-summary, .sponsor-callout .featured-event, .sponsor-callout .event-summary, .sponsor-callout .contact-container {
    max-width: 100%; }
    @media (min-width: 992px) {
      body.home .sponsor-callout .c-container, body.home .sponsor-callout .breadcrumb ul, .breadcrumb body.home .sponsor-callout ul, body.home .sponsor-callout .footer-inner, body.home .sponsor-callout .item-inner, body.home .sponsor-callout .latest-podcast, body.home .sponsor-callout .podcast-summary, body.home .sponsor-callout .textblock, body.home .sponsor-callout ul.partner-logos, body.home .sponsor-callout .why-icons ul, .why-icons body.home .sponsor-callout ul, body.home .sponsor-callout .latest-post, body.home .sponsor-callout .testimonials ul, .testimonials body.home .sponsor-callout ul, body.home .sponsor-callout .session-summary, body.home .sponsor-callout .featured-event, body.home .sponsor-callout .event-summary, body.home .sponsor-callout .contact-container, body.single-podcast .sponsor-callout .c-container, body.single-podcast .sponsor-callout .breadcrumb ul, .breadcrumb body.single-podcast .sponsor-callout ul, body.single-podcast .sponsor-callout .footer-inner, body.single-podcast .sponsor-callout .item-inner, body.single-podcast .sponsor-callout .latest-podcast, body.single-podcast .sponsor-callout .podcast-summary, body.single-podcast .sponsor-callout .textblock, body.single-podcast .sponsor-callout ul.partner-logos, body.single-podcast .sponsor-callout .why-icons ul, .why-icons body.single-podcast .sponsor-callout ul, body.single-podcast .sponsor-callout .latest-post, body.single-podcast .sponsor-callout .testimonials ul, .testimonials body.single-podcast .sponsor-callout ul, body.single-podcast .sponsor-callout .session-summary, body.single-podcast .sponsor-callout .featured-event, body.single-podcast .sponsor-callout .event-summary, body.single-podcast .sponsor-callout .contact-container, body.page-template-page-about .sponsor-callout .c-container, body.page-template-page-about .sponsor-callout .breadcrumb ul, .breadcrumb body.page-template-page-about .sponsor-callout ul, body.page-template-page-about .sponsor-callout .footer-inner, body.page-template-page-about .sponsor-callout .item-inner, body.page-template-page-about .sponsor-callout .latest-podcast, body.page-template-page-about .sponsor-callout .podcast-summary, body.page-template-page-about .sponsor-callout .textblock, body.page-template-page-about .sponsor-callout ul.partner-logos, body.page-template-page-about .sponsor-callout .why-icons ul, .why-icons body.page-template-page-about .sponsor-callout ul, body.page-template-page-about .sponsor-callout .latest-post, body.page-template-page-about .sponsor-callout .testimonials ul, .testimonials body.page-template-page-about .sponsor-callout ul, body.page-template-page-about .sponsor-callout .session-summary, body.page-template-page-about .sponsor-callout .featured-event, body.page-template-page-about .sponsor-callout .event-summary, body.page-template-page-about .sponsor-callout .contact-container {
        position: absolute;
        top: -10rem; } }
  .sponsor-callout .callout-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    background-image: url("images/mobile/become-a-sponsor-cta.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .sponsor-callout .callout-inner {
        background-image: url("images/desktop/become-a-sponsor-cta.png"); } }
    @media (min-width: 992px) {
      .sponsor-callout .callout-inner {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .sponsor-callout .callout-inner:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(253, 194, 67, 0.9);
      width: 100%;
      height: 100%; }
  .sponsor-callout .callout-title {
    position: relative;
    color: #067997;
    margin-bottom: 15px;
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    z-index: 2; }
    @media (min-width: 1152px) {
      .sponsor-callout .callout-title {
        margin-bottom: 30px; } }
  .sponsor-callout p {
    position: relative;
    color: #067997;
    text-align: center;
    z-index: 2;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px; }
    @media (min-width: 1152px) {
      .sponsor-callout p {
        margin-bottom: 30px; } }
    .sponsor-callout p a {
      color: #067997;
      text-decoration: underline; }
      .sponsor-callout p a:hover {
        text-decoration: none; }
    .sponsor-callout p a[href^="tel"] {
      text-decoration: none; }
  .sponsor-callout .blue-btn2 {
    z-index: 2;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    background-image: url("images/icons/sponsor-yellow.png");
    background-size: 25px auto;
    background-position: 10px;
    background-repeat: no-repeat; }
  .sponsor-callout img.waveform {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: .2; }
    @media (min-width: 768px) {
      .sponsor-callout img.waveform {
        bottom: -30%; } }
    @media (min-width: 1152px) {
      .sponsor-callout img.waveform {
        bottom: -50%; } }

.equal-cols {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .equal-cols {
      flex-direction: row; } }
  .equal-cols .col-l {
    width: 100%;
    background-color: #E0E8ED;
    padding: 60px 0; }
    @media (min-width: 768px) {
      .equal-cols .col-l {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5%;
        padding-right: 5%; }
        body.home .equal-cols .col-l, body.page-template-page-about .equal-cols .col-l {
          padding-bottom: 60px;
          padding-top: 100px;
          padding-left: 30px;
          padding-right: 30px; } }
    @media (min-width: 992px) {
      body.home .equal-cols .col-l, body.page-template-page-about .equal-cols .col-l {
        padding-bottom: 10rem;
        padding-top: 14rem; } }
    .equal-cols .col-l h5 {
      width: 100%;
      text-align: center;
      font-weight: 700;
      color: #067997;
      margin-bottom: 60px; }
  .equal-cols .col-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background-color: #067997;
    padding: 60px 40px; }
    @media (min-width: 768px) {
      .equal-cols .col-r {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5%;
        padding-right: 5%; }
        body.home .equal-cols .col-r {
          padding-top: 10rem;
          padding-bottom: 10rem; } }
    body.home .equal-cols .col-r, body.page-template-page-about .equal-cols .col-r {
      position: relative; }
      body.home .equal-cols .col-r:before, body.page-template-page-about .equal-cols .col-r:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("images/desktop/useful-links.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        filter: grayscale(1);
        opacity: .1; }
    .equal-cols .col-r h5 {
      font-weight: 700;
      color: #fff;
      margin-bottom: 30px; }
    .equal-cols .col-r p {
      color: #fff;
      z-index: 10;
      position: relative; }
      .equal-cols .col-r p:last-of-type {
        margin-bottom: 0; }
    .equal-cols .col-r:has(.white-outline-cross) p:last-of-type {
      margin-bottom: 20px; }
  .equal-cols h5 {
    font-weight: 600; }
  .equal-cols h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #067997; }
    @media (min-width: 1152px) {
      .equal-cols h6 {
        font-size: 20px;
        line-height: 30px; } }
  .equal-cols ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .equal-cols ul {
        padding-left: 0;
        padding-right: 0; } }
  .equal-cols li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 768px) {
      .equal-cols li {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .equal-cols li {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1152px) {
      .equal-cols li {
        padding-left: 30px;
        padding-right: 30px; } }
    .equal-cols li img {
      max-width: 100px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .equal-cols li img {
          max-width: 60px; } }
      @media (min-width: 1152px) {
        .equal-cols li img {
          max-width: 100px; } }
  .equal-cols h5 {
    margin-bottom: 15px;
    color: #067997; }
  .equal-cols p {
    color: #808080;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .equal-cols p {
        font-size: 11px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .equal-cols p {
        font-size: 16px;
        line-height: 24px; } }

.event-list .c-container, .event-list .breadcrumb ul, .breadcrumb .event-list ul, .event-list .footer-inner, .event-list .item-inner, .event-list .latest-podcast, .event-list .podcast-summary, .event-list .textblock, .event-list ul.partner-logos, .event-list .why-icons ul, .why-icons .event-list ul, .event-list .latest-post, .event-list .testimonials ul, .testimonials .event-list ul, .event-list .session-summary, .event-list .featured-event, .event-list .event-summary, .event-list .contact-container {
  padding-top: 60px;
  padding-bottom: 0;
  border-bottom: 1px solid #067997; }
  @media (min-width: 768px) {
    .event-list .c-container, .event-list .breadcrumb ul, .breadcrumb .event-list ul, .event-list .footer-inner, .event-list .item-inner, .event-list .latest-podcast, .event-list .podcast-summary, .event-list .textblock, .event-list ul.partner-logos, .event-list .why-icons ul, .why-icons .event-list ul, .event-list .latest-post, .event-list .testimonials ul, .testimonials .event-list ul, .event-list .session-summary, .event-list .featured-event, .event-list .event-summary, .event-list .contact-container {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1152px) {
    .event-list .c-container, .event-list .breadcrumb ul, .breadcrumb .event-list ul, .event-list .footer-inner, .event-list .item-inner, .event-list .latest-podcast, .event-list .podcast-summary, .event-list .textblock, .event-list ul.partner-logos, .event-list .why-icons ul, .why-icons .event-list ul, .event-list .latest-post, .event-list .testimonials ul, .testimonials .event-list ul, .event-list .session-summary, .event-list .featured-event, .event-list .event-summary, .event-list .contact-container {
      padding-left: 0;
      padding-right: 0; } }
.event-list h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
  color: #067997; }
  @media (min-width: 768px) {
    .event-list h4 {
      justify-content: space-between;
      flex-direction: row;
      text-align: left; } }
  .event-list h4 a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px; }
    @media (max-width: 767px) {
      .event-list h4 a {
        margin-top: 20px; } }
@media (max-width: 767px) {
  .event-list ul {
    padding-left: 40px;
    padding-right: 40px; } }
.event-list li {
  position: relative;
  padding: 20px;
  transition: all .3s ease;
  list-style-type: none;
  background-color: #fff; }
  @media (min-width: 768px) {
    .event-list li {
      display: inline-block;
      width: 31.6%;
      margin-right: 2%;
      padding: 0; }
      .event-list li:nth-of-type(3) {
        margin-right: 0; } }
  @media (min-width: 1152px) {
    .event-list li {
      width: 31.8%; } }
  .event-list li a:not(.event-content a) {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px; }
    .event-list li a:not(.event-content a) img {
      transition: all .6s ease;
      transform: scale(1); }
    .event-list li a:not(.event-content a):hover img {
      transform: scale(1.02); }
.event-list date {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  font-size: 13px;
  line-height: 13px;
  align-items: center;
  justify-content: center;
  font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #067997;
  border: 10px solid #FDC243;
  border-radius: 100%;
  padding: 20px;
  z-index: 5; }
  @media (min-width: 768px) {
    .event-list date {
      top: -15px;
      left: -15px;
      width: 50px;
      height: 50px;
      font-size: 11px;
      line-height: 11px;
      border: 5px solid #FDC243; } }
  @media (min-width: 992px) {
    .event-list date {
      top: -20px;
      left: -10px;
      width: 80px;
      height: 80px;
      font-size: 14px;
      line-height: 14px;
      border: 10px solid #FDC243; } }
.event-list img {
  border-radius: 30px;
  width: 100%; }
.event-list .event-title {
  margin-bottom: 20px;
  color: #067997; }
.event-list a {
  color: #808080;
  text-decoration: underline; }
  .event-list a:hover {
    text-decoration: none; }

.event-details {
  padding: 20px; }
  .event-details p {
    color: #067997; }
    .event-details p:nth-of-type(2) {
      color: #808080; }
  .event-details h5 {
    font-size: 18px;
    line-height: 24px;
    color: #067997;
    font-weight: 600;
    margin-bottom: 10px; }
    @media (min-width: 1152px) {
      .event-details h5 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px; } }
    .event-details h5 a {
      color: #067997;
      text-decoration: none; }
      .event-details h5 a:hover {
        text-decoration: underline; }
  .event-details a {
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif; }

.text-image {
  width: 100%;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .text-image {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.training-cpd-page .text-image, body.single-session .text-image, body.single-event .text-image, body.page-template-page-about .text-image {
    background-color: #fff; }
  body.page-template-page-about .text-image {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      body.page-template-page-about .text-image {
        padding-bottom: 15rem; } }
  .text-image .c-container, .text-image .breadcrumb ul, .breadcrumb .text-image ul, .text-image .footer-inner, .text-image .item-inner, .text-image .latest-podcast, .text-image .podcast-summary, .text-image .textblock, .text-image ul.partner-logos, .text-image .why-icons ul, .why-icons .text-image ul, .text-image .latest-post, .text-image .testimonials ul, .testimonials .text-image ul, .text-image .session-summary, .text-image .featured-event, .text-image .event-summary, .text-image .contact-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .text-image .c-container, .text-image .breadcrumb ul, .breadcrumb .text-image ul, .text-image .footer-inner, .text-image .item-inner, .text-image .latest-podcast, .text-image .podcast-summary, .text-image .textblock, .text-image ul.partner-logos, .text-image .why-icons ul, .why-icons .text-image ul, .text-image .latest-post, .text-image .testimonials ul, .testimonials .text-image ul, .text-image .session-summary, .text-image .featured-event, .text-image .event-summary, .text-image .contact-container {
        flex-direction: row; } }
  @media (min-width: 768px) {
    .text-image.is-reversed .c-container, .text-image.is-reversed .breadcrumb ul, .breadcrumb .text-image.is-reversed ul, .text-image.is-reversed .footer-inner, .text-image.is-reversed .item-inner, .text-image.is-reversed .latest-podcast, .text-image.is-reversed .podcast-summary, .text-image.is-reversed .textblock, .text-image.is-reversed ul.partner-logos, .text-image.is-reversed .why-icons ul, .why-icons .text-image.is-reversed ul, .text-image.is-reversed .latest-post, .text-image.is-reversed .testimonials ul, .testimonials .text-image.is-reversed ul, .text-image.is-reversed .session-summary, .text-image.is-reversed .featured-event, .text-image.is-reversed .event-summary, .text-image.is-reversed .contact-container {
      flex-direction: row-reverse; } }
  .text-image .image-col {
    position: relative;
    width: 100%;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      body.single-session .text-image .image-col, body.single-event .text-image .image-col {
        order: 2;
        padding-bottom: 0;
        padding-top: 30px; } }
    @media (min-width: 768px) {
      .text-image .image-col {
        width: 50%;
        padding-bottom: 0; } }
    .text-image .image-col:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("images/waveform-pattern.png");
      background-repeat: no-repeat;
      background-size: 200%;
      background-position: bottom -50px left 0;
      opacity: .3; }
      body.home .text-image .image-col:after, body.our-partners-page .text-image .image-col:after, body.training-cpd-page .text-image .image-col:after {
        display: none; }
  .text-image img {
    border-radius: 30px; }
  .text-image .text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%; }
    @media (min-width: 768px) {
      .text-image .text-col {
        width: 50%;
        padding-left: 5%;
        padding-right: 5%; } }
  .text-image h5 {
    color: #067997;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .text-image h5 {
        font-size: 22px;
        line-height: 32px; } }
  .text-image p {
    color: #808080;
    margin-bottom: 30px; }
    .text-image p:first-of-type {
      color: #067997;
      font-size: 18px;
      line-height: 26px; }
      @media (min-width: 768px) {
        .text-image p:first-of-type {
          font-size: 16px;
          line-height: 24px; } }
      @media (min-width: 1152px) {
        .text-image p:first-of-type {
          font-size: 18px;
          line-height: 26px; } }
      body.training-cpd-page .text-image p:first-of-type, body.single-session .text-image p:first-of-type {
        color: #808080;
        font-size: 16px;
        line-height: 24px; }

.subscribe {
  width: 100%;
  position: relative;
  background-color: #FDC243;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .subscribe {
      padding-bottom: 60px; } }
  .subscribe .c-container, .subscribe .breadcrumb ul, .breadcrumb .subscribe ul, .subscribe .footer-inner, .subscribe .item-inner, .subscribe .latest-podcast, .subscribe .podcast-summary, .subscribe .textblock, .subscribe ul.partner-logos, .subscribe .why-icons ul, .why-icons .subscribe ul, .subscribe .latest-post, .subscribe .testimonials ul, .testimonials .subscribe ul, .subscribe .session-summary, .subscribe .featured-event, .subscribe .event-summary, .subscribe .contact-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .subscribe .c-container, .subscribe .breadcrumb ul, .breadcrumb .subscribe ul, .subscribe .footer-inner, .subscribe .item-inner, .subscribe .latest-podcast, .subscribe .podcast-summary, .subscribe .textblock, .subscribe ul.partner-logos, .subscribe .why-icons ul, .why-icons .subscribe ul, .subscribe .latest-post, .subscribe .testimonials ul, .testimonials .subscribe ul, .subscribe .session-summary, .subscribe .featured-event, .subscribe .event-summary, .subscribe .contact-container {
        flex-direction: row; } }
  .subscribe .form-col {
    width: 100%;
    padding-bottom: 150px; }
    @media (min-width: 768px) {
      .subscribe .form-col {
        width: 45%;
        margin-right: 5%;
        padding-bottom: 0; } }
    @media (min-width: 1152px) {
      .subscribe .form-col {
        width: 40%;
        margin-right: 0;
        padding-bottom: 0; } }
    .subscribe .form-col .gform_validation_errors .gform_submission_error {
      font-size: 12px;
      line-height: 16px; }
    .subscribe .form-col .gfield_validation_message {
      color: red;
      font-size: 13px;
      line-height: 13px;
      padding: 0 0 20px 20px; }
    .subscribe .form-col .gfield_label {
      display: none;
      visibility: hidden; }
    .subscribe .form-col .submission-info {
      color: #067997;
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 20px;
      padding: 10px 0 0 10px; }
  .subscribe input:not(input[type="submit"]) {
    margin-bottom: 10px;
    border-radius: 20px;
    height: 60px;
    padding-left: 20px;
    border-color: #fff; }
    .subscribe input:not(input[type="submit"]):focus {
      outline: none;
      border-color: #067997 !important; }
  .subscribe input[type="submit"] {
    background-color: #067997;
    border-color: #067997;
    color: #fff;
    cursor: pointer;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5)); }
    @media (max-width: 767px) {
      .subscribe input[type="submit"] {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    .subscribe input[type="submit"]:hover {
      background-color: #fff;
      color: #067997; }
  .subscribe .quote-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
    @media (min-width: 768px) {
      .subscribe .quote-col {
        width: 50%;
        justify-content: flex-end; } }
    @media (min-width: 1152px) {
      .subscribe .quote-col {
        padding-left: 20%; } }
  .subscribe .quote-box {
    background-color: #fff;
    border: 3px solid #067997;
    border-radius: 20px;
    padding: 15px;
    width: 300px; }
    @media (min-width: 768px) {
      .subscribe .quote-box {
        width: 350px; } }
    @media (min-width: 1152px) {
      .subscribe .quote-box {
        padding: 30px; } }
  .subscribe blockquote {
    margin-bottom: 15px; }
    .subscribe blockquote p {
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      font-weight: 600;
      color: #067997;
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 1152px) {
        .subscribe blockquote p {
          font-size: 18px;
          line-height: 26px; } }
  .subscribe cite {
    color: #067997;
    font-style: normal;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  .subscribe h5 {
    color: #067997;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .subscribe h5 {
        text-align: center;
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 768px) {
      .subscribe h5 {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1152px) {
      .subscribe h5 {
        font-size: 26px;
        line-height: 36px; } }
  .subscribe .bg1 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: .1;
    z-index: 2; }
    @media (min-width: 1152px) {
      .subscribe .bg1 {
        width: 75%; } }
  .subscribe .bg2 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    z-index: 3; }
    @media (min-width: 768px) {
      .subscribe .bg2 {
        width: 300px; } }
    @media (min-width: 992px) {
      .subscribe .bg2 {
        width: 100%;
        right: -100px; } }
    @media (min-width: 1366px) {
      .subscribe .bg2 {
        width: 90%;
        right: 0; } }
  .subscribe .bg3 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: .1; }

body.search-results,
body.search-no-results {
  background-color: #E0E8ED; }

.search-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .search-box {
      padding-top: 60px; }
      body.search-results .search-box {
        padding-top: 30px;
        padding-bottom: 0; } }
  .search-box h1 {
    width: 100%;
    text-align: center;
    color: #067997;
    margin-bottom: 0; }
  .search-box form {
    display: none;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .search-box form {
        display: flex;
        width: 500px;
        margin-top: 60px; } }
  .search-box input[type="search"] {
    border: 1px solid #067997;
    padding-left: 20px;
    border-radius: 30px; }
  .search-box button[type="submit"] {
    position: absolute;
    border: 1px solid #067997;
    border-left: 0;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 45px;
    height: 44px;
    right: 3px;
    top: 3px;
    background-color: #067997;
    border-radius: 30px; }
    .search-box button[type="submit"] img {
      max-width: 20px; }

@media (max-width: 767px) {
  .result-list {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; } }
.type-podcasts,
.type-events,
.type-training-cpd,
.type-post {
  border-bottom: 1px solid #067997;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%; }
  @media (min-width: 768px) {
    .type-podcasts,
    .type-events,
    .type-training-cpd,
    .type-post {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1152px) {
    .type-podcasts,
    .type-events,
    .type-training-cpd,
    .type-post {
      padding-top: 120px;
      padding-bottom: 120px;
      padding-left: 0;
      padding-right: 0; } }
  .type-podcasts:last-of-type,
  .type-events:last-of-type,
  .type-training-cpd:last-of-type,
  .type-post:last-of-type {
    border-bottom: 0; }

.item-inner {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .item-inner {
      flex-direction: row; } }
  .item-inner:hover .overlay-inner {
    opacity: 1;
    background-color: rgba(253, 194, 67, 0.8); }
  .item-inner .image-col {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .item-inner .image-col {
        width: 50%; } }
  .item-inner .episode-details {
    width: 100%;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .item-inner .episode-details {
        width: 50%;
        padding: 0 0 60px 60px; } }
    @media (min-width: 1152px) {
      .item-inner .episode-details {
        padding: 60px; } }
    .item-inner .episode-details h2 {
      color: #067997;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 34px; }
      @media (min-width: 768px) {
        .item-inner .episode-details h2 {
          font-size: 18px;
          line-height: 26px; } }
      @media (min-width: 1152px) {
        .item-inner .episode-details h2 {
          font-size: 24px;
          line-height: 34px; } }
      .item-inner .episode-details h2 a {
        color: #067997; }
    .item-inner .episode-details ul {
      padding-left: 15px;
      margin-bottom: 20px; }
    .item-inner .episode-details li {
      color: #808080;
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif; }
      @media (min-width: 768px) {
        .item-inner .episode-details li {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 20px; } }
      @media (min-width: 1152px) {
        .item-inner .episode-details li {
          font-size: 14px;
          line-height: 20px; } }
      .item-inner .episode-details li:not(:last-of-type) {
        margin-bottom: 5px; }
  .item-inner date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    background-color: #067997;
    border: 5px solid #FDC243;
    border-radius: 100%;
    padding: 20px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    z-index: 5; }
    @media (min-width: 1152px) {
      .item-inner date {
        top: -60px;
        left: -60px;
        width: 120px;
        height: 120px;
        border: 15px solid #FDC243;
        font-size: 20px;
        line-height: 28px; } }
  .item-inner img {
    border-radius: 30px;
    width: 100%; }
  .item-inner .overlay-content {
    position: relative; }
  .item-inner .overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 30px;
    background-color: rgba(253, 194, 67, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    opacity: 0; }
    .item-inner .overlay-inner p {
      font-size: 13px;
      line-height: 18px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px;
      color: #067997; }
      @media (min-width: 1152px) {
        .item-inner .overlay-inner p {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 20px; } }
    .item-inner .overlay-inner .listen-blue {
      padding-top: 15px;
      padding-bottom: 15px; }
  .item-inner .parent-pay {
    margin-bottom: 15px; }
    @media (min-width: 1152px) {
      .item-inner .parent-pay {
        margin-bottom: 30px; } }
    .item-inner .parent-pay img {
      max-width: 100px; }
      @media (min-width: 1152px) {
        .item-inner .parent-pay img {
          max-width: 150px; } }
  .item-inner .episode-title {
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #067997; }
    @media (min-width: 1152px) {
      .item-inner .episode-title {
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 46px; } }
    .item-inner .episode-title a {
      color: #067997; }

.entry-meta {
  position: relative;
  margin-bottom: 20px; }
  .entry-meta a {
    color: #067997; }

.entry-footer a {
  color: #067997; }

.type-post .blue-btn {
  color: #fff; }
  .type-post .blue-btn:hover {
    color: #067997; }

.cant-find {
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .cant-find {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .cant-find h4 {
    color: #067997;
    margin-bottom: 30px; }
  .cant-find p {
    margin-bottom: 0; }

.no-results .c-container, .no-results .breadcrumb ul, .breadcrumb .no-results ul, .no-results .footer-inner, .no-results .item-inner, .no-results .latest-podcast, .no-results .podcast-summary, .no-results .textblock, .no-results ul.partner-logos, .no-results .why-icons ul, .why-icons .no-results ul, .no-results .latest-post, .no-results .testimonials ul, .testimonials .no-results ul, .no-results .session-summary, .no-results .featured-event, .no-results .event-summary, .no-results .contact-container {
  padding-top: 60px;
  padding-bottom: 60px; }
.no-results h1 {
  width: 100%;
  text-align: center;
  color: #067997; }
.no-results p {
  margin-top: 30px;
  text-align: center;
  width: 100%; }
.no-results form {
  display: none;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .no-results form {
      display: flex;
      width: 500px;
      margin-top: 60px; } }
  .no-results form label {
    width: 100%; }
.no-results input[type="search"] {
  border: 1px solid #067997;
  padding-left: 20px;
  border-radius: 30px; }
.no-results input[type="submit"] {
  position: absolute;
  border: 1px solid #067997;
  border-left: 0;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 45px;
  height: 44px;
  right: 3px;
  top: 3px;
  background-color: #067997;
  background-image: url("images/icons/search.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 30px; }
  .no-results input[type="submit"] img {
    max-width: 20px; }

body.post-type-archive-podcasts {
  background-color: #E0E8ED; }

.lightblue-bg {
  background-color: #E0E8ED; }

body.single-podcasts .listen-links {
  background-color: #E0E8ED; }
  body.single-podcasts .listen-links ul {
    justify-content: center; }
body.single-podcasts .banner-callout {
  background-color: #fff; }
body.single-podcasts .sponsor-callout {
  margin-top: -150px;
  margin-bottom: 60px; }

.latest-podcast {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .latest-podcast {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .latest-podcast {
      padding-left: 60px;
      padding-right: 60px; } }
  .latest-podcast .image-col {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .latest-podcast .image-col {
        width: 50%;
        height: 450px; } }
  .latest-podcast .episode-details {
    width: 100%; }
    @media (min-width: 768px) {
      .latest-podcast .episode-details {
        width: 50%;
        padding: 60px; } }
    .latest-podcast .episode-details h3 {
      color: #067997;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .latest-podcast .episode-details h3 {
          font-size: 26px;
          line-height: 36px; } }
      @media (min-width: 1152px) {
        .latest-podcast .episode-details h3 {
          font-size: 36px;
          line-height: 46px; } }
      .latest-podcast .episode-details h3 a {
        color: #067997; }
  .latest-podcast date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    font-size: 13px;
    line-height: 13px;
    align-items: center;
    justify-content: center;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #067997;
    border: 10px solid #FDC243;
    border-radius: 100%;
    padding: 20px;
    z-index: 5; }
    @media (min-width: 1152px) {
      .latest-podcast date {
        top: -60px;
        left: -60px;
        width: 120px;
        height: 120px;
        border: 15px solid #FDC243;
        font-size: 20px;
        line-height: 28px; } }
  .latest-podcast img {
    border-radius: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .latest-podcast img {
        height: 100%;
        object-fit: cover; } }
  .latest-podcast .listen-blue {
    margin-top: 0; }
    @media (min-width: 768px) {
      .latest-podcast .listen-blue {
        margin-top: 0; } }

.podcast-summary {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .podcast-summary {
      flex-direction: row;
      padding-bottom: 60px; } }
  .podcast-summary .image-col {
    position: relative;
    width: 100%;
    height: 500px; }
    @media (min-width: 768px) {
      .podcast-summary .image-col {
        width: 50%; } }
    .podcast-summary .image-col img {
      border-radius: 30px;
      height: 100%;
      object-fit: cover; }
  .podcast-summary .episode-details {
    width: 100%; }
    @media (min-width: 768px) {
      .podcast-summary .episode-details {
        width: 50%;
        padding: 0 0 0 60px; } }
    @media (min-width: 992px) {
      .podcast-summary .episode-details {
        padding: 60px 0 60px 60px; } }
    .podcast-summary .episode-details h3 {
      color: #067997;
      margin-bottom: 20px; }
    .podcast-summary .episode-details p {
      color: #808080;
      margin-bottom: 30px;
      padding: 0 20% 0 0; }
  .podcast-summary img {
    width: 100%; }
  .podcast-summary a {
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    color: #067997;
    text-decoration: underline; }
    .podcast-summary a:hover {
      text-decoration: none; }

.share {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .share {
      margin-bottom: 30px; } }
  .share .share-title {
    font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
    color: #067997;
    margin-bottom: 5px; }
    @media (min-width: 1152px) {
      .share .share-title {
        margin-bottom: 15px; } }
  .share ul {
    display: flex; }
  .share li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    list-style: none;
    transition: all .3s ease;
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
    border: 1px solid #067997;
    border-radius: 100%; }
    @media (min-width: 1152px) {
      .share li {
        width: 40px;
        height: 40px; } }
    .share li:not(:first-of-type) {
      margin-left: 10px; }
    .share li:hover {
      background-color: #067997; }
      .share li:hover img {
        opacity: 0; }
        .share li:hover img + img {
          opacity: 1; }
    .share li img {
      position: absolute;
      top: 4px;
      left: 4px;
      transition: all .3s ease;
      max-width: 15px;
      opacity: 1; }
      @media (min-width: 1152px) {
        .share li img {
          top: 9px;
          left: 9px;
          max-width: 20px; } }
      .share li img + img {
        opacity: 0; }

.podcast-notes {
  display: flex;
  flex-direction: column;
  width: 100%;
  scroll-margin: 250px; }
  @media (min-width: 768px) {
    .podcast-notes {
      flex-direction: row; } }
  .podcast-notes .col-l {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .podcast-notes .col-l {
        width: 50%;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 5%;
        padding-right: 5%; } }
    .podcast-notes .col-l h4 {
      width: 100%;
      text-align: left;
      color: #067997;
      margin-bottom: 30px; }
  .podcast-notes .col-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    background-color: #067997; }
    @media (min-width: 768px) {
      .podcast-notes .col-r {
        width: 50%;
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 992px) {
      .podcast-notes .col-r {
        padding-top: 10rem;
        padding-bottom: 20rem;
        padding-left: 5%;
        padding-right: 5%; } }
    .podcast-notes .col-r h4 {
      color: #fff;
      margin-bottom: 30px; }
      @media (min-width: 1152px) {
        .podcast-notes .col-r h4 {
          margin-bottom: 60px; } }
    .podcast-notes .col-r p {
      color: #fff; }
    .podcast-notes .col-r:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("images/desktop/useful-links.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      filter: grayscale(1);
      opacity: .1; }
  .podcast-notes ul {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%; }
  .podcast-notes li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%; }
    .podcast-notes li:not(:last-of-type) {
      margin-bottom: 30px; }
    .podcast-notes li a {
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 16px;
      line-height: 16px; }
      @media (min-width: 1152px) {
        .podcast-notes li a {
          font-size: 18px;
          line-height: 18px; } }
  .podcast-notes .useful-links li {
    flex-direction: row;
    align-items: center;
    color: #fff; }
    .podcast-notes .useful-links li:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      margin-right: 15px;
      border: 1px solid #fff;
      border-radius: 100%;
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }
  .podcast-notes .useful-links .external-link:before {
    background-image: url("images/icons/website-icon.png"); }
  .podcast-notes .useful-links .facebook-link:before {
    background-image: url("images/icons/facebook-white.png"); }
  .podcast-notes .useful-links .twitter-link:before {
    background-image: url("images/icons/x-white.png"); }
  .podcast-notes .useful-links .instagram-link:before {
    background-image: url("images/icons/instagram-white.png"); }
  .podcast-notes .useful-links .linkedin-link:before {
    background-image: url("images/icons/linkedin-white.png"); }
  .podcast-notes p {
    color: #808080;
    position: relative; }
    .podcast-notes p a {
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 16px;
      line-height: 16px; }
      @media (min-width: 1152px) {
        .podcast-notes p a {
          font-size: 18px;
          line-height: 18px; } }

.podcast-placeholder {
  width: 100%;
  display: block;
  position: relative; }
  .podcast-placeholder picture,
  .podcast-placeholder img {
    width: 100%; }
  .podcast-placeholder:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 121, 151, 0.8); }

@media (min-width: 768px) {
  .post-type-archive-podcasts .filter-bar form.searchandfilter {
    width: 100%; } }
.post-type-archive-podcasts .filter-bar form.searchandfilter ul {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .post-type-archive-podcasts .filter-bar form.searchandfilter ul {
      flex-direction: row; } }
  .post-type-archive-podcasts .filter-bar form.searchandfilter ul li.sf-field-search {
    width: 250px;
    margin-right: 10px; }
    .post-type-archive-podcasts .filter-bar form.searchandfilter ul li.sf-field-search label {
      width: 100%; }
      .post-type-archive-podcasts .filter-bar form.searchandfilter ul li.sf-field-search label input {
        border-radius: 30px;
        color: #067997;
        padding-left: 20px; }
        .post-type-archive-podcasts .filter-bar form.searchandfilter ul li.sf-field-search label input::placeholder {
          color: #067997; }
  .post-type-archive-podcasts .filter-bar form.searchandfilter ul li.sf-field-taxonomy-collection {
    margin-right: 10px; }
  .post-type-archive-podcasts .filter-bar form.searchandfilter ul li.sf-field-submit input {
    height: 50px;
    border-radius: 30px;
    border: 0;
    border-radius: 30px;
    background-color: #FDC243;
    color: #067997;
    width: 100px;
    font-weight: bold;
    text-transform: uppercase; }

.textblock {
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .textblock {
      padding-top: 30px; } }
  @media (min-width: 1152px) {
    .textblock {
      padding-bottom: 60px; } }
  .textblock h1 {
    color: #067997;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .textblock h1 {
        margin-bottom: 30px; } }
    .textblock h1:only-child {
      margin-bottom: 0; }
  .textblock p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0; }
    .textblock p a {
      color: #808080;
      text-decoration: underline; }
      .textblock p a:hover {
        text-decoration: none; }
  .textblock:has(.btn-container) {
    padding-bottom: 60px; }
  .textblock .btn-container {
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    @media (min-width: 1152px) {
      .textblock .btn-container {
        margin-bottom: 60px; } }
  .textblock:has(.btn-container) p {
    margin-bottom: 0; }

.filter-bar {
  background-color: #067997;
  padding-top: 30px;
  padding-bottom: 30px; }
  .filter-bar .c-container, .filter-bar .breadcrumb ul, .breadcrumb .filter-bar ul, .filter-bar .footer-inner, .filter-bar .item-inner, .filter-bar .latest-podcast, .filter-bar .podcast-summary, .filter-bar .textblock, .filter-bar ul.partner-logos, .filter-bar .why-icons ul, .why-icons .filter-bar ul, .filter-bar .latest-post, .filter-bar .testimonials ul, .testimonials .filter-bar ul, .filter-bar .session-summary, .filter-bar .featured-event, .filter-bar .event-summary, .filter-bar .contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .filter-bar .c-container, .filter-bar .breadcrumb ul, .breadcrumb .filter-bar ul, .filter-bar .footer-inner, .filter-bar .item-inner, .filter-bar .latest-podcast, .filter-bar .podcast-summary, .filter-bar .textblock, .filter-bar ul.partner-logos, .filter-bar .why-icons ul, .why-icons .filter-bar ul, .filter-bar .latest-post, .filter-bar .testimonials ul, .testimonials .filter-bar ul, .filter-bar .session-summary, .filter-bar .featured-event, .filter-bar .event-summary, .filter-bar .contact-container {
        flex-direction: row; } }
  .filter-bar form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 90%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .filter-bar form {
        width: 300px;
        margin-bottom: 0;
        margin-right: 5%; }
        .filter-bar form:last-of-type {
          margin-right: 0; } }
    .filter-bar form:last-of-type {
      margin-bottom: 0; }
  .filter-bar input[type="search"] {
    width: 100%;
    border-radius: 30px;
    padding-left: 20px;
    border: 1px solid #067997; }
    .filter-bar input[type="search"]::placeholder {
      color: #067997; }
  .filter-bar button[type="submit"] {
    position: absolute;
    width: 45px;
    height: 44px;
    right: 3px;
    top: 3px;
    border: 0;
    background-color: #fff;
    border-radius: 30px; }
    .filter-bar button[type="submit"] img {
      max-width: 20px; }
  .filter-bar select {
    border-color: #067997;
    border-radius: 30px;
    padding-left: 20px;
    color: #067997; }
    .filter-bar select::placeholder {
      color: #067997; }

.podcast-list {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 1px; }
  .podcast-list .sponsor-img {
    border-radius: 0 !important;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .podcast-list {
      padding-left: 30px;
      padding-right: 30px; } }
  .podcast-list h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    color: #067997; }
  .podcast-list h3:not(.episode-details h3) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    color: #067997;
    display: none; }
    @media (min-width: 768px) {
      .podcast-list h3:not(.episode-details h3) {
        justify-content: space-between;
        flex-direction: row;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center; } }
    .podcast-list h3:not(.episode-details h3) a {
      font-size: 14px;
      line-height: 14px; }
      @media (max-width: 767px) {
        .podcast-list h3:not(.episode-details h3) a {
          margin-top: 20px; } }
  .podcast-list ul {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .podcast-list ul {
        padding-left: 30px;
        padding-right: 30px; } }
  .podcast-list li {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    transition: all .3s ease;
    list-style-type: none;
    background-color: #fff;
    margin-bottom: 40px; }
    .podcast-list li:has(.podcast-tag) {
      padding-top: 50px; }
    .podcast-list li:last-of-type {
      margin-bottom: 60px; }
    .podcast-list li:hover {
      border-color: #067997; }
      .podcast-list li:hover .overlay-inner {
        opacity: 1;
        background-color: rgba(253, 194, 67, 0.8); }
    @media (min-width: 768px) {
      .podcast-list li {
        display: inline-flex;
        flex-direction: column;
        width: 32%;
        height: auto;
        margin-right: 2%; }
        .podcast-list li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .podcast-list li {
        border-radius: 30px;
        margin-bottom: 60px; } }
    .podcast-list li h3 a {
      color: #067997; }
  .podcast-list .podcast-tag {
    background-color: #067997;
    position: absolute;
    top: -20px;
    left: 10%;
    width: 80%;
    padding: 10px 10px 10px 60px;
    color: #fff;
    text-align: left;
    border-radius: 30px; }
    .podcast-list .podcast-tag span {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -5px;
      left: 0;
      width: 50px;
      height: 50px;
      background-color: #fff;
      border: 5px solid #FDC243;
      border-radius: 100%;
      box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 11px 0px 5px -9px rgba(0, 0, 0, 0.75); }
      @media (min-width: 768px) {
        .podcast-list .podcast-tag span {
          top: -6px; } }
      @media (min-width: 1152px) {
        .podcast-list .podcast-tag span {
          top: -3px; } }
      .podcast-list .podcast-tag span img {
        max-width: 70%; }
  .podcast-list .episode-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start; }
  .podcast-list .listen-blue-outline {
    margin-top: auto; }
  .podcast-list date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    font-size: 13px;
    line-height: 13px;
    align-items: center;
    justify-content: center;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #067997;
    border: 10px solid #FDC243;
    border-radius: 100%;
    padding: 20px;
    z-index: 5; }
    @media (min-width: 768px) {
      .podcast-list date {
        top: -15px;
        left: -15px;
        width: 50px;
        height: 50px;
        font-size: 11px;
        line-height: 11px;
        border: 5px solid #FDC243; } }
    @media (min-width: 992px) {
      .podcast-list date {
        top: -20px;
        left: -10px;
        width: 80px;
        height: 80px;
        border: 10px solid #FDC243;
        font-size: 14px;
        line-height: 14px; } }
  .podcast-list img {
    border-radius: 20px;
    width: 100%; }
    @media (min-width: 1152px) {
      .podcast-list img {
        border-radius: 30px; } }
  .podcast-list .overlay-content {
    position: relative; }
  .podcast-list .overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: absolute;
    border-radius: 20px;
    background-color: rgba(253, 194, 67, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    opacity: 0;
    padding-bottom: 20px; }
    @media (min-width: 1152px) {
      .podcast-list .overlay-inner {
        border-radius: 30px; } }
    .podcast-list .overlay-inner p {
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #067997; }
  .podcast-list .parent-pay {
    margin-bottom: 15px; }
    @media (min-width: 1152px) {
      .podcast-list .parent-pay {
        margin-bottom: 30px; } }
    .podcast-list .parent-pay img {
      max-width: 100px; }
      @media (min-width: 1152px) {
        .podcast-list .parent-pay img {
          max-width: 150px; } }
  .podcast-list .episode-title {
    margin-bottom: 5px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 30px;
    color: #067997; }
    @media (min-width: 768px) {
      .podcast-list .episode-title {
        font-size: 15px;
        line-height: 20px; } }
    @media (min-width: 1152px) {
      .podcast-list .episode-title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px; } }
    .podcast-list .episode-title a {
      color: #067997; }

.embedded-player {
  position: relative; }
  @media (max-width: 767px) {
    .embedded-player {
      max-width: 90%;
      margin-left: 5%;
      margin-bottom: 5%; } }
  .embedded-player .c-container, .embedded-player .breadcrumb ul, .breadcrumb .embedded-player ul, .embedded-player .footer-inner, .embedded-player .item-inner, .embedded-player .latest-podcast, .embedded-player .podcast-summary, .embedded-player .textblock, .embedded-player ul.partner-logos, .embedded-player .why-icons ul, .why-icons .embedded-player ul, .embedded-player .latest-post, .embedded-player .testimonials ul, .testimonials .embedded-player ul, .embedded-player .session-summary, .embedded-player .featured-event, .embedded-player .event-summary, .embedded-player .contact-container {
    position: relative;
    z-index: 5; }
    @media (min-width: 992px) {
      .embedded-player .c-container, .embedded-player .breadcrumb ul, .breadcrumb .embedded-player ul, .embedded-player .footer-inner, .embedded-player .item-inner, .embedded-player .latest-podcast, .embedded-player .podcast-summary, .embedded-player .textblock, .embedded-player ul.partner-logos, .embedded-player .why-icons ul, .why-icons .embedded-player ul, .embedded-player .latest-post, .embedded-player .testimonials ul, .testimonials .embedded-player ul, .embedded-player .session-summary, .embedded-player .featured-event, .embedded-player .event-summary, .embedded-player .contact-container {
        max-width: calc(100% - 40px); } }
    @media (min-width: 1366px) {
      .embedded-player .c-container, .embedded-player .breadcrumb ul, .breadcrumb .embedded-player ul, .embedded-player .footer-inner, .embedded-player .item-inner, .embedded-player .latest-podcast, .embedded-player .podcast-summary, .embedded-player .textblock, .embedded-player ul.partner-logos, .embedded-player .why-icons ul, .why-icons .embedded-player ul, .embedded-player .latest-post, .embedded-player .testimonials ul, .testimonials .embedded-player ul, .embedded-player .session-summary, .embedded-player .featured-event, .embedded-player .event-summary, .embedded-player .contact-container {
        max-width: 1366px; } }
  .embedded-player span {
    display: block;
    width: 100%;
    height: 300px;
    background-color: #067997;
    border-radius: 20px;
    padding: 20px;
    z-index: 10; }
    @media (min-width: 992px) {
      .embedded-player span {
        border-radius: 0; } }

ul.partner-logos {
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 767px) {
    ul.partner-logos {
      padding-bottom: 60px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    ul.partner-logos {
      padding-left: 30px;
      padding-right: 30px; } }
  ul.partner-logos li {
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #067997;
    border-radius: 30px;
    text-align: center;
    height: auto;
    width: 100%;
    margin-right: 0; }
    ul.partner-logos li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      ul.partner-logos li {
        width: 30.666%;
        margin-bottom: 60px;
        margin-right: 4%; }
        ul.partner-logos li:nth-of-type(2n) {
          margin-right: 4%; }
        ul.partner-logos li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (max-width: 767px) {
      ul.partner-logos li p {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 768px) {
      ul.partner-logos li p {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      ul.partner-logos li p {
        font-size: 14px;
        line-height: 20px; } }
  ul.partner-logos img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      ul.partner-logos img {
        max-width: 100%; } }
  ul.partner-logos .partner-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      ul.partner-logos .partner-details a {
        margin-top: auto; } }
  ul.partner-logos h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #067997;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      ul.partner-logos h2 {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 768px) {
      ul.partner-logos h2 {
        font-size: 18px;
        line-height: 28px; } }
    @media (min-width: 1152px) {
      ul.partner-logos h2 {
        font-size: 24px;
        line-height: 34px; } }

.why-icons {
  background-color: #E0E8ED;
  padding-top: 30px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .why-icons {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .why-icons h3 {
    width: 100%;
    text-align: center;
    color: #067997;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .why-icons h3 {
        margin-bottom: 60px; } }
  .why-icons ul {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-flow: row wrap; }
    @media (min-width: 992px) {
      .why-icons ul {
        padding-left: 30px;
        padding-right: 30px; } }
  .why-icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .why-icons li {
        width: 22%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        margin-right: 4%; }
        .why-icons li:nth-of-type(2n) {
          margin-right: 4%; }
        .why-icons li:nth-of-type(4n) {
          margin-right: 0; } }
    .why-icons li img {
      max-width: 100px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .why-icons li img {
          max-width: 70px; } }
      @media (min-width: 1152px) {
        .why-icons li img {
          max-width: 100px; } }
    .why-icons li p {
      color: #808080;
      margin-bottom: 0;
      font-size: 12px;
      line-height: 18px; }
      @media (min-width: 1152px) {
        .why-icons li p {
          font-size: 16px;
          line-height: 24px; } }
  .why-icons .icon-title {
    color: #067997;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #067997; }
    @media (min-width: 1152px) {
      .why-icons .icon-title {
        font-size: 20px;
        line-height: 30px; } }

body.blog {
  background-color: #E0E8ED; }

.latest-post {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .latest-post {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .latest-post {
      padding-left: 0;
      padding-right: 0; } }
  .latest-post .image-col {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .latest-post .image-col {
        width: 40%;
        margin-bottom: 0; } }
  .latest-post .post-details {
    width: 100%; }
    @media (min-width: 768px) {
      .latest-post .post-details {
        width: 60%;
        padding: 0 0 0 60px; } }
    @media (min-width: 992px) {
      .latest-post .post-details {
        padding: 60px 0 60px 60px; } }
    .latest-post .post-details p {
      color: #067997;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .latest-post .post-details p {
          padding-right: 20%; } }
      .latest-post .post-details p:nth-of-type(2) {
        color: #808080;
        margin-bottom: 20px; }
    .latest-post .post-details h3 {
      color: #067997;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 34px; }
      @media (min-width: 1152px) {
        .latest-post .post-details h3 {
          font-size: 36px;
          line-height: 46px; } }
      .latest-post .post-details h3 a {
        text-decoration: none; }
        .latest-post .post-details h3 a:hover {
          text-decoration: underline; }
    .latest-post .post-details a {
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      color: #067997;
      text-decoration: underline; }
      .latest-post .post-details a:hover {
        text-decoration: none; }
  .latest-post img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* Single Article Styles */
body.single-post {
  background-color: #E0E8ED; }
  body.single-post .site-main {
    padding: 0; }
    @media (min-width: 992px) {
      body.single-post .site-main {
        padding-top: 60px; } }
  body.single-post article {
    padding-top: 60px; }
    @media (min-width: 768px) {
      body.single-post article {
        padding-left: 60px;
        padding-right: 60px; } }
    body.single-post article p {
      margin-bottom: 30px; }
      body.single-post article p a {
        color: #067997;
        text-decoration: underline; }
        body.single-post article p a:hover {
          text-decoration: none; }
  body.single-post .post-title {
    color: #067997;
    margin-bottom: 30px; }
  body.single-post h2, body.single-post h3 {
    margin-bottom: 30px;
    color: #067997;
    font-size: 22px;
    line-height: 32px; }
    @media (min-width: 1152px) {
      body.single-post h2, body.single-post h3 {
        font-size: 26px;
        line-height: 36px; } }

.article-post--image img {
  border-radius: 30px;
  width: 100%; }

.post-navigation {
  display: flex;
  align-items: center;
  background-color: #067997;
  padding: 60px 0;
  background-image: url(images/bg-pattern.png);
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1152px) {
    .post-navigation {
      padding: 60px; } }
  .post-navigation a {
    color: #fff; }
  .post-navigation .prev-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px;
    font-size: 12px;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif; }
    @media (min-width: 1152px) {
      .post-navigation .prev-post {
        font-size: 14px;
        width: 150px; } }
    .post-navigation .prev-post:hover:before {
      background-image: url("images/icons/arrow-rollover.png"); }
    .post-navigation .prev-post:before {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      margin-bottom: 20px;
      transition: all .3s ease;
      background-image: url("images/icons/arrow.png");
      background-size: 40px;
      background-position: center;
      background-repeat: no-repeat;
      transform: rotate(180deg); }
  .post-navigation .next-post {
    margin-left: auto;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px;
    font-size: 12px;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif; }
    @media (min-width: 1152px) {
      .post-navigation .next-post {
        font-size: 14px;
        width: 150px; } }
    .post-navigation .next-post:hover:before {
      background-image: url("images/icons/arrow-rollover.png"); }
    .post-navigation .next-post:before {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      margin-bottom: 20px;
      transition: all .3s ease;
      background-image: url("images/icons/arrow.png");
      background-size: 40px;
      background-position: center;
      background-repeat: no-repeat; }
  .post-navigation .follow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% - 260px);
    margin-top: 0; }
    @media (min-width: 1152px) {
      .post-navigation .follow {
        width: calc(100% - 300px); } }
    .post-navigation .follow p {
      width: 100%;
      text-align: center;
      color: #fff;
      font-weight: 600;
      margin-bottom: 15px;
      font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
      font-size: 16px; }
    .post-navigation .follow ul {
      display: flex;
      align-items: center;
      justify-content: center; }
    .post-navigation .follow li {
      list-style: none; }
      .post-navigation .follow li:not(:first-of-type) {
        margin-left: 10px; }
        @media (min-width: 1152px) {
          .post-navigation .follow li:not(:first-of-type) {
            margin-left: 20px; } }
      .post-navigation .follow li img {
        max-width: 20px; }
        @media (min-width: 1152px) {
          .post-navigation .follow li img {
            max-width: 30px; } }

body.training-cpd-page {
  background-color: #E0E8ED; }

.training-list {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 1px; }
  .training-list p {
    text-align: center; }
    .training-list p a {
      color: #808080;
      text-decoration: underline; }
      .training-list p a:hover {
        text-decoration: none; }
  .training-list h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    color: #067997; }
  .training-list ul {
    padding-left: 40px;
    padding-right: 40px; }
    @media (min-width: 1152px) {
      .training-list ul {
        padding-left: 0;
        padding-right: 0; } }
  .training-list li {
    position: relative;
    transition: all .3s ease;
    list-style-type: none;
    background-color: #fff;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .training-list li {
        display: inline-block;
        margin-bottom: 30px;
        width: 30.222%;
        margin-right: 4%; }
        .training-list li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .training-list li {
        width: 30.444%; } }
    .training-list li:last-of-type {
      margin-bottom: 0; }
    .training-list li a:not(.training-details a) {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 30px; }
      .training-list li a:not(.training-details a) img {
        transition: all .6s ease;
        transform: scale(1); }
      .training-list li a:not(.training-details a):hover img {
        transform: scale(1.02); }
  .training-list date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    font-size: 13px;
    line-height: 13px;
    align-items: center;
    justify-content: center;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #067997;
    border: 10px solid #FDC243;
    border-radius: 100%;
    padding: 20px;
    z-index: 5; }
    @media (min-width: 768px) {
      .training-list date {
        top: -15px;
        left: -15px;
        width: 50px;
        height: 50px;
        font-size: 11px;
        line-height: 11px;
        border: 5px solid #FDC243; } }
    @media (min-width: 992px) {
      .training-list date {
        top: -20px;
        left: -20px;
        width: 80px;
        height: 80px;
        border: 10px solid #FDC243;
        font-size: 14px;
        line-height: 14px; } }
  .training-list img {
    border-radius: 30px;
    width: 100%; }

.training-details {
  padding: 20px; }
  .training-details p {
    color: #067997;
    margin-bottom: 5px; }
    .training-details p:nth-of-type(2) {
      color: #808080;
      margin-bottom: 20px; }
  .training-details h3 {
    font-size: 18px;
    line-height: 24px;
    color: #067997;
    font-weight: 600;
    margin-bottom: 10px; }
    @media (min-width: 1152px) {
      .training-details h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px; } }
    .training-details h3 a {
      color: #067997; }

.testimonials {
  background-color: #FDC243;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .testimonials {
      padding-top: 60px;
      padding-bottom: 90px; } }
  .testimonials h4 {
    width: 100%;
    color: #067997;
    text-align: center;
    margin-bottom: 60px; }
  .testimonials ul {
    padding-left: 60px;
    padding-right: 60px; }
    @media (min-width: 768px) {
      .testimonials ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1152px) {
      .testimonials ul {
        padding-left: 0;
        padding-right: 0; } }
  .testimonials li {
    list-style-type: none;
    background-color: #fff;
    border: 3px solid #067997;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .testimonials li {
        width: 32%;
        padding: 20px;
        margin-bottom: 2%;
        margin-right: 2%; }
        .testimonials li:nth-of-type(3n) {
          margin-right: 0; }
        .testimonials li:last-of-type {
          margin-bottom: 0; }
        .testimonials li:nth-last-child(2), .testimonials li:nth-last-child(3) {
          margin-bottom: 0; } }
    @media (min-width: 1152px) {
      .testimonials li {
        padding: 30px; } }
  .testimonials blockquote {
    color: #067997;
    font-size: 14px;
    line-height: 20px;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 600; }
    @media (min-width: 1152px) {
      .testimonials blockquote {
        font-size: 18px;
        line-height: 26px; } }
  .testimonials cite {
    display: block;
    color: #067997;
    font-style: normal;
    margin-top: 20px;
    font-size: 13px;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 500; }
    @media (min-width: 1152px) {
      .testimonials cite {
        font-size: 16px;
        line-height: 20px; } }

body.single-session {
  background-color: #E0E8ED; }

.session-summary {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .session-summary {
      flex-direction: row;
      padding-left: 0;
      padding-right: 0; } }
  .session-summary date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -25px;
    left: 10px;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #067997;
    border: 10px solid #FDC243;
    border-radius: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
    z-index: 5; }
    @media (min-width: 1152px) {
      .session-summary date {
        top: -60px;
        left: -60px;
        width: 120px;
        height: 120px;
        border: 15px solid #FDC243;
        font-size: 20px;
        line-height: 28px; } }
  .session-summary .image-col {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .session-summary .image-col {
        width: 50%;
        margin-bottom: 0; } }
  .session-summary .session-overview {
    width: 100%; }
    @media (min-width: 768px) {
      .session-summary .session-overview {
        width: 50%;
        padding: 60px 60px 0 60px; } }
    .session-summary .session-overview p {
      color: #808080;
      margin-bottom: 30px; }
  .session-summary .session-details {
    padding-left: 0;
    margin-bottom: 30px; }
    .session-summary .session-details li {
      display: flex;
      align-items: center;
      list-style: none;
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      color: #067997; }
      .session-summary .session-details li:not(:last-of-type) {
        margin-bottom: 10px; }
      .session-summary .session-details li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        margin-right: 10px; }
      .session-summary .session-details li:nth-of-type(1):before {
        background-image: url("images/icons/time.png"); }
      .session-summary .session-details li:nth-of-type(2):before {
        background-image: url("images/icons/date.png"); }
      .session-summary .session-details li:nth-of-type(3):before {
        background-image: url("images/icons/location.png"); }
  .session-summary .session-actions {
    display: flex; }
    .session-summary .session-actions a {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; }
      @media (min-width: 768px) {
        .session-summary .session-actions a {
          width: auto;
          padding-left: 20px;
          padding-right: 20px; } }
      .session-summary .session-actions a:not(:first-of-type) {
        margin-left: 10px; }
        @media (min-width: 768px) {
          .session-summary .session-actions a:not(:first-of-type) {
            margin-left: 20px; } }
  .session-summary img {
    border-radius: 30px;
    width: 100%; }

body.privacy-policy {
  background-color: #E0E8ED; }

.accordion {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .accordion {
      padding-top: 60px;
      padding-bottom: 90px; } }
  .accordion h2:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6), .accordion h3:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6), .accordion h4:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6), .accordion h5:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6), .accordion h6:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6) {
    width: 100%;
    color: #067997;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .accordion h2:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6), .accordion h3:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6), .accordion h4:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6), .accordion h5:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6), .accordion h6:not(.accordion-content .accordion h2):not(.accordion-content .accordion h3):not(.accordion-content .accordion h4):not(.accordion-content .accordion h5):not(.accordion-content .accordion h6) {
        margin-bottom: 60px; } }
  .accordion p:not(.accordion-content p) {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.accordion-container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1152px) {
    .accordion-container {
      padding-left: 0;
      padding-right: 0; } }

.accordion-item {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px; }
  .accordion-item .accordion-heading {
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    color: #067997;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    background-image: url("images/icons/blue-plus.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% right 20px; }
    @media (min-width: 1152px) {
      .accordion-item .accordion-heading {
        background-size: 20px;
        font-size: 18px;
        line-height: 26px; } }
  .accordion-item:last-of-type {
    margin-bottom: 0; }
  .accordion-item .active-tab {
    background-image: url("images/icons/blue-minus.png");
    border-bottom: 0; }
  .accordion-item .accordion-content {
    padding: 30px 20px 10px 20px;
    background-color: #E0E8ED; }
    .accordion-item .accordion-content h2, .accordion-item .accordion-content h3, .accordion-item .accordion-content h4, .accordion-item .accordion-content h5, .accordion-item .accordion-content h6 {
      text-align: left !important;
      font-size: 20px !important;
      line-height: 26px !important;
      margin-bottom: 20px !important; }
    .accordion-item .accordion-content p:only-child {
      margin-bottom: 0; }
    .accordion-item .accordion-content p a {
      color: #808080;
      text-decoration: underline; }
      .accordion-item .accordion-content p a:hover {
        text-decoration: none; }
    .accordion-item .accordion-content ul,
    .accordion-item .accordion-content ol {
      padding-left: 15px; }
    .accordion-item .accordion-content.open {
      display: block; }
    .accordion-item .accordion-content table {
      width: 100%;
      margin-bottom: 20px; }
      .accordion-item .accordion-content table td {
        padding: 15px;
        font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-bottom: 20px;
        color: #808080;
        font-size: 14px;
        line-height: 20px; }
        @media (min-width: 768px) {
          .accordion-item .accordion-content table td {
            font-size: 12px;
            line-height: 18px; } }
        @media (min-width: 1152px) {
          .accordion-item .accordion-content table td {
            font-size: 16px;
            line-height: 24px; } }
      .accordion-item .accordion-content table tr:nth-of-type(even) {
        background-color: #d0dce4; }
      .accordion-item .accordion-content table a {
        color: #067997; }

body.events-page,
body.single-event {
  background-color: #E0E8ED;
  background-color: #E0E8ED; }

.featured-event {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .featured-event {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .featured-event {
      padding-left: 0;
      padding-right: 0; } }
  .featured-event date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -25px;
    left: 10px;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #067997;
    border: 10px solid #FDC243;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    border-radius: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
    z-index: 5; }
    @media (min-width: 1152px) {
      .featured-event date {
        top: -60px;
        left: -60px;
        width: 120px;
        height: 120px;
        border: 15px solid #FDC243;
        font-size: 20px;
        line-height: 28px; } }
  .featured-event .image-col {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .featured-event .image-col {
        width: 50%;
        margin-bottom: 0; } }
  .featured-event .event-overview {
    width: 100%; }
    @media (min-width: 768px) {
      .featured-event .event-overview {
        width: 50%;
        padding: 0 0 0 60px; } }
    @media (min-width: 992px) {
      .featured-event .event-overview {
        padding: 60px 0 60px 60px; } }
    .featured-event .event-overview p {
      color: #067997;
      margin-bottom: 10px; }
      .featured-event .event-overview p:not(:first-of-type) {
        color: #808080; }
    .featured-event .event-overview h3 {
      color: #067997;
      margin-bottom: 30px; }
      .featured-event .event-overview h3 a {
        color: #067997; }
  .featured-event .event-details {
    padding-left: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .featured-event .event-details {
        margin-bottom: 10px; } }
    @media (min-width: 1152px) {
      .featured-event .event-details {
        margin-bottom: 30px; } }
    .featured-event .event-details li {
      display: flex;
      align-items: center;
      list-style: none;
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      color: #067997; }
      .featured-event .event-details li:not(:last-of-type) {
        margin-bottom: 10px; }
      .featured-event .event-details li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        margin-right: 10px; }
      .featured-event .event-details li:nth-of-type(1):before {
        background-image: url("images/icons/time.png"); }
      .featured-event .event-details li:nth-of-type(2):before {
        background-image: url("images/icons/date.png"); }
      .featured-event .event-details li:nth-of-type(3):before {
        background-image: url("images/icons/location.png"); }
  .featured-event .event-actions {
    display: flex; }
    .featured-event .event-actions a {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; }
      @media (min-width: 768px) {
        .featured-event .event-actions a {
          width: auto;
          font-size: 11px;
          line-height: 11px; } }
      @media (min-width: 1152px) {
        .featured-event .event-actions a {
          padding-left: 20px;
          padding-right: 20px;
          font-size: 14px;
          line-height: 14px; } }
      .featured-event .event-actions a:not(:first-of-type) {
        margin-left: 10px; }
        @media (min-width: 1152px) {
          .featured-event .event-actions a:not(:first-of-type) {
            margin-left: 20px; } }
  .featured-event img {
    border-radius: 30px;
    width: 100%; }

.event-listing {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px; }
  .event-listing .c-container, .event-listing .breadcrumb ul, .breadcrumb .event-listing ul, .event-listing .footer-inner, .event-listing .item-inner, .event-listing .latest-podcast, .event-listing .podcast-summary, .event-listing .textblock, .event-listing ul.partner-logos, .event-listing .why-icons ul, .why-icons .event-listing ul, .event-listing .latest-post, .event-listing .testimonials ul, .testimonials .event-listing ul, .event-listing .session-summary, .event-listing .featured-event, .event-listing .event-summary, .event-listing .contact-container {
    padding: 0; }
  .event-listing h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    color: #067997; }
    .event-listing h4 a {
      font-size: 14px;
      line-height: 14px; }
  .event-listing date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #067997;
    border: 10px solid #FDC243;
    border-radius: 100%;
    padding: 20px;
    z-index: 5; }
    @media (min-width: 768px) {
      .event-listing date {
        top: -15px;
        left: -15px;
        width: 50px;
        height: 50px;
        font-size: 11px;
        line-height: 11px;
        border: 5px solid #FDC243; } }
    @media (min-width: 992px) {
      .event-listing date {
        top: -20px;
        left: -20px;
        width: 80px;
        height: 80px;
        border: 10px solid #FDC243;
        font-size: 14px;
        line-height: 14px; } }
  @media (max-width: 1151px) {
    .event-listing ul {
      padding-left: 40px;
      padding-right: 40px; } }
  .event-listing li {
    position: relative;
    transition: all .3s ease;
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .event-listing li {
        display: inline-block;
        margin-bottom: 0;
        width: 30.2%;
        margin-right: 4%; }
        .event-listing li:nth-of-type(3n) {
          margin-right: 0; } }
    .event-listing li:last-of-type {
      margin-bottom: 0; }
  .event-listing img {
    width: 100%;
    border-radius: 30px; }
  .event-listing h5 a {
    color: #067997; }
  .event-listing a {
    color: #808080;
    text-decoration: underline; }
    .event-listing a:hover {
      text-decoration: none; }
  .event-listing a:not(.event-content a) {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px; }
    .event-listing a:not(.event-content a) img {
      transition: all .6s ease;
      transform: scale(1); }
    .event-listing a:not(.event-content a):hover img {
      transform: scale(1.02); }

.event-content {
  padding: 20px; }
  .event-content h5 {
    font-size: 18px;
    line-height: 24px;
    color: #067997;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (min-width: 1152px) {
      .event-content h5 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px; } }
    .event-content h5 a {
      font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
      color: #067997;
      font-weight: 600;
      text-decoration: none; }
      .event-content h5 a:hover {
        text-decoration: underline; }
  .event-content p {
    color: #808080; }
  .event-content a {
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    color: #808080;
    text-decoration: underline; }
    .event-content a:hover {
      text-decoration: none; }

.event-summary {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .event-summary {
      flex-direction: row;
      padding-bottom: 60px; } }
  .event-summary date {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -25px;
    left: 10px;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #067997;
    border: 10px solid #FDC243;
    border-radius: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
    z-index: 5; }
    @media (min-width: 1152px) {
      .event-summary date {
        top: -60px;
        left: -60px;
        width: 120px;
        height: 120px;
        border: 15px solid #FDC243;
        font-size: 20px;
        line-height: 28px; } }
  .event-summary .image-col {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .event-summary .image-col {
        width: 50%;
        margin-bottom: 0; } }
  .event-summary .event-overview {
    width: 100%; }
    @media (min-width: 768px) {
      .event-summary .event-overview {
        width: 50%;
        padding: 0 0 60px 60px; } }
    @media (min-width: 992px) {
      .event-summary .event-overview {
        padding: 60px 0 0 60px; } }
    .event-summary .event-overview p {
      color: #808080;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .event-summary .event-overview p {
          margin-bottom: 10px; } }
      @media (min-width: 1152px) {
        .event-summary .event-overview p {
          margin-bottom: 30px; } }
  .event-summary .event-details {
    padding-left: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .event-summary .event-details {
        margin-bottom: 10px; } }
    @media (min-width: 1152px) {
      .event-summary .event-details {
        margin-bottom: 30px; } }
    .event-summary .event-details li {
      display: flex;
      align-items: center;
      list-style: none;
      color: #067997; }
      .event-summary .event-details li:not(:last-of-type) {
        margin-bottom: 10px; }
      .event-summary .event-details li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        margin-right: 10px; }
      .event-summary .event-details li:nth-of-type(1):before {
        background-image: url("images/icons/time.png"); }
      .event-summary .event-details li:nth-of-type(2):before {
        background-image: url("images/icons/date.png"); }
      .event-summary .event-details li:nth-of-type(3):before {
        background-image: url("images/icons/location.png"); }
  .event-summary .event-actions {
    display: flex; }
    .event-summary .event-actions a {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; }
      @media (min-width: 768px) {
        .event-summary .event-actions a {
          width: auto;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 11px;
          line-height: 11px; } }
      @media (min-width: 1152px) {
        .event-summary .event-actions a {
          padding-left: 20px;
          padding-right: 20px;
          font-size: 14px;
          line-height: 14px; } }
      .event-summary .event-actions a:not(:first-of-type) {
        margin-left: 10px; }
        @media (min-width: 1152px) {
          .event-summary .event-actions a:not(:first-of-type) {
            margin-left: 20px; } }
  .event-summary img {
    border-radius: 30px;
    width: 100%; }

body.about-page {
  background-color: #E0E8ED; }

body.become-sponsor-page {
  background-color: #E0E8ED; }

.page-template-page-becomesponsor .btn-container {
  margin-bottom: 0; }

.whats-included {
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .whats-included {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1152px) {
    .whats-included {
      padding-left: 0;
      padding-right: 0; } }
  .whats-included .c-container, .whats-included .breadcrumb ul, .breadcrumb .whats-included ul, .whats-included .footer-inner, .whats-included .item-inner, .whats-included .latest-podcast, .whats-included .podcast-summary, .whats-included .textblock, .whats-included ul.partner-logos, .whats-included .why-icons ul, .why-icons .whats-included ul, .whats-included .latest-post, .whats-included .testimonials ul, .testimonials .whats-included ul, .whats-included .session-summary, .whats-included .featured-event, .whats-included .event-summary, .whats-included .contact-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .whats-included .c-container, .whats-included .breadcrumb ul, .breadcrumb .whats-included ul, .whats-included .footer-inner, .whats-included .item-inner, .whats-included .latest-podcast, .whats-included .podcast-summary, .whats-included .textblock, .whats-included ul.partner-logos, .whats-included .why-icons ul, .why-icons .whats-included ul, .whats-included .latest-post, .whats-included .testimonials ul, .testimonials .whats-included ul, .whats-included .session-summary, .whats-included .featured-event, .whats-included .event-summary, .whats-included .contact-container {
        flex-direction: row-reverse; } }
  .whats-included .image-col {
    position: relative;
    width: 100%;
    padding-top: 30px;
    order: 2; }
    @media (min-width: 768px) {
      .whats-included .image-col {
        order: 1;
        width: 50%;
        padding-top: 0;
        padding-bottom: 0; } }
    .whats-included .image-col:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("images/waveform-pattern.png");
      background-repeat: no-repeat;
      background-size: 200%;
      background-position: bottom -50px left 0;
      opacity: .3; }
  .whats-included img {
    border-radius: 30px; }
  .whats-included .text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
    @media (min-width: 768px) {
      .whats-included .text-col {
        width: 50%;
        padding-left: 5%;
        padding-right: 5%; } }
  .whats-included h5 {
    color: #067997;
    margin-bottom: 30px; }
  .whats-included p {
    color: #808080;
    margin-bottom: 30px; }
  .whats-included li {
    display: flex;
    position: relative;
    align-items: center;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding-left: 40px;
    color: #067997; }
    .whats-included li:not(:last-of-type) {
      margin-bottom: 15px; }
    .whats-included li:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/icons/tick.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      margin-right: 10px; }
  .whats-included .btn-container {
    margin-top: 0;
    padding-left: 0; }

body.contact-page {
  background-color: #E0E8ED; }

.contact-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .contact-container {
      flex-direction: row;
      padding-bottom: 60px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1152px) {
    .contact-container {
      padding-left: 0;
      padding-right: 0; } }

.get-in-touch {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30px;
  border: 1px solid #067997;
  border-radius: 30px;
  padding: 60px;
  order: 2; }
  @media (min-width: 768px) {
    .get-in-touch {
      width: 40%;
      margin-top: 0;
      margin-left: 0;
      padding: 30px;
      order: 1; } }
  @media (min-width: 992px) {
    .get-in-touch {
      padding: 60px; } }
  .get-in-touch h2 {
    color: #067997;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px; }
    @media (min-width: 1152px) {
      .get-in-touch h2 {
        margin-bottom: 30px;
        width: 100%;
        font-size: 30px;
        line-height: 40px; } }
  .get-in-touch li:not(.follow li) {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    height: 30px;
    padding-left: 40px; }
    @media (min-width: 1152px) {
      .get-in-touch li:not(.follow li) {
        font-size: 18px;
        line-height: 28px; } }
    .get-in-touch li:not(.follow li):before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/icons/email.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    .get-in-touch li:not(.follow li):not(:last-of-type) {
      margin-bottom: 20px;
      display: none; }
      .get-in-touch li:not(.follow li):not(:last-of-type):before {
        background-image: url("images/icons/call-blue.png");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center; }
    .get-in-touch li:not(.follow li) a {
      color: #067997; }

.follow {
  margin-top: 30px; }
  @media (min-width: 1152px) {
    .follow {
      margin-top: 60px; } }
  .follow h3 {
    color: #067997;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px; }
    @media (min-width: 1152px) {
      .follow h3 {
        margin-bottom: 30px;
        width: 100%;
        font-size: 30px;
        line-height: 40px; } }
  .follow ul {
    display: flex; }
  .follow li {
    list-style: none; }
    .follow li:not(:first-of-type) {
      margin-left: 20px; }
  .follow img {
    max-width: 20px; }

.contact-form {
  position: relative;
  width: 100%;
  background-color: #067997;
  padding: 30px; }
  .contact-form p {
    color: #fff; }
  @media (min-width: 768px) {
    .contact-form {
      border-radius: 30px;
      width: 55%;
      margin-left: 0;
      order: 2; } }
  @media (min-width: 992px) {
    .contact-form {
      padding: 60px; } }
  .contact-form:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/desktop/make-an-enquiry-desktop.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    opacity: .1; }
  .contact-form h2 {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .contact-form h3 {
    color: #fff;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .contact-form .gfield {
    margin-bottom: 10px; }
  .contact-form .gfield_label {
    display: none; }
  .contact-form form {
    position: relative;
    z-index: 5; }
  .contact-form fieldset {
    padding: 30px 0;
    border: 0; }
    @media (min-width: 1152px) {
      .contact-form fieldset {
        padding: 30px; } }
  .contact-form legend {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px; }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form textarea {
    border-radius: 30px;
    border-color: #fff;
    padding-left: 30px; }
    .contact-form input[type="text"]:focus,
    .contact-form input[type="email"]:focus,
    .contact-form input[type="tel"]:focus,
    .contact-form textarea:focus {
      outline: none;
      border-color: #FDC243; }
  .contact-form form {
    color: #fff;
    margin-bottom: 20px; }
    .contact-form form.centered {
      justify-content: center; }
    .contact-form form a {
      color: #fff; }
    .contact-form form p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
      margin-top: 20px; }
      .contact-form form p a {
        color: #FDC243; }
    .contact-form form input[type="radio"] {
      top: 2px;
      position: relative;
      left: 0;
      margin-left: 0; }
    .contact-form form input {
      border: 1px solid #fff;
      border-radius: 50px;
      color: #067997;
      padding-left: 20px; }
      .contact-form form input::placeholder {
        color: #067997; }
    .contact-form form textarea {
      border: 1px solid #fff;
      border-radius: 20px;
      color: #067997;
      padding: 20px; }
      .contact-form form textarea::placeholder {
        color: #067997; }
    .contact-form form .gform_button {
      background-color: #FDC243;
      border-color: #FDC243;
      color: #067997; }
      .contact-form form .gform_button:hover {
        background-color: #067997;
        color: #fff; }
    .contact-form form .gform_footer {
      text-align: center; }
    .contact-form form .ginput_container_checkbox input {
      float: left;
      margin: 0 5px 0 0; }
    .contact-form form #field_4_13 {
      padding: 0 30px; }
  .contact-form .field-50 {
    width: 100%; }
    @media (min-width: 768px) {
      .contact-form .field-50 {
        width: 49%;
        margin-right: 2%; }
        .contact-form .field-50:last-of-type {
          margin-right: 0; } }
    .contact-form .field-50:not(:first-of-type) {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .contact-form .field-50:not(:first-of-type) {
          margin-top: 0; } }
  .contact-form .field-100 {
    width: 100%; }

.gform_validation_errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  border: none;
  border-radius: 20px; }
  .gform_validation_errors h2 {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    color: #721c24;
    font-family: "PoppinsRegular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal; }

.gfield_validation_message {
  color: #f8d7da;
  font-size: 13px;
  line-height: 14px;
  margin-top: 0;
  text-align: left;
  padding: 10px 0 0 30px; }
  .gfield_validation_message p {
    color: #721c24; }

.gform_confirmation_wrapper {
  padding: 20px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .gform_confirmation_wrapper p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #155724; }
  .gform_confirmation_wrapper small {
    font-size: 12px;
    line-height: 18px; }

body.error404 {
  background-color: #E0E8ED; }

.error404 .error-container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .error404 .error-container {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .error404 .error-container {
      padding-top: 10rem; } }

.error-text {
  width: 100%;
  padding: 60px 30px 0 30px; }
  @media (min-width: 768px) {
    .error-text {
      width: 30%;
      order: 2;
      margin-left: auto;
      max-width: 1366px;
      margin-right: 15rem;
      text-align: left; } }
  .error-text h1 {
    color: #067997;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px; }
    @media (min-width: 1152px) {
      .error-text h1 {
        font-size: 36px;
        line-height: 46px; } }
  .error-text p {
    margin-bottom: 20px; }

.error-image {
  order: 2; }
  @media (min-width: 768px) {
    .error-image {
      width: 70%;
      order: 1; } }

body.misc-page {
  background-color: #E0E8ED; }

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