section#article-content,
section#podcast, 
section#single-post-content,
.homepage-content {
  flex-grow: 1;
}

body { /* prevent whitespace on zoom out */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Nunito';
}

#single-post-content a {
  text-decoration: none !important;
}

/* ********** Branding Colors ********** */
.green {
  background: #99CC33;
}

.green:hover {
  background: #ADD65C;
}

.blue {
  background: #226EBF;
}

.blue:hover {
  background: #3887DC;
}

.gray {
  background: #b0b0b0 ;
}

.gray:hover {
  background: #cdcccc;
}

.blue-container {
  background: #226EBF;
}

.green-container {
  background: #99CC33;
}

/* ********** Custom Classes ********** */
.strong {
  font-weight: bold;
  margin-bottom: 5px;
}

hr {
  color: #c3c3c3;
}

.hidden-field {
  display: none;
}

.spacer {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.custom-container {
  max-width: 900px;
}

input:focus {
  outline:none;
}

blockquote {
  padding-left: 15px;
  border-left: 2px solid #a0a0a0;
  font-family: "Roboto";
  font-size: 13px !important;
}

img.wrap-section {
  width: 150px;
  margin-right: 20px;
}

img.wrap-section-medium {
  width: 280px;
  margin-right: 20px;
}

.iframe-container {
  margin-bottom: 10px;
}

.responsive-iframe {
  width: 100%;
  height: 315px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .responsive-iframe {
    width: 100%;
    height: 175px;
    margin: 0 auto;
  }
}

ul.custom-list {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}

ul.custom-list li {
  margin-bottom: 10px;
}

ul.custom-list li i {
  margin-right: 10px;
  color: #99CC33;
  font-size: 18px;
  position: relative;
  top: 3px;
}

/* Font Colors */
.ilime {
  color: #99CC33;
}

.iblue {
  color: #226EBF !important;
}

.igray {
  color: #6a6b6c !important;
}

.blue-green {
  color: #448fa8 !important;
}

i.custom-i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

i.custom-i.big-i {
  font-size: 24px !important;
}

.indent {
  margin-left: 34px;
}

div.default-author {
  background: #226EBF;
  color: #ffffff;
  border-radius: 5px;
  padding: 30px 40px;
}

div.default-author h1 {
  font-family: "Titillium Web";
  font-size: 28px;
}

div.default-author p {
  font-family: "Roboto";
  margin-bottom: 0px;
}

/* ********** Placeholder ********** */
/* Placeholder */
select.default-value {
  color: #C7C5C5 !important;
}

select {
  color: #5b5a5a;
}

select.gfield_select:not(.default-value){
  color: #5b5a5a !important;
}

select option {
  color: #5b5a5a;
}

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

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

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

:-moz-placeholder { /* Firefox 18- */
  color: #C7C5C5 !important; 
  opacity: 1;
}

/* Article Breadcrumbs */
.breadcrumbs {
  font-family: "Nunito";
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.breadcrumbs a {
  text-decoration: none;
}

/* ********** Sidebar ********** */
.custom-sidebar-banner {
  margin-bottom: 30px;
}

.custom-sidebar-blue {
  background: #226fc0;
  display: block;
  padding: 30px 0px 0px;
}

.custom-side-gray {
  background: #dedede;
  padding: 20px 20px 30px;
  margin-top: -5px;
  width: 100%;
}

.custom-side-gray-clip {
  background: #226fc0;
}

.custom-side-gray-transform {
  background-color: #dedede;
  height: 20px;
  -webkit-clip-path: polygon(50% 70%, 100% 0, 100% 100%, 0 99%, 0 0);
  clip-path: polygon(50% 70%, 100% 0, 100% 100%, 0 99%, 0 0);
}

.custom-side-gray button.green {
  width: 100%;
  border-radius: 0px;
  font-family: "Nunito";
  letter-spacing: 1px;
  color: #ffffff;
  padding: 15px 20px;
}

.custom-sidebar-banner img.sidebar-banner {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.custom-sidebar-banner h5 {
  color: #ffffff;
}

.custom-sidebar-content {
  border: 1px solid rgb(233, 233, 233);
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  font-weight: normal;
  font-family: "Titillium Web";
  font-size: 14px;
  line-height: 1.5em;
  background-image: linear-gradient(rgb(246, 246, 246), rgb(246, 246, 246)) !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 18px !important;
  margin-bottom: 20px !important;
}

.custom-sidebar-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #226ebf;
  font-weight: bold;
  font-family: "Titillium Web";
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  margin-bottom: 15px;
}

.custom-sidebar-content ul {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px !important;
}

.custom-sidebar-content li {
  margin-bottom: 10px;
  list-style-type: none;
}

.custom-sidebar-content li a {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 13px;
  line-height: 1.45em;
  padding-bottom: 10px;
  margin-left: 3px;
  margin-bottom: 0px;
  color: #555555 !important;
  text-decoration: none;
}

.custom-sidebar-content li a.active {
  color: #226EBF !important;
}

.custom-sidebar-content li a i {
  margin-right: 8px;
  font-size: 12px;
}

.custom-sidebar-content li.active a {
  color: #226EBF !important;
}

/* ********** Responsive for Hamburger ********** */
@media screen and (max-width: 768px) {
  .navbar-nav {
    display: none;
  }

  .header-hamburger {
    display: block;
  }

  section#podcast .podcast-form {
    width: 100% !important;
  }

  .contact-us-body {
    width: 100% !important;
    padding: 0% !important;
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .navbar-nav {
    display: flex;
  }

  .header-hamburger {
    display: none;
  }
}

/* ********** Hamburger Button ********** */
button.header-hamburger {
  background: #99CC33;
  border: 0px;
  height: 40px;
  width: 40px;
}

button.header-hamburger span {
  color: #ffffff;
}

/* ********** Header ********** */
#site-header {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

img.site-logo {
    width: 130px;
}

a.contact-us-header {
  background: #99CC33;
  font-family: 'Nunito';
  font-size: 13px;
  border-radius: 50px;
  border: 0px;
  padding: 8px 20px;
  text-transform: uppercase;
}

a.contact-us-header:hover {
    background: #ADD65C;
}

/* **** Top Menus **** */
ul.navbar-nav li a{
  padding: 10px 30px;
}

ul.navbar-nav li a {
  font-family: 'Nunito';
  font-size: 13px;
  text-transform: uppercase;
  color: #646464;
}

ul.navbar-nav li a:hover {
    color: #969696;
}

ul.navbar-nav li a.active {
  background: #ADD65C;
  border-radius: 50px;
  color: #000000;
}

ul.navbar-nav li a.podcast:not(.active) {
  padding-right: 0px !important;
}

/* **** OffCanvas Menu **** */
.offcanvas-menu li {
  list-style-type: none;
  margin-bottom: 20px;
}

.offcanvas-menu li a {
  list-style-type: none;
  font-family: 'Nunito';
  font-size: 14px;
  text-transform: uppercase;
  color: #646464;
  text-decoration: none;
}

.offcanvas-menu li a.active {
  color: #99CC33;
}

/* ********** Error 404 ********** */
body.error-page {
  min-height: 350px;
  background: #FFFFFF;
}

section#error-page-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

section#error-page-header img {
  width: 180px;
}

section#error-page-content {
  padding: 30px 30px;
}

