/* HARMONY CUSTOM CSS */

/* Adjust landing page title font size */

.harmony_landing_page_banner_inner h1 {
    font-size: 2.2em !important;
}

/* Adjust main logo */

.layout_core_menu_logo img {
    padding: 0 0 0 0 !important;
    max-width: 260px !important;
    height: auto;
}

/* Main homepage and pages titles CSS */

.main-home-title-blue-one {
    text-align: center !important;
    font-size: 35px !important;
    color: #208ED3 !important;
    font-weight: 300 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.main-home-title-white-one {
    text-align: center !important;
    font-size: 35px !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.main-home-title-gray-one {
    text-align: center !important;
    font-size: 35px !important;
    color: #5a5a5a !important;
    font-weight: 300 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.dark_mode .main-home-title-gray-one {
    color: #ffffff !important;
}

.second-home-subtitle-blue-one {
    text-align: center !important;
    font-size: 25px !important;
    color: #208ED3 !important;
    font-weight: 300 !important;
    font-style: italic !important;
    line-height: 1 !important;
    padding: 5px !important;
    margin: 0 !important;
    text-transform: none !important;
}

.second-home-subtitle-white-one {
    text-align: center !important;
    font-size: 25px !important;
    color: #5a5a5a !important;
    font-weight: 300 !important;
    font-style: italic !important;
    line-height: 1 !important;
    padding: 5px !important;
    margin: 0 !important;
    text-transform: none !important;
}

.second-home-subtitle-gray-one {
    text-align: center !important;
    font-size: 25px !important;
    color: #5a5a5a !important;
    font-weight: 300 !important;
    font-style: italic !important;
    line-height: 1 !important;
    padding: 5px !important;
    margin: 0 !important;
    text-transform: none !important;
}

.dark_mode .second-home-subtitle-gray-one {
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) { .main-home-title-blue-one, .main-home-title-white-one, .main-home-title-gray-one { font-size: 22px !important; } }

@media only screen and (max-width: 767px) { .second-home-subtitle-blue-one, .second-home-subtitle-white-one, .second-home-subtitle-gray-one { font-size: 20px !important; } }

/* Custom hr tag */

.hr-div {
    padding: 0;
    max-width: 90%;
    margin: 25px auto 25px auto;
}

/* Custom page paragraph design */

h2, h3  {
    /* background-color: var(--theme-list-background-color); */
    border-radius: var(--theme-widget-radius) var(--theme-widget-radius) 0 0;
    font-family: var(--theme-heading-font-family);
    font-size: var(--theme-headline-size-medium);
    text-transform: capitalize;
    position: relative;
    font-weight: 600 !important;

}

.custom-page-h2, .custom-page-h3 {
    background-color: var(--theme-list-background-color);
    border-radius: var(--theme-widget-radius) var(--theme-widget-radius) 0 0;
    font-family: var(--theme-heading-font-family);
    font-size: var(--theme-headline-size-medium);
    text-transform: capitalize;
    margin: 0 !important;
    padding: 0.9375rem 0 !important;
    position: relative;
    font-weight: 600 !important;

}

.dark_mode .custom-page-h2, .dark_mode .custom-page-h3 {
    color: #ffffff !important;
}

.custom-page-paragraph-p {
    
}

/* 3 column responsive CSS */

.custom_column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.custom_row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .custom_column {
    width: 100%;
  }
}

/* Cruncify Back To Top CSS */

.crunchify-top:hover {
    color: #fff !important;
    background-color: #999;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
 
.crunchify-top {
    display: none;
    position: fixed;
    bottom: 5rem;
    left: 1rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: #208ED3;
    text-decoration: none;
    border-radius: 3.2rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    z-index: 1000;
}

/* Adjust size of emoticons */

img.emoticon_img {
    width: 20px !important;
    height: 20px !important;
}

/* FAQ PAGE CSS BEGIN */

.faq-div-wrapper {
  margin: 0;
  padding: 1rem;
}

.faq-tab {
  border-bottom: 1px solid #fff;
  margin: 0 0 -5px 0;
}

.faq-tab__closed {
  border-bottom: 0;
}

.faq-tab__label:hover, .faq-tab__close:hover {
  background: #0f548c;
}

/* Core styles/functionality */
.faq-tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.faq-tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.faq-tab input:checked ~ .faq-tab__content {
  max-height: 30rem;
}

/* Visual styles */
.faq-accordion {
  color: #208ED3;
  border: 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-tab__label,
.faq-tab__close {
  display: flex;
  color: white;
  background: #208ED3;
  cursor: pointer;
}

.faq-tab__label {
  justify-content: space-between;
  padding: 1rem;
  font-weight: 700;
  font-size: inherit;
}

.faq-tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.faq-tab input:checked + .faq-tab__label::after {
  transform: rotate(270deg);
}

.faq-tab__content p {
  margin: 0;
  padding: 1rem 1rem 2rem 1rem;
  color: #4f4f4f;
}

.dark_mode .faq-tab__content p {
  margin: 0;
  padding: 1rem 1rem 2rem 1rem;
  color: #ffffff;
}

.faq-tab__close {
  justify-content: flex-end;
  padding: 0.7rem 1rem;
  font-size: 1.2rem;
}

/* Arrow animation */
.faq-tab input:not(:checked) + .faq-tab__label:hover::after {
  animation: bounce .5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

/* FAQ PAGE CSS END */

/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}






