@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&amp;family=Source+Serif+Pro:ital,wght@0,400;0,700;1,600&amp;display=swap');
@import 'myfontswebfontskit.css';
@import 'flexboxgrid.min.css';
@import url("gpz8yqy.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4&amp;display=swap');
/*
 Theme Name: Parent Cue - Orange
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Template: Divi
 Author: Orange
 Author URI: https://www.orangeblogs.com
 Description: The Parent Cue theme in line with Orange's 2018 revamp of several sites.
 Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
 Version: 0.1.0.1535638434
 Updated: 2018-08-30 10:13:54
 */
.hide-typeform .typeform-widget {
  display: none; }

.hide-typeform .typeform-widget + script + div {
  display: none; }

.hide-typeform .typeform-widget + p + div {
  display: none; }

.display-none, .phase {
  display: none; }

.ajax-overlay {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5); }
  .ajax-overlay:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #21bdc4;
    border-radius: 50%;
    width: 50px;
    height: 50px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
/* CSS needs to be removed after implementation in Builder */
* {
  box-sizing: border-box; }

body {
  font-family: 'Source Serif Pro', serif;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0; }
/**
 Menu CSS
 */
#top-header #et-secondary-nav li {
  margin: 0; }
  #top-header #et-secondary-nav li .sub-menu {
    width: 115px; }
    #top-header #et-secondary-nav li .sub-menu li {
      padding: 0 10px;
      text-align: center; }
  #top-header #et-secondary-nav li.menu-item-has-children > a {
    cursor: default;
    pointer-events: none;
    padding-right: 23px; }
    #top-header #et-secondary-nav li.menu-item-has-children > a:first-child:after {
      top: 4px;
      right: 8px; }
  #top-header #et-secondary-nav li.bordered > a, #top-header #et-secondary-nav li.filled > a {
    border: 1px solid #fff;
    border-radius: 20px; }
  #top-header #et-secondary-nav li.filled > a {
    background: white;
    color: black;
    margin-left: 10px; }
  #top-header #et-secondary-nav li a {
    padding: 5px 12px 5px; }
  #top-header > .container {
    padding: 5px 0; }

#mobile_menu li.menu-item-has-children > a {
  cursor: default;
  pointer-events: none; }

#mobile_menu li.bordered, #mobile_menu li.filled {
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  text-align: center; }

#mobile_menu li.filled {
  background: #000; }
  #mobile_menu li.filled a {
    color: #fff; }

#main-header #mobile_menu ul.sub-menu {
  padding: 0; }
  #main-header #mobile_menu ul.sub-menu li {
    padding-left: 0; }
/* CSS needs to be used for custom design styling */
.w-100 {
  width: 100%; }

.border-top {
  border-top: 1px solid #000; }

.text-large {
  font-size: 18px; }

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

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

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.d-block {
  display: block;
  width: 100%; }

.m-0 {
  margin: 0; }

.mb-0 {
  margin-bottom: 0; }

.mr-1 {
  margin-right: 0.8rem; }

.ml-1 {
  margin-left: 0.8rem; }

.pb-0 {
  padding-bottom: 0 !important; }

.mt-1 {
  margin-top: 10px; }

.mt-2 {
  margin-top: 20px; }

.mt-3 {
  margin-top: 30px; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px; }

.mb-3 {
  margin-bottom: 30px; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.text-green p {
  color: #258c91 !important; }

.sm-border {
  position: relative;
  text-align: center;
  padding-top: 22px; }

.sm-border:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid black;
  height: 2px;
  width: 40%; }

.title-account {
  text-align: center;
  margin: 65px 0 45px; }
/*
 .account-in a {
 color: $text-color;
 transition: all .3s ease;
 display: inline-block;
 }
 .account-in a:hover {
 color: $primary-mid !important;
 }*/
.account-in {
  padding: 60px 15px 80px;
  position: relative;
  background-size: cover; }
  @media (max-width: 489px) {
  .account-in {
    padding: 20px 15px 80px; } }
  .card-center {
    background: #fff;
    max-width: 550px;
    border-radius: 10px;
    padding: 35px 52px;
    margin: auto;
    min-height: 350px;
    font-size: 16px;
    border: 1px solid #000; }
  @media (max-width: 489px) {
  .card-center {
    padding: 35px 15px; } }
  .card-center h2, .card-center h1.h2, .card-center h3.h2, .card-center h4.h2, .card-center h5.h2 {
    padding: 15px 0; }

.card-grey {
  background: #eeebea;
  padding: 25px 20px;
  margin-bottom: 8px; }
  .card-grey p {
    margin-bottom: 18px; }
  .card-grey plast-child {
    margin: 0; }

.card-center p {
  margin: 2px 0 22px;
  padding-bottom: 0; }
  .card-center .resend-email {
    cursor: pointer; }
/*.btn-bordered,
 .btn-filled {
 color: #21BDC4 !important;
 display: inline-block;
 padding: 11px 30px 9px;
 border: 2px solid #21BDC4;
 background: #fff;
 font-weight: bold;
 font-size: 16px;
 border-radius: 100px;
 text-transform: uppercase;
 text-align: center;
 text-decoration: none;
 cursor: pointer;
 transition: all .3s ease;
 outline: 0;
 }
 .btn-bordered:hover {
 color: #206089 !important;
 border: 2px solid #206089;
 }
 .btn-filled {
 background: #21BDC4;
 color: #fff !important;
 }
 .btn-filled:hover {
 background-color: #206089;
 border-color: #206089;
 }
 .btn-resource{
 border-radius: 4px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0;
 padding: 10px 17px 8px;
 font-size: 24px;
 font-family: $secondary-font;
 }
 */
.btn-link {
  border: 0;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  font-size: 16px; }

.field-in {
  padding: 17px 10px 1px !important;
  height: 42px;
  width: 100%;
  font-size: 16px;
  outline: none; }

.account-in input:focus, .account-in select:focus, .account-in textarea:focus {
  border: 1px solid #000; }

.form-field {
  margin-bottom: 10px; }
/* -- Custom Checkbox / Select -- */
.checkbox-custom {
  position: relative;
  margin-top: 15px; }

.checkbox-custom + .checkbox-custom {
  margin-top: 10px; }

.checkbox-custom input {
  padding: 0;
  margin: 2px 0 0 1px;
  opacity: 0;
  position: absolute;
  z-index: 5;
  width: 25px;
  height: 25px; }

.checkbox-custom label {
  position: relative;
  font-weight: normal;
  margin: 0;
  color: #000;
  font-size: 16px;
  padding-left: 38px;
  display: block;
  min-height: 30px; }

.checkbox-custom label a {
  color: #000; }

.checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 13px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  margin-right: 10px;
  top: -2px;
  border-radius: 50%;
  left: 0; }

.checkbox-custom input:checked + label:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 4px;
  left: 11px;
  width: 5px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.custom-select {
  position: relative; }

.custom-select select {
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 6px 25px 6px 10px;
  height: 42px;
  width: 100%;
  font-size: 16px;
  outline: none; }

.custom-select:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  right: 10px;
  top: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  pointer-events: none;
  position: absolute; }
/* -- Modal -- */
.blocker {
  z-index: 999991 !important; }

.jquery-modal .modal {
  border-radius: 0; }
  @media (max-width: 489px) {
  .jquery-modal .modal {
    padding: 15px;
    width: 100%; } }
  .jquery-modal .modal .card-center {
    min-height: auto;
    border: none; }
  @media (max-width: 489px) {
    .jquery-modal .modal .card-center {
      padding: 0; } }

#editChild .fields-small {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
/* -- Field Animation -- */
.login-form .transition-field {
  position: relative;
  display: flex;
  flex-flow: column-reverse; }

.login-form .transition-field label, .login-form .transition-field input {
  transition: all 0.2s;
  touch-action: manipulation; }

.login-form .transition-field label {
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 10px; }

.login-form .transition-field input:focus + label, .login-form .transition-field label.active {
  top: 5px;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: #000; }

.app-wrap {
  background-color: #ecf0f5;
  padding: 20px 2rem; }

.app-wrap .buttons {
  max-width: 330px; }
/* === datepicker ====*/
.datepicker-wrap {
  display: flex;
  flex-wrap: wrap; }

.datepicker-wrap .transition-field {
  width: calc(100% - 42px);
  margin-right: 2px; }

.datepicker-wrap .form-error {
  width: 100%; }

.ui-state-disabled {
  background: #fafafa; }

.ui-state-disabled .ui-state-default {
  color: #ccc !important;
  cursor: not-allowed; }

.cal-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff; }
/*== Error ==
 */
.form-error {
  color: #c14343 !important;
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.3; }

.form-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb !important;
  font-size: 15px;
  margin-top: 20px;
  padding: 10px 15px;
  border: 1px solid;
  border-radius: 4px; }

span.form-error {
  position: relative;
  padding-left: 15px; }

span.form-error:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #c14343;
  border-radius: 50%;
  top: 7px;
  left: 0; }

.remove {
  font-size: 25px; }
/*== menu drodown ==*/
.user-logged-in .sub-menu {
  width: auto !important;
  padding: 0 !important; }
/*=== responsive ====*/
@media (max-width: 489px) {
  .app-wrap .buttons {
    justify-content: center;
    flex-wrap: wrap; }

  .app-wrap a {
    margin-right: 0; } }
/*=== resources page ===*/
.resource-assests a {
  text-decoration: none;
  padding: 15px;
  border: 1px solid;
  border-radius: 20px; }

.resource-assests .resources-button {
  margin: 40px; }

.hidden-form-section {
  visibility: hidden;
  max-height: 5px; }

@font-face {
  font-family: BasisGrotesqueProBold;
  src: url(../ttf/basisgrotesquepro-bold.ttf); }

@media (max-width: 980px) {
  .button-donate {
    display: none !important; } }

@media only screen and (min-width: 981px) {
  .button-donate {
    font-family: BasisGrotesqueProBold !important;
    font-weight: 500;
    align-items: center;
    background-clip: padding-box;
    background-color: #e1ab5b;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    float: right;
    margin-top: -10px;
    margin-left: 15px; }

  .button-donate:hover, .button-donate:focus {
    opacity: 0.8;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px; }

  .button-donate:hover {
    transform: translateY(-1px); }

  .button-donate:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0); }

  .button-donate-a {
    text-decoration: none !important; }

  span.et_close_search_field {
    right: 100px !important; }

  #et_top_search {
    float: left !important; }

  .mobile-donate-menu-item {
    display: none !important; } }