section#error-page-content .error-page-wording {
  margin-top: 50px;
}

section#error-page-content h1 {
  font-weight: bold;
  font-family: "Titillium Web";
  font-size: 80px;
  color: #226EBF;
}

section#error-page-content h3,
section#error-page-content h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

section#error-page-content p {
  font-size: 18px;
}

section#error-page-content button.btn-error {
  width: 320px;
  margin-top: 30px;
  color: #000000;
  padding: 15px;
  letter-spacing: 2px;
  border-radius: 100px;
}

/* ********** Podcast ********** */
section#podcast {
  min-height: 350px;
  background-image: url(../img/podcastbg.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section#podcast h2 {
  font-weight: normal;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  background-color: transparent !important;
  font-family: "Titillium Web" !important;
  font-weight: normal !important;
}

section#podcast h4 {
  font-family: "Nunito" !important;
  font-weight: normal;
  padding-top: 15px !important;
  margin-top: 0px !important;
  font-size: 30px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
}

section#podcast p {
  font-family: "Roboto";
  color: #6a6b6c;
  font-size: 14px;
}

section#podcast p.listen-on {
  font-family: "Roboto";
  color: #6a6b6c;
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 6px !important;
  margin-bottom: 0px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

section#podcast a.listen-link {
  text-decoration: none !important;
}

