@charset "UTF-8";
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.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-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.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,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .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,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .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-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .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,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .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,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.df {
  display: flex; }

.aic {
  align-items: center; }

.script {
  font-family: "Landslide", "Avenir", "Isidora Sans", Helvetica, sans-serif !important;
  text-transform: none; }

.row.no-margin {
  display: flex; }
  .row.no-margin > [class*=col-] {
    padding: 0; }

.bg-deep-teal-specks,
.bg-teal-specks,
.bg-yellow-specks,
.podcast-widgets {
  position: relative; }
  .bg-deep-teal-specks::after,
  .bg-teal-specks::after,
  .bg-yellow-specks::after,
  .podcast-widgets::after {
    content: '';
    background-repeat: repeat;
    background-position: center center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .bg-deep-teal-specks > *,
  .bg-teal-specks > *,
  .bg-yellow-specks > *,
  .podcast-widgets > * {
    position: relative;
    z-index: 1; }

.bg-deep-teal-specks {
  background-color: #48B1B9;
  color: white; }
  .bg-deep-teal-specks.bg-yellow {
    background-color: #FFCC33;
    color: #084E4E; }
    .bg-deep-teal-specks.bg-yellow * {
      color: #084E4E; }
  .bg-deep-teal-specks::after {
    background-image: url(/wp-content/themes/divi-child-orange/assets/images/Texture_Tile_Deep_Teal.png); }

.bg-teal-specks {
  background-color: #084E4E;
  color: white; }
  .bg-teal-specks h2 {
    color: #FFCC33; }
  .bg-teal-specks::after {
    background-image: url(/wp-content/themes/divi-child-orange/assets/images/Texture_Tile_Teal.png); }


.bg-yellow-specks,
.podcast-widgets {
  background-color: #E47E87; }
  
  .bg-yellow-specks::after,
  .podcast-widgets::after {
    background-image: url(/wp-content/themes/divi-child-orange/assets/images/Texture_Tile_Yellow.png); }

.bg-gray {
  background: #E8E6E7; }

.bg-dark-gray {
  background: #404041; }

.bg-primary {
  background: #2A456C; }

.bg-secondary {
  background: #000000; }

.bg-gray-to-white {
  background: linear-gradient(0deg, #FFFFFF 0%, #E8E6E7 70%); }

.primary-overlay, .category-thumb, .category-thumb::after {
  background: rgba(42, 69, 108, 0.5); }

.bg-seafoam {
  background-color: #93CC86; }

.bg-squiggle {
  position: relative; }
  .bg-squiggle::before {
    content: '';
    background: url(/wp-content/themes/divi-child-orange/assets/images/squiggle.svg) no-repeat left top;
    display: block;
    position: absolute;
    top: -2%;
    left: -8%;
    width: 100%;
    height: 100%; }
  .bg-squiggle > * {
    position: relative; }

.bg-waves {
  background: #2A456C url(/wp-content/themes/divi-child-orange/assets/images/waves-graphic@2x.jpg) no-repeat center center/cover; }

.text-primary, .featured-post .excerpt a.readmore:hover, .pagination a:hover,
.next-prev a:hover {
  color: #2A456C !important; }

.text-secondary, .featured-post .excerpt a.readmore, .pagination a,
.next-prev a {
  color: #000000 !important; }

.text-yellow {
  color: #FFCC33 !important; }
  .text-yellow, .text-yellow * {
    color: #FFCC33 !important; }

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

@media only screen and (max-width: 767px) {
  .container {
    width: 92%; } }

@media only screen and (min-width: 48em) {
  .container {
    width: 92%; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 92%; } }

@media only screen and (min-width: 75em) {
  .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; }

.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; } }

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

.ttu, body.et-db #et-boc .et_pb_bg_layout_light.et_pb_button, .featured-post .excerpt a.readmore, .pagination a,
.next-prev a {
  text-transform: uppercase; }

.ttn {
  text-transform: none; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.taj {
  text-align: justify; }

.rounded, body.et-db #et-boc .et_pb_bg_layout_light.et_pb_button, .featured-post .excerpt a.readmore, .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, .et_pb_row.et_pb_row_fullwidth.podcast-widgets, .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; }

.h0 {
  height: 0;
  overflow: hidden; }

.stroke {
  letter-spacing: 0.01em; }
  .stroke.h1 {
    font-size: 59px; }
  .stroke:not(.transparent) {
    letter-spacing: 0.05em;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: white !important; }
    .stroke:not(.transparent).stroke-primary {
      text-shadow: -1px -1px 0 #2A456C, 1px -1px 0 #2A456C, -1px 1px 0 #2A456C, 1px 1px 0 #2A456C; }
    .stroke:not(.transparent).stroke-white {
      text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
      color: #2A456C !important; }
    .stroke:not(.transparent).stroke-yellow {
      text-shadow: -1px -1px 0 #FFCC33, 1px -1px 0 #FFCC33, -1px 1px 0 #FFCC33, 1px 1px 0 #FFCC33;
      color: #084E4E !important; }
  @supports (text-stroke-width: 2px) {
    .stroke.transparent {
      color: transparent !important;
      stroke-width: 2px;
      stroke-color: black; }
      .stroke.transparent.stroke-primary {
        stroke-color: #2A456C; }
      .stroke.transparent.stroke-white {
        stroke-color: white; }
      .stroke.transparent.stroke-yellow {
        stroke-color: #FFCC33; }
      .stroke.transparent > * {
        color: transparent !important; } }
  @supports (-webkit-text-stroke-width: 2px) {
    .stroke.transparent {
      color: transparent !important;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: black; }
      .stroke.transparent.stroke-primary {
        -webkit-text-stroke-color: #2A456C; }
      .stroke.transparent.stroke-white {
        -webkit-text-stroke-color: white; }
      .stroke.transparent.stroke-yellow {
        -webkit-text-stroke-color: #FFCC33; }
      .stroke.transparent > * {
        color: transparent !important; } }

.btn, body.et-db #et-boc .et_pb_bg_layout_light.et_pb_button, form[data-sf-form-id='20398'] input.sf-input-checkbox + label,
.post-type-filters input.sf-input-checkbox + label, .featured-post .excerpt a.readmore, .pagination a,
.next-prev a {
  display: inline-block;
  padding: 0.5em 1em 0.4em;
  border: 2px solid;
  background: #fff;
  color: #2A456C;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "vinyl", "Avenir", "Isidora Sans", Helvetica, sans-serif; }
  .btn.btn-primary, body.et-db #et-boc .btn-primary.et_pb_bg_layout_light.et_pb_button, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-primary,
  .post-type-filters input.sf-input-checkbox + label.btn-primary, .featured-post .excerpt a.btn-primary.readmore, .pagination a.btn-primary,
  .next-prev a.btn-primary {
    background-color: #2A456C;
    border-color: #2A456C;
    color: #fff !important; }
    .btn.btn-primary.outline, body.et-db #et-boc .btn-primary.outline.et_pb_bg_layout_light.et_pb_button, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-primary.outline,
    .post-type-filters input.sf-input-checkbox + label.btn-primary.outline, .featured-post .excerpt a.btn-primary.outline.readmore, .pagination a.btn-primary.outline,
    .next-prev a.btn-primary.outline {
      background: #fff;
      color: #2A456C !important; }
      .btn.btn-primary.outline:hover, body.et-db #et-boc .btn-primary.outline.et_pb_bg_layout_light.et_pb_button:hover, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-primary.outline:hover,
      .post-type-filters input.sf-input-checkbox + label.btn-primary.outline:hover, .featured-post .excerpt a.btn-primary.outline.readmore:hover, .pagination a.btn-primary.outline:hover,
      .next-prev a.btn-primary.outline:hover, .btn.btn-primary.outline:focus, body.et-db #et-boc .btn-primary.outline.et_pb_bg_layout_light.et_pb_button:focus, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-primary.outline:focus,
      .post-type-filters input.sf-input-checkbox + label.btn-primary.outline:focus, .featured-post .excerpt a.btn-primary.outline.readmore:focus, .pagination a.btn-primary.outline:focus,
      .next-prev a.btn-primary.outline:focus {
        color: #fff !important; }
    .btn.btn-primary:hover, body.et-db #et-boc .btn-primary.et_pb_bg_layout_light.et_pb_button:hover, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-primary:hover,
    .post-type-filters input.sf-input-checkbox + label.btn-primary:hover, .featured-post .excerpt a.btn-primary.readmore:hover, .pagination a.btn-primary:hover,
    .next-prev a.btn-primary:hover, .btn.btn-primary:focus, body.et-db #et-boc .btn-primary.et_pb_bg_layout_light.et_pb_button:focus, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-primary:focus,
    .post-type-filters input.sf-input-checkbox + label.btn-primary:focus, .featured-post .excerpt a.btn-primary.readmore:focus, .pagination a.btn-primary:focus,
    .next-prev a.btn-primary:focus {
      background-color: #2A456C;
      border-color: #2A456C; }
  .btn.btn-secondary, body.et-db #et-boc .et_pb_bg_layout_light.et_pb_button, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-secondary,
  .post-type-filters input.sf-input-checkbox + label.btn-secondary, .featured-post .excerpt a.btn-secondary.readmore, .pagination a.btn-secondary,
  .next-prev a.btn-secondary {
    background-color: #FF681D;
    border-color: #FF681D;
    color: #fff !important; }
    .btn.btn-secondary:hover, body.et-db #et-boc .et_pb_bg_layout_light.et_pb_button:hover, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-secondary:hover,
    .post-type-filters input.sf-input-checkbox + label.btn-secondary:hover, .featured-post .excerpt a.btn-secondary.readmore:hover, .pagination a.btn-secondary:hover,
    .next-prev a.btn-secondary:hover, .btn.btn-secondary:focus, body.et-db #et-boc .et_pb_bg_layout_light.et_pb_button:focus, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-secondary:focus,
    .post-type-filters input.sf-input-checkbox + label.btn-secondary:focus, .featured-post .excerpt a.btn-secondary.readmore:focus, .pagination a.btn-secondary:focus,
    .next-prev a.btn-secondary:focus {
      background-color: #2A456C;
      border-color: #2A456C; }
  .btn.btn-white, body.et-db #et-boc .btn-white.et_pb_bg_layout_light.et_pb_button, body.et-db #et-boc .featured-post .excerpt a.et_pb_bg_layout_light.et_pb_button.readmore, .featured-post .excerpt body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button.readmore, body.et-db #et-boc .pagination a.et_pb_bg_layout_light.et_pb_button, .pagination body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button,
  body.et-db #et-boc .next-prev a.et_pb_bg_layout_light.et_pb_button, .next-prev body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.btn-white,
  .post-type-filters input.sf-input-checkbox + label.btn-white, .featured-post .excerpt a.readmore, .pagination a,
  .next-prev a {
    background: #fff; }
  .btn .icon, body.et-db #et-boc .et_pb_bg_layout_light.et_pb_button .icon, form[data-sf-form-id='20398'] input.sf-input-checkbox + label .icon, .post-type-filters input.sf-input-checkbox + label .icon, .featured-post .excerpt a.readmore .icon, .pagination a .icon, .next-prev a .icon {
    max-width: 1.5em;
    display: inline-block;
    margin-right: 3px; }
  .btn.large, body.et-db #et-boc .large.et_pb_bg_layout_light.et_pb_button, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.large,
  .post-type-filters input.sf-input-checkbox + label.large, .featured-post .excerpt a.large.readmore, .pagination a.large,
  .next-prev a.large {
    font-size: 20px; }
    @media (max-width: 900px) {
      .btn.large, body.et-db #et-boc .large.et_pb_bg_layout_light.et_pb_button, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.large,
      .post-type-filters input.sf-input-checkbox + label.large, .featured-post .excerpt a.large.readmore, .pagination a.large,
      .next-prev a.large {
        font-size: 18px; } }
  .btn.small, body.et-db #et-boc .small.et_pb_bg_layout_light.et_pb_button, form[data-sf-form-id='20398'] input.sf-input-checkbox + label.small,
  .post-type-filters input.sf-input-checkbox + label.small, .featured-post .excerpt a.small.readmore, .pagination a.small,
  .next-prev a.small {
    font-size: 12px; }

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

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

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

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

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

body .et_pb_contact_form_container .input {
  border-color: #333333 !important; }

body {
  font-family: "Avenir", "Isidora Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333; }
  body a {
    color: #2A456C;
    transition: 0.15s ease-out; }
  body .et_pb_contact .et_pb_contact_field_half {
    float: none;
    width: 100%; }
  @media (min-width: 981px) {
    body.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
    body.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container {
      opacity: 1; } }
  body .et_pb_contact_submit, body .et_password_protected_form .et_submit_button, body .et_pb_bg_layout_light .et_pb_newsletter_button, body .comment-reply-link, body .form-submit .et_pb_button, body .et_pb_bg_layout_light .et_pb_promo_button, body .et_pb_bg_layout_light .et_pb_more_button, body .woocommerce a.button.alt, body .woocommerce-page a.button.alt, body .woocommerce button.button.alt, body .woocommerce-page button.button.alt, body .woocommerce input.button.alt, body .woocommerce-page input.button.alt, body .woocommerce #respond input#submit.alt, body .woocommerce-page #respond input#submit.alt, body .woocommerce #content input.button.alt, body .woocommerce-page #content input.button.alt, body .woocommerce a.button, body .woocommerce-page a.button, body .woocommerce button.button, body .woocommerce-page button.button, body .woocommerce input.button, body .woocommerce-page input.button, body .et_pb_contact p input[type="checkbox"]:checked + label i:before, body .et_pb_bg_layout_light.et_pb_module.et_pb_button {
    background: #FF681D;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: "vinyl", "Avenir", "Isidora Sans", Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.3em 1.7em;
    border: none; }
  body .et_pb_bg_layout_light .et_pb_button:hover, body .et_pb_bg_layout_light.et_pb_button:hover, body .et_pb_contact_reset:hover, body .et_pb_contact_submit:hover, body .et_pb_pricing_table_button:hover {
    background: #2A456C;
    padding: 0.3em 1.7em; }
  body.et-db #et-boc .et_pb_bg_layout_light.et_pb_button:hover {
    padding: 0.5em 1em 0.4em;
    border: 2px solid;
    padding-right: 2em; }
  body .et_pb_button:hover, body .et_pb_module .et_pb_button:hover {
    border: none;
    padding: 0.3em 2.2em 0.3em 1.7em; }

img {
  vertical-align: top; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-transform: uppercase;
  font-family: "vinyl", "Avenir", "Isidora Sans", Helvetica, sans-serif;
  color: #2A456C; }

h1, .h1 {
  letter-spacing: -0.02em;
  font-size: 64px;
  line-height: 1.1; }
  h1.content, .h1.content {
    margin-bottom: 0.3em; }
  @media (max-width: 900px) {
    h1, .h1 {
      font-size: 46px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 40px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 1.1; }
  @media (max-width: 920px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 1.15; } }

h3, .h3 {
  font-size: 30px; }
  @media (max-width: 900px) {
    h3, .h3 {
      font-size: 25px; } }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 14px; }

p {
  font-size: 18px;
  line-height: 1.5;
  color: #333333; }
  p.large {
    font-size: 20px;
    line-height: 1.45; }

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

.small div,
small div {
  line-height: 1.3; }

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

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: -30px;
  background: #2A456C; }
  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, form[data-sf-form-id='20398'] [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, 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(1) label::before,
  .post-type-filters [data-sf-field-input-type=checkbox] li:nth-child(2) label::before,
  .post-type-filters [data-sf-field-input-type=checkbox] li:nth-child(3) label::before,
  .post-type-filters [data-sf-field-input-type=checkbox] li:nth-child(4) label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(/wp-content/themes/divi-child-orange/assets/images/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(/wp-content/themes/divi-child-orange/assets/images/type-icon-resources-white.svg);
    height: 17px;
    width: 17px;
    margin-right: 9px; }
  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(/wp-content/themes/divi-child-orange/assets/images/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(/wp-content/themes/divi-child-orange/assets/images/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: #2A456C; }

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 {
    background: #fff; }
    form[data-sf-form-id='20398'] input.sf-input-checkbox + label::before,
    .post-type-filters input.sf-input-checkbox + label::before {
      filter: invert(1);
      opacity: 0.9; }
    form[data-sf-form-id='20398'] input.sf-input-checkbox + label span,
    .post-type-filters input.sf-input-checkbox + label span {
      color: #2A456C !important; }
    form[data-sf-form-id='20398'] input.sf-input-checkbox + label:hover, form[data-sf-form-id='20398'] input.sf-input-checkbox + label:focus,
    .post-type-filters input.sf-input-checkbox + label:hover,
    .post-type-filters input.sf-input-checkbox + label:focus {
      background-color: #2A456C;
      border-color: #2A456C; }
      form[data-sf-form-id='20398'] input.sf-input-checkbox + label:hover::before, form[data-sf-form-id='20398'] input.sf-input-checkbox + label:focus::before,
      .post-type-filters input.sf-input-checkbox + label:hover::before,
      .post-type-filters input.sf-input-checkbox + label:focus::before {
        filter: none;
        opacity: 1; }
      form[data-sf-form-id='20398'] input.sf-input-checkbox + label:hover span, form[data-sf-form-id='20398'] input.sf-input-checkbox + label:focus span,
      .post-type-filters input.sf-input-checkbox + label:hover span,
      .post-type-filters input.sf-input-checkbox + label:focus span {
        color: #fff !important; }
  form[data-sf-form-id='20398'] input.sf-input-checkbox:checked + label,
  .post-type-filters input.sf-input-checkbox:checked + label {
    background-color: #2A456C;
    border-color: #2A456C; }
    form[data-sf-form-id='20398'] input.sf-input-checkbox:checked + label::before,
    .post-type-filters input.sf-input-checkbox:checked + label::before {
      filter: none;
      opacity: 1; }
    form[data-sf-form-id='20398'] input.sf-input-checkbox:checked + label span,
    .post-type-filters input.sf-input-checkbox:checked + label span {
      color: #fff !important; }

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: #333333;
  font-size: 16px;
  border: 3px solid #2A456C;
  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: #2A456C; }

.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; } }

.et_pb_text ol:not(.unstyled),
.et_pb_text ul:not(.unstyled) {
  margin-left: 1em;
  list-style: initial; }

.et_pb_text ol:not(.unstyled) {
  list-style: decimal; }

/*** 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; }
  .logo_container a {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 1;
    position: relative; }
  #logo {
    height: 50px;
    transform-origin: top left; }
  .et-fixed-header #logo {
    transform: translateY(17%) scale(0.66666); }
  .et_fixed_nav #et-top-navigation {
    width: calc(100% - 200px);
    padding-left: 0 !important; } }

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

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

.has-deep-teal-specks-topbar::before {
  content: '';
  display: block;
  width: 100%;
  height: 3em;
  background: #084E4E url(/wp-content/themes/divi-child-orange/assets/images/Texture_Tile_Teal.png) repeat center center; }

.has-teal-specks-topbar::before {
  content: '';
  display: block;
  width: 100%;
  height: 3em;
  background: #48B1B9 url(/wp-content/themes/divi-child-orange/assets/images/Texture_Tile_Deep_Teal.png) repeat center center; }

.has-teal-specks-bottombar::after {
  content: '';
  display: block;
  width: 100%;
  height: 3em;
  background: #48B1B9 url(/wp-content/themes/divi-child-orange/assets/images/Texture_Tile_Deep_Teal.png) repeat center center; }

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

.blog .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; }

#left-area {
  padding-top: 24px; }

@media (min-width: 981px) {
  .single #left-area,
  .blog #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 #E8E6E7;
      margin-bottom: 2%;
      padding: 2% 3%; }
      .post-type-archive-podcast .podcasts-wrapper article h3,
      .post-type-archive-podcast .infinite-wrap article 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; } }

.latest-podcast {
  padding: 3em; }
  .latest-podcast .row {
    display: flex;
    max-width: 680px;
    margin: 0 auto; }
    .latest-podcast .row img {
      width: 100%; }
    @media (max-width: 767px) {
      .latest-podcast .row {
        text-align: center; }
        .latest-podcast .row img {
          margin-bottom: 2em; } }
  .latest-podcast h2:last-child {
    padding-bottom: 0; }

#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-menu li,
#mobile_menu li {
  text-transform: uppercase;
  font-family: "vinyl", "Avenir", "Isidora Sans", Helvetica, sans-serif; }

#top-menu > li:nth-child(2) a::before, #top-menu > li:nth-child(3) a::before, #top-menu > li:nth-child(4) a::before, #top-menu > li:nth-child(5) a::before, #top-menu > li:nth-child(6) a::before,
#mobile_menu > li:nth-child(2) a::before,
#mobile_menu > li:nth-child(3) a::before,
#mobile_menu > li:nth-child(4) a::before,
#mobile_menu > li:nth-child(5) a::before,
#mobile_menu > li:nth-child(6) a::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 4px;
  background-image: url(/wp-content/themes/divi-child-orange/assets/images/type-icon-post-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

#top-menu > li:nth-child(3) a::before,
#mobile_menu > li:nth-child(3) a::before {
  background-image: url(/wp-content/themes/divi-child-orange/assets/images/type-icon-podcast-blue.svg); }

#top-menu > li:nth-child(4) a::before,
#mobile_menu > li:nth-child(4) a::before {
  background-image: url(/wp-content/themes/divi-child-orange/assets/images/type-icon-resources-blue.svg); }

#top-menu > li:nth-child(5) a::before,
#mobile_menu > li:nth-child(5) a::before {
  background-image: url(/wp-content/themes/divi-child-orange/assets/images/content-icon-store-blue.svg); }

#top-menu .menu-item li a,
#mobile_menu .menu-item li a {
  font-size: 14px;
  line-height: 1.3;
  padding: 0.5em 0.7em; }

#mobile_menu #categories-menu {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-in; }

.categories-menu--show {
  cursor: pointer;
  max-height: 720px !important; }

#menu-item-23183 a {
  pointer-events: none; }
  @media screen and (min-width: 768px) {
    #menu-item-23183 a {
      pointer-events: auto; } }

#menu-item-23183 #categories-menu li a {
  pointer-events: auto; }

#et-secondary-menu > ul > li a {
  color: #ffffff; }

#main-header {
  transition: 0.2s all ease-in-out; }

body .et_search_form_container input {
  font-family: "Avenir", "Isidora Sans", Helvetica, sans-serif;
  text-transform: none; }

.top-widgets ~ #page-container {
  padding-top: 0 !important;
  margin-top: -1px !important;
  background: #fff;
  position: relative; }
  .top-widgets ~ #page-container #top-header,
  .top-widgets ~ #page-container #main-header {
    position: -webkit-sticky;
    position: sticky; }

#et-secondary-nav li ul,
#top-header {
  background: #000000; }

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a,
#top-menu a {
  color: #2A456C;
  font-size: 16px;
  font-weight: 500;
  pointer-events: all; }
  .et_header_style_left #et-top-navigation nav > ul > li > a:hover,
  .et_header_style_split #et-top-navigation nav > ul > li > a:hover,
  #top-menu a:hover {
    opacity: 0.8; }

.et_mobile_menu li a:hover,
.nav ul li a:hover {
  background: none;
  opacity: 1;
  color: #000000; }

.post-meta a[rel=author] ~ * {
  display: none; }

@media (max-width: 500px) {
  .page-template-page-home .container {
    width: 94%; } }

.page-template-page-home #left-area {
  margin-top: -40px;
  margin-bottom: 70px; }

.page-template-page-home section {
  padding: 120px 0;
  overflow: hidden; }
  @media (max-width: 500px) {
    .page-template-page-home section {
      padding: 70px 0; } }

.page-template-page-home .app-screenshots .screenshots img {
  margin: 20px 0; }

.page-template-page-home .social-icons {
  margin-top: 35px; }
  .page-template-page-home .social-icons img {
    width: 150px; }

@media (max-width: 767px) {
  .page-template-page-home .join-community {
    padding: 10%;
    text-align: center; }
    .page-template-page-home .join-community p {
      margin-bottom: 30px; } }

.page-template-page-home #et-boc .et_pb_row {
  max-width: none;
  padding-bottom: 0; }

.page-template-page-home .et_pb_section {
  padding-bottom: 0; }

.excerpt iframe,
.excerpt .podcast-player {
  margin-top: 20px; }

.excerpt .mejs-controls * {
  color: #2A456C; }

.excerpt .mejs-container, .excerpt .mejs-container .mejs-controls, .excerpt .mejs-embed, .excerpt .mejs-embed body {
  background: #FFCC33; }

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

.podcast-widgets {
  margin-bottom: 84px;
  margin-top: 34px;
  padding: 64px 0; }
  .podcast-widgets * {
    color: #fff !important; }
    .podcast-widgets * .white-post * {
      color: #333333 !important; }
    .podcast-widgets * .white-post a {
      color: #2A456C !important; }
  .podcast-widgets 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; }

.topics-header {
  position: relative; }

.heading-bar {
  padding: 37px 0;
  padding: 100px 0; }
  .heading-bar * {
    color: #fff; }
  .heading-bar.topic.has-subcategories {
    padding-bottom: 150px; }
  .heading-bar *:not(input) {
    color: #fff; }
  .heading-bar .container {
    padding-top: 0 !important; }
  .heading-bar.primary {
    background-color: #2A456C; }
    .heading-bar.primary .subheading {
      color: #ffffff; }

.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-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 {
        font-size: 5.5vw; } }
  .category-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s all ease-out; }
  .category-thumb:hover::after {
    opacity: 0.7; }
  .category-thumb 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: #2A456C; }
  .subcategories-list p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .subcategories-list a {
    color: #000000;
    margin-left: 1em; }
    @media (max-width: 767px) {
      .subcategories-list a {
        flex-basis: 100%;
        margin-left: 0;
        text-align: center; } }
    .subcategories-list a:hover {
      color: #2A456C; }

.has-post-thumbnail img:not(.type-thumb-icon) {
  width: 100%; }

.has-post-thumbnail .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 {
  background: #2A456C;
  color: #fff;
  display: inline-block;
  height: 30px;
  margin-right: 12px;
  text-transform: uppercase;
  font-weight: bold; }
  .episode-no .episode {
    display: inline-block;
    padding-right: 13px;
    line-height: 33px;
    color: #fff;
    font-size: 13px; }
  .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,
.featured-post {
  position: relative;
  margin-bottom: 1.5em; }
  .white-post *,
  .default-post *,
  .horizontal-post *,
  .featured-post * {
    color: #333333; }
  .white-post h1,
  .white-post h1 a, .white-post h2,
  .white-post h2 a, .white-post h3,
  .white-post h3 a, .white-post h4,
  .white-post h4 a, .white-post h5,
  .white-post h5 a, .white-post h6,
  .white-post h6 a,
  .default-post h1,
  .default-post h1 a,
  .default-post h2,
  .default-post h2 a,
  .default-post h3,
  .default-post h3 a,
  .default-post h4,
  .default-post h4 a,
  .default-post h5,
  .default-post h5 a,
  .default-post h6,
  .default-post h6 a,
  .horizontal-post h1,
  .horizontal-post h1 a,
  .horizontal-post h2,
  .horizontal-post h2 a,
  .horizontal-post h3,
  .horizontal-post h3 a,
  .horizontal-post h4,
  .horizontal-post h4 a,
  .horizontal-post h5,
  .horizontal-post h5 a,
  .horizontal-post h6,
  .horizontal-post h6 a,
  .featured-post h1,
  .featured-post h1 a,
  .featured-post h2,
  .featured-post h2 a,
  .featured-post h3,
  .featured-post h3 a,
  .featured-post h4,
  .featured-post h4 a,
  .featured-post h5,
  .featured-post h5 a,
  .featured-post h6,
  .featured-post h6 a {
    color: #2A456C; }
  .white-post .h0,
  .default-post .h0,
  .horizontal-post .h0,
  .featured-post .h0 {
    padding-bottom: 56.25%; }
    .white-post .h0 .thumbnail-container,
    .default-post .h0 .thumbnail-container,
    .horizontal-post .h0 .thumbnail-container,
    .featured-post .h0 .thumbnail-container {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
      .white-post .h0 .thumbnail-container img,
      .default-post .h0 .thumbnail-container img,
      .horizontal-post .h0 .thumbnail-container img,
      .featured-post .h0 .thumbnail-container img {
        object-fit: cover;
        min-height: 100%;
        min-width: 100%; }
        @supports (object-fit: cover) {
          .white-post .h0 .thumbnail-container img,
          .default-post .h0 .thumbnail-container img,
          .horizontal-post .h0 .thumbnail-container img,
          .featured-post .h0 .thumbnail-container img {
            width: 100%;
            height: 100%; } }
  .white-post a,
  .default-post a,
  .horizontal-post a,
  .featured-post a {
    color: #333333; }
    .white-post a:hover,
    .default-post a:hover,
    .horizontal-post a:hover,
    .featured-post a:hover {
      color: #2A456C; }
  .white-post .content-box,
  .default-post .content-box,
  .horizontal-post .content-box,
  .featured-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,
    .featured-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,
      .featured-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,
    .featured-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 #c0c2c5;
  margin-bottom: 40px; }

@media (min-width: 1150px) {
  .white-post.divided,
  .default-post.divided {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px; }
    .white-post.divided > div:first-child,
    .default-post.divided > div:first-child {
      flex-basis: calc(66.66667% - 16px); }
    .white-post.divided > div:last-child,
    .default-post.divided > div:last-child {
      flex-basis: calc(33.33333% - 32px);
      padding-top: 0; }
      .white-post.divided > div:last-child h2,
      .default-post.divided > div:last-child h2 {
        line-height: 1.1;
        font-size: 32px; }
      .white-post.divided > div:last-child .excerpt,
      .default-post.divided > div:last-child .excerpt {
        font-size: 16px;
        margin-bottom: 0; } }

.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 #c0c2c5; }
  .horizontal-post.duo-post {
    margin-bottom: 50px; }
    .horizontal-post.duo-post .content-box .excerpt {
      font-size: 20px;
      line-height: 1.5; }
      @media (max-width: 1244px) {
        .horizontal-post.duo-post .content-box .excerpt {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-size: 16px;
          -webkit-line-clamp: 5; } }
    @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;
          font-size: 14px;
          -webkit-line-clamp: 3; } }
  .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; }

.featured-post {
  margin-bottom: 0;
  overflow: hidden;
  background: #000000;
  position: relative; }
  .featured-post * {
    color: #ffffff; }
  .featured-post a {
    color: #ffffff; }
    .featured-post a:hover {
      color: #fff;
      text-decoration: underline; }
  .featured-post .thinner > .col-xs-6:last-child {
    display: flex;
    align-items: center; }
  .featured-post .episode-no,
  .featured-post .topics {
    float: left; }
  .featured-post .topics {
    margin-left: 15px; }
  .featured-post .episode-no {
    background: #ffffff;
    height: 28px; }
    .featured-post .episode-no .img {
      padding: 0; }
      .featured-post .episode-no .img:not(:only-child) {
        border-color: #000000; }
    .featured-post .episode-no .episode {
      line-height: 28px;
      color: #333333; }
    @media (max-width: 350px) {
      .featured-post .episode-no .episode {
        font-size: 12px;
        margin-left: -6px;
        padding-right: 8px; } }
  .featured-post h2 {
    clear: both;
    margin-top: 15px;
    padding-bottom: 5px; }
    @media (max-width: 650px) {
      .featured-post h2 {
        font-size: 6vw; } }
    @media (max-width: 899px) {
      .featured-post h2 {
        margin-top: 37px; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .featured-post h2 {
        font-size: 2.8vw; } }
    .featured-post h2 a {
      color: #ffffff; }
      .featured-post h2 a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .featured-post .topics {
    margin-top: 0.5em; }
  .featured-post .meta-wrapper-podcast {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 450px) {
      .featured-post .meta-wrapper-podcast {
        display: none; } }
  .featured-post .podcast-links-main {
    display: flex;
    padding: 10px 0;
    margin-top: 0;
    text-transform: uppercase; }
    .featured-post .podcast-links-main p {
      margin-right: 8px; }
  .featured-post .podcast-links {
    font-size: 12px;
    position: relative; }
    .featured-post .podcast-links img {
      height: 20px;
      margin-top: -2px; }
  .featured-post .post-meta {
    margin-top: 10px;
    margin-bottom: 1.5em; }
  .featured-post .content-box {
    padding: 5vh 20px 7vh 0; }
    @media (min-width: 1000px) {
      .featured-post .content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; } }
    @media (max-width: 767px) {
      .featured-post .content-box {
        padding: 50px 0; } }
  .featured-post .excerpt {
    font-size: 20px;
    line-height: 1.45; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .featured-post .excerpt {
        font-size: 18px; } }
    .featured-post .excerpt a.readmore {
      left: 15px;
      margin-top: 48px;
      text-decoration: none; }
  @media (max-width: 767px) {
    .featured-post .excerpt,
    .featured-post .podcast-player {
      display: none; } }
  .featured-post .row {
    position: relative;
    margin-right: 0rem;
    color: #ffffff; }
    .featured-post .row::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 10%;
      background: url(/wp-content/themes/divi-child-orange/assets/images/bars.svg) repeat-x center bottom/contain;
      pointer-events: none; }
      @supports (pointer-events: none) {
        .featured-post .row::before {
          z-index: 1; } }
    .featured-post .row [class*=col-] {
      position: relative; }
      .featured-post .row [class*=col-]:first-child {
        z-index: 0; }
        .featured-post .row [class*=col-]:first-child a {
          height: 100%;
          min-height: 300px;
          transition: none;
          display: block; }
          .featured-post .row [class*=col-]:first-child a::after, .featured-post .row [class*=col-]:first-child a::before {
            content: '';
            display: block;
            position: absolute;
            pointer-events: none; }
            @supports (pointer-events: none) {
              .featured-post .row [class*=col-]:first-child a::after, .featured-post .row [class*=col-]:first-child a::before {
                z-index: 1; } }
          .featured-post .row [class*=col-]:first-child a::before {
            left: 0;
            top: 0;
            height: 34%;
            width: 30%;
            height: 10.9vw;
            width: 12vw;
            background: url(/wp-content/themes/divi-child-orange/assets/images/salmon-rectangle.svg) no-repeat left top/contain; }
          .featured-post .row [class*=col-]:first-child a::after {
            right: 0;
            top: 3%;
            transform: translateX(50%);
            height: 47%;
            width: 34%;
            height: 14.9vw;
            width: 13.6vw;
            background: url(/wp-content/themes/divi-child-orange/assets/images/contrast-triangles.png) no-repeat left top/contain; }
      .featured-post .row [class*=col-]:last-child {
        z-index: 2;
        padding-left: 5%; }
  .featured-post img.attachment-post-thumbnail {
    object-fit: cover;
    height: 100%;
    width: 100%; }

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

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

#left-area .type-podcast .post-meta {
  padding-bottom: 0; }

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

.posts-list .podcast img {
  margin-bottom: 4%; }

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

.topics {
  font-weight: bold;
  padding-bottom: 0; }

.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;
  padding: 40px 0 20px;
  margin: 0; }
  .et_pb_post.podcast .episode-number {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "vinyl", "Avenir", "Isidora Sans", Helvetica, sans-serif;
    line-height: 0.7;
    color: #2A456C;
    font-size: 74px;
    letter-spacing: -0.03em;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.2);
    pointer-events: none; }
    @media (max-width: 767px) {
      .et_pb_post.podcast .episode-number {
        line-height: 1;
        margin-bottom: 0.6em; } }
    @media (max-width: 1300px) {
      .et_pb_post.podcast .episode-number {
        font-size: 5vw;
        transform: scale(1.4); } }
  .et_pb_post.podcast h2 a {
    display: block; }
  .et_pb_post.podcast a {
    color: #48B1B9; }
    .et_pb_post.podcast a:hover {
      opacity: 0.8; }
  .et_pb_post.podcast .excerpt {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 21px; }

.et_post_meta_wrapper p {
  color: #333333; }

.et_post_meta_wrapper .share {
  margin-top: 16px; }

.participants {
  margin-bottom: 20px; }
  .participants 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 #2A456C;
  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;
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 511px) {
    .next-prev {
      flex-direction: column;
      text-align: center; }
      .next-prev .tar {
        text-align: center;
        margin-top: 0.5em; } }

a.btn.text-secondary.btn-white, body.et-db #et-boc a.text-secondary.btn-white.et_pb_bg_layout_light.et_pb_button, body.et-db #et-boc .featured-post .excerpt a.et_pb_bg_layout_light.et_pb_button.readmore, .featured-post .excerpt body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button.readmore, body.et-db #et-boc .pagination a.et_pb_bg_layout_light.et_pb_button, .pagination body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button,
body.et-db #et-boc .next-prev a.et_pb_bg_layout_light.et_pb_button, .next-prev body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button, .featured-post .excerpt a.readmore, .pagination a,
.next-prev a {
  color: #2A456C !important; }
  a.btn.text-secondary.btn-white:hover, body.et-db #et-boc a.text-secondary.btn-white.et_pb_bg_layout_light.et_pb_button:hover, body.et-db #et-boc .featured-post .excerpt a.et_pb_bg_layout_light.et_pb_button.readmore:hover, .featured-post .excerpt body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button.readmore:hover, body.et-db #et-boc .pagination a.et_pb_bg_layout_light.et_pb_button:hover, .pagination body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button:hover,
  body.et-db #et-boc .next-prev a.et_pb_bg_layout_light.et_pb_button:hover, .next-prev body.et-db #et-boc a.et_pb_bg_layout_light.et_pb_button:hover, .featured-post .excerpt a.readmore:hover, .pagination a:hover,
  .next-prev a:hover {
    color: #000000 !important; }

.post-author {
  margin-top: 40px; }
  .post-author 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;
  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; }

.single-podcast.et-db #et-boc .et_pb_section,
.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; }

@media (max-width: 449px) {
  .single .post-content-single .share:first-child {
    margin: 0 0 10px; } }

@media (min-width: 450px) {
  .single .post-content-single .share:first-child {
    float: right;
    margin-top: 0; } }

.single:not(.single-resources) .featured-image {
  margin-bottom: 30px; }

.single.single-resources .post-content-single .share:first-child {
  margin-top: -99px; }

.single.single-resources .entry-content {
  text-align: center; }
  .single.single-resources .entry-content .infusion-field {
    max-width: 300px;
    margin: 0 auto; }
    .single.single-resources .entry-content .infusion-field input {
      border: 1px solid #000000;
      margin: 5px 0 15px; }
    .single.single-resources .entry-content .infusion-field label {
      text-align: left;
      display: block; }
      .single.single-resources .entry-content .infusion-field label + br {
        display: none; }
  .single.single-resources .entry-content button.infusion-recaptcha {
    border: 0.15em solid #000000;
    font-size: 16px;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    border-radius: 100px;
    transition: 0.2s all ease-out; }
    .single.single-resources .entry-content button.infusion-recaptcha:hover {
      background-color: #2A456C;
      border-color: #2A456C; }

@media (min-width: 768px) {
  .single.single-resources .featured-image {
    height: 45vh;
    overflow: hidden; }
  .single.single-resources img.wp-post-image {
    object-fit: cover;
    object-position: center center;
    display: block;
    height: 45vh; } }

.post-comments {
  margin-bottom: 2em; }

.single-footer .container {
  padding: 60px 0 !important; }

.et_pb_post .entry-content {
  padding-top: 0; }

.entry-content ul li,
.entry-content p,
.entry-content img {
  margin-bottom: 1.5em;
  padding-bottom: 0;
  font-size: 1em; }

.entry-content h1 {
  font-size: 2em;
  line-height: 1.2; }

.entry-content h2 {
  font-size: 1.6em;
  line-height: 1.25; }

.entry-content h3 {
  font-size: 1.25em;
  line-height: 1.3; }

.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.4; }

.entry-content h6 {
  margin-bottom: 1em; }

.entry-content .et_pb_row:first-child {
  padding-top: 0; }

.entry-content a {
  color: #000000; }

@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 {
    margin-bottom: 20px;
    color: #2A456C; }
    @media (max-width: 900px) {
      .podcast-links-main 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: #000000; }
      .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 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .resources-list {
      padding: 30px 30px 0;
      text-align: center; } }
  .resources-list.has-text-white * {
    color: #fff !important; }

.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 {
    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: #2A456C; }

.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: #333333; }

.post-content-single-resources h1 {
  line-height: 1.2;
  text-align: center; }

.author-container {
  position: relative; }

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

.back-link-container {
  padding: 20px 20px 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

a.back-link {
  position: relative;
  left: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #fff; }

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

.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: #333333; }
  .contributor-badge p {
    padding-bottom: 0; }

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

input {
  font-family: "Avenir", "Isidora Sans", Helvetica, sans-serif !important; }

.btn-arrow-on-white {
  border: none;
  background: #fff url(/wp-content/themes/divi-child-orange/assets/images/arrow-green.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; }

@media (max-width: 767px) {
  .footer-widget {
    text-align: center; } }

.footer-widget .jetpack_widget_social_icons ul.size-medium li:first-child a {
  margin-left: 0; }

.footer-widget .jetpack_widget_social_icons ul.size-medium a {
  margin: 0 6px; }

.footer-widget .podcast-links a {
  margin: 4px 13px;
  display: inline-block; }
  .footer-widget .podcast-links a:first-child {
    margin-left: 0; }

.footer-widget .podcast-links img {
  max-height: 32px;
  max-width: 45px;
  vertical-align: middle; }

.footer-widget h4 {
  color: #fff; }

.footer-widget a {
  transition: 0.2s opacity ease-in-out; }
  .footer-widget a:hover {
    opacity: 0.5; }

@media (max-width: 767px) {
  footer .tar {
    text-align: center; } }

.footer-message {
  width: 90%;
  margin: 0 auto; }

.home-newsletter {
  padding: 4em 2em; }
  .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 #2A456C;
      border: none;
      flex-grow: 1; }
      @media (max-width: 429px) {
        .home-newsletter form .infusion-field {
          flex-basis: 130px; } }
      .home-newsletter form .infusion-field input {
        padding: 14px 12px 10px; }
    .home-newsletter form .btn-arrow-on-white {
      height: 42px;
      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 #2A456C;
  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: #E8E6E7; }
  .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; }

footer#main-footer {
  clear: both;
  position: relative;
  background: #48B1B9;
  overflow: hidden; }
  @media (min-width: 780px) {
    footer#main-footer .squiggle-yellow {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 170px;
      height: 472px;
      background: url(/wp-content/themes/divi-child-orange/assets/images/squiggle-yellow.svg) no-repeat left top/100%;
      pointer-events: none;
      z-index: 0; } }

@media (min-width: 768px) {
  #main-footer::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #084E4E url(/wp-content/themes/divi-child-orange/assets/images/Texture_Tile_Teal.png) repeat center center; } }

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

#footer-bottom {
  display: none; }

.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%; } }

.toc-grid {
  height: 31vh;
  margin-top: 6em;
  margin-bottom: -270px;
  padding: 0 2em;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.7fr 0.5fr 0.9fr;
  grid-template-rows: 0.9fr 0.5fr 3.4fr 0.5fr; }
  .toc-grid .toc-laptop {
    grid-area: 1 / 2 / 4 / 4;
    z-index: 1;
    background: url("/wp-content/themes/divi-child-orange/assets/images/curriculum-laptop.png") no-repeat center center/contain; }
  .toc-grid .toc-students {
    grid-area: 2 / 1 / 5 / 3;
    background: url("/wp-content/themes/divi-child-orange/assets/images/curriculum-students.jpg") no-repeat center center/cover; }
  @media (max-width: 767px) {
    .toc-grid {
      margin-top: 1em;
      grid-template-columns: 1.7fr 1.5fr 1.4fr;
      grid-template-rows: 1.9fr 0.6fr 2.4fr 0.2fr; } }

@media all and (-ms-high-contrast: none) {
  .toc-grid {
    display: -ms-grid;
    -ms-grid-columns: 1.7fr 0.5fr 0.9fr;
    -ms-grid-rows: 0.9fr 0.5fr 3.4fr 0.5fr; }
  .toc-laptop {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2; }
  .toc-students {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; } }

.toc-bar {
  height: 5vh;
  margin-bottom: 3vh; }

.homepage-sidebar-widgets > li,
.homepage-promo-widgets > li {
  list-style: none; }
  .homepage-sidebar-widgets > li .home-promo-container,
  .homepage-promo-widgets > li .home-promo-container {
    padding: 200px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(80vh - 84px);
    position: relative; }
  @media (max-width: 767px) {
    .homepage-sidebar-widgets > li:first-child:not(:last-child),
    .homepage-promo-widgets > li:first-child:not(:last-child) {
      display: none; } }
  @media (min-width: 768px) {
    .homepage-sidebar-widgets > li:last-child:not(:first-child),
    .homepage-promo-widgets > li:last-child:not(:first-child) {
      display: none; } }
  .homepage-sidebar-widgets > li img,
  .homepage-promo-widgets > li img {
    width: 100%; }

.flex-row {
  display: flex;
  flex-wrap: wrap; }
  .flex-row > div {
    width: 50%;
    flex-grow: 1; }
    @media (max-width: 1069px) {
      .flex-row > div {
        width: 100%; } }

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.white-bubbles {
  position: relative; }
  .white-bubbles::before, .white-bubbles::after {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none; }
  .white-bubbles::before {
    background: url(/wp-content/themes/divi-child-orange/assets/images/white-bubbles-1.svg) no-repeat left center/contain;
    width: 6.5%;
    width: 6.5vw;
    height: 13%;
    height: 13vw;
    top: 2%; }
  .white-bubbles::after {
    background: url(/wp-content/themes/divi-child-orange/assets/images/white-bubbles-2.svg) no-repeat right bottom/contain;
    width: 15.1%;
    width: 15.1vw;
    height: 12%;
    height: 12vw;
    bottom: 0;
    right: 0; }

#footer-widgets .footer-widget li {
  padding: 0;
  list-style: none; }
  #footer-widgets .footer-widget li::before {
    display: none; }

#et-footer-nav {
  display: none;
  background-color: #333333;
  position: relative;
  border-top: 1px solid #fff; }
  #et-footer-nav .small a {
    color: #fff;
    font-weight: 400; }
  #et-footer-nav .tar {
    opacity: 0.5; }

@font-face {
  font-family: 'Isidora Sans';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-RegularIt.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-RegularIt.woff) format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Isidora Sans';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-SemiBold.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Isidora Sans';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-Bold.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Isidora Sans';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-Regular.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Isidora Sans';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-Light.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/IsidoraSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Medium.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Medium.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Oblique.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Oblique.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Oblique.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-MediumOblique.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-MediumOblique.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-MediumOblique.ttf) format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Heavy.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Heavy.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-HeavyOblique.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-HeavyOblique.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-HeavyOblique.ttf) format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Book.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Book.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Book.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Roman.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Roman.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Roman.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-BlackOblique.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-BlackOblique.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-BlackOblique.ttf) format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-LightOblique.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-LightOblique.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-LightOblique.ttf) format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-BookOblique.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-BookOblique.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-BookOblique.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Light.woff2) format("woff2"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Light.woff) format("woff"), url(/wp-content/themes/divi-child-orange/assets/fonts/AvenirLTStd-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Landslide';
  src: url(/wp-content/themes/divi-child-orange/assets/fonts/LandslideSample.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

.filter-list {
  padding: 36px 0 0; }

.filter-item {
  padding: 2px 8px;
  display: block; }

.filter-item.active {
  font-weight: 600; }

.hide {
  display: none !important; }

input[type=text].filter-search {
  padding: 7px 10px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff; }

.hbspt-form .hs__footer-form {
  flex-direction: row;
  justify-content: center;
  width: 320px !important; }
  @media screen and (min-width: 768px) {
    .hbspt-form .hs__footer-form {
      margin: 0 !important;
      justify-content: flex-start; } }
  .hbspt-form .hs__footer-form .hs-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 320px !important; }
    .hbspt-form .hs__footer-form .hs-form__row div:nth-child(1) {
      grid-column: 1/-1; }
  .hbspt-form .hs__footer-form .hs_error_rollup {
    top: 0 !important;
    left: 340px; }
  .hbspt-form .hs__footer-form .hs-submit .actions .hs-button {
    left: 90%;
    right: 0;
    top: 58px !important; }

.hbspt-form .hs-form {
  margin: 0 auto;
  position: relative !important;
  width: 800px;
  max-width: 90%;
  display: flex; }
  .hbspt-form .hs-form fieldset,
  .hbspt-form .hs-form .hs-form__row {
    max-width: 100%;
    width: 100%; }
    .hbspt-form .hs-form fieldset .hs-firstname label,
    .hbspt-form .hs-form fieldset .hs-lastname label,
    .hbspt-form .hs-form fieldset .hs-email label,
    .hbspt-form .hs-form .hs-form__row .hs-firstname label,
    .hbspt-form .hs-form .hs-form__row .hs-lastname label,
    .hbspt-form .hs-form .hs-form__row .hs-email label {
      display: none; }
    .hbspt-form .hs-form fieldset .hs-firstname .input,
    .hbspt-form .hs-form fieldset .hs-lastname .input,
    .hbspt-form .hs-form fieldset .hs-email .input,
    .hbspt-form .hs-form .hs-form__row .hs-firstname .input,
    .hbspt-form .hs-form .hs-form__row .hs-lastname .input,
    .hbspt-form .hs-form .hs-form__row .hs-email .input {
      border: 1px solid #2A456C;
      display: flex;
      flex-grow: 1;
      margin: 0;
      outline: none; }
      .hbspt-form .hs-form fieldset .hs-firstname .input input,
      .hbspt-form .hs-form fieldset .hs-lastname .input input,
      .hbspt-form .hs-form fieldset .hs-email .input input,
      .hbspt-form .hs-form .hs-form__row .hs-firstname .input input,
      .hbspt-form .hs-form .hs-form__row .hs-lastname .input input,
      .hbspt-form .hs-form .hs-form__row .hs-email .input input {
        border: none;
        font-size: 16px;
        padding: 14px 12px 10px;
        width: 100%;
        margin: 0; }
  .hbspt-form .hs-form .hs_error_rollup {
    position: absolute;
    top: 55px; }
  .hbspt-form .hs-form .hs-submit .actions .hs-button {
    border: none;
    background: #fff url(/wp-content/themes/divi-child-orange/assets/images/arrow-green.svg) no-repeat center center/18px;
    height: 28px;
    width: 20px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 105px;
    text-indent: -9999px; }
    @media screen and (min-width: 400px) {
      .hbspt-form .hs-form .hs-submit .actions .hs-button {
        top: 10px; } }