.bg-gray {
  background: #eeebea; }

.bg-primary {
  background: #000; }

.bg-secondary {
  background: #000; }

.bg-gray-to-white {
  background: #eeebea; }

.bg-waves {
  background: #21bdc4 url(../jpg/waves-graphic%402x.jpg) no-repeat center center/cover; }

.text-primary {
  color: #000 !important; }

.text-secondary {
  color: #000 !important; }

.has-text-white, .has-text-white * {
  color: #fff; }

.nowrap {
  white-space: nowrap; }

.hidden {
  display: none; }

.et_pb_row, .container {
  margin: auto; }
  @media only screen and (max-width: 767px) {
  .et_pb_row, .container {
    width: 92%; } }
  @media only screen and (min-width: 48em) {
  .et_pb_row, .container {
    width: 92%; } }
  @media only screen and (min-width: 64em) {
  .et_pb_row, .container {
    width: 92%; } }
  @media only screen and (min-width: 75em) {
  .et_pb_row, .container {
    width: 92%;
    max-width: 1380px; } }

@media (max-width: 767px) {
    [class*="col-sm"]:not([class*="col-xs"]) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

@media only screen and (min-width: 75em) {
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

@media only screen and (min-width: 64em) {
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

@media only screen and (min-width: 48em) {
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.col-center {
  margin: auto; }

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .row.thinner {
    margin-left: -0.9rem;
    margin-right: -0.9rem; }
  .row.thinner > [class*="col-"] {
    padding-left: 0.9rem;
    padding-right: 0.9rem; }
  .row.no-margin {
    margin-left: 0;
    margin-right: 0; }

@media (max-width: 767px) {
    .xs-hide {
      display: none; } }

.et_pb_row, .container.has-thinner {
  padding-left: 10px;
  padding-right: 10px; }

.ttu, .pagination a, .next-prev a {
  text-transform: uppercase; }

.ttn {
  text-transform: none; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.taj {
  text-align: justify; }

.rounded, .et_pb_button, .pagination a, .next-prev a {
  border-radius: 100px; }

.full-width, .podcast-widgets {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.et_pb_row.et_pb_row_fullwidth.full-width, .podcast-widgets.et_pb_row.et_pb_row_fullwidth, .podcast-widgets {
  width: 100vw !important;
  max-width: 100vw !important; }

.db {
  display: block; }

.posr {
  position: relative; }

.oh {
  overflow: hidden; }

.fl, .left {
  float: left; }

.fr, .right {
  float: right; }

.pad-5p {
  padding: 5%; }

.pad-10p {
  padding: 10%; }

.padt-5p {
  padding-top: 5%; }

.padt-10 {
  padding-top: 10px; }

.padt-0 {
  padding-top: 0; }

#posts-list #infinite-handle {
  width: 100%;
  margin-bottom: 20px;
  text-align: center; }
  #posts-list #infinite-handle span {
    display: block;
    background: none;
    padding: 0; }

.btn, .et_pb_button, .pagination a, .next-prev a, button, #posts-list #infinite-handle span button, input[type="submit"] button {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  border-radius: 100px; }
  .btn.btn-primary, .et_pb_button.btn-primary, .pagination a.btn-primary, .next-prev a.btn-primary, .pagination a, .next-prev a, button.btn-primary, #posts-list #infinite-handle span button.btn-primary, input[type="submit"] button.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff !important; }
  .btn.btn-primary:hover, .et_pb_button.btn-primary:hover, .et_pb_button:hover.btn-primary, .et_pb_button:focus.btn-primary, .pagination a.btn-primary:hover, .next-prev a.btn-primary:hover, .pagination a:hover, .next-prev a:hover, button.btn-primary:hover, #posts-list #infinite-handle span button.btn-primary:hover, input[type="submit"] button.btn-primary:hover, .btn.btn-primary:focus, .et_pb_button.btn-primary:focus, .pagination a.btn-primary:focus, .next-prev a.btn-primary:focus, .pagination a:focus, .next-prev a:focus, button.btn-primary:focus, #posts-list #infinite-handle span button.btn-primary:focus, input[type="submit"] button.btn-primary:focus {
    background-color: #eeebea;
    border-color: #000;
    color: #000 !important;
    padding: 0.5em 1em;
    /*override divi style*/
    border: 1px solid;
    /*override divi style*/ }
  .btn.btn-secondary, .et_pb_button.btn-secondary, .et_pb_button, .pagination a.btn-secondary, .pagination a.et_pb_button, .next-prev a.btn-secondary, .next-prev a.et_pb_button, .et_pb_button.btn, button.btn-secondary, button.et_pb_button, #posts-list #infinite-handle span button.btn-secondary, #posts-list #infinite-handle span button.et_pb_button, input[type="submit"] button.btn-secondary, input[type="submit"] button.et_pb_button {
    background-color: transparent;
    border-color: #000;
    color: #000 !important; }
  .btn.btn-secondary:hover, .et_pb_button.btn-secondary:hover, .et_pb_button.et_pb_button:hover, .et_pb_button:hover, .et_pb_button:focus, .et_pb_button:hover.btn-secondary, .et_pb_button:focus.btn-secondary, .et_pb_button.et_pb_button:focus, .pagination a.btn-secondary:hover, .pagination a.et_pb_button:hover, .pagination a.et_pb_button:focus, .next-prev a.btn-secondary:hover, .next-prev a.et_pb_button:hover, .next-prev a.et_pb_button:focus, .et_pb_button.btn:hover, .et_pb_button:hover.btn, .et_pb_button:focus.btn, button.btn-secondary:hover, button.et_pb_button:hover, button.et_pb_button:focus, #posts-list #infinite-handle span button.btn-secondary:hover, #posts-list #infinite-handle span button.et_pb_button:hover, #posts-list #infinite-handle span button.et_pb_button:focus, input[type="submit"] button.btn-secondary:hover, input[type="submit"] button.et_pb_button:hover, input[type="submit"] button.et_pb_button:focus, .btn.btn-secondary:focus, .et_pb_button.btn-secondary:focus, .pagination a.btn-secondary:focus, .next-prev a.btn-secondary:focus, .et_pb_button.btn:focus, button.btn-secondary:focus, #posts-list #infinite-handle span button.btn-secondary:focus, input[type="submit"] button.btn-secondary:focus {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    padding: 0.5em 1em;
    /*override divi style*/
    border: 1px solid;
    /*override divi style*/ }
  .btn.btn-white, .et_pb_button.btn-white, .pagination a.et_pb_button, .next-prev a.et_pb_button, .pagination a.btn-white, .pagination .pagination a, .pagination .next-prev a, .next-prev .pagination a, .next-prev a.btn-white, .next-prev .next-prev a, .pagination a.btn, .next-prev a.btn, button.btn-white, #posts-list #infinite-handle span button.btn-white, input[type="submit"] button.btn-white {
    background: #fff; }
  .btn.btn-white-border, .et_pb_button.btn-white-border, .pagination a.btn-white-border, .next-prev a.btn-white-border, button.btn-white-border, #posts-list #infinite-handle span button.btn-white-border, input[type="submit"] button.btn-white-border {
    border-color: white;
    color: white !important; }
  .btn.btn-white-border:hover, .et_pb_button.btn-white-border:hover, .et_pb_button:hover.btn-white-border, .et_pb_button:focus.btn-white-border, .pagination a.btn-white-border:hover, .next-prev a.btn-white-border:hover, button.btn-white-border:hover, #posts-list #infinite-handle span button.btn-white-border:hover, input[type="submit"] button.btn-white-border:hover {
    background: rgba(0, 0, 0, 0.2); }
  .btn .icon, .et_pb_button .icon, .pagination a .icon, .next-prev a .icon, button .icon, #posts-list #infinite-handle span button .icon, input[type="submit"] button .icon {
    max-width: 1.5em;
    display: inline-block;
    margin-right: 3px; }
  .btn.large, .et_pb_button.large, .pagination a.large, .next-prev a.large, button.large, #posts-list #infinite-handle span button.large, input[type="submit"] button.large {
    font-size: 20px; }
  @media (max-width: 900px) {
    .btn.large, .et_pb_button.large, .pagination a.large, .next-prev a.large, button.large, #posts-list #infinite-handle span button.large, input[type="submit"] button.large {
      font-size: 18px; } }
  .btn.small, .et_pb_button.small, .pagination a.small, .next-prev a.small, button.small, #posts-list #infinite-handle span button.small, input[type="submit"] button.small {
    font-size: 12px; }

.et_pb_button::after {
  content: ""; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #666 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666 !important; }

body .et_pb_contact_form_container .et_pb_contact_field_1.et_pb_contact_field .input::-webkit-input-placeholder {
  color: #666 !important; }

body {
  /*
   .et_pb_contact .et_pb_contact_field_half {
   float: none;
   width: 100%;
   }
   .et_pb_contact_submit, .et_password_protected_form .et_submit_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .comment-reply-link, .form-submit .et_pb_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light .et_pb_more_button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .et_pb_contact p input[type="checkbox"]:checked+label i:before, .et_pb_bg_layout_light.et_pb_module.et_pb_button {
   background: #21bdc4;
   border-radius: 40px;
   color: #fff;
   font-family: $secondary-font;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 1.2em;
   padding: 0.3em 1.7em;
   border: none;
   }
   .et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover {
   background: $primary;
   padding: 0.3em 1.7em;
   }
   .et_pb_button:after, .et_pb_button:before {
   font-size: 1.7em;
   }
   .et_pb_button:hover, .et_pb_module .et_pb_button:hover {
   border: none;
   padding: 0.3em 2.2em 0.3em 1.7em;
   }
   */ }
  body a, body a img {
    transition: 0.15s ease-out; }
  body a:hover img {
    opacity: 0.9; }
  body a {
    color: #000;
    text-decoration: underline; }
  body a:hover {
    color: #d56c47;
    text-decoration: none; }

img {
  vertical-align: top; }

h1, h2.h1, h2#main-footer:after, h3.h1, h3#main-footer:after, h4.h1, h4#main-footer:after, h5.h1, h5#main-footer:after, .h1, #main-footer:after {
  font-weight: bold;
  font-family: 'Source Serif 4', serif;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: 90px; }
  h1.content, .h1.content, #main-footer:after.content {
    margin-bottom: 0.3em; }
  @media (max-width: 900px) {
  h1, h2.h1, h2#main-footer:after, h3.h1, h3#main-footer:after, h4.h1, h4#main-footer:after, h5.h1, h5#main-footer:after, .h1, #main-footer:after {
    font-size: 46px; } }
  @media (max-width: 767px) {
  h1, h2.h1, h2#main-footer:after, h3.h1, h3#main-footer:after, h4.h1, h4#main-footer:after, h5.h1, h5#main-footer:after, .h1, #main-footer:after {
    font-size: 40px; } }

h2, h1.h2, h3.h2, h4.h2, h5.h2, .h2 {
  font-weight: bold;
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #000; }
  @media (max-width: 900px) {
  h2, h1.h2, h3.h2, h4.h2, h5.h2, .h2 {
    font-size: 30px;
    line-height: 1.15; } }

h3, h1.h3, h2.h3, h4.h3, h5.h3, .h3 {
  font-weight: bold;
  font-family: 'Source Serif Pro', serif;
  font-size: 30px; }
  @media (max-width: 900px) {
  h3, h1.h3, h2.h3, h4.h3, h5.h3, .h3 {
    font-size: 25px; } }

h4, h1.h4, h2.h4, h3.h4, h5.h4, .h4 {
  font-weight: bold;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px; }

h5, h1.h5, h2.h5, h3.h5, h4.h5, .h5 {
  font-weight: bold;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; }

p {
  font-size: 16px;
  line-height: 1.5; }
  p.large {
    font-size: 20px;
    line-height: 1.45; }

.small, small, .small *, small * {
  font-size: 12px; }

hr {
  border: none;
  border-top: 1px solid #777; }

label {
  cursor: pointer; }

#et-main-area {
  overflow: hidden; }

form[data-sf-form-id="20398"] > ul, .post-type-filters > ul {
  padding: 0; }
  form[data-sf-form-id="20398"] > ul li, .post-type-filters > ul li {
    display: flex;
    justify-content: center; }
  form[data-sf-form-id="20398"] .sf-field-search, .post-type-filters .sf-field-search {
    padding: 0 10px 80px; }
  @media (min-width: 600px) {
    form[data-sf-form-id="20398"] .sf-field-search, .post-type-filters .sf-field-search {
      padding-bottom: 60px; } }
  form[data-sf-form-id="20398"] .sf-field-post_type, .post-type-filters .sf-field-post_type {
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: -100px;
    background: #000; }
  form[data-sf-form-id="20398"] .sf-field-post_type > ul, .post-type-filters .sf-field-post_type > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] li, .post-type-filters [data-sf-field-input-type="checkbox"] li {
    cursor: pointer; }
  form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] li:nth-child(1) label::before, .post-type-filters [data-sf-field-input-type="checkbox"] li:nth-child(1) label::before, form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] li:nth-child(2) label::before, .post-type-filters [data-sf-field-input-type="checkbox"] li:nth-child(2) label::before, form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] li:nth-child(3) label::before, .post-type-filters [data-sf-field-input-type="checkbox"] li:nth-child(3) label::before, form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] li:nth-child(4) label::before, .post-type-filters [data-sf-field-input-type="checkbox"] li:nth-child(4) label::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    background-image: url(../svg/type-icon-post-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] li:nth-child(2) label::before, .post-type-filters [data-sf-field-input-type="checkbox"] li:nth-child(2) label::before {
    background-image: url(../svg/type-icon-resources-white.svg); }
  form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] li:nth-child(3) label::before, .post-type-filters [data-sf-field-input-type="checkbox"] li:nth-child(3) label::before {
    background-image: url(../svg/type-icon-podcast-white.svg); }
  form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] li:nth-child(4) label::before, .post-type-filters [data-sf-field-input-type="checkbox"] li:nth-child(4) label::before {
    background-image: url(../svg/type-icon-video-white.svg); }
  form[data-sf-form-id="20398"] [data-sf-field-input-type="checkbox"] label, .post-type-filters [data-sf-field-input-type="checkbox"] label {
    display: block;
    border: 1px solid;
    border-radius: 30px;
    padding: 9px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    transition: 0.2s all ease-out;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #000; }
  form[data-sf-form-id="20398"] input.sf-input-checkbox, .post-type-filters input.sf-input-checkbox {
    visibility: hidden;
    height: 0;
    display: none; }
  form[data-sf-form-id="20398"] input.sf-input-checkbox + label, .post-type-filters input.sf-input-checkbox + label {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.2); }
  form[data-sf-form-id="20398"] input.sf-input-checkbox + label:hover, .post-type-filters input.sf-input-checkbox + label:hover {
    color: rgba(255, 255, 255, 0.8); }
  form[data-sf-form-id="20398"] input.sf-input-checkbox:checked + label, .post-type-filters input.sf-input-checkbox:checked + label {
    color: rgba(255, 255, 255, 1);
    border-color: #fff; }
  form[data-sf-form-id="20398"] .sf-option-active input.sf-input-checkbox + label, .post-type-filters .sf-option-active input.sf-input-checkbox + label {
    color: #fff; }
  form[data-sf-form-id="20398"] .search-filter-scroll-loading, .post-type-filters .search-filter-scroll-loading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  form[data-sf-form-id="20398"] input.sf-input-text, .post-type-filters input.sf-input-text {
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    padding: 3px 18px;
    line-height: 2.1;
    border-radius: 3px; }
  form[data-sf-form-id="20398"] .sf-field-search label::before, .post-type-filters .sf-field-search label::before {
    content: "Searching for ";
    font-size: 23px;
    line-height: 1;
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 12px;
    position: relative;
    top: 3px; }

.sf-option-active .sf-label-checkbox::after {
  content: "×";
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
  color: #000; }

.no-results {
  margin: 80px 0; }

.post-type-filters ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .post-type-filters ul {
      top: 90px; } }
  .post-type-filters ul li.sf-level-0 {
    margin-bottom: 5px; }
  @media (max-width: 500px) {
      .post-type-filters ul li.sf-level-0 label.sf-label-checkbox::before {
        width: 20px;
        height: 21px;
        margin-right: 0px;
        position: relative;
        top: 2px; }
      .post-type-filters ul li.sf-level-0 span {
        display: none; } }
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
  background: none; }
/*** Hide Sidebar ***/
#sidebar {
  display: none; }
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important; } }