section#podcast a.listen-link p:hover,
section#podcast a.listen-link i:hover {
  color: #000000 !important;
}

section#podcast i {
  font-size: 50px;
  color: #6a6b6c;
}

section#podcast .listen-on {
  margin-top: 20px;
  margin-bottom: 20px;
}

section#podcast .interviews {
  box-shadow: rgba(0, 152, 231, 0.15) -10px -11px 0px 0px, rgba(0, 152, 231, 0.15) 11px 11px 0px 0px;
  background-color: rgb(255, 255, 255) !important;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
  padding: 3%;
}

section#podcast .interviews-company img {
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
}

section#podcast .podcast-single-container {
  position: relative;
}

section#podcast .blue-container {
  padding: 25px 20px;
  margin-top: 20px;
}

section#podcast .blue-container i,
section#podcast .blue-container h2 {
  color: #ffffff;
}

section#podcast .blue-container h2 {
  font-size: 18px;
}

section#podcast button.podcast-button {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 0px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Titillium Web";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 10px;
}

section#podcast button.podcast-button:hover {
  background: #ffffff;
  color: #226EBF;
}

section#podcast .podcast-button-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

section#podcast .podcast-body {
  color: #ffffff;
  min-height: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}

section#podcast .podcast-form {
  background-color: rgba(176, 176, 176, 0.4) !important;
  margin-top: 50px !important;
  width: 80%;
  padding: 5%;
  margin: 0 auto;
}

section#podcast .podcast-lead-form .col {
  padding-bottom: 28px;
}

section#podcast .podcast-lead-form h2 {
  font-size: 24px;
}

section#podcast .podcast-lead-form form {
  margin-top: 30px;
}

section#podcast .podcast-lead-form input[type="text"] {
  height: 55.1px;
  width: 100%;
  border: solid 0.6px rgba(208, 208, 208, 0.5) !important;
  box-shadow: 0px 0px 0px #888888;
  color: #79808D !important;
  font-size: 16px !important;
  font-weight: 500;
  background: #ffffff !important;
  border: solid 0.6px rgba(208, 208, 208, 0.5) !important;
  color: #79808D !important;
  font-size: 16px !important;
  font-weight: 500;
  background: #ffffff !important;
}

section#podcast .podcast-form .podcast-lead-form form button {
  width: 100%;
  margin-top: 30px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 15px 20px;
}

section#podcast .podcast-form .podcast-lead-form form button i {
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}

/* ********** Contact Us ********** */
.contact-us-body {
  background: transparent;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 3%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.contact-us-body button {
  width: 100%;
  margin-top: 20px;
  border-radius: 3px;
  padding: 20px 30px !important;
  font-size: 18px !important;
  letter-spacing: 1px;
}

.contact-us-body form input[type="text"],
.contact-us-body form input[type="email"] {
  height: 48.6px;
  background: #ebebeb !important;
  border: 0px !important;
  font-size: 14px !important;
  padding: 15px 10px !important;
  width: 100% !important;
  font-family: 'Roboto' !important;
  margin-bottom: 15px;
}

.contact-us-body form textarea {
  background: #ebebeb !important;
  border: 0px !important;
  font-size: 14px !important;
  padding: 15px 10px !important;
  width: 100% !important;
  font-family: 'Roboto' !important;
  margin-bottom: 15px !important;
}

.contact-us-body form button.contact-btn {
  width: 100%;
  color: #ffffff;
  margin-top: 0px;
  padding: 15px !important;
  letter-spacing: 2px;
  height: 55.6px;
}

.contact-us-body form button.contact-btn i {
  margin-right: 10px;
}

/* ********** Webinars ********** */
section#podcast button.webinar-read-more {
  border: 0px;
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 3px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section#podcast img.webinars-img {
  width: 100%;
  display: block;
}

/* ********** Lead Magnet ********** */
section#lead-magnet h1 {
  font-family: 'Roboto';
  font-size: 28px;
  line-height: 1.50em;
  margin-bottom: 10px;
  color: #226EBF;
}

section#lead-magnet h2.getstarted {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 22px;
  line-height: 1.50em;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #226EBF;
}

section#lead-magnet h3 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 22px;
  line-height: 1.50em;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #226EBF;
}

section#lead-magnet p {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.50em;
  margin-top: 10px;
}

section#lead-magnet ul.lead-list {
  padding-left: 20px;
}

section#lead-magnet ul li {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.50em;
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

section#lead-magnet ul.lead-list li::before {
  content: "\f135";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #99CC33;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}

/* Confirm Email */
@media screen and (max-width: 1199px) {
  .confirm-email-icon,
  .confirm-email {
    width: 100% !important;
  }
}

.confirm-email-icon {
  width: 60%;
  margin: 0 auto;
  z-index: 9999;
  margin-top: -40px;
}

.confirm-email-icon i.confirm-email-i {
  color: #99CC33 !important;
  text-align: center !important;
  font-size: 60px;
  position: relative;
  top: 45px;
  z-index: 9999;
  background: #f8f9fa;
}

.confirm-email {
  position: relative;
  width: 60%;
  margin: 0 auto;
  border-radius: 10px;
  border: 6px solid #99CC33;
  padding: 50px 25px 30px;
  z-index: 0;
}

.confirm-email img {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 0px !important;
}

.confirm-email h3 {
  margin-bottom: 20px;
  font-size: 26px !important;
}

.confirm-email p {
  color: #343a4b;
  font-size: 16px !important;
  font-weight: 300;
}

/* Form */
section#lead-magnet form {
    width: 100%;
    margin: 0 auto;
}

section#lead-magnet form .col-firstname {
  padding-right: 6px;
}

section#lead-magnet form .col-lastname {
  padding-left: 6px;
}

div#turnstile-custom-container {
  margin-bottom: 8px;
}

section#lead-magnet form input[type="text"],
section#lead-magnet form input[type="email"],
section#lead-magnet form input[type="tel"] {
  height: 48.6px;
  background: #ebebeb !important;
  border: 0px !important;
  font-size: 14px !important;
  padding: 15px 10px !important;
  width: 100% !important;
  font-family: 'Roboto' !important;
  margin-bottom: 15px;
}

section#lead-magnet button {
    width: 100%;
    color: #000000;
    padding: 15px;
    letter-spacing: 2px;
}

section#lead-magnet i.biicon {
    margin-right: 10px;
}

/* ********** Featured Confirm ********** */
section#featured-confirm {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
  background: url("../img/background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ********** Featured ********** */
section#featured {
    background: url("../img/background.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 600px) {
  section#featured-confirm, section#featured {
    background: #216fbd !important;
  }

  section#featured-confirm h1, section#featured h1 {
    font-size: 20px !important;
    margin-top: 10px;
  }

  section#recent-post .recent-post-div button,
  section#article-content .article-body button {
    padding: 12px 60px !important;
  }

  section#error-page-content h1 {
    font-size: 35px;
  }
}

section#featured h1 {
    font-family: 'Titillium Web';
    font-size: 35px;
    color: #ffffff !important;
    text-transform: uppercase;
}

a#get-started {
    background: #99CC33;
    margin-top: 15px;
    font-family: 'Nunito';
    font-size: 20px;
    border-radius: 50px;
    padding: 15px 50px;
    width: 320px;
    color: #fff
}

a#get-started:hover {
    background: #ADD65C;
}

/* ********** What You Will See ********** */
section#whatyousee .col-xl-3.col-sm-6.col-12 {
  padding: 0px;
}

section#whatyousee .blue-container,
section#whatyousee .green-container {
  font-family: "Roboto";
  font-size: 13px;
  line-height: 1.45em;
  padding: 30px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}

section#whatyousee .blue-container {
  color: #ffffff;
}

section#whatyousee .green-container {
  color: #000000;
}

section#whatyousee .blue-container p,
section#whatyousee .green-container p {
  margin-bottom: 0px !important;
  margin-top: 10px;
}