@media (max-width: 980px) {
  #et-top-navigation {
    padding-right: 15px; } }

@media (max-width: 980px) {
  .et_header_style_left #logo {
    max-width: 43%; } }

@media (max-width: 900px) {
    .et_pb_post h2, .et_pb_post h1.h2, .et_pb_post h3.h2, .et_pb_post h4.h2, .et_pb_post h5.h2 {
      font-size: 30px;
      line-height: 1.15; } }

#left-area #sidebar, .home #sidebar {
  width: 100%;
  padding: 0;
  display: block; }
  #left-area #sidebar *, .home #sidebar * {
    color: #000; }
  #left-area #sidebar h2, #left-area #sidebar h1.h2, #left-area #sidebar h3.h2, #left-area #sidebar h4.h2, #left-area #sidebar h5.h2, .home #sidebar h2, .home #sidebar h1.h2, .home #sidebar h3.h2, .home #sidebar h4.h2, .home #sidebar h5.h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #left-area #sidebar .post-listing, .home #sidebar .post-listing {
    margin-top: 0; }
  #left-area #sidebar [id*="widget-post"]:not(:last-child), .home #sidebar [id*="widget-post"]:not(:last-child) {
    margin-bottom: 45px; }
  #left-area #sidebar .widget, .home #sidebar .widget {
    padding: 30px;
    list-style: none; }
  @media (min-width: 1450px) {
      #left-area #sidebar .widget, .home #sidebar .widget {
        padding: 10%; } }
  @media (min-width: 1600px) {
      #left-area #sidebar .widget, .home #sidebar .widget {
        padding: 13%; } }
  @media (min-width: 1750px) {
      #left-area #sidebar .widget, .home #sidebar .widget {
        padding: 16%; } }
  #left-area #sidebar .popular-posts h3, #left-area #sidebar .popular-posts h1.h3, #left-area #sidebar .popular-posts h2.h3, #left-area #sidebar .popular-posts h4.h3, #left-area #sidebar .popular-posts h5.h3, .home #sidebar .popular-posts h3, .home #sidebar .popular-posts h1.h3, .home #sidebar .popular-posts h2.h3, .home #sidebar .popular-posts h4.h3, .home #sidebar .popular-posts h5.h3 {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }

.blog .popular-posts:first-child, .archive .popular-posts:first-child {
  margin-top: 50px !important; }

.widget-area .podcast-links-main .podcast-links {
  justify-content: space-between;
  flex-wrap: wrap; }
  .widget-area .podcast-links-main {
    padding-bottom: 0; }
  .widget-area .podcast-links-main img {
    height: 40px;
    max-width: 55px;
    margin-top: 10px; }

@media (min-width: 981px) {
    .single #left-area, .blog #left-area, .archive #left-area, .author #left-area, .home #left-area, .post-type-archive-video #left-area {
      padding-top: 0 !important; } }

@media (max-width: 900px) {
      .post-type-archive-podcast .heading-bar .container {
        padding-left: 30px;
        padding-right: 30px; } }
  .post-type-archive-podcast .post-listing .white-post {
    height: 100%; }
  .post-type-archive-podcast .post-listing .white-post .post-meta {
    margin-bottom: -25px; }
  @media (min-width: 1200px) {
  .post-type-archive-podcast .podcasts-wrapper, .post-type-archive-podcast .infinite-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .post-type-archive-podcast .podcasts-wrapper article, .post-type-archive-podcast .infinite-wrap article {
      flex-basis: 49%;
      border: 1px solid #eeebea;
      margin-bottom: 2%;
      padding: 2% 3%; }
      .post-type-archive-podcast .podcasts-wrapper article h3, .post-type-archive-podcast .podcasts-wrapper article h1.h3, .post-type-archive-podcast .podcasts-wrapper article h2.h3, .post-type-archive-podcast .podcasts-wrapper article h4.h3, .post-type-archive-podcast .podcasts-wrapper article h5.h3, .post-type-archive-podcast .infinite-wrap article h3, .post-type-archive-podcast .infinite-wrap article h1.h3, .post-type-archive-podcast .infinite-wrap article h2.h3, .post-type-archive-podcast .infinite-wrap article h4.h3, .post-type-archive-podcast .infinite-wrap article h5.h3 {
        line-height: 1.2; }
      .post-type-archive-podcast .podcasts-wrapper article .post-meta, .post-type-archive-podcast .infinite-wrap article .post-meta {
        margin-bottom: -25px;
        padding-bottom: 0; }

    .post-type-archive-podcast .podcasts-wrapper .et_pb_post.podcast .episode-number, .post-type-archive-podcast .infinite-wrap .et_pb_post.podcast .episode-number {
      font-size: 4.5vw; } }

#left-area #sidebar.promomini-sidebar-widgets {
  float: none;
  width: 75vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3em; }
  @media (max-width: 767px) {
    #left-area #sidebar.promomini-sidebar-widgets {
      width: 100%; } }
  #left-area #sidebar.promomini-sidebar-widgets + div {
    border-top: none; }
  #left-area > .podcast:first-child {
    padding-top: 0; }

#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
  line-height: 1.5; }

.sumome-share-client-wrapper-left-page {
  display: none !important; }

.et_fixed_nav #main-header {
  box-shadow: 0 -6px 24px 0 rgba(0, 0, 0, 0.35); }

#top-header, #top-menu, #mobile_menu {
  /* most menu styles applied through divi */ }
  #top-header li.menu-item a, #top-menu li.menu-item a, #mobile_menu li.menu-item a {
    font-family: 'DM Sans', sans-serif;
    line-height: 1.1;
    text-decoration: none; }
  #top-header li.menu-item.current-menu-item a, #top-menu li.menu-item.current-menu-item a, #mobile_menu li.menu-item.current-menu-item a {
    /*active menu underline*/
    /*&::after{
     content: "";
     width: 100%;
     height: 2px;
     border-bottom: 1px solid $text-color;
     display:block;
     margin-bottom:-3px;
     }*/ }

#main-header {
  transition: 0.2s all ease-in-out; }
/*hide nav on homepage
 body.home #main-header {
 transform: translateY(-100px);
 &.et-fixed-header {
 transform: translateY(0px);
 }
 }
 */
body .et_search_form_container input {
  font-family: 'Source Serif Pro', serif;
  text-transform: none; }
/*.top-widgets {
 & ~ #page-container {
 padding-top: 0!important;
 margin-top: -1px !important;
 background: #fff;
 position: relative;
 #top-header,
 #main-header {
 position: -webkit-sticky;
 position: sticky;
 }
 }
 }*/