section#whatyousee .blue-container i,
section#whatyousee .green-container i {
  font-size: 60px;
}

/* ********** Testimonials ********** */
section#testimonials {
  background: #f5f5f5
}

section#testimonials .testimonial-img {
  margin-top: 10px;
  margin-bottom: 10px;
}

section#testimonials .testimonial-img img {
  width: 60px;
  height: auto;
}

section#testimonials .client-testi-stars {
  text-align: left;
}

section#testimonials .client-testi-stars i {
  color: #edc904;
}

section#testimonials h5 {
  font-family: "Roboto";
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.45em;
  color: #226EBF;
}

section#testimonials .client-testi {
  background: #ffffff;
  margin-top: 5%;
  border-bottom: 8px solid #226EBF;
}

section#testimonials .client-testi h4 {
  font-family: "Nunito";
  font-size: 18px;
  text-transform: uppercase;
}

section#testimonials .client-testi p {
  font-family: "Roboto";
  font-size: 13px;
  line-height: 1.45em;
}

/* ********** Recent Post ********** */
section#recent-post {
  background: #226EBF;
}

section#recent-post h2 {
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
}

section#recent-post .recent-post-div {
  background: #ffffff;
  border-radius: 0px !important;
  border-bottom: 8px solid #99CC33;
}

section#recent-post .recent-post-div img {
  width: 100% !important;
  height: auto !important;
}

section#recent-post .recent-post-content {
  padding: 1em 1em 2em;
}

section#recent-post .recent-post-div h3 {
  font-family: "Nunito";
  font-size: 18px;
  color: #212529;
}

section#recent-post .recent-post-div h4 {
  font-family: "Nunito";
  font-size: 18px;
}

section#recent-post .recent-post-div p {
  font-family: "Roboto";
  font-size: 13px;
}

section#recent-post .recent-post-div button {
  font-family: "Roboto";
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  border: 0px;
  padding: 8px 30px;
  margin-top: 10px;
}

/* ********** Footer ********** */
footer ul {
  list-style-type: none;
  padding: 0px;
  font-family: 'Roboto';
  font-size: 12px;
}

footer ul li {
  display: flex;
  margin-bottom: 6px;
  color: #d8d8d8;
  line-height: 1.75em;
}

@media screen and (max-width: 1199px) {
  footer ul li {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 600px) {
  section#category-content .category-body button {
    font-size: 15px !important;
    padding: 12px 10px !important;
  }
}

footer ul li a {
  color: #d8d8d8;
  text-decoration: none;
}

footer ul li a:hover {
  color: #ffffff;
}

footer ul li a.active {
  color: #99CC33;
}

footer ul.footer-contact-us li {
  display: flex;
  margin-bottom: 15px;
  line-height: 1.75em;
  align-items: center;
}

footer h4, footer h5, footer p.link-main {
  margin-bottom: 8%;
  color: #d8d8d8;
  text-transform: uppercase;
  font-size: 16px;
}

footer p.copyright {
  font-family: "Nunito";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
}

footer .social-media-icons {
  margin-bottom: 10px;
}

footer .social-media-icons a i {
  color: #d7d7d7;
}

footer .social-media-icons i {
  font-size: 30px;
  margin-right: 15px;
}

footer .footer-contact-us i {
  margin-right: 10px;
  font-size: 18px;
}

footer .footer-col {
  margin-bottom: 15px;
}

/* ********** Single Post ********** */
section#single-post-content .single-post-container {
  margin-bottom: 20px;

}

section#single-post-content .single-post-body h4 {
  font-family: "Nunito";
  font-size: 18px;
}

section#single-post-content .single-post-body p,
section#single-post-content .single-post-body ul li,
section#single-post-content .single-post-body ol li {
  font-family: "Roboto";
  font-size: 13px;
}

section#single-post-content .single-post-body button {
  font-family: "Roboto";
  font-size: 14px;
  color: #ffffff;
  border: 0px;
  padding: 8px 30px;
  margin-bottom: 10px;
}

section#single-post-content .single-post-body h2 {
  font-family: "Titillium Web";
  font-size: 28px;
}

section#single-post-content .single-post-body h3 {
  font-family: "Titillium Web";
  font-size: 30px;
}

section#single-post-content .single-post-body h4 {
  font-family: "Titillium Web";
}

section#single-post-content .single-post-body img {
  margin-bottom: 20px;
}

/* ********** Articles ********** */
section#article-content .article-container {
  margin-bottom: 20px;
}

section#article-content .article-container .article-content-img {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  section#article-content .article-container .article-content-img {
    height: 120px;
    width: 100%;
  }

  section#article-content .article-body p {
    min-height: inherit !important;
  }
}

section#article-content .article-container .article-content-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

section#article-content .article-container img {
  width: 100% !important;
  height: auto !important;
}

section#article-content .article-body {
  padding: 1em 1.5em 1em;
}

section#article-content .article-body h2 {
  font-family: "Nunito";
  font-size: 18px;
}

section#article-content .article-body h4 {
  font-family: "Nunito";
  font-size: 18px;
}

section#article-content .article-body p {
  font-family: "Roboto";
  font-size: 13px;
  min-height: 8vh;
}

section#article-content .article-body button {
  font-family: "Roboto";
  font-size: 14px;
  color: #000000;
  border: 0px;
  padding: 8px 30px;
  margin-bottom: 10px;
}

/* ********** Category Page ********** */
section#category-content .category-body {
  color: #ffffff;
  min-height: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}

section#category-content .category-single-container {
  position: relative;
  padding: 25px 20px;
  margin-bottom: 25px;
}

section#category-content .category-body .category-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

section#category-content .category-body button {
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
  font-family: "Titillium Web";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 10px;
  line-height: 1.75em;
}

section#category-content .category-body h2 {
  font-family: "Nunito";
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section#category-content .category-body h4 {
  font-family: "Nunito";
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section#category-content .category-body p {
  font-family: "Roboto";
  font-size: 13px;
}

/* ********** Single Page ********** */
section#single-page .single-page-container {
  margin-bottom: 20px;

}

section#single-page .single-page-body {
  padding: 1em 1.5em 1em;
}

section#single-page .single-page-body h4 {
  font-family: "Nunito";
  font-size: 18px;
}

section#single-page .single-page-body p {
  font-family: "Roboto";
  font-size: 13px;
  min-height: 8vh;
}

section#single-page .single-page-body button {
  font-family: "Roboto";
  font-size: 14px;
  color: #ffffff;
  border: 0px;
  padding: 8px 30px;
  margin-bottom: 10px;
}

/* ********** Podcast - In this episode ********** */
div.inthisepisode {
  margin-top: 20px;
  margin-bottom: 20px;
}

div.inthisepisode-header {
  background: #99CC33;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 5%;
  padding-bottom: 2%;
}

div.inthisepisode-header h2 {
  color: #ffffff !important;
  font-family: "Titillium Web";
}

div.inthisepisode-body {
  background: #ffffff;
  padding: 0%;
}

div.inthisepisode-content {
  padding: 3%;
}