.home {
  /* use this class on a set of 2x2 articles on half the screen width */
  /* use this class on a set of 3 articles in a column on half the screen width */ }
  .home .h1, .home #main-footer:after {
    font-size: 60px; }
  .home .trending-widget .h1, .home .trending-widget #main-footer:after {
    font-size: 50px;
    margin-bottom: 10px; }
  .home .trending-widget .h3 {
    font-size: 20px; }
  .home .trending-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .home .trending-widget ul li {
    margin: 0;
    padding: 0; }
    .home .trending-widget ul li a {
      display: block;
      border-top: 1px solid #000;
      text-decoration: none;
      vertical-align: top; }
      .home .trending-widget ul li a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: inherit; }
    .home .trending-widget ul li.trending-tag a {
      text-align: center;
      line-height: 60px;
      text-transform: capitalize;
      font-family: 'DM Sans', sans-serif;
      font-weight: normal; }
    .home .trending-widget ul li.trending-article a {
      text-align: left;
      padding: 20px 0; }
      .home .trending-widget ul li.trending-article a img {
        display: inline-block;
        width: 50%;
        height: 100px;
        vertical-align: top;
        margin-bottom: 0;
        object-fit: cover; }
      .home .trending-widget ul li.trending-article a .details {
        display: inline-block;
        max-width: 50%;
        vertical-align: top;
        padding: 0 0 0 15px; }
        .home .trending-widget ul li.trending-article a .details * {
          display: inline-block;
          font-family: 'DM Sans', sans-serif;
          font-size: 14px;
          line-height: 1.3;
          vertical-align: top; }
        .home .trending-widget ul li.trending-article a .details .author {
          line-height: 1.1; }
      @media (max-width: 980px) and (min-width: 675px) {
      .home .trending-widget ul li.trending-article a {
        float: left;
        width: 50%;
        padding-right: 15px; } }
  .home .featured-post {
    border: 2px solid #000;
    margin-top: 30px;
    padding: 0 30px 0 30px; }
  .home .featured-post article {
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    background: white;
    margin-bottom: 0; }
  .home .featured-post article img {
    margin-bottom: 0; }
  .home .posts-grid-small .entry-featured-image-url {
    margin-bottom: 10px; }
  .home .posts-grid-small h2.entry-title {
    font-size: 18px; }
  @media (min-width: 981px) {
      .home .posts-grid-small h2.entry-title {
        min-height: 4.1em; } }
  .home .posts-stack article {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid black; }
  .home .posts-stack article:first-of-type {
    border-top: none;
    padding-top: 0; }
  .home .posts-stack article > * {
    display: inline-block;
    width: 50%;
    float: left;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    vertical-align: top;
    padding-left: 15px;
    color: #000 !important; }
  .home .posts-stack article > * a {
    color: #000 !important; }
  .home .posts-stack article > a {
    padding-left: 0;
    margin: 0; }
  .home .posts-stack article img {
    height: auto;
    max-height: 200px;
    object-fit: cover; }
  .home .posts-stack article h2, .home .posts-stack article h1.h2, .home .posts-stack article h3.h2, .home .posts-stack article h4.h2, .home .posts-stack article h5.h2 {
    font-size: 20px; }

.promos a span {
  border: 2px solid transparent;
  transition: 0.2s all ease-out; }
  .promos a span img {
    transition: 0.2s all ease-out; }
  .promos a:hover span {
    border-color: black;
    transform: translate(10px, 10px); }
  .promos a:hover span img {
    transform: translate(-10px, -10px); }

.excerpt iframe, .excerpt .podcast-player {
  margin-top: 20px; }
  .excerpt .mejs-controls * {
    color: #fff; }
  .excerpt .mejs-container, .excerpt .mejs-container .mejs-controls, .excerpt .mejs-embed, .excerpt .mejs-embed body {
    background: #000; }

.podcast-sidebar-widgets li, .podcast-widgets li {
  list-style: none; }

.podcast-widgets {
  margin-bottom: 84px;
  margin-top: 34px;
  padding: 64px 0;
  background: #000; }
  .podcast-widgets * {
    color: #fff; }
  .podcast-widgets h2, .podcast-widgets h1.h2, .podcast-widgets h3.h2, .podcast-widgets h4.h2, .podcast-widgets h5.h2 {
    font-size: 48px; }
  .podcast-widgets .container {
    text-align: center;
    padding-top: 0 !important; }
  .podcast-widgets a.db {
    border: 5px solid #fff;
    border-bottom: none; }

.heading-bar {
  background: #eeebea;
  padding: 37px 0; }
  .heading-bar.secondary {
    padding: 75px 0; }
  .heading-bar.secondary.topic {
    background: #000; }
  .heading-bar.secondary.topic.has-subcategories {
    padding-bottom: 150px; }
  .heading-bar.secondary.topic h1, .heading-bar.secondary.topic h2.h1, .heading-bar.secondary.topic h2#main-footer:after, .heading-bar.secondary.topic h3.h1, .heading-bar.secondary.topic h3#main-footer:after, .heading-bar.secondary.topic h4.h1, .heading-bar.secondary.topic h4#main-footer:after, .heading-bar.secondary.topic h5.h1, .heading-bar.secondary.topic h5#main-footer:after {
    color: #fff; }
  .heading-bar.secondary.topic .post-type-filters label {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.2); }
    .heading-bar.secondary.topic .post-type-filters label:hover {
      color: rgba(0, 0, 0, 0.8); }
    .heading-bar.secondary.topic .post-type-filters label::before {
      filter: brightness(0.1); }
  .heading-bar.secondary *:not(input) {
    /*  color: #fff;*/ }
  .heading-bar.secondary .container {
    padding-top: 0 !important; }
  @media (max-width: 767px) {
    .heading-bar.secondary {
      padding: 20px 0 10px 0; } }
  .heading-bar .container {
    padding-top: 37px !important; }
  .heading-bar h4, .heading-bar h1.h4, .heading-bar h2.h4, .heading-bar h3.h4, .heading-bar h5.h4, .heading-bar h1, .heading-bar h2.h1, .heading-bar h2#main-footer:after, .heading-bar h3.h1, .heading-bar h3#main-footer:after, .heading-bar h4.h1, .heading-bar h4#main-footer:after, .heading-bar h5.h1, .heading-bar h5#main-footer:after {
    /*color: $primary;*/ }

.page-template-page-topics #main-content > .container {
  padding-top: 10px; }
  @media (max-width: 1024px) {
    .page-template-page-topics #main-content > .container {
      padding: 30px; } }
  @media (max-width: 767px) {
    .page-template-page-topics #main-content > .container {
      width: 100%; } }

.category #main-content .container {
  padding-top: 0; }
  @media (max-width: 1024px) {
  .category #main-content .container {
    padding: 30px; } }
  @media (max-width: 767px) {
  .category #main-content .container {
    width: 100%; } }
  @media (max-width: 500px) {
  .category #main-content .container {
    padding: 6vw; } }

.category-thumb {
  display: block;
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
  height: 0;
  padding-bottom: 56.25%; }
  @media (max-width: 550px) {
  .category-thumb {
    padding-bottom: 100%; }
    .category-thumb h2, .category-thumb h1.h2, .category-thumb h3.h2, .category-thumb h4.h2, .category-thumb h5.h2 {
      font-size: 5.5vw; } }
  .category-thumb h2, .category-thumb h1.h2, .category-thumb h3.h2, .category-thumb h4.h2, .category-thumb h5.h2 {
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 10%; }

.subcategories-list {
  margin: 30px 0;
  color: #000; }
  .subcategories-list p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .subcategories-list a {
    color: #d56c47;
    margin-left: 1em; }
  @media (max-width: 767px) {
    .subcategories-list a {
      flex-basis: 100%;
      margin-left: 0;
      text-align: center; } }
  .subcategories-list a:hover {
    color: #000; }
/*.has-post-thumbnail {
 img:not(.type-thumb-icon) {
 width: 100%;
 }
 .featured-video-plus ~ .type-thumb-icon {
 position: absolute;
 top: 0;
 }
 }*/
.previous-posts {
  margin-bottom: 30px; }
  @media (max-width: 900px) {
  .previous-posts {
    padding: 0 30px; } }

.post-listing {
  margin: 50px 0 0; }

.episode-no {
  color: #fff;
  display: inline-block;
  height: 30px;
  text-transform: uppercase;
  font-weight: bold; }
  .episode-no .episode {
    background: #000;
    display: inline-block;
    padding: 0 11px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    margin-right: 12px; }
  .episode-no .img {
    display: inline-block;
    vertical-align: top;
    padding: 1px;
    border-right: 1px solid #fff;
    margin-right: 11px; }
  .episode-no .img:only-child {
    margin-right: 0;
    border-right: none; }
  .episode-no .img img {
    margin-bottom: 0;
    width: 28px;
    height: 28px; }

.white-post, .default-post, .horizontal-post {
  position: relative;
  margin-bottom: 1.5em; }
  .white-post a, .default-post a, .horizontal-post a {
    text-decoration: none;
    color: #000; }
  .white-post a:hover, .default-post a:hover, .horizontal-post a:hover {
    color: #000; }
  .white-post h2 a:hover, .white-post h1.h2 a:hover, .white-post h3.h2 a:hover, .white-post h4.h2 a:hover, .white-post h5.h2 a:hover, .default-post h2 a:hover, .default-post h1.h2 a:hover, .default-post h3.h2 a:hover, .default-post h4.h2 a:hover, .default-post h5.h2 a:hover, .horizontal-post h2 a:hover, .horizontal-post h1.h2 a:hover, .horizontal-post h3.h2 a:hover, .horizontal-post h4.h2 a:hover, .horizontal-post h5.h2 a:hover, .white-post .h2 a:hover, .default-post .h2 a:hover, .horizontal-post .h2 a:hover, .white-post a.readmore:hover, .default-post a.readmore:hover, .horizontal-post a.readmore:hover {
    color: #595959; }
  .white-post .content-box, .default-post .content-box, .horizontal-post .content-box {
    text-align: left;
    padding: 10px 0 0; }
  .white-post .content-box p, .default-post .content-box p, .horizontal-post .content-box p {
    padding-bottom: 0; }
  .white-post .content-box p.large, .default-post .content-box p.large, .horizontal-post .content-box p.large {
    line-height: 1.25; }
  .white-post .content-box .excerpt a, .default-post .content-box .excerpt a, .horizontal-post .content-box .excerpt a {
    text-decoration: underline; }

.white-post p, .default-post p {
  margin-bottom: 5px; }
  .white-post .episode-no, .default-post .episode-no {
    font-size: 12px;
    background: none;
    height: auto; }
  .white-post .excerpt, .default-post .excerpt {
    margin-top: -11px;
    margin-bottom: 2.5em; }
  .white-post.lined, .default-post.lined {
    border-bottom: 1px solid #777;
    margin-bottom: 40px; }

.white-post {
  background: #fff;
  transition: 0.3s box-shadow ease-out; }
  .white-post:hover {
    box-shadow: 3px 4px 63px rgba(0, 0, 0, 0.15); }
  .white-post .content-box {
    padding: 10px 15px 0; }

.horizontal-post {
  margin: 0 0 30px;
  padding-top: 30px; }
  .horizontal-post.lined:not(:first-child) {
    border-top: 1px solid #777; }
  .horizontal-post.duo-post {
    margin-bottom: 50px; }
  @media (max-width: 767px) {
    .horizontal-post.duo-post {
      padding: 0;
      margin-left: 0;
      margin-right: 0; }
      .horizontal-post.duo-post .content-box .excerpt {
        margin-bottom: 10px; } }
  .horizontal-post.size-small .content-box {
    padding-top: 0; }
  .horizontal-post.size-small .content-box .large {
    margin-bottom: 0.8em;
    line-height: 1.2; }
  .horizontal-post hr {
    margin: 20px 0 50px; }
  .horizontal-post .content-box {
    margin-top: 0; }
  @media (max-width: 767px) {
    .horizontal-post .content-box {
      margin-top: 0.8em; } }
  .horizontal-post .content-box .excerpt {
    margin-bottom: 0; }

a .type-thumb-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px; }

#left-area .post-meta, .post-meta {
  font-size: 12px; }

.meta-comments img {
  max-width: 12px; }

.posts-list .podcast img {
  margin-bottom: 30px; }
  .posts-list .podcast .meta-comments img {
    margin-bottom: 4px;
    max-width: 12px; }

.topics {
  font-weight: bold;
  padding-bottom: 0; }
  .topics a {
    text-decoration: none; }

.et_pb_post .topics {
  font-size: 16px; }
  .et_pb_post .episode-no + .topics {
    line-height: 30px;
    display: inline-block;
    vertical-align: top; }
  .et_pb_post.podcast {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eeebea;
    padding: 40px 0 20px;
    margin: 0; }
  .et_pb_post.podcast .episode-number {
    font-weight: bold;
    line-height: 0.7;
    color: #000;
    font-size: 74px;
    letter-spacing: -0.03em;
    text-align: center;
    transform: scale(1.2);
    transform-origin: center -30%;
    white-space: nowrap; }
  @media (max-width: 767px) {
      .et_pb_post.podcast .episode-number {
        line-height: 1; } }
  @media (max-width: 1300px) {
      .et_pb_post.podcast .episode-number {
        font-size: 5vw;
        margin-top: 1.7vw;
        transform: scale(1.4);
        transform-origin: center 30%; } }
  .et_pb_post.podcast h2 a, .et_pb_post.podcast h1.h2 a, .et_pb_post.podcast h3.h2 a, .et_pb_post.podcast h4.h2 a, .et_pb_post.podcast h5.h2 a {
    display: block; }
  .et_pb_post.podcast a {
    color: #000;
    text-decoration: none; }
  .et_pb_post.podcast a:hover {
    color: #d56c47; }
  .et_pb_post.podcast .excerpt {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 21px; }

.et_post_meta_wrapper p {
  color: #000; }
  .et_post_meta_wrapper .share {
    margin-top: 16px; }

.participants {
  margin-bottom: 20px; }
  .participants h2, .participants h1.h2, .participants h3.h2, .participants h4.h2, .participants h5.h2 {
    margin: 30px 0 20px; }

.comments-loader {
  position: absolute;
  left: 50%;
  margin-top: 79px;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #000;
  border-right-color: transparent;
  border-radius: 50%; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.next-prev {
  margin-top: 30px;
  margin-bottom: 25px; }

.pagination {
  margin-bottom: 30px; }

a.btn.text-secondary.btn-white:hover, a.et_pb_button.text-secondary.btn-white:hover, .pagination a.et_pb_button.text-secondary:hover, .next-prev a.et_pb_button.text-secondary:hover, a.et_pb_button:hover.text-secondary.btn-white, .pagination a.et_pb_button:hover.text-secondary, .next-prev a.et_pb_button:hover.text-secondary, a.et_pb_button:focus.text-secondary.btn-white, .pagination a.et_pb_button:focus.text-secondary, .next-prev a.et_pb_button:focus.text-secondary, .pagination a.text-secondary.btn-white:hover, .pagination .pagination a.text-secondary:hover, .pagination .next-prev a.text-secondary:hover, .next-prev .pagination a.text-secondary:hover, .next-prev a.text-secondary.btn-white:hover, .next-prev .next-prev a.text-secondary:hover, .pagination a.btn.text-secondary:hover, .next-prev a.btn.text-secondary:hover {
  color: #000 !important; }

.post-author {
  margin-top: 40px; }
  .post-author h3, .post-author h1.h3, .post-author h2.h3, .post-author h4.h3, .post-author h5.h3 {
    padding-bottom: 3px; }
  .post-author p {
    padding-bottom: 8px; }
  @media (max-width: 1000px) {
      .post-author p.large {
        font-size: 18px; } }
  .post-author .col-sm-9 {
    display: flex;
    flex-direction: column;
    padding-top: 7px;
    padding-bottom: 7px; }
  .post-author .col-sm-9 p:last-child {
    margin-top: auto; }
/*.et-db #et-boc .et_pb_row {
 width: 100%;
 }*/
.sharing-bar {
  padding: 10px 0; }
  @media (max-width: 767px) {
  .sharing-bar {
    padding: 10px; } }
  .sharing-bar .at-resp-share-element .at-share-btn {
    margin-bottom: 0; }

.share strong {
  line-height: 1.9;
  margin-right: 7px;
  color: #000;
  font-size: 16px; }

#left-area > .row > .col-sm-9, #left-area > article > .row > .col-sm-9 {
  padding: 50px 60px 30px; }
  @media (max-width: 900px) {
    #left-area > .row > .col-sm-9, #left-area > article > .row > .col-sm-9 {
      padding: 30px; } }
  @media (max-width: 600px) {
    #left-area > .row > .col-sm-9, #left-area > article > .row > .col-sm-9 {
      padding: 22px; } }
  @media (max-width: 400px) {
    #left-area > .row > .col-sm-9, #left-area > article > .row > .col-sm-9 {
      padding: 15px; } }
  #left-area > .row > .col-sm-9 > .container, #left-area > article > .row > .col-sm-9 > .container {
    width: 42em;
    max-width: 100%; }
  @media (min-width: 900px) {
      #left-area > .row > .col-sm-9 > .container, #left-area > article > .row > .col-sm-9 > .container {
        font-size: 1.5vw; }
        #left-area > .row > .col-sm-9 > .container .entry-title, #left-area > article > .row > .col-sm-9 > .container .entry-title {
          font-size: 3em; } }
  @media (min-width: 1200px) {
      #left-area > .row > .col-sm-9 > .container, #left-area > article > .row > .col-sm-9 > .container {
        font-size: 1.3vw; } }
  @media (min-width: 1750px) {
      #left-area > .row > .col-sm-9 > .container, #left-area > article > .row > .col-sm-9 > .container {
        font-size: 22px; } }
  #left-area > .row > .col-sm-9 > .container .excerpt, #left-area > article > .row > .col-sm-9 > .container .excerpt {
    line-height: 1.5; }
  #left-area > .row > .col-sm-3, #left-area > article > .row > .col-sm-3 {
    padding: 0; }

@media (min-width: 450px) {
      .single .post-content-single .share:first-child {
        float: right;
        margin-top: 0; } }
  .single.single-resources, .single.single-devotionals, .single.single-activities {
    /*center headline on image*/ }
  .single.single-resources .title-header-wrapper, .single.single-devotionals .title-header-wrapper, .single.single-activities .title-header-wrapper {
    width: 100%;
    background-color: black;
    height: 500px;
    position: relative;
    overflow: hidden; }
  @media (max-width: 768px) {
      .single.single-resources .title-header-wrapper, .single.single-devotionals .title-header-wrapper, .single.single-activities .title-header-wrapper {
        height: 300px; } }
  @media (max-width: 429px) {
      .single.single-resources .title-header-wrapper, .single.single-devotionals .title-header-wrapper, .single.single-activities .title-header-wrapper {
        height: 200px; } }
  .single.single-resources .title-header-wrapper img, .single.single-devotionals .title-header-wrapper img, .single.single-activities .title-header-wrapper img {
    position: absolute;
    z-index: 0;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    transform: scale(1.1);
    opacity: 0.8;
    width: 100%;
    height: 500px;
    object-fit: cover; }
    @media (max-width: 768px) {
      .single.single-resources .title-header-wrapper img, .single.single-devotionals .title-header-wrapper img, .single.single-activities .title-header-wrapper img {
        height: 300px; } }
    @media (max-width: 429px) {
      .single.single-resources .title-header-wrapper img, .single.single-devotionals .title-header-wrapper img, .single.single-activities .title-header-wrapper img {
        height: 200px; } }
  .single.single-resources .title-header-wrapper .title-container, .single.single-devotionals .title-header-wrapper .title-container, .single.single-activities .title-header-wrapper .title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 100%;
    text-align: center; }
  .single.single-resources .title-header-wrapper .title-box, .single.single-devotionals .title-header-wrapper .title-box, .single.single-activities .title-header-wrapper .title-box {
    max-width: 80%; }
    .single.single-resources .title-header-wrapper .title-box h4, .single.single-resources .title-header-wrapper .title-box h1.h4, .single.single-resources .title-header-wrapper .title-box h2.h4, .single.single-resources .title-header-wrapper .title-box h3.h4, .single.single-resources .title-header-wrapper .title-box h5.h4, .single.single-devotionals .title-header-wrapper .title-box h4, .single.single-devotionals .title-header-wrapper .title-box h1.h4, .single.single-devotionals .title-header-wrapper .title-box h2.h4, .single.single-devotionals .title-header-wrapper .title-box h3.h4, .single.single-devotionals .title-header-wrapper .title-box h5.h4, .single.single-activities .title-header-wrapper .title-box h4, .single.single-activities .title-header-wrapper .title-box h1.h4, .single.single-activities .title-header-wrapper .title-box h2.h4, .single.single-activities .title-header-wrapper .title-box h3.h4, .single.single-activities .title-header-wrapper .title-box h5.h4 {
      color: white;
      padding: 10px 0 15px 0;
      text-transform: uppercase; }
    .single.single-resources .title-header-wrapper .title-box h1, .single.single-resources .title-header-wrapper .title-box h2.h1, .single.single-resources .title-header-wrapper .title-box h2#main-footer:after, .single.single-resources .title-header-wrapper .title-box h3.h1, .single.single-resources .title-header-wrapper .title-box h3#main-footer:after, .single.single-resources .title-header-wrapper .title-box h4.h1, .single.single-resources .title-header-wrapper .title-box h4#main-footer:after, .single.single-resources .title-header-wrapper .title-box h5.h1, .single.single-resources .title-header-wrapper .title-box h5#main-footer:after, .single.single-devotionals .title-header-wrapper .title-box h1, .single.single-devotionals .title-header-wrapper .title-box h2.h1, .single.single-devotionals .title-header-wrapper .title-box h2#main-footer:after, .single.single-devotionals .title-header-wrapper .title-box h3.h1, .single.single-devotionals .title-header-wrapper .title-box h3#main-footer:after, .single.single-devotionals .title-header-wrapper .title-box h4.h1, .single.single-devotionals .title-header-wrapper .title-box h4#main-footer:after, .single.single-devotionals .title-header-wrapper .title-box h5.h1, .single.single-devotionals .title-header-wrapper .title-box h5#main-footer:after, .single.single-activities .title-header-wrapper .title-box h1, .single.single-activities .title-header-wrapper .title-box h2.h1, .single.single-activities .title-header-wrapper .title-box h2#main-footer:after, .single.single-activities .title-header-wrapper .title-box h3.h1, .single.single-activities .title-header-wrapper .title-box h3#main-footer:after, .single.single-activities .title-header-wrapper .title-box h4.h1, .single.single-activities .title-header-wrapper .title-box h4#main-footer:after, .single.single-activities .title-header-wrapper .title-box h5.h1, .single.single-activities .title-header-wrapper .title-box h5#main-footer:after {
      color: white; }
  .single self:not(.single-resources, .single-devotionals, .single-activities) .featured-image {
    margin-bottom: 30px; }
/*resources downloads widget*/
.resource-assets {
  width: 100%;
  padding: 40px 40px;
  border: 1px solid black;
  border-radius: 10px;
  text-align: center; }
  .resource-assets .resource-btn {
    display: block;
    width: 100%;
    margin: 15px auto; }
/*
 .single-podcast,
 .single-post {
 &.et-db #et-boc .et_pb_section {
 padding: 0;
 }
 }
 .single {
 &.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
 max-width: none;
 }
 .et_pb_post {
 margin-bottom:0;
 padding-bottom:0;
 }
 .post-content-single {
 @media (max-width: 449px) {
 .share:first-child {
 margin: 0 0 10px;
 }
 }
 @media (min-width: 450px) {
 .share:first-child {
 float: right;
 margin-top: 0;
 }
 }
 }
 &:not(.single-resources) {
 .featured-image {
 margin-bottom: 30px;
 }
 }
 &.single-resources {
 .post-content-single {
 .share:first-child {
 margin-top: -99px;
 }
 }
 .entry-content {
 text-align: center;
 }
 @media (min-width: 768px) {
 .featured-image {
 height: 70vh;
 overflow: hidden;
 }
 img.wp-post-image {
 object-fit: cover;
 object-position: center center;
 display: block;
 height: 100%;
 width: 100%;
 }
 }
 .infusion-field {
 max-width: 300px;
 margin: 0 auto;
 input {
 border: 1px solid $secondary;
 margin: 5px 0 15px;
 }
 label {
 text-align: left;
 display: block;
 & + br {
 display: none;
 }
 }
 }
 button.infusion-recaptcha {
 border: 0.15em solid $secondary;
 font-size: 16px;
 padding: 0.5em 1em;
 text-transform: uppercase;
 font-weight: bold;
 background-color: $secondary;
 border-color: $secondary;
 color: #fff;
 border-radius: 100px;
 transition: 0.2s all ease-out;
 &:hover {
 background-color: $primary;
 border-color: $primary;
 }
 }
 }
 }
 .single-footer {
 .container {
 padding: 60px 0 !important;
 }
 }
 .et_pb_post .entry-content {
 padding-top: 0;
 }*/
/*
 .entry-content {
 ul li,
 p,
 img {
 margin-bottom: 1.5em;
 padding-bottom: 0;
 font-size: 1em;
 }
 h1 {
 font-size: 2em;
 line-height: 1.2;
 }
 h2 {
 font-size: 1.6em;
 line-height: 1.25;
 }
 h3 {
 font-size: 1.25em;
 line-height: 1.3;
 }
 h4,
 h5,
 h6 {
 font-weight: bold;
 line-height: 1.4;
 }
 h6 {
 margin-bottom: 1em;
 }
 .et_pb_row:first-child {
 padding-top: 0;
 }
 }
 */
@media (min-width: 48em) {
    .podcast-header {
      display: flex;
      flex-direction: row;
      font-size: 20px;
      align-items: center; }
      .podcast-header .podcast-logo-lg {
        text-align: right; }
        .podcast-header .podcast-logo-lg img {
          max-width: 260px;
          width: 100%; } }
  .podcast-header .col-sm-6:first-child {
    padding: 2em 0; }

.podcast-info {
  display: flex;
  flex-direction: column;
  font-size: 20px; }
  .podcast-info > p {
    margin-bottom: 20px; }
  .podcast-info > * {
    width: 100%; }
  .podcast-info .podcast-links-main img {
    height: 70px;
    max-width: 95px; }
  @media (max-width: 900px) {
      .podcast-info .podcast-links-main img {
        height: 45px;
        max-width: 59px; } }

.heading-podcast {
  margin-bottom: 30px;
  margin-top: -20px; }
  @media (max-width: 900px) {
  .heading-podcast {
    padding: 0 30px; } }