div.inthisepisode-body ul li {
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

div.inthisepisode-body ul li i {
  color: #226EBF;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

div.inthisepisode-divider {
  background-color: #99CC33;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: relative;
  bottom: 3px;
}

/* ********** In This Episode - About Author ********** */
div.inthisepisode-author {
  background: #e3f8ff;
  border-radius: 20px;
  border-left: 4px solid #0098e7;
  border-right: 4px solid #0098e7;
  padding: 5%;
}

div.inthisepisode-author h3,
div.inthisepisode-author h5 {
  font-family: "Titillium Web";
}

div.inthisepisode-author h5 {
  text-transform: uppercase;
  font-size: 16px;
}

/* ********** Transcription ********** */
div.transcription {
  margin-top: 20px;
  margin-bottom: 20px;
}

div.transcription-header {
  background: #99CC33;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 5%;
  padding-bottom: 2%;
}

div.transcription-header h2 {
  color: #ffffff !important;
  font-family: "Titillium Web";
}

div.transcription-body {
  background: #ffffff;
  padding: 0%;
}

div.transcription-content {
  padding: 3%;
}

div.transcription-divider {
  background-color: #99CC33;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: relative;
  bottom: 3px;
}

/* ********** Download Resources ********** */
div.download-resources {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 3%;
  padding-bottom: 3%;
}

div.download-body {
  box-shadow: rgba(0, 152, 231, 0.15) -10px -11px 0px 0px, rgba(0, 152, 231, 0.15) 11px 11px 0px 0px;
  overflow: hidden;
  display: block;
  border: 2px solid rgba(0, 152, 231, 0.15);
  padding: 35px 15px;
  width: 96%;
  margin: 0 auto;
}

div.download-body h3 {
  font-family: "Titillium Web";
  text-transform: uppercase;
}

div.download-body a button {
  margin-top: 20px;
  padding: 10px 30px !important;
  font-family: "Titillium Web" !important;
  font-size: 20px !important;
}

div.download-body a button i {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 20px;
}

/* ********** Related Resources ********** */
div.related-resources {
  background: #ffffff;
  padding: 5%;

}

div.related-resources.blue-border {
  box-shadow: rgba(10, 40, 56, 0.2) 0px 10px 20px 0px, rgb(0, 152, 231) 11px 0px 0px -5px inset;
  border: 1px solid rgba(0, 152, 231, 0.14) !important;
}

div.related-resources.green-border {
  box-shadow: rgba(10, 40, 56, 0.2) 0px 10px 20px 0px, rgb(154, 207, 48) 11px 0px 0px -5px inset;
  border: 1px solid rgba(0, 152, 231, 0.14) !important;
}

div.related-resources h2 {
  font-family: "Titillium Web";
  margin-bottom: 20px;
}

div.related-resources ul {
  padding: 0px;
}

div.related-resources ul li {
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

div.related-resources ul li i {
  margin-right: 8px;
  font-size: 18px;
}

div.related-resources ul li a {
  text-decoration: none !important;
}

/* ********** Steps ********** */
div.steps {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.steps-header {
  border-left: 5px solid #226EBF;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

div.steps-header h2 {
  font-family: "Titillium Web";
  font-size: 30px;
}

div.steps-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.steps-body ol.numbered-list {
  list-style-type: none;
  padding-left: 0px;
}

div.steps-body ol.numbered-list li {
  display: flex;
  align-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

div.steps-body ol.numbered-list span.number {
  padding: 20px;
  background: #39a4d2 !important;
  font-size: 16px;
  color: #ffffff;
  margin-right: 20px;
}

div.steps-body ol.numbered-list p {
  font-size: 14px !important;
  font-weight: 300;
  margin-bottom: 0px;
}

/* ********** Media Query ********** */
@media screen and (max-width: 1200px) {
  footer h4, footer h5, footer p.link-main {
    margin-bottom: 8px !important;
  }

  .custom-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 599px) {
  section#lead-magnet .pt-4 {
    padding-top: 0px !important;
  }

  section#featured {
    padding-top: 10px !important;
    padding-bottom: 3px !important;
  }
}

@media screen and (max-width: 576px) {
  .recent-post-div {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
	div.main-home-content {
		flex-wrap: wrap-reverse;
	}
}

/* ********** Fonts ********** */

/* **** Nunito **** */
/* cyrillic-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/nunito/cyrillic-ext-nunito-reg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/nunito/cyrillic-nunito-reg.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/nunito/vietnamese-nunito-reg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/nunito/latin-ext-nunito-reg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/nunito/latin-nunito-reg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* **** Titillium Web **** */
/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./fonts/titillium/latin-ext-titillium.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./fonts/titillium/latin-titillium.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* **** Roboto **** */
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/roboto/cyrillic-ext-roboto.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/roboto/cyrillic-roboto.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/roboto/greek-ext-roboto.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/roboto/greek-roboto.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/roboto/vietnamese-roboto.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/roboto/latin-ext-roboto.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/roboto/latin-roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* **** Roboto Bold **** */
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/roboto/cyrillic-ext-roboto-bold.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/roboto/cyrillic-roboto-bold.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/roboto/greek-ext-roboto-bold.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/roboto/greek-roboto-bold.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/roboto/vietnamese-roboto-bold.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/roboto/latin-ext-roboto-bold.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/roboto/latin-roboto-bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}