.podcast-links-main {
  margin-top: auto;
  border-left: none;
  border-right: none;
  padding: 30px 0;
  text-align: center; }
  .podcast-links-main h3, .podcast-links-main h1.h3, .podcast-links-main h2.h3, .podcast-links-main h4.h3, .podcast-links-main h5.h3 {
    margin-bottom: 20px;
    color: #000; }
  @media (max-width: 900px) {
    .podcast-links-main h3, .podcast-links-main h1.h3, .podcast-links-main h2.h3, .podcast-links-main h4.h3, .podcast-links-main h5.h3 {
      font-size: 20px; } }
  .podcast-links-main .posts-list > article {
    border-bottom: 0;
    padding-bottom: 0; }
  .podcast-links-main .podcast-links {
    display: flex;
    justify-content: space-around; }
  .podcast-links-main .podcast-links a {
    font-weight: bold;
    flex-basis: 23.2%;
    font-size: 20px; }
  .podcast-links-main .podcast-links a:hover {
    color: #d56c47; }
  .podcast-links-main .podcast-links a span {
    display: inline-block;
    margin-top: 8px;
    line-height: 1.2; }
    @media (max-width: 900px) {
      .podcast-links-main .podcast-links a span {
        font-size: 12px; } }

.col-sm-9:not(:last-child) .container {
  padding-top: 0 !important; }
  @media (min-width: 768px) {
  .col-sm-9:not(:last-child) .container {
    width: 100%; } }

.facebook-discuss {
  margin-top: 20px; }
  .facebook-discuss a img {
    max-width: 20px;
    margin-right: 6px; }

.single-podcast .entry-title, .single-post .entry-title {
  line-height: 1.1;
  margin-top: 10px; }

.resources-list {
  background-image: url("../svg/type-icon-resources-white.svg");
  background-position: -55% 20%;
  background-size: 56vw;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media (max-width: 767px) {
  .resources-list {
    padding: 30px 30px 0;
    text-align: center; } }

.archive-resources li.sf-field-taxonomy-resource_type {
  list-style: none; }
  .archive-resources #content-area .search-column ul {
    padding-left: 0; }
    .archive-resources #content-area .search-column ul ul {
      padding-left: 10px; }
  .archive-resources .search-column {
    padding: 0 1.5rem; }
  .archive-resources .search-column h4, .archive-resources .search-column h1.h4, .archive-resources .search-column h2.h4, .archive-resources .search-column h3.h4, .archive-resources .search-column h5.h4 {
    font-weight: bold;
    font-size: 20px; }
  .archive-resources .search-column .sf-field-search label {
    width: 100%; }
  .archive-resources .search-column .sf-field-search input {
    padding: 7px 10px;
    font-size: 16px;
    width: 100%; }
  .archive-resources .search-column input[type="checkbox"] {
    display: none; }
  .archive-resources .search-column input[type="checkbox"][checked] + label {
    font-weight: bold; }
  .archive-resources .search-column .sf-label-checkbox {
    padding-left: 0; }
  .archive-resources .size-large .excerpt {
    font-size: 20px;
    line-height: 1.4; }

.default-post-resources .content-box {
  display: flex;
  flex-direction: column; }
  .default-post-resources .content-box .resource-types {
    font-weight: bold; }
  .default-post-resources .content-box .topics, .default-post-resources .content-box .excerpt {
    order: 1; }
  .default-post-resources .content-box .topics {
    margin-top: 3px; }
  .default-post-resources .content-box .topics a {
    font-weight: normal; }
  .default-post-resources .content-box .excerpt {
    margin-top: 0; }

.col-sm-6 .default-post-resources {
  transition: 0.2s all ease-in-out; }
  .col-sm-6 .default-post-resources:hover {
    transform: scale(1.02); }
  .col-sm-6 .default-post-resources:hover a {
    color: #d56c47; }

.post-content-single-resources .resource-types {
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 8px; }
  .post-content-single-resources .topics {
    margin-bottom: 5px; }
  .post-content-single-resources .topics a {
    font-weight: normal; }
  .post-content-single-resources .et_post_meta_wrapper {
    text-align: center; }
  .post-content-single-resources .et_post_meta_wrapper a {
    color: #000; }
  .post-content-single-resources h1, .post-content-single-resources h2.h1, .post-content-single-resources h2#main-footer:after, .post-content-single-resources h3.h1, .post-content-single-resources h3#main-footer:after, .post-content-single-resources h4.h1, .post-content-single-resources h4#main-footer:after, .post-content-single-resources h5.h1, .post-content-single-resources h5#main-footer:after {
    line-height: 1.2;
    text-align: center; }

.author-header {
  margin-bottom: -88px;
  margin-top: -60px;
  padding-bottom: 60px; }
  .author-header p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }

a.back-link {
  position: relative;
  top: -60px;
  left: 30px;
  font-weight: bold;
  font-size: 20px; }

.avatar-container {
  width: 23vw;
  height: 23vw;
  margin: 0 auto -1.5vw;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: -2vw; }

.author-image-swap {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden; }
  .author-image-swap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    position: absolute;
    top: 0;
    left: 0; }
  .author-image-swap img:nth-child(2) {
    opacity: 0;
    transition: 0.2s ease-out; }
  .author-image-swap:hover img:nth-child(2) {
    opacity: 1; }

.contributor-badge {
  margin-bottom: 35px; }
  .contributor-badge .author-image-swap {
    margin-bottom: 10px; }
  .contributor-badge a {
    color: #000; }
  .contributor-badge p {
    padding-bottom: 0; }

.social-icons a {
  margin: 0 12px; }

input, button {
  font-family: 'DM Sans', sans-serif !important; }

.btn-arrow-on-white {
  border: none;
  background: transparent url(../svg/arrow-black.svg) no-repeat center center/18px;
  margin-left: -25px;
  height: 28px;
  margin-top: 4px;
  width: 20px;
  position: absolute; }

.infusion-field input {
  font-size: 16px;
  padding: 7px 10px;
  width: 100%;
  border: none;
  margin: 0; }

@media (max-width: 767px) {
    .subscribe-small {
      max-width: 320px;
      margin: 0 auto; } }
  .subscribe-small .form-row {
    display: flex;
    max-width: 320px;
    margin-bottom: 1px; }
  .subscribe-small .infusion-field.infusion-email {
    flex-grow: 1; }
  .subscribe-small.footer-form {
    max-width: 100%; }
  .subscribe-small.footer-form .form-row {
    max-width: 100%; }
  .subscribe-small.footer-form .infusion-field {
    width: 50%;
    margin-right: 15px !important; }
  .subscribe-small.footer-form input {
    background: transparent;
    border-bottom: 1px solid white;
    padding-left: 0;
    color: white; }
  .subscribe-small.footer-form input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .subscribe-small.footer-form .btn-arrow-on-white {
    background-image: url(../arrow-white.html); }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #909; }

.home-newsletter form {
  margin: 0 auto;
  width: 800px;
  max-width: 90%;
  display: flex; }
  @media (max-width: 767px) {
    .home-newsletter form {
      flex-wrap: wrap; } }
  .home-newsletter form .infusion-field {
    outline: 1px solid #000;
    border: none;
    flex-grow: 1; }
  @media (max-width: 429px) {
      .home-newsletter form .infusion-field {
        flex-basis: 130px; } }
  .home-newsletter form .infusion-field input {
    padding: 12px; }
  .home-newsletter form .btn-arrow-on-white {
    height: 44px;
    margin-top: 1px; }

.pika-table th, .pika-table td {
  padding: 0 !important; }

.pika-single {
  position: relative !important; }

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

.form-subscribe-full .infusion-field {
  outline: 1px solid #000;
  margin-bottom: 1em;
  position: relative;
  margin-left: 1px;
  margin-right: 1px; }
  .form-subscribe-full .infusion-field input {
    padding: 12px; }
  .form-subscribe-full .form-child-info {
    margin-bottom: 15px; }
  .form-subscribe-full .form-child-info:not(.plain) {
    padding: 20px 24px;
    background: #eeebea; }
  .form-subscribe-full .form-child-info small {
    margin-left: 5px; }
  .form-subscribe-full .form-child-info p {
    margin-bottom: 8px; }
  .form-subscribe-full .calendar-picker-container {
    position: absolute;
    right: 8px;
    top: 14px; }

.form-subscribe-full {
  padding: 7%;
  border-radius: 12px;
  background: #fff; }

#infinite-footer {
  display: none; }

#main-footer {
  position: relative;
  clear: both; }
  #main-footer:before {
    content: " ";
    width: 50%;
    position: absolute;
    z-index: 0;
    background: black;
    height: 100%; }
  #main-footer:after {
    content: "tagline here";
    /*text updated in wp footer widget*/
    white-space: pre;
    font-size: 40px !important;
    position: absolute;
    color: white;
    z-index: 10;
    bottom: 135px;
    width: 92%;
    left: 0;
    right: 0;
    max-width: 1380px;
    margin: auto;
    pointer-events: none; }

.footer-widget {
  position: relative;
  z-index: 1; }
  .footer-widget h2, .footer-widget h1.h2, .footer-widget h3.h2, .footer-widget h4.h2, .footer-widget h5.h2 {
    font-size: 30px !important;
    margin-bottom: 30px; }
  .footer-widget h4, .footer-widget h1.h4, .footer-widget h2.h4, .footer-widget h3.h4, .footer-widget h5.h4 {
    font-size: 18px !important; }
  @media (max-width: 767px) {
  .footer-widget {
    text-align: center; } }
  .footer-widget .et_pb_widget.jetpack_widget_social_icons {
    width: auto;
    margin-right: 30px; }
  .footer-widget .et_pb_widget.jetpack_widget_social_icons ul.size-medium li:first-child a {
    margin-left: 0; }
  .footer-widget .et_pb_widget.jetpack_widget_social_icons ul.size-medium a {
    margin: 0 6px; }

.copyright {
  padding: 15px 0;
  color: #e0e0e0; }

#et-footer-nav {
  margin-top: 0;
  padding-top: 0; }
  #et-footer-nav .container {
    font-family: 'DM Sans', sans-serif;
    padding-bottom: 15px; }
  #et-footer-nav .container > * {
    display: inline-block;
    float: none;
    width: 50%;
    padding: 0; }
  #et-footer-nav .container > * a {
    text-decoration: none; }
    #et-footer-nav .container > * a:hover {
      color: #eeebea; }
  #et-footer-nav .bottom-nav {
    text-align: left; }
  #et-footer-nav #footer-info {
    text-align: left;
    padding-left: 2.5%;
    font-size: 10px;
    color: #eeebea; }

.footer-widget {
  margin-bottom: 0 !important; }
  .footer-widget .et_pb_widget {
    width: 100%; }
  .footer-widget .custom-html-widget a {
    text-decoration: underline; }
/*@media (min-width: 981px) {
 .et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
 margin-bottom: 4%;
 }
 }*/
#footer-widgets .footer-widget li {
  padding: 0;
  list-style: none; }
  #footer-widgets .footer-widget li::before {
    display: none; }

#et-footer-nav {
  position: relative; }

@media (max-width: 768px) {
  #main-footer #footer-widgets {
    padding-bottom: 0; }
    #main-footer:before {
      display: none; }
    #main-footer:after {
      display: none; }
    #main-footer .footer-tagline {
      display: none; }
    #main-footer h2, #main-footer h1.h2, #main-footer h3.h2, #main-footer h4.h2, #main-footer h5.h2 {
      display: none; }
    #main-footer .footer-widget .et_pb_widget.jetpack_widget_social_icons {
      width: 100%;
      text-align: center; }
      #et-footer-nav .bottom-nav {
        width: 100%;
        padding-left: 0;
        text-align: center; }
      #et-footer-nav .bottom-nav li {
        padding: 0 5px;
        margin: 0; }
    #et-footer-nav #footer-info {
      width: 100%;
      padding: 0;
      text-align: center; } }
/*.homepage-sidebar-widgets > li {
 list-style: none;
 &:first-child {
 @media (max-width: 767px) {
 display: none;
 }
 }
 &:last-child {
 @media (min-width: 768px) {
 display: none;
 }
 }
 img {
 width: 100%;
 }
 }*/
.et-pb-slider-arrows a {
  text-decoration: none !important;
  color: #999 !important; }

.et-pb-controllers .et-pb-active-control {
  background-color: #999 !important; }
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fdivi-child-orange%5C%2Fassets%5C%2Fscss%5C%2Fapp.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fdivi-child-orange%5C%2Fassets%5C%2Fscss%5C%2F.%5C%2F_inc.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3BuFAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BACcC%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%2CEAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAgBD%3BAACI%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%2CEAAA%2CEAAA%3BADzDL%2C6DAAA%3BAC%2BDC%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%2CEAAA%3BADjED%3B%3BGAAA%3BACoFG%3BAAAA%2CYAAA%2CEAAA%3BAAEC%3BAAAA%2CiBAAA%2CEAAA%3BAAEC%3BAAAA%3ByBAAA%2CEAAA%3BAAKD%3BAAAA%3B%3BwBAAA%2CEAAA%3BAAIC%3BAAAA%3BiBAAA%2CEAAA%3BAAKQ%3BAAAA%3BwBAAA%2CEAAA%3BAAKA%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAKT%3BAAAA%2C0BAAA%2CEAAA%3BAAKF%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAED%3BAAAA%3BuBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%2CEAAA%3BAAEI%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAKJ%3BAAAA%2CaAAA%2CEAAA%3BAAEI%3BAAAA%2CoBAAA%2CEAAA%3BAD3IL%2CoDAAA%3BACoJC%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CYAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2C%2BBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BoBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%3BsBAAA%2CEAAA%3BADzOD%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAC0PC%3BAAAA%3B%3ByBAAA%2CEAAA%3BAAII%3BAAAA%3BAAAA%2C4BAAA%2CEAAA%2CEAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B2BAAA%2CEAAA%3BAASI%3BAAAA%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAASJ%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAII%3BAAAA%2CwBAAA%2CEAAA%3BAAEC%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAOJ%3BAAAA%3BoBAAA%2CEAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAD5SF%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAC4VC%3BAAAA%3B%3B%3B%3BkBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%2CEAAA%3BADjXD%2CoCAAA%3BACsXC%3BAAAA%3BmBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%2CEAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BUAAA%2CEAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%2CEAAA%3BAAAA%3BAAaA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%2CEAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BADtcD%2CiBAAA%3BACudC%3BAAAA%2C6BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAEI%3BAAAA%3BAAAA%3BgBAAA%2CEAAA%2CEAAA%3BAAIA%3BAAAA%3BiBAAA%2CEAAA%3BAAGC%3BAAAA%3BAAAA%2CiBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAQL%3BAAAA%3B%3BmBAAA%2CEAAA%3BAD5eD%2C2BAAA%3BACofC%3BAAAA%3B%3B4BAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BYAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BcAAA%2CEAAA%3BAAAA%3BAASA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BADrhBD%2CwBAAA%3BAC2hBC%3BAAAA%3BkBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BcAAA%2CEAAA%3BADrjBD%3BGAAA%3BACikBC%3BAAAA%3B%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BUAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%2CkBAAA%2CEAAA%3BADlmBD%2CsBAAA%3BACumBC%3BAAAA%3BwBAAA%2CEAAA%3BADvmBD%2CuBAAA%3BACgnBC%3BAACI%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BADrnBL%2C0BAAA%3BAC2nBC%3BAAAA%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3BgDAAA%2CEAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%2C6BAAA%2CEAAA%2CEAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAA%2BBE%3BAAAA%3B8CAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CgCAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CqCAAA%2CEAAA%3BAAAA%3BAAGF%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%2CEAAA%2CEAAA%3BAAAA%3BAD1sBJ%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CmGAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAIE%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAIE%3BAAAA%3BAAAA%2CeAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CeAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CeAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%3BsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3B%3B%3B%3B4BAAA%2CEAAA%2CEAAA%3BAAAA%3BAAQF%3BAACE%3BAAAA%3ByBAAA%2CEAAA%2CEAAA%3BAAAA%3BAA8BF%3BAACE%3BAAAA%3ByBAAA%2CEAAA%2CEAAA%3BAAAA%3BAA8BF%3BAACE%3BAAAA%3ByBAAA%2CEAAA%2CEAAA%3BAAAA%3BAA8BF%3BAAAA%3BuBAAA%2CEAAA%3BAAAA%3BAA6BA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%2CEAAA%3BAAGE%3BAAAA%3B0BAAA%2CEAAA%3BAAGE%3BAAAA%3B0BAAA%2CEAAA%3BAAKF%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B8BAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3BeAAA%2CEAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAmBE%3BAAAA%3B%3B2BAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%2CEAAA%3BAASF%3BAAAA%3B%3B2BAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%2CEAAA%3BAASF%3BAAAA%2CqBAAA%2CEAAA%3BAAGA%3BAAAA%3B4BAAA%2CEAAA%3BAAGE%3BAAAA%2CmCAAA%2CEAAA%3BAAIF%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAKA%3BAAAA%2CoBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAIF%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAeA%3BAAAA%2CcAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BKAAA%2CEAAA%3BAACE%3BAAAA%2C%2BBAAA%2CEAAA%3BAAIA%3BAAAA%2CiBAAA%2CEAAA%3BAAGA%3BAAAA%3B%2BBAAA%2CEAAA%3BAAIE%3BAAAA%3B0BAAA%2CEAAA%3BAAAA%3BAAkCJ%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BkBAAA%2CEAAA%3BAAOE%3BAAAA%2CyBAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BcAAA%2CEAAA%3BAAOE%3BAAAA%3BAAAA%3BsBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BkBAAA%2CEAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BkBAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BkBAAA%2CEAAA%3BAAAA%3BAA6EA%3BAAAA%3BmBAAA%2CEAAA%3BAAGE%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3B6BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAKE%3BAAAA%2CaAAA%2CEAAA%3BAAEE%3BAAAA%3B4BAAA%2CEAAA%3BAAKF%3BAAAA%2CyBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2C2BAAA%2CEAAA%2CEAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAQE%3BAAAA%3B%3B%3B4BAAA%2CEAAA%3BAAQA%3BAAAA%2CoBAAA%2CEAAA%3BAAMI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%2CEAAA%3BAAYF%3BAAAA%2CmFAAA%2CEAAA%3BAAGA%3BAAAA%2C%2BEAAA%2CEAAA%3BAAGA%3BAAAA%2C2EAAA%2CEAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%2CEAAA%3BAAeF%3BAAAA%3B%3BkBAAA%2CEAAA%3BAAIE%3BAAAA%3B2CAAA%2CEAAA%3BAAGE%3BAAAA%2CoCAAA%2CEAAA%3BAAKA%3BAAAA%3BuBAAA%2CEAAA%3BAAOF%3BAAAA%2CgBAAA%2CEAAA%3BAAIF%3BAAAA%3B%3BwBAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%2CEAAA%3BAAAA%3BAAaE%3BAAAA%3B%3B%3B%3BcAAA%2CEAAA%3BAAAA%3BAASJ%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BkBAAA%2CEAAA%3BAAKE%3BAAAA%3BAAAA%2CgBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%2CuBAAA%2CEAAA%3BAAEE%3BAACE%3BAAAA%3B%3B%3B%3BiBAAA%2CEAAA%3BAAOA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAlvBT%2C%2BDAAA%3BAA4vBC%3BAAAA%2CmBAAA%2CEAAA%3BAA5vBD%2CsBAAA%3BAAgwBC%3BAAAA%2CgBAAA%2CEAAA%3BAAhwBD%2C8CAAA%3BAAowBC%3BAACE%3BAAAA%3B%3B2BAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CwBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CmBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BwBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAIE%3BAAAA%2CgBAAA%2CEAAA%3BAAGA%3BAAAA%3B%3B%3BwBAAA%2CEAAA%3BAAMA%3BAAAA%2CkBAAA%2CEAAA%3BAAIE%3BAAAA%2CwBAAA%2CEAAA%3BAAIF%3BAAAA%3BqBAAA%2CEAAA%3BAAGE%3BAAAA%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CqBAAA%2CEAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B8BAAA%2CEAAA%3BAAAA%3BAAUJ%3BAAAA%2C8BAAA%2CEAAA%3BAAAA%3BAAME%3BAAAA%3BkBAAA%2CEAAA%3BAAKF%3BAAAA%2CsBAAA%2CEAAA%3BAAEE%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAaF%3BAACE%3BAAAA%2CgCAAA%2CEAAA%2CEAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3B4BAAA%2CEAAA%2CEAAA%3BAAMJ%3BAAAA%2CiBAAA%2CEAAA%3BAAEE%3BAAAA%2CyBAAA%2CEAAA%3BAAIF%3BAACE%3BAAAA%3B%3BmCAAA%2CEAAA%3BAAKE%3BAAAA%3B%3B%3BqBAAA%2CEAAA%3BAAKE%3BAAAA%2CyBAAA%2CEAAA%3BAAGA%3BAAAA%3B0BAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAOE%3BAAAA%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAIF%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2C2BAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%2CgDAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2C6CAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B0BAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BQAAA%2CEAAA%3BAAAA%3BAAYF%3BAAAA%2CmCAAA%2CEAAA%3BAA78BD%3B%3B%3B%3B%3B%3B%3BGAAA%3BAA09BG%3BAAAA%3BuBAAA%2CEAAA%3BAA19BH%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAA8%2BBC%3BAAAA%3BkFAAA%2CEAAA%3BAACE%3BAAAA%2CoBAAA%2CEAAA%3BAAIE%3BAAAA%3BwBAAA%2CEAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAGA%3BAAAA%3B%3BeAAA%2CEAAA%3BAAIE%3BAAAA%3BeAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B0BAAA%2CEAAA%3BAAKE%3BAAAA%3BuBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3B%3B%3B0BAAA%2CEAAA%3BAAOA%3BAAAA%3BsBAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B0BAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B4BAAA%2CEAAA%3BAAKE%3BAAAA%3B%3B%3B%3B8BAAA%2CEAAA%3BAAOA%3BAAAA%2C2BAAA%2CEAAA%3BAAKF%3BAAAA%3BAAAA%3B%3B4BAAA%2CEAAA%2CEAAA%3BAAeR%3BAAAA%3B%3B2BAAA%2CEAAA%3BAAKE%3BAAAA%3B%3B%3B%3BqBAAA%2CEAAA%3BAAOE%3BAAAA%2CqBAAA%2CEAAA%3BAAOF%3BAAAA%2CwBAAA%2CEAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2C0BAAA%2CEAAA%2CEAAA%3BAAMJ%3BAAAA%3B%3BgCAAA%2CEAAA%3BAAIE%3BAAAA%3BmBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%2CEAAA%3BAAUE%3BAAAA%2C2BAAA%2CEAAA%3BAAIF%3BAAAA%3BcAAA%2CEAAA%3BAAKA%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAKA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAOF%3BAAAA%3BgCAAA%2CEAAA%3BAAGE%3BAAAA%2CkCAAA%2CEAAA%3BAAIF%3BAAAA%3BqCAAA%2CEAAA%3BAAGE%3BAAAA%2CuCAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%2CEAAA%3BAAIA%3BAAAA%2CgBAAA%2CEAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAWA%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3BmBAAA%2CEAAA%3BAAME%3BAAAA%2CgBAAA%2CEAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAGA%3BAAAA%3B8BAAA%2CEAAA%3BAAIA%3BAAAA%3BwBAAA%2CEAAA%3BAAAA%3BAAOF%3BAAAA%3BkBAAA%2CEAAA%3BAAGE%3BAAAA%2CoBAAA%2CEAAA%3BAAEE%3BAAAA%2CqBAAA%2CEAAA%3BAAEE%3BAAAA%2C0BAAA%2CEAAA%3BAAGA%3BAAAA%2CgBAAA%2CEAAA%3BAAGA%3BAAAA%3B%3BqCAAA%2CEAAA%3BAAKE%3BAAAA%2CgCAAA%2CEAAA%3BAAIA%3BAAAA%2C8BAAA%2CEAAA%3BAAMJ%3BAAAA%2CsBAAA%2CEAAA%3BAAGA%3BAAAA%2C8BAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2C6BAAA%2CEAAA%2CEAAA%3BAAIF%3BAAAA%2CiCAAA%2CEAAA%3BAAGA%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAKJ%3BAAAA%2CiBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CgBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CiBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%2CEAAA%3BAAUE%3BAAAA%3BAAAA%2CyBAAA%2CEAAA%3BAAEE%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAuBF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAYF%3BAAAA%3BcAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B4BAAA%2CEAAA%3BAAKA%3BAAAA%3BqBAAA%2CEAAA%3BAAGE%3BAAAA%3BAAAA%3B%3ByBAAA%2CEAAA%2CEAAA%3BAAKA%3BAAAA%2CgBAAA%2CEAAA%3BAAr0CL%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAq1CC%3BAAAA%2CsBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BoBAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAASA%3BAAAA%3B%3B%3B%3BuBAAA%2CEAAA%3BAAME%3BAAAA%3BuBAAA%2CEAAA%3BAAIA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAAA%3BAAOJ%3BAAAA%3BuBAAA%2CEAAA%3BAAKE%3BAAAA%3BgBAAA%2CEAAA%3BAAGE%3BAAAA%2CgBAAA%2CEAAA%3BAAOA%3BAAAA%2CmBAAA%2CEAAA%3BAAIF%3BAAAA%3BsBAAA%2CEAAA%3BAAGE%3BAAAA%2CsBAAA%2CEAAA%3BAAEE%3BAAAA%2CsBAAA%2CEAAA%3BAAKA%3BAAAA%2C%2BBAAA%2CEAAA%3BAAAA%3BAAQJ%3BAAAA%2CqBAAA%2CEAAA%3BAAGA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAKA%3BAAAA%3ByBAAA%2CEAAA%3BAAIA%3BAAAA%3BwBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3BuCAAA%2CEAAA%3BAAGE%3BAAAA%2CiDAAA%2CEAAA%3BAAGA%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3BoBAAA%2CEAAA%3BAAGE%3BAAAA%2C%2BBAAA%2CEAAA%3BAAGA%3BAAAA%2CwBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAIE%3BAAAA%2C4BAAA%2CEAAA%2CEAAA%3BAAMF%3BAAAA%2CmBAAA%2CEAAA%3BAAEE%3BAAAA%3BqBAAA%2CEAAA%3BAAMJ%3BAAAA%2CwBAAA%2CEAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2CwBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BcAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAKE%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%2CEAAA%3BAAGA%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%3BoBAAA%2CEAAA%3BAAIE%3BAAAA%2C0BAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%2CEAAA%3BAAGA%3BAAAA%3B%3BwBAAA%2CEAAA%3BAAKA%3BAAAA%3B%3B%3B%3BcAAA%2CEAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%2CEAAA%3BAAUE%3BAAAA%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%3B%3B%3BqCAAA%2CEAAA%2CEAAA%3BAAQA%3BAAAA%2CmBAAA%2CEAAA%3BAAIF%3BAAAA%3B0BAAA%2CEAAA%3BAAGE%3BAAAA%2CmBAAA%2CEAAA%3BAAIF%3BAAAA%3B%3BwBAAA%2CEAAA%3BAAAA%3BAAQF%3BAAAA%2CcAAA%2CEAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%2CsBAAA%2CEAAA%3BAAEE%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAYA%3BAACE%3BAAAA%2C4BAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAAcA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAIE%3BAAAA%2CyBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%2CEAAA%3BAAEE%3BAAAA%2CwBAAA%2CEAAA%3BAAGA%3BAAAA%2CwBAAA%2CEAAA%3BAAGI%3BAAAA%3BAAAA%2CwBAAA%2CEAAA%2CEAAA%3BAAKJ%3BAAAA%3B%3B%3BwBAAA%2CEAAA%3BAAKE%3BAAAA%2CqBAAA%2CEAAA%3BAAtoDL%3B%3BIAAA%3BAA8oDC%3BAAAA%2CkBAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2CkBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BkBAAA%2CEAAA%3BAAAA%3BAASA%3BAAAA%2C0BAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BoBAAA%2CEAAA%3BAAGE%3BAAAA%3BAAAA%2CyBAAA%2CEAAA%3BAAEE%3BAAAA%2CyBAAA%2CEAAA%2CEAAA%3BAAIF%3BAAAA%3BAAAA%2CyBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CwBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%2CqBAAA%2CEAAA%3BAAKJ%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAWE%3BAACE%3BAAAA%3BsBAAA%2CEAAA%2CEAAA%3BAAMJ%3BAAAA%2CgCAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3B%3BqBAAA%2CEAAA%3BAAME%3BAAAA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%2CEAAA%3BAAUE%3BAAAA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%2CEAAA%3BAASA%3BAAAA%2CmBAAA%2CEAAA%3BAAEE%3BAAAA%3B%3BgCAAA%2CEAAA%3BAAKA%3BAAAA%2CmBAAA%2CEAAA%3BAAOJ%3BAAAA%2CwBAAA%2CEAAA%3BAA1wDL%2C8BAAA%3BAAixDC%3BAAAA%3B%3B%3B%3BqBAAA%2CEAAA%3BAAME%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAvxDH%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAAs6DG%3BAAAA%3BAAAA%3B%3B%3B0BAAA%2CEAAA%3BAAKE%3BAAAA%2C0BAAA%2CEAAA%3BAAEE%3BAAAA%3BsBAAA%2CEAAA%2CEAAA%3BAAMJ%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BkBAAA%2CEAAA%3BAAIE%3BAAAA%2CwBAAA%2CEAAA%3BAAGA%3BAAAA%2CgBAAA%2CEAAA%3BAAIE%3BAAAA%3BoBAAA%2CEAAA%3BAAGE%3BAAAA%3BAAAA%3BwBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAON%3BAAAA%3BoBAAA%2CEAAA%3BAAGE%3BAAAA%3BAAAA%2CoBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BqBAAA%2CEAAA%3BAAME%3BAAAA%3BgBAAA%2CEAAA%3BAAGE%3BAAAA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAKA%3BAAAA%3BsBAAA%2CEAAA%3BAAKF%3BAAAA%3BkCAAA%2CEAAA%3BAAGE%3BAAAA%3B%3BoBAAA%2CEAAA%3BAAIE%3BAAAA%2CmBAAA%2CEAAA%3BAAGA%3BAAAA%3B%3BqBAAA%2CEAAA%3BAAIE%3BAAAA%3BAAAA%2CwBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAOR%3BAAAA%2C4BAAA%2CEAAA%3BAAEE%3BAAAA%3BAAAA%2CgBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%2CmBAAA%2CEAAA%3BAAGI%3BAAAA%3BsBAAA%2CEAAA%3BAAAA%3BAASF%3BAAAA%3BmBAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3BmBAAA%2CEAAA%3BAAME%3BAAAA%3BAAAA%3BuBAAA%2CEAAA%2CEAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%2CEAAA%3BAAKI%3BAAAA%2CoBAAA%2CEAAA%3BAAEE%3BAAAA%2CyBAAA%2CEAAA%3BAAMN%3BAAAA%2CsBAAA%2CEAAA%3BAAEE%3BAAAA%3BoBAAA%2CEAAA%3BAAKE%3BAAAA%2CgBAAA%2CEAAA%3BAAGA%3BAAAA%3B%3BgBAAA%2CEAAA%3BAAMF%3BAAAA%2CkBAAA%2CEAAA%3BAAEE%3BAAAA%2CsBAAA%2CEAAA%3BAAIF%3BAAAA%2CoBAAA%2CEAAA%3BAAKA%3BAAAA%3BqBAAA%2CEAAA%3BAAAA%3BAAOF%3BAAAA%3ByBAAA%2CEAAA%3BAAGE%3BAAAA%2CsBAAA%2CEAAA%3BAAGA%3BAAAA%2CaAAA%2CEAAA%3BAAIA%3BAAAA%2CoBAAA%2CEAAA%3BAAEE%3BAAAA%2CwBAAA%2CEAAA%3BAAIF%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%2CmCAAA%2CEAAA%3BAAEE%3BAAAA%2C2BAAA%2CEAAA%3BAAEE%3BAAAA%2CmBAAA%2CEAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3BsBAAA%2CEAAA%3BAAKA%3BAAAA%2CuBAAA%2CEAAA%3BAAEE%3BAAAA%2CwBAAA%2CEAAA%3BAAIF%3BAAAA%2CuBAAA%2CEAAA%3BAAEE%3BAAAA%2CgBAAA%2CEAAA%3BAAIF%3BAAAA%3BuBAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BuBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3BuBAAA%2CEAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3BkBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%2CEAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BmBAAA%2CEAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%2CEAAA%3BAASA%3BAAAA%3B8BAAA%2CEAAA%3BAAKE%3BAAAA%2CeAAA%2CEAAA%3BAAAA%3BAAMJ%3BAAAA%2CsBAAA%2CEAAA%3BAAEE%3BAAAA%2CwBAAA%2CEAAA%3BAAGA%3BAAAA%2CgBAAA%2CEAAA%3BAAGA%3BAAAA%2CsBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%2CEAAA%3BAAAA%3BAAKA%3BAAAA%2CgDAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%2CEAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BYAAA%2CEAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BqBAAA%2CEAAA%2CEAAA%3BAAIA%3BAAAA%3B%3BuBAAA%2CEAAA%3BAAME%3BAAAA%2CiBAAA%2CEAAA%3BAAKF%3BAAAA%2CoBAAA%2CEAAA%3BAAEE%3BAAAA%2CoBAAA%2CEAAA%3BAAGA%3BAAAA%3BkCAAA%2CEAAA%3BAAIA%3BAAAA%3B%3B%3BiBAAA%2CEAAA%3BAAME%3BAAAA%2C%2BCAAA%2CEAAA%3BAAKF%3BAAAA%2CiEAAA%2CEAAA%3BAAAA%3BAAMJ%3BAAAA%3BcAAA%2CEAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3BgBAAA%2CEAAA%3BAAKE%3BAAAA%3BAAAA%2CsBAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%3B%3BiBAAA%2CEAAA%3BAAIE%3BAAAA%3BAAAA%2C0BAAA%2CEAAA%2CEAAA%3BAAGA%3BAAAA%2CkBAAA%2CEAAA%3BAAIF%3BAAAA%3BoBAAA%2CEAAA%3BAAAA%3BAAOF%3BAAAA%2CwBAAA%2CEAAA%3BAAAA%3BAAKF%3BAAAA%2CgCAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BoBAAA%2CEAAA%3BAAME%3BAAAA%2CkBAAA%2CEAAA%3BAAIF%3BAAAA%2CwBAAA%2CEAAA%3BAACE%3BAAAA%3BwBAAA%2CEAAA%3BAAKA%3BAAAA%2CqBAAA%2CEAAA%3BAAGA%3BAAAA%2CuBAAA%2CEAAA%3BAAIF%3BAAAA%3B%3BcAAA%2CEAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%2CEAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3BiBAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%2CEAAA%3BAAAA%3BAAiBF%3BAAAA%3BaAAA%2CEAAA%3BAAGE%3BAAAA%3BwBAAA%2CEAAA%3BAAIA%3BAAAA%2C%2BBAAA%2CEAAA%3BAAIA%3BAAAA%3BAAAA%2CuBAAA%2CEAAA%2CEAAA%3BAAIA%3BAAAA%3BuBAAA%2CEAAA%3BAAKM%3BAAAA%2CmBAAA%2CEAAA%3BAAIF%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAMN%3BAAAA%3BiBAAA%2CEAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%2CEAAA%3BAAGE%3BAAAA%3ByBAAA%2CEAAA%3BAAIE%3BAAAA%3B%3B%3BeAAA%2CEAAA%3BAAME%3BAAAA%2C0BAAA%2CEAAA%3BAAGE%3BAAAA%2CqBAAA%2CEAAA%3BAAMN%3BAAAA%2CqBAAA%2CEAAA%3BAAGA%3BAAAA%3B%3B%3BmBAAA%2CEAAA%3BAAAA%3BAAUF%3BAAAA%2C8BAAA%2CEAAA%3BAAEE%3BAAAA%2CgBAAA%2CEAAA%3BAAIE%3BAAAA%2C%2BBAAA%2CEAAA%3BAAr8EL%3B%3B%3B%3BIAAA%3BAA%2B8EC%3BAAAA%3BmBAAA%2CEAAA%3BAAGE%3BAAAA%2CkBAAA%2CEAAA%3BAAAA%3BAAIF%3BAAAA%2CqBAAA%2CEAAA%3BAAAA%3BAAGA%3BAAEI%3BAAAA%2CsBAAA%2CEAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAGA%3BAAAA%2CoBAAA%2CEAAA%3BAAIA%3BAAAA%3ByBAAA%2CEAAA%3BAAQA%3BAAAA%3B%3B2BAAA%2CEAAA%3BAAIE%3BAAAA%3BkBAAA%2CEAAA%3BAAKF%3BAAAA%3B%3ByBAAA%2CEAAA%2CEAAA%3BAA5%5C%2FEL%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAqhFG%3BAAAA%3ByBAAA%2CEAAA%3BAAAA%3BAAOA%3BAAAA%2CoCAAA%2CEAAA%22%7D */