/**
 * Daybright Colors
 */
/*Official Colors*/
/**Simlified Color Spectrum**/
/**Expanded Color Spectrum**/
/*$nightfall: #00497a;*/
/**Accent Color Spectrum**/
@font-face {
  font-family: "Source Sans 3";
  src: url(/wp-content/themes/genesis-block-theme/inc/fonts/webfonts/SourceSans3-Regular.ttf) format(truetype);
}
@font-face {
  font-family: "Source Sans 3 Light";
  src: url(/wp-content/themes/genesis-block-theme/inc/fonts/webfonts/SourceSans3-Light.ttf) format(truetype);
}
@font-face {
  font-family: "Source Sans 3 Black";
  src: url(/wp-content/themes/genesis-block-theme/inc/fonts/webfonts/SourceSans3-Black.ttf) format(truetype);
}
@font-face {
  font-family: "Source Sans 3 Bold";
  src: url(/wp-content/themes/genesis-block-theme/inc/fonts/webfonts/SourceSans3-Bold.ttf) format(truetype);
}
@font-face {
  font-family: "Source Sans 3 SemiBold";
  src: url(/wp-content/themes/genesis-block-theme/inc/fonts/webfonts/SourceSans3-SemiBold.ttf) format(truetype);
}
@font-face {
  font-family: "Source Sans 3 ExtraBold";
  src: url(/wp-content/themes/genesis-block-theme/inc/fonts/webfonts/SourceSans3-ExtraBold.ttf) format(truetype);
}
body {
  font-family: "Source Sans 3", Arial, sans-serif;
}

#page {
  padding-top: 0;
}

#primary {
  width: 100%;
  max-width: 1280px;
}

.site-content {
  padding: 0;
}

.site-header {
  background-color: transparent;
}
.site-header .site-identity {
  padding: 0;
}
.site-header .site-identity .site-title-wrap {
  width: auto;
  padding-right: 20px;
}
.site-header .menu-main-menu-container{
  display: flex;
  align-items: center;
}
.site-header .site-identity .site-title-wrap .titles-wrap {
  display: none;
}
.site-header .site-identity .inner-row {
    border-top: 7px solid #fed34c;
}
.site-header .site-identity .super-top-navigation {
  background-color: #f5f5f7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-header .site-identity .super-top-navigation a {
  font-size: 14px;
}
.site-header .site-identity .super-top-navigation .main-navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1280px) {
  .site-header .site-identity .super-top-navigation .main-navigation {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
.site-header .site-identity .top-navigation {
  background-color: #ffffff;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.0274509804);
          box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.0274509804);
  padding: 20px 0 0;
}
.site-header .site-identity .top-navigation a {
  font-size: 17px;
  text-decoration: none;
}
.site-header .site-identity .top-navigation .mobile-navigation {
  background-color: transparent;
  padding-top: 0;
}
.site-header .site-identity .top-navigation .mobile-navigation .menu-toggle {
  color: #77787B;
  text-align: right;
}
@media (max-width: 1000px) {
  .site-header .site-identity .top-navigation .mobile-navigation .menu-toggle {
    display: block;
  }
}
@media (max-width: 1000px) {
  .site-header .site-identity .top-navigation .mobile-navigation {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .site-header .site-identity .top-navigation {
    padding: 20px 0;
  }
}
.site-header .site-identity .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .site-header .site-identity .main-navigation .menu-broker-primary-container,
  .site-header .site-identity .main-navigation .menu-main-container {
    display: none;
  }
}
.site-header .site-identity .main-navigation .menu {
  line-height: normal;
}
.site-header .site-identity .main-navigation .menu .menu-item {
  padding: 0 5px;
}
.site-header .site-identity .main-navigation .menu .menu-item a {
  font-weight: normal;
  margin: 0;
}
.site-header .site-identity .main-navigation .menu .menu-item a:hover {
  color: #00a9eb;
}
.site-header .site-identity .main-navigation .menu .menu-item a:after {
  display: none;
}
@media (min-width: 1280px) {
  .site-header .site-identity .main-navigation .menu .menu-item {
    padding: 0 15px;
  }
}
.site-header .site-identity .main-navigation .sub-menu {
  top: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 3px #e9e9e9;
          box-shadow: 0 0 3px #e9e9e9;
  overflow: hidden;
}
.site-header .site-identity .main-navigation .sub-menu .menu-item {
  padding: 0;
}
.site-header .site-identity .main-navigation .sub-menu a {
  color: #646464;
  display: block;
  padding: 10px 25px;
  font-size: 17px;
}
.site-header .site-identity .main-navigation .sub-menu a:hover {
  background-color: #f7f7f7;
  color: #00a9eb;
  text-decoration: none;
}
.site-header .site-identity .breadcrumb {
  background-color: rgba(242, 242, 242, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.site-header .site-identity .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  list-style-type: none;
  margin: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.site-header .site-identity .breadcrumb ul li {
  font-size: 14px;
}

.site-header-broker .site-identity .super-top-navigation {
  border-top-color: #f2a900;
}

.site-footer {
  background-color: #f7f7f7;
  padding: 0;
}
.site-footer .footer-top,
.site-footer .footer-bottom,
.site-footer .footer-tagline {
  padding-top: 0;
  width: 100%;
}
.site-footer .footer-top .footer-row,
.site-footer .footer-bottom .footer-row,
.site-footer .footer-tagline .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1280px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  /* @media (min-width: 1280px) { */
}
@media (min-width: 780px) {
  .site-footer .footer-top .footer-row,
  .site-footer .footer-bottom .footer-row,
  .site-footer .footer-tagline .footer-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-footer .footer-top .footer-row a,
.site-footer .footer-bottom .footer-row a,
.site-footer .footer-tagline .footer-row a {
  color: #564E3C;
  font-size: 14px;
}
.site-footer .footer-top .footer-row a:hover,
.site-footer .footer-bottom .footer-row a:hover,
.site-footer .footer-tagline .footer-row a:hover {
  color: #00a9eb;
  text-decoration: none;
}
.site-footer .footer-top .footer-row p,
.site-footer .footer-bottom .footer-row p,
.site-footer .footer-tagline .footer-row p {
  font-size: 13px;
}
.site-footer .footer-top .footer-row .footer-social,
.site-footer .footer-bottom .footer-row .footer-social,
.site-footer .footer-tagline .footer-row .footer-social {
  border-bottom: 1px solid #b2b4bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.site-footer .footer-top .footer-row .footer-social section,
.site-footer .footer-bottom .footer-row .footer-social section,
.site-footer .footer-tagline .footer-row .footer-social section {
  padding: 0 10px 0 0;
}
.site-footer .footer-top .footer-row .footer-social img,
.site-footer .footer-bottom .footer-row .footer-social img,
.site-footer .footer-tagline .footer-row .footer-social img {
  height: auto;
  max-width: 25px;
}
.site-footer .footer-tagline {
  margin-top: 10px;
}
.site-footer .footer-top {
  padding: 8vh 0 1vh;
}
.site-footer .footer-top .footer-row .footer-1,
.site-footer .footer-top .footer-row .footer-2 {
  /* @media (min-width: 1280px) { */
}
@media (min-width: 768px) {
  .site-footer .footer-top .footer-row .footer-1,
  .site-footer .footer-top .footer-row .footer-2 {
    width: 25%;
  }
}
.site-footer .footer-top .footer-row .footer-1 img,
.site-footer .footer-top .footer-row .footer-2 img {
  max-width: 206px;
}
.site-footer .footer-top .footer-row .footer-1 section,
.site-footer .footer-top .footer-row .footer-2 section {
  max-width: 210px;
}
.site-footer .footer-top .footer-row .footer-navigation {
  /* @media (min-width: 1280px) { */
}
@media (min-width: 768px) {
  .site-footer .footer-top .footer-row .footer-navigation {
    width: 75%;
  }
}
.site-footer .footer-top .footer-row .footer-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* @media (min-width: 1280px) { */
}
@media (min-width: 768px) {
  .site-footer .footer-top .footer-row .footer-navigation .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-footer .footer-top .footer-row .footer-navigation .menu .menu-item a {
  color: #00629f;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.site-footer .footer-top .footer-row .footer-navigation .menu .menu-item .sub-menu li {
  display: block;
}
.site-footer .footer-top .footer-row .footer-navigation .menu .menu-item .sub-menu li a {
  color: #564E3C;
  font-weight: normal;
}
.site-footer .footer-top .footer-row .footer-navigation .menu .menu-item .sub-menu li a:hover {
  color: #00a9eb;
}
.site-footer .footer-top .footer-row .footer-navigation .menu .menu-item-has-children {
  margin-right: 0;
  /* @media (min-width: 1280px) { */
}
@media (min-width: 768px) {
  .site-footer .footer-top .footer-row .footer-navigation .menu .menu-item-has-children {
    width: 25%;
  }
}

#feedback-form {
  display: none;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #f7f7f7;
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.0274509804);
          box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.0274509804);
  max-width: 400px;
  height: 600px;
  position: fixed;
  padding: 30px;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1280px) {
  #feedback-form {
    right: 5vw;
    bottom: 10%;
  }
}
#feedback-form.active {
  display: block;
}
#feedback-form input, #feedback-form textarea {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #564E3C;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#feedback-form .gform_fields {
  row-gap: 10px;
}

.feedback-btn {
  bottom: 2vh;
  pointer-events: auto;
  position: fixed;
  right: 2vw;
  z-index: 10;
}
.feedback-btn img {
  pointer-events: none;
}

.content-area .entry-content,
.wp-block-post-content {
  max-width: 100%;
  padding-top: 0;
  width: 100%;
  /*Headings*/
  /*Sections*/
  /*helper classes*/
  /*Specific Sections*/
  /* Custom accordion settings */
}
.content-area .entry-content .entry-content-wrap,
.wp-block-post-content .entry-content-wrap {
  padding: 0;
}
.content-area .entry-content .kb-row-layout-wrap .kt-row-column-wrap,
.wp-block-post-content .kb-row-layout-wrap .kt-row-column-wrap {
  max-width: 1280px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-area .entry-content .kb-row-layout-wrap .kt-row-column-wrap .kb-row-layout-wrap .kt-row-column-wrap,
.wp-block-post-content .kb-row-layout-wrap .kt-row-column-wrap .kb-row-layout-wrap .kt-row-column-wrap {
  padding: 0;
}
.content-area .entry-content .kb-row-layout-wrap.tailoredlearnmoresection .kt-row-column-wrap,
.wp-block-post-content .kb-row-layout-wrap.tailoredlearnmoresection .kt-row-column-wrap {
  -ms-grid-columns: (minmax(0, 1fr))[5] !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.content-area .entry-content .vertical-accordion,
.wp-block-post-content .vertical-accordion {
  /* @media (min-width: 1280px) { */
}
@media (min-width: 780px) {
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1280px;
    margin: auto;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 540px;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    height: 100%;
    min-width: 128px;
    min-height: 540px;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header.kt-accordion-panel-active,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header.kt-accordion-panel-active {
    min-width: 300px;
    border-radius: 15px 0 0 15px;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger {
    display: none;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger {
    margin: auto auto 0;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header .kt-blocks-accordion-title-wrap,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header .kt-blocks-accordion-title-wrap {
    display: none;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel {
    max-height: 540px !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel h3,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel h3 {
    margin-top: 0;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel p,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel p {
    margin-bottom: 15px;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel.is-collapsing, .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel.is-expanding,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel.is-collapsing,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel.is-expanding {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel.kt-accordion-panel-active .kt-accordion-panel-inner,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel.kt-accordion-panel-active .kt-accordion-panel-inner {
    min-width: 650px;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel .kt-accordion-panel-inner,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel .kt-accordion-panel-inner {
    background-color: #ffffff;
    border-radius: 0 15px 15px 0;
    height: 100%;
    padding: 40px;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .content-area .entry-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel .kt-accordion-panel-inner .wp-block-kadence-column,
  .wp-block-post-content .vertical-accordion .kt-accordion-inner-wrap .wp-block-kadence-pane .kt-accordion-panel .kt-accordion-panel-inner .wp-block-kadence-column {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content-area .entry-content .kb-advanced-slider,
.wp-block-post-content .kb-advanced-slider {
  margin: 0;
}
.content-area .entry-content .kb-advanced-slider h2.wp-block-kadence-advancedheading,
.content-area .entry-content .kb-advanced-slider h2,
.wp-block-post-content .kb-advanced-slider h2.wp-block-kadence-advancedheading,
.wp-block-post-content .kb-advanced-slider h2 {
  color: #00629f;
  max-width: 400px;
}
.content-area .entry-content .kb-advanced-slider p.wp-block-kadence-advancedheading,
.content-area .entry-content .kb-advanced-slider p,
.wp-block-post-content .kb-advanced-slider p.wp-block-kadence-advancedheading,
.wp-block-post-content .kb-advanced-slider p {
  color: #77787B;
  max-width: 400px;
}
.content-area .entry-content .kb-advanced-slider img,
.wp-block-post-content .kb-advanced-slider img {
  border-radius: 10px;
  height: 100%;
}
.content-area .entry-content .kb-advanced-slider .kt-blocks-carousel .kt-inside-inner-col,
.wp-block-post-content .kb-advanced-slider .kt-blocks-carousel .kt-inside-inner-col {
  height: 90%;
}
.content-area .entry-content .kb-advanced-slider .kt-blocks-carousel .splide__pagination,
.wp-block-post-content .kb-advanced-slider .kt-blocks-carousel .splide__pagination {
  bottom: -50px;
}
.content-area .entry-content .kb-advanced-slider .kt-blocks-carousel .splide__pagination li,
.wp-block-post-content .kb-advanced-slider .kt-blocks-carousel .splide__pagination li {
  margin: 0 3px;
}
.content-area .entry-content .kb-advanced-slider .kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .splide__pagination__page,
.wp-block-post-content .kb-advanced-slider .kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .splide__pagination__page {
  -webkit-box-shadow: inset 0 0 0 1px #ff8204;
          box-shadow: inset 0 0 0 1px #ff8204;
  background: #ff8204;
  width: 1em;
  height: 1em;
  padding: 0;
}
.content-area .entry-content .kb-advanced-slider .kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .splide__pagination__page.is-active,
.wp-block-post-content .kb-advanced-slider .kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .splide__pagination__page.is-active {
  background: #ff8204;
  border: inset 0 0 0 8px #ff8204;
  -webkit-box-shadow: inset 0 0 0 8px #ff8204;
          box-shadow: inset 0 0 0 8px #ff8204;
}
.content-area .entry-content .kb-advanced-slider .kb-advanced-slide-inner-wrap,
.wp-block-post-content .kb-advanced-slider .kb-advanced-slide-inner-wrap {
  padding: 0;
}
.content-area .entry-content .kb-advanced-slider .kb-advanced-slide-inner-wrap .kt-row-column-wrap,
.wp-block-post-content .kb-advanced-slider .kb-advanced-slide-inner-wrap .kt-row-column-wrap {
  padding: 0;
}
.content-area .entry-content .wp-block-separator,
.wp-block-post-content .wp-block-separator {
  width: 100%;
  border-color: #d7d7d7;
  opacity: 0.7;
}
@media (min-width: 1280px) {
  .content-area .entry-content .wp-block-kadence-posts,
  .wp-block-post-content .wp-block-kadence-posts {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.content-area .entry-content .wp-block-kadence-column,
.wp-block-post-content .wp-block-kadence-column {
  padding-bottom: 20px;
}
.content-area .entry-content h1, .content-area .entry-content h2, .content-area .entry-content h3, .content-area .entry-content h4, .content-area .entry-content h5, .content-area .entry-content h6,
.content-area .entry-content h1.wp-block-kadence-advancedheading,
.content-area .entry-content h2.wp-block-kadence-advancedheading,
.content-area .entry-content h3.wp-block-kadence-advancedheading,
.content-area .entry-content h4.wp-block-kadence-advancedheading,
.content-area .entry-content h5.wp-block-kadence-advancedheading,
.content-area .entry-content h6.wp-block-kadence-advancedheading,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6,
.wp-block-post-content h1.wp-block-kadence-advancedheading,
.wp-block-post-content h2.wp-block-kadence-advancedheading,
.wp-block-post-content h3.wp-block-kadence-advancedheading,
.wp-block-post-content h4.wp-block-kadence-advancedheading,
.wp-block-post-content h5.wp-block-kadence-advancedheading,
.wp-block-post-content h6.wp-block-kadence-advancedheading {
  font-family: "Source Sans 3", Arial, sans-serif;
  line-height: 1.2em;
}
.content-area .entry-content h1.wp-block-kadence-advancedheading.no-bottom-margin,
.content-area .entry-content h2.wp-block-kadence-advancedheading.no-bottom-margin,
.content-area .entry-content h3.wp-block-kadence-advancedheading.no-bottom-margin,
.content-area .entry-content h4.wp-block-kadence-advancedheading.no-bottom-margin,
.content-area .entry-content h5.wp-block-kadence-advancedheading.no-bottom-margin,
.content-area .entry-content h6.wp-block-kadence-advancedheading.no-bottom-margin,
.wp-block-post-content h1.wp-block-kadence-advancedheading.no-bottom-margin,
.wp-block-post-content h2.wp-block-kadence-advancedheading.no-bottom-margin,
.wp-block-post-content h3.wp-block-kadence-advancedheading.no-bottom-margin,
.wp-block-post-content h4.wp-block-kadence-advancedheading.no-bottom-margin,
.wp-block-post-content h5.wp-block-kadence-advancedheading.no-bottom-margin,
.wp-block-post-content h6.wp-block-kadence-advancedheading.no-bottom-margin {
  margin-bottom: 0;
}
.content-area .entry-content h1,
.content-area .entry-content h1.kadence-advancedheading-text,
.wp-block-post-content h1,
.wp-block-post-content h1.kadence-advancedheading-text {
  color: #404040;
  font-family: "Source Sans 3 SemiBold", Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
}
.content-area .entry-content h1 strong,
.content-area .entry-content h1.kadence-advancedheading-text strong,
.wp-block-post-content h1 strong,
.wp-block-post-content h1.kadence-advancedheading-text strong {
  font-family: "Source Sans 3 Bold", Arial, sans-serif;
}
@media (min-width: 1280px) {
  .content-area .entry-content h1,
  .content-area .entry-content h1.kadence-advancedheading-text,
  .wp-block-post-content h1,
  .wp-block-post-content h1.kadence-advancedheading-text {
    font-size: 51px;
  }
}
.content-area .entry-content .herosection h1,
.content-area .entry-content .herosection h1.wp-block-kadence-advancedheading,
.wp-block-post-content .herosection h1,
.wp-block-post-content .herosection h1.wp-block-kadence-advancedheading {
  color: #fff !important;
}
.content-area .entry-content h2.wp-block-kadence-advancedheading.fs46,
.wp-block-post-content h2.wp-block-kadence-advancedheading.fs46 {
  font-size: 31px;
}
@media (min-width: 1280px) {
  .content-area .entry-content h2.wp-block-kadence-advancedheading.fs46,
  .wp-block-post-content h2.wp-block-kadence-advancedheading.fs46 {
    font-size: 46px;
  }
}
.content-area .entry-content h2.wp-block-kadence-advancedheading.fs42,
.wp-block-post-content h2.wp-block-kadence-advancedheading.fs42 {
  font-size: 31px;
}
@media (min-width: 1280px) {
  .content-area .entry-content h2.wp-block-kadence-advancedheading.fs42,
  .wp-block-post-content h2.wp-block-kadence-advancedheading.fs42 {
    font-size: 42px;
  }
}
.content-area .entry-content h2,
.content-area .entry-content h2.wp-block-kadence-advancedheading,
.wp-block-post-content h2,
.wp-block-post-content h2.wp-block-kadence-advancedheading {
  color: #404040;
  font-family: "Source Sans 3 SemiBold", Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1em;
}
.content-area .entry-content h2 strong,
.content-area .entry-content h2.wp-block-kadence-advancedheading strong,
.wp-block-post-content h2 strong,
.wp-block-post-content h2.wp-block-kadence-advancedheading strong {
  font-family: "Source Sans 3 Bold", Arial, sans-serif;
}
@media (min-width: 1280px) {
  .content-area .entry-content h2,
  .content-area .entry-content h2.wp-block-kadence-advancedheading,
  .wp-block-post-content h2,
  .wp-block-post-content h2.wp-block-kadence-advancedheading {
    /*font-size: 51px;*/
    font-size: 46px;
  }
}
.content-area .entry-content h3,
.content-area .entry-content h3.wp-block-kadence-advancedheading,
.wp-block-post-content h3,
.wp-block-post-content h3.wp-block-kadence-advancedheading {
  color: #00629f;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}
.content-area .entry-content h3 strong,
.content-area .entry-content h3.wp-block-kadence-advancedheading strong,
.wp-block-post-content h3 strong,
.wp-block-post-content h3.wp-block-kadence-advancedheading strong {
  font-family: "Source Sans 3 SemiBold", Arial, sans-serif;
}
@media (min-width: 1280px) {
  .content-area .entry-content h3,
  .content-area .entry-content h3.wp-block-kadence-advancedheading,
  .wp-block-post-content h3,
  .wp-block-post-content h3.wp-block-kadence-advancedheading {
    font-size: 32px;
  }
}
.content-area .entry-content h4,
.content-area .entry-content h4.wp-block-kadence-advancedheading,
.wp-block-post-content h4,
.wp-block-post-content h4.wp-block-kadence-advancedheading {
  font-family: "Source Sans 3 SemiBold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  /*margin-bottom: 0;*/
  margin-bottom: 18px;
}
.content-area .entry-content h4 strong,
.content-area .entry-content h4.wp-block-kadence-advancedheading strong,
.wp-block-post-content h4 strong,
.wp-block-post-content h4.wp-block-kadence-advancedheading strong {
  font-family: "Source Sans 3 Bold", Arial, sans-serif;
}
@media (min-width: 1280px) {
  .content-area .entry-content h4,
  .content-area .entry-content h4.wp-block-kadence-advancedheading,
  .wp-block-post-content h4,
  .wp-block-post-content h4.wp-block-kadence-advancedheading {
    font-size: 18px;
  }
}
.content-area .entry-content p,
.wp-block-post-content p {
  color: #77787B;
  font-family: "Source Sans 3", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
  /* max-width: 820px;*/
}
@media (min-width: 1280px) {
  .content-area .entry-content p,
  .wp-block-post-content p {
    font-size: 20px;
  }
}
.content-area .entry-content p strong,
.wp-block-post-content p strong {
  font-family: "Source Sans 3 ExtraBold", Arial, sans-serif;
}
.content-area .entry-content p a,
.wp-block-post-content p a {
  color: #00a9eb;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.content-area .entry-content p a:hover,
.wp-block-post-content p a:hover {
  color: #00a9eb;
  text-decoration: none;
}
.content-area .entry-content a,
.wp-block-post-content a {
  color: #00a9eb;
  text-decoration: none;
}
.content-area .entry-content a:hover,
.wp-block-post-content a:hover {
  color: #00a9eb;
  text-decoration: none;
}
.content-area .entry-content ul, .content-area .entry-content ol,
.wp-block-post-content ul,
.wp-block-post-content ol {
  font-family: "Source Sans 3", Arial, sans-serif;
  margin-left: 20px;
  padding: 0;
}
.content-area .entry-content ul li, .content-area .entry-content ol li,
.wp-block-post-content ul li,
.wp-block-post-content ol li {
  color: #77787B;
  line-height: 1.2;
  margin-bottom: 0;
}
.content-area .entry-content ul li.list-style-circle, .content-area .entry-content ol li.list-style-circle,
.wp-block-post-content ul li.list-style-circle,
.wp-block-post-content ol li.list-style-circle {
  list-style: circle;
}
.content-area .entry-content ul li.list-style-alpha, .content-area .entry-content ol li.list-style-alpha,
.wp-block-post-content ul li.list-style-alpha,
.wp-block-post-content ol li.list-style-alpha {
  list-style: lower-alpha;
}
@media (min-width: 1280px) {
  .content-area .entry-content ul, .content-area .entry-content ol,
  .wp-block-post-content ul,
  .wp-block-post-content ol {
    font-size: 20px;
  }
}
.content-area .entry-content figure,
.content-area .entry-content .wp-block-image,
.wp-block-post-content figure,
.wp-block-post-content .wp-block-image {
  margin: 0 !important;
}
.content-area .entry-content .headquarters .wp-block-image,
.wp-block-post-content .headquarters .wp-block-image {
  margin-bottom: 15px !important;
}
.content-area .entry-content .contactaddresses .kt-inside-inner-col p.has-text-align-left,
.content-area .entry-content .headquarters .kt-inside-inner-col p.has-text-align-left,
.wp-block-post-content .contactaddresses .kt-inside-inner-col p.has-text-align-left,
.wp-block-post-content .headquarters .kt-inside-inner-col p.has-text-align-left {
  padding-left: 40px;
}
.content-area .entry-content figure.aligncenter,
.wp-block-post-content figure.aligncenter {
  margin: 0 auto !important;
}
.content-area .entry-content .disclaimer-txt,
.wp-block-post-content .disclaimer-txt {
  color: #77787B;
  font-size: 80%;
}
.content-area .entry-content .kb-buttons-wrap,
.wp-block-post-content .kb-buttons-wrap {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.content-area .entry-content .kb-button, .content-area .entry-content .kt-button, .content-area .entry-content .mostrecentstoriessection .more-link-wrap .post-more-link,
.wp-block-post-content .mostrecentstoriessection .more-link-wrap .content-area .entry-content .post-more-link, .content-area .entry-content .newssection .more-link-wrap a,
.content-area .entry-content .wp-block-post-content .newssection .more-link-wrap a,
.wp-block-post-content .newssection .more-link-wrap .content-area .entry-content a, .content-area .entry-content .gform_button, .content-area .entry-content button,
.wp-block-post-content .kb-button,
.wp-block-post-content .kt-button,
.wp-block-post-content .mostrecentstoriessection .more-link-wrap .post-more-link,
.wp-block-post-content .content-area .entry-content .newssection .more-link-wrap a,
.content-area .entry-content .newssection .more-link-wrap .wp-block-post-content a,
.wp-block-post-content .newssection .more-link-wrap a,
.wp-block-post-content .gform_button,
.wp-block-post-content button {
  border-radius: 30px;
  color: #ffffff;
  font-family: "Source Sans 3 Light", Arial, sans-serif;
  line-height: 1;
  padding: 12px 25px;
}
@media (min-width: 1280px) {
  .content-area .entry-content .kb-button, .content-area .entry-content .kt-button, .content-area .entry-content .mostrecentstoriessection .more-link-wrap .post-more-link,
  .wp-block-post-content .mostrecentstoriessection .more-link-wrap .content-area .entry-content .post-more-link, .content-area .entry-content .newssection .more-link-wrap a,
  .content-area .entry-content .wp-block-post-content .newssection .more-link-wrap a,
  .wp-block-post-content .newssection .more-link-wrap .content-area .entry-content a, .content-area .entry-content .gform_button, .content-area .entry-content button,
  .wp-block-post-content .kb-button,
  .wp-block-post-content .kt-button,
  .wp-block-post-content .mostrecentstoriessection .more-link-wrap .post-more-link,
  .wp-block-post-content .content-area .entry-content .newssection .more-link-wrap a,
  .content-area .entry-content .newssection .more-link-wrap .wp-block-post-content a,
  .wp-block-post-content .newssection .more-link-wrap a,
  .wp-block-post-content .gform_button,
  .wp-block-post-content button {
    font-size: 20px;
  }
}
.content-area .entry-content .kb-button, .content-area .entry-content .kt-button{
  border: 2px solid transparent;
}
.content-area .entry-content .kb-button:hover, .content-area .entry-content .kt-button:hover, .content-area .entry-content .mostrecentstoriessection .more-link-wrap .post-more-link:hover, .content-area .entry-content .newssection .more-link-wrap a:hover,
.wp-block-post-content .newssection .more-link-wrap .content-area .entry-content a:hover, .content-area .entry-content .gform_button:hover, .content-area .entry-content button:hover,
.wp-block-post-content .kb-button:hover,
.wp-block-post-content .kt-button:hover,
.wp-block-post-content .mostrecentstoriessection .more-link-wrap .post-more-link:hover,
.wp-block-post-content .newssection .more-link-wrap a:hover,
.wp-block-post-content .gform_button:hover,
.wp-block-post-content button:hover {
  color: #404040;
  border-color:#404040;
}
.content-area .entry-content .bg-circle,
.content-area .entry-content .bg-arc,
.content-area .entry-content .bg-dots,
.wp-block-post-content .bg-circle,
.wp-block-post-content .bg-arc,
.wp-block-post-content .bg-dots {
  background-repeat: no-repeat;
  background-size: cover;
}
.content-area .entry-content .daybreak-bg,
.wp-block-post-content .daybreak-bg {
  background-color: #fed34c;
  color: #e82626;
}
.content-area .entry-content .daybreak-bg h2, .content-area .entry-content .daybreak-bg h3, .content-area .entry-content .daybreak-bg p, .content-area .entry-content .daybreak-bg li, .content-area .entry-content .daybreak-bg a,
.wp-block-post-content .daybreak-bg h2,
.wp-block-post-content .daybreak-bg h3,
.wp-block-post-content .daybreak-bg p,
.wp-block-post-content .daybreak-bg li,
.wp-block-post-content .daybreak-bg a {
  color: #e82626;
}
.content-area .entry-content .daybreak-txt,
.wp-block-post-content .daybreak-txt {
  color: #fed34c;
}
.content-area .entry-content .daybreaklight-bg,
.wp-block-post-content .daybreaklight-bg {
  /* background-color: $light-daybreak; */
  color: #ffffff;
}
.content-area .entry-content .daybreaklight-bg h2, .content-area .entry-content .daybreaklight-bg h3, .content-area .entry-content .daybreaklight-bg p, .content-area .entry-content .daybreaklight-bg li, .content-area .entry-content .daybreaklight-bg a,
.wp-block-post-content .daybreaklight-bg h2,
.wp-block-post-content .daybreaklight-bg h3,
.wp-block-post-content .daybreaklight-bg p,
.wp-block-post-content .daybreaklight-bg li,
.wp-block-post-content .daybreaklight-bg a {
  color: #ffffff;
}
.content-area .entry-content .daybreaklight-bg.bg-small,
.wp-block-post-content .daybreaklight-bg.bg-small {
  background-image: url("/wp-content/uploads/background_yellow_sm.jpg");
  background-size: cover;
  border-radius: 10px;
}
.content-area .entry-content .daybreaklight-bg.bg-small-circle,
.wp-block-post-content .daybreaklight-bg.bg-small-circle {
  background-image: url("/wp-content/uploads/daybreak_sm_circle.png");
  background-size: cover;
  border-radius: 10px;
}
.content-area .entry-content .daybreaklight-txt,
.wp-block-post-content .daybreaklight-txt {
  color: #fdd34d;
}
.content-area .entry-content .nightfall-light-txt,
.wp-block-post-content .nightfall-light-txt {
  color: #00497a;
}
.content-area .entry-content .nightfall-txt,
.wp-block-post-content .nightfall-txt {
  color: #00629f;
}
.content-area .entry-content .bluesky-bg, .content-area .entry-content .card.is-flipped.card-bluesky,
.wp-block-post-content .bluesky-bg,
.wp-block-post-content .card.is-flipped.card-bluesky {
  background-color: #00a9eb;
  color: #ffffff;
}
.content-area .entry-content .bluesky-bg h2, .content-area .entry-content .card.is-flipped.card-bluesky h2, .content-area .entry-content .bluesky-bg h3, .content-area .entry-content .card.is-flipped.card-bluesky h3, .content-area .entry-content .bluesky-bg p, .content-area .entry-content .card.is-flipped.card-bluesky p, .content-area .entry-content .bluesky-bg li, .content-area .entry-content .card.is-flipped.card-bluesky li, .content-area .entry-content .bluesky-bg a, .content-area .entry-content .card.is-flipped.card-bluesky a,
.wp-block-post-content .bluesky-bg h2,
.wp-block-post-content .card.is-flipped.card-bluesky h2,
.wp-block-post-content .bluesky-bg h3,
.wp-block-post-content .card.is-flipped.card-bluesky h3,
.wp-block-post-content .bluesky-bg p,
.wp-block-post-content .card.is-flipped.card-bluesky p,
.wp-block-post-content .bluesky-bg li,
.wp-block-post-content .card.is-flipped.card-bluesky li,
.wp-block-post-content .bluesky-bg a,
.wp-block-post-content .card.is-flipped.card-bluesky a {
  color: #ffffff;
}
.content-area .entry-content .bluesky-bg.bg-circle, .content-area .entry-content .bg-circle.card.is-flipped.card-bluesky,
.wp-block-post-content .bluesky-bg.bg-circle,
.wp-block-post-content .bg-circle.card.is-flipped.card-bluesky {
  background-image: url("/wp-content/uploads/background_light_blue.png");
}
.content-area .entry-content .bluesky-bg.bg-small-circle, .content-area .entry-content .bg-small-circle.card.is-flipped.card-bluesky,
.wp-block-post-content .bluesky-bg.bg-small-circle,
.wp-block-post-content .bg-small-circle.card.is-flipped.card-bluesky {
  background-image: url("/wp-content/uploads/bluesky_sm_circle.png");
  background-size: cover;
  border-radius: 10px;
}
.content-area .entry-content .bluesky-txt,
.wp-block-post-content .bluesky-txt {
  color: #00a9eb;
}
.content-area .entry-content .bluesky-btn .button, .content-area .entry-content .bluesky-btn button,
.wp-block-post-content .bluesky-btn .button,
.wp-block-post-content .bluesky-btn button {
  background-color: #00a9eb;
}
.content-area .entry-content .bluesky-btn .button:hover, .content-area .entry-content .bluesky-btn button:hover,
.wp-block-post-content .bluesky-btn .button:hover,
.wp-block-post-content .bluesky-btn button:hover {
  background-color: #00a9eb;
}
.content-area .entry-content .bluesky-btn .button a, .content-area .entry-content .bluesky-btn button a,
.wp-block-post-content .bluesky-btn .button a,
.wp-block-post-content .bluesky-btn button a {
  color: #ffffff;
}
.content-area .entry-content .light-bluesky-txt,
.wp-block-post-content .light-bluesky-txt {
  color: #2ccdff;
}
.content-area .entry-content .sunrise-bg, .content-area .entry-content .card.is-flipped.card-sunrise,
.wp-block-post-content .sunrise-bg,
.wp-block-post-content .card.is-flipped.card-sunrise {
  background-color: #f2a900;
  color: #ffffff;
}
.content-area .entry-content .sunrise-bg h2, .content-area .entry-content .card.is-flipped.card-sunrise h2, .content-area .entry-content .sunrise-bg h3, .content-area .entry-content .card.is-flipped.card-sunrise h3, .content-area .entry-content .sunrise-bg p, .content-area .entry-content .card.is-flipped.card-sunrise p, .content-area .entry-content .sunrise-bg li, .content-area .entry-content .card.is-flipped.card-sunrise li, .content-area .entry-content .sunrise-bg a, .content-area .entry-content .card.is-flipped.card-sunrise a,
.wp-block-post-content .sunrise-bg h2,
.wp-block-post-content .card.is-flipped.card-sunrise h2,
.wp-block-post-content .sunrise-bg h3,
.wp-block-post-content .card.is-flipped.card-sunrise h3,
.wp-block-post-content .sunrise-bg p,
.wp-block-post-content .card.is-flipped.card-sunrise p,
.wp-block-post-content .sunrise-bg li,
.wp-block-post-content .card.is-flipped.card-sunrise li,
.wp-block-post-content .sunrise-bg a,
.wp-block-post-content .card.is-flipped.card-sunrise a {
  color: #ffffff;
}
.content-area .entry-content .sunrise-txt,
.wp-block-post-content .sunrise-txt {
  color: #f2a900;
}
.content-area .entry-content .sunrise-btn .button, .content-area .entry-content .sunrise-btn button,
.wp-block-post-content .sunrise-btn .button,
.wp-block-post-content .sunrise-btn button {
  background-color: #f2a900;
}
.content-area .entry-content .sunrise-btn .button:hover, .content-area .entry-content .sunrise-btn button:hover,
.wp-block-post-content .sunrise-btn .button:hover,
.wp-block-post-content .sunrise-btn button:hover {
  background-color: #ffb400;
}
.content-area .entry-content .sunrise-btn .button a, .content-area .entry-content .sunrise-btn button a,
.wp-block-post-content .sunrise-btn .button a,
.wp-block-post-content .sunrise-btn button a {
  color: #ffffff;
}
.content-area .entry-content .light-sunrise-bg,
.wp-block-post-content .light-sunrise-bg {
  background-color: #ffb400;
  color: #ffffff;
}
.content-area .entry-content .light-sunrise-bg h2, .content-area .entry-content .light-sunrise-bg h3, .content-area .entry-content .light-sunrise-bg p, .content-area .entry-content .light-sunrise-bg li, .content-area .entry-content .light-sunrise-bg a,
.wp-block-post-content .light-sunrise-bg h2,
.wp-block-post-content .light-sunrise-bg h3,
.wp-block-post-content .light-sunrise-bg p,
.wp-block-post-content .light-sunrise-bg li,
.wp-block-post-content .light-sunrise-bg a {
  color: #ffffff;
}
.content-area .entry-content .midday-bg, .content-area .entry-content .card.is-flipped.card-midday,
.wp-block-post-content .midday-bg,
.wp-block-post-content .card.is-flipped.card-midday {
  background-color: #00629f;
  color: #ffffff;
}
.content-area .entry-content .midday-bg h2, .content-area .entry-content .card.is-flipped.card-midday h2, .content-area .entry-content .midday-bg h3, .content-area .entry-content .card.is-flipped.card-midday h3, .content-area .entry-content .midday-bg p, .content-area .entry-content .card.is-flipped.card-midday p, .content-area .entry-content .midday-bg li, .content-area .entry-content .card.is-flipped.card-midday li, .content-area .entry-content .midday-bg a, .content-area .entry-content .card.is-flipped.card-midday a,
.wp-block-post-content .midday-bg h2,
.wp-block-post-content .card.is-flipped.card-midday h2,
.wp-block-post-content .midday-bg h3,
.wp-block-post-content .card.is-flipped.card-midday h3,
.wp-block-post-content .midday-bg p,
.wp-block-post-content .card.is-flipped.card-midday p,
.wp-block-post-content .midday-bg li,
.wp-block-post-content .card.is-flipped.card-midday li,
.wp-block-post-content .midday-bg a,
.wp-block-post-content .card.is-flipped.card-midday a {
  color: #ffffff;
}
.content-area .entry-content .midday-bg.bg-circle, .content-area .entry-content .bg-circle.card.is-flipped.card-midday,
.wp-block-post-content .midday-bg.bg-circle,
.wp-block-post-content .bg-circle.card.is-flipped.card-midday {
  background-image: url("/wp-content/uploads/background_dark_blue.png");
}
.content-area .entry-content .midday-bg.bg-small, .content-area .entry-content .bg-small.card.is-flipped.card-midday,
.wp-block-post-content .midday-bg.bg-small,
.wp-block-post-content .bg-small.card.is-flipped.card-midday {
  background-image: url("/wp-content/uploads/background_dark_blue_sm.jpg");
  background-size: cover;
  border-radius: 10px;
}
.content-area .entry-content .midday-bg.bg-small-circle, .content-area .entry-content .bg-small-circle.card.is-flipped.card-midday,
.wp-block-post-content .midday-bg.bg-small-circle,
.wp-block-post-content .bg-small-circle.card.is-flipped.card-midday {
  background-image: url("/wp-content/uploads/midday_sm_circle.png");
  background-size: cover;
  border-radius: 10px;
}
.content-area .entry-content .midday-txt,
.wp-block-post-content .midday-txt {
  color: #00629f;
}
.content-area .entry-content .highnoon-bg, .content-area .entry-content .card.is-flipped.card-highnoon,
.wp-block-post-content .highnoon-bg,
.wp-block-post-content .card.is-flipped.card-highnoon {
  background-color: #ff8204;
  color: #ffffff;
}
.content-area .entry-content .highnoon-bg h2, .content-area .entry-content .card.is-flipped.card-highnoon h2, .content-area .entry-content .highnoon-bg h3, .content-area .entry-content .card.is-flipped.card-highnoon h3, .content-area .entry-content .highnoon-bg p, .content-area .entry-content .card.is-flipped.card-highnoon p, .content-area .entry-content .highnoon-bg li, .content-area .entry-content .card.is-flipped.card-highnoon li, .content-area .entry-content .highnoon-bg a, .content-area .entry-content .card.is-flipped.card-highnoon a,
.wp-block-post-content .highnoon-bg h2,
.wp-block-post-content .card.is-flipped.card-highnoon h2,
.wp-block-post-content .highnoon-bg h3,
.wp-block-post-content .card.is-flipped.card-highnoon h3,
.wp-block-post-content .highnoon-bg p,
.wp-block-post-content .card.is-flipped.card-highnoon p,
.wp-block-post-content .highnoon-bg li,
.wp-block-post-content .card.is-flipped.card-highnoon li,
.wp-block-post-content .highnoon-bg a,
.wp-block-post-content .card.is-flipped.card-highnoon a {
  color: #ffffff;
}
.content-area .entry-content .highnoon-bg.bg-circle, .content-area .entry-content .bg-circle.card.is-flipped.card-highnoon,
.wp-block-post-content .highnoon-bg.bg-circle,
.wp-block-post-content .bg-circle.card.is-flipped.card-highnoon {
  background-image: url("/wp-content/uploads/background_orange.png");
}
.content-area .entry-content .highnoon-bg.bg-arc, .content-area .entry-content .bg-arc.card.is-flipped.card-highnoon,
.wp-block-post-content .highnoon-bg.bg-arc,
.wp-block-post-content .bg-arc.card.is-flipped.card-highnoon {
  background-image: url("/wp-content/uploads/background_orangearc.png");
}
.content-area .entry-content .highnoon-bg.bg-dots, .content-area .entry-content .bg-dots.card.is-flipped.card-highnoon,
.wp-block-post-content .highnoon-bg.bg-dots,
.wp-block-post-content .bg-dots.card.is-flipped.card-highnoon {
  background-image: url("/wp-content/uploads/background_orangedots.png");
}
.content-area .entry-content .highnoon-bg.bg-dots .kt-row-column-wrap, .content-area .entry-content .bg-dots.card.is-flipped.card-highnoon .kt-row-column-wrap,
.wp-block-post-content .highnoon-bg.bg-dots .kt-row-column-wrap,
.wp-block-post-content .bg-dots.card.is-flipped.card-highnoon .kt-row-column-wrap {
  max-width: 1045px;
}
.content-area .entry-content .highnoon-bg.bg-small, .content-area .entry-content .bg-small.card.is-flipped.card-highnoon,
.wp-block-post-content .highnoon-bg.bg-small,
.wp-block-post-content .bg-small.card.is-flipped.card-highnoon {
  background-image: url("/wp-content/uploads/background_orange_sm.jpg");
  background-size: cover;
  border-radius: 10px;
}
.content-area .entry-content .highnoon-bg.bg-small-circle, .content-area .entry-content .bg-small-circle.card.is-flipped.card-highnoon,
.wp-block-post-content .highnoon-bg.bg-small-circle,
.wp-block-post-content .bg-small-circle.card.is-flipped.card-highnoon {
  background-image: url("/wp-content/uploads/highnoon_small_circle.png");
  background-size: cover;
  border-radius: 10px;
}
.content-area .entry-content .highnoon-txt,
.wp-block-post-content .highnoon-txt {
  color: #ff8204;
}
.content-area .entry-content .highnoon-btn .button, .content-area .entry-content .highnoon-btn button,
.wp-block-post-content .highnoon-btn .button,
.wp-block-post-content .highnoon-btn button {
  background-color: #ff8204;
}
.content-area .entry-content .highnoon-btn .button:hover, .content-area .entry-content .highnoon-btn button:hover,
.wp-block-post-content .highnoon-btn .button:hover,
.wp-block-post-content .highnoon-btn button:hover {
  background-color: #ff9c02;
}
.content-area .entry-content .highnoon-btn .button a, .content-area .entry-content .highnoon-btn button a,
.wp-block-post-content .highnoon-btn .button a,
.wp-block-post-content .highnoon-btn button a {
  color: #ffffff;
}
.content-area .entry-content .light-highnoon-bg,
.wp-block-post-content .light-highnoon-bg {
  background-color: #ff9c02;
  color: #ffffff;
}
.content-area .entry-content .light-highnoon-bg h2, .content-area .entry-content .light-highnoon-bg h3, .content-area .entry-content .light-highnoon-bg p, .content-area .entry-content .light-highnoon-bg li, .content-area .entry-content .light-highnoon-bg a,
.wp-block-post-content .light-highnoon-bg h2,
.wp-block-post-content .light-highnoon-bg h3,
.wp-block-post-content .light-highnoon-bg p,
.wp-block-post-content .light-highnoon-bg li,
.wp-block-post-content .light-highnoon-bg a {
  color: #ffffff;
}
.content-area .entry-content .sunset-bg,
.wp-block-post-content .sunset-bg {
  background-color: #e82626;
  color: #ffffff;
}
.content-area .entry-content .sunset-bg h2, .content-area .entry-content .sunset-bg h3, .content-area .entry-content .sunset-bg p, .content-area .entry-content .sunset-bg li, .content-area .entry-content .sunset-bg a,
.wp-block-post-content .sunset-bg h2,
.wp-block-post-content .sunset-bg h3,
.wp-block-post-content .sunset-bg p,
.wp-block-post-content .sunset-bg li,
.wp-block-post-content .sunset-bg a {
  color: #ffffff;
}
.content-area .entry-content .sunset-bg.bg-circle,
.wp-block-post-content .sunset-bg.bg-circle {
  background-image: url("/wp-content/uploads/background_orange.png");
}
.content-area .entry-content .sunset-txt,
.wp-block-post-content .sunset-txt {
  color: #e82626;
}
.content-area .entry-content .sundown-bg,
.wp-block-post-content .sundown-bg {
  background-color: #e31a82;
  color: #ffffff;
}
.content-area .entry-content .sundown-bg h2, .content-area .entry-content .sundown-bg h3, .content-area .entry-content .sundown-bg p, .content-area .entry-content .sundown-bg li, .content-area .entry-content .sundown-bg a,
.wp-block-post-content .sundown-bg h2,
.wp-block-post-content .sundown-bg h3,
.wp-block-post-content .sundown-bg p,
.wp-block-post-content .sundown-bg li,
.wp-block-post-content .sundown-bg a {
  color: #ffffff;
}
.content-area .entry-content .sundown-bg.bg-circle,
.wp-block-post-content .sundown-bg.bg-circle {
  background-image: url("/wp-content/uploads/background_pink.png");
}
.content-area .entry-content .sundown-txt,
.wp-block-post-content .sundown-txt {
  color: #e31a82;
}
.content-area .entry-content .twilight-bg,
.wp-block-post-content .twilight-bg {
  background-color: #b0138e;
  color: #ffffff;
}
.content-area .entry-content .twilight-bg h2, .content-area .entry-content .twilight-bg h3, .content-area .entry-content .twilight-bg p, .content-area .entry-content .twilight-bg li, .content-area .entry-content .twilight-bg a,
.wp-block-post-content .twilight-bg h2,
.wp-block-post-content .twilight-bg h3,
.wp-block-post-content .twilight-bg p,
.wp-block-post-content .twilight-bg li,
.wp-block-post-content .twilight-bg a {
  color: #ffffff;
}
.content-area .entry-content .twilight-bg.bg-circle,
.wp-block-post-content .twilight-bg.bg-circle {
  background-image: url("/wp-content/uploads/background_pink.png");
}
.content-area .entry-content .dark-twilight-bg,
.wp-block-post-content .dark-twilight-bg {
  background-color: #af138d;
  color: #ffffff;
}
.content-area .entry-content .dark-twilight-bg h2, .content-area .entry-content .dark-twilight-bg h3, .content-area .entry-content .dark-twilight-bg p, .content-area .entry-content .dark-twilight-bg li, .content-area .entry-content .dark-twilight-bg a,
.wp-block-post-content .dark-twilight-bg h2,
.wp-block-post-content .dark-twilight-bg h3,
.wp-block-post-content .dark-twilight-bg p,
.wp-block-post-content .dark-twilight-bg li,
.wp-block-post-content .dark-twilight-bg a {
  color: #ffffff;
}
.content-area .entry-content .dark-twilight-bg.bg-circle,
.wp-block-post-content .dark-twilight-bg.bg-circle {
  background-image: url("/wp-content/uploads/background_pink.png");
}
.content-area .entry-content .twilight-txt,
.wp-block-post-content .twilight-txt {
  color: #b0138e;
}
.content-area .entry-content .twilight-btn .button, .content-area .entry-content .twilight-btn button,
.wp-block-post-content .twilight-btn .button,
.wp-block-post-content .twilight-btn button {
  background-color: #b0138e;
}
.content-area .entry-content .twilight-btn .button:hover, .content-area .entry-content .twilight-btn button:hover,
.wp-block-post-content .twilight-btn .button:hover,
.wp-block-post-content .twilight-btn button:hover {
  background-color: #c659b6;
}
.content-area .entry-content .twilight-btn .button a, .content-area .entry-content .twilight-btn button a,
.wp-block-post-content .twilight-btn .button a,
.wp-block-post-content .twilight-btn button a {
  color: #ffffff;
}
.content-area .entry-content .nightfall-bg,
.wp-block-post-content .nightfall-bg {
  background-color: #00629f;
  color: #ffffff;
}
.content-area .entry-content .nightfall-bg h2, .content-area .entry-content .nightfall-bg h3, .content-area .entry-content .nightfall-bg p, .content-area .entry-content .nightfall-bg li, .content-area .entry-content .nightfall-bg a,
.wp-block-post-content .nightfall-bg h2,
.wp-block-post-content .nightfall-bg h3,
.wp-block-post-content .nightfall-bg p,
.wp-block-post-content .nightfall-bg li,
.wp-block-post-content .nightfall-bg a {
  color: #ffffff;
}
.content-area .entry-content .nightfall-bg.bg-circle,
.wp-block-post-content .nightfall-bg.bg-circle {
  background-image: url("/wp-content/uploads/background_dark_blue.png");
}
.content-area .entry-content .nightfall-bg.bg-arc,
.wp-block-post-content .nightfall-bg.bg-arc {
  background-image: url("/wp-content/uploads/background_bluearc.png");
}
.content-area .entry-content .nightfall-bg .embla__dot:after,
.wp-block-post-content .nightfall-bg .embla__dot:after {
  -webkit-box-shadow: inset 0 0 0 0.2rem #00a9eb;
          box-shadow: inset 0 0 0 0.2rem #00a9eb;
  background-color: #00a9eb;
}
.content-area .entry-content .nightfall-bg .embla__dot--selected:after,
.wp-block-post-content .nightfall-bg .embla__dot--selected:after {
  -webkit-box-shadow: inset 0 0 0 0.2rem #00a9eb;
          box-shadow: inset 0 0 0 0.2rem #00a9eb;
  background-color: #00a9eb;
}
.content-area .entry-content .nightfall-txt,
.wp-block-post-content .nightfall-txt {
  color: #00629f;
}
.content-area .entry-content .midnight-bg,
.wp-block-post-content .midnight-bg {
  background-color: #003b5e;
  color: #ffffff;
}
.content-area .entry-content .midnight-bg h2, .content-area .entry-content .midnight-bg h3, .content-area .entry-content .midnight-bg p, .content-area .entry-content .midnight-bg li, .content-area .entry-content .midnight-bg a,
.wp-block-post-content .midnight-bg h2,
.wp-block-post-content .midnight-bg h3,
.wp-block-post-content .midnight-bg p,
.wp-block-post-content .midnight-bg li,
.wp-block-post-content .midnight-bg a {
  color: #ffffff;
}
.content-area .entry-content .midnight-bg.bg-circle,
.wp-block-post-content .midnight-bg.bg-circle {
  background-image: url("/wp-content/uploads/background_dark_blue.png");
}
.content-area .entry-content .midnight-txt,
.wp-block-post-content .midnight-txt {
  color: #003b5e;
}
.content-area .entry-content .firstlight-bg,
.wp-block-post-content .firstlight-bg {
  background-color: #470063;
  color: #ffffff;
}
.content-area .entry-content .firstlight-bg h2, .content-area .entry-content .firstlight-bg h3, .content-area .entry-content .firstlight-bg p, .content-area .entry-content .firstlight-bg li, .content-area .entry-content .firstlight-bg a,
.wp-block-post-content .firstlight-bg h2,
.wp-block-post-content .firstlight-bg h3,
.wp-block-post-content .firstlight-bg p,
.wp-block-post-content .firstlight-bg li,
.wp-block-post-content .firstlight-bg a {
  color: #ffffff;
}
.content-area .entry-content .firstlight-bg.bg-circle,
.wp-block-post-content .firstlight-bg.bg-circle {
  background-image: url("/wp-content/uploads/background_purple.png");
}
.content-area .entry-content .firstlight-txt,
.wp-block-post-content .firstlight-txt {
  color: #470063;
}
.content-area .entry-content .firstlight-btn .button, .content-area .entry-content .firstlight-btn button,
.wp-block-post-content .firstlight-btn .button,
.wp-block-post-content .firstlight-btn button {
  background-color: #470063;
}
.content-area .entry-content .firstlight-btn .button:hover, .content-area .entry-content .firstlight-btn button:hover,
.wp-block-post-content .firstlight-btn .button:hover,
.wp-block-post-content .firstlight-btn button:hover {
  background-color: #5c0087;
}
.content-area .entry-content .firstlight-btn .button a, .content-area .entry-content .firstlight-btn button a,
.wp-block-post-content .firstlight-btn .button a,
.wp-block-post-content .firstlight-btn button a {
  color: #ffffff;
}
.content-area .entry-content .winter-bg,
.wp-block-post-content .winter-bg {
  background-color: #007ec3;
  color: #ffffff;
}
.content-area .entry-content .winter-bg h2, .content-area .entry-content .winter-bg h3, .content-area .entry-content .winter-bg p, .content-area .entry-content .winter-bg li, .content-area .entry-content .winter-bg a,
.wp-block-post-content .winter-bg h2,
.wp-block-post-content .winter-bg h3,
.wp-block-post-content .winter-bg p,
.wp-block-post-content .winter-bg li,
.wp-block-post-content .winter-bg a {
  color: #ffffff;
}
.content-area .entry-content .winter-bg.bg-circle,
.wp-block-post-content .winter-bg.bg-circle {
  background-image: url("/wp-content/uploads/background_light_blue.png");
}
.content-area .entry-content .winter-txt,
.wp-block-post-content .winter-txt {
  color: #007ec3;
}
.content-area .entry-content .spring-bg,
.wp-block-post-content .spring-bg {
  background-color: #5bc500;
}
.content-area .entry-content .spring-txt,
.wp-block-post-content .spring-txt {
  color: #5bc500;
}
.content-area .entry-content .spring-btn .button, .content-area .entry-content .spring-btn button,
.wp-block-post-content .spring-btn .button,
.wp-block-post-content .spring-btn button {
  background-color: #5bc500;
  border-radius: 30px;
}
.content-area .entry-content .spring-btn .button:hover, .content-area .entry-content .spring-btn button:hover,
.wp-block-post-content .spring-btn .button:hover,
.wp-block-post-content .spring-btn button:hover {
  background-color: #98dd62;
}
.content-area .entry-content .spring-btn .button a, .content-area .entry-content .spring-btn button a,
.wp-block-post-content .spring-btn .button a,
.wp-block-post-content .spring-btn button a {
  color: #ffffff;
}
.content-area .entry-content .summer-bg,
.wp-block-post-content .summer-bg {
  background-color: #009144;
}
.content-area .entry-content .summer-txt,
.wp-block-post-content .summer-txt {
  color: #009144;
}
.content-area .entry-content .autumn-bg,
.wp-block-post-content .autumn-bg {
  background-color: #c81235;
}
.content-area .entry-content .autumn-txt,
.wp-block-post-content .autumn-txt {
  color: #c81235;
}
.content-area .entry-content .cool-bg,
.wp-block-post-content .cool-bg {
  background-color: #9cc5e1;
}
.content-area .entry-content .cool-txt,
.wp-block-post-content .cool-txt {
  color: #9cc5e1;
}
.content-area .entry-content .shade-bg,
.wp-block-post-content .shade-bg {
  background-color: #a6bcd6;
}
.content-area .entry-content .shade-txt,
.wp-block-post-content .shade-txt {
  color: #a6bcd6;
}
.content-area .entry-content .shadow-bg,
.wp-block-post-content .shadow-bg {
  background-color: #b2b4bb;
}
.content-area .entry-content .shadow-txt,
.wp-block-post-content .shadow-txt {
  color: #b2b4bb;
}
.content-area .entry-content .light-shadow-bg,
.wp-block-post-content .light-shadow-bg {
  background-color: #f7f7f7;
}
.content-area .entry-content .light-shadow-txt,
.wp-block-post-content .light-shadow-txt {
  color: #f7f7f7;
}
.content-area .entry-content .dark-shadow-txt,
.wp-block-post-content .dark-shadow-txt {
  color: #77787B;
}
.content-area .entry-content .warmth-bg,
.wp-block-post-content .warmth-bg {
  background-color: #edc8a3;
  color: #564E3C;
}
.content-area .entry-content .warmth-txt,
.wp-block-post-content .warmth-txt {
  color: #edc8a3;
}
.content-area .entry-content .white-bg,
.wp-block-post-content .white-bg {
  background-color: #ffffff;
}
.content-area .entry-content .white-txt,
.wp-block-post-content .white-txt {
  color: #ffffff;
}
.content-area .entry-content .offwhite-bg,
.wp-block-post-content .offwhite-bg {
  background-color: #fafbfc;
}
.content-area .entry-content .eggshell-bg,
.wp-block-post-content .eggshell-bg {
  background-color: #f6f6f6;
}
.content-area .entry-content .darkness-bg,
.wp-block-post-content .darkness-bg {
  background-color: #646464;
}
.content-area .entry-content .inner-columns .inner-column-1,
.wp-block-post-content .inner-columns .inner-column-1 {
  padding: 40px 30px;
  border-radius: 10px;
}
.content-area .entry-content .card-container .kt-row-column-wrap,
.wp-block-post-content .card-container .kt-row-column-wrap {
  max-width: 960px;
}
.content-area .entry-content .card,
.wp-block-post-content .card {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 40px 10px;
}
.content-area .entry-content .card h3,
.wp-block-post-content .card h3 {
  margin-top: 0;
}
.content-area .entry-content .card p, .content-area .entry-content .card li,
.wp-block-post-content .card p,
.wp-block-post-content .card li {
  font-size: 18px;
}
.content-area .entry-content .card ul,
.wp-block-post-content .card ul {
  padding: 0;
}
.content-area .entry-content .card ul li,
.wp-block-post-content .card ul li {
  margin-bottom: 0;
}
.content-area .entry-content .card .frontCard,
.content-area .entry-content .card .backCard,
.wp-block-post-content .card .frontCard,
.wp-block-post-content .card .backCard {
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}
.content-area .entry-content .card .frontCard,
.wp-block-post-content .card .frontCard {
  opacity: 1;
  text-align: left;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.content-area .entry-content .card .backCard,
.wp-block-post-content .card .backCard {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.content-area .entry-content .card .card-inner,
.wp-block-post-content .card .card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.content-area .entry-content .card .cardTrigger,
.wp-block-post-content .card .cardTrigger {
  -ms-flex-item-align: end;
      align-self: flex-end;
  cursor: pointer;
  height: 32px;
  margin-top: 15px;
  margin-bottom: 10px;
  pointer-events: auto;
  -webkit-transition: 0.05s;
  transition: 0.05s;
  width: 32px;
  z-index: 1;
}
.content-area .entry-content .card .cardTrigger img,
.wp-block-post-content .card .cardTrigger img {
  pointer-events: none;
}
.content-area .entry-content .card.is-flipped .cardTrigger,
.wp-block-post-content .card.is-flipped .cardTrigger {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content-area .entry-content .card.is-flipped .frontCard,
.wp-block-post-content .card.is-flipped .frontCard {
  opacity: 0;
}
.content-area .entry-content .card.is-flipped .backCard,
.wp-block-post-content .card.is-flipped .backCard {
  opacity: 1;
}
.content-area .entry-content .contactform_wrapper,
.wp-block-post-content .contactform_wrapper {
  width: 100%;
  max-width: 900px;
}
.content-area .entry-content .contactform_wrapper .contactform input,
.wp-block-post-content .contactform_wrapper .contactform input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #77787B;
  font-size: 19px;
  border-color: #77787B;
}
.content-area .entry-content .contactform_wrapper .contactform .gfield_required_text,
.wp-block-post-content .contactform_wrapper .contactform .gfield_required_text {
  visibility: hidden;
}
.content-area .entry-content .contactform_wrapper .contactform .field_state select,
.content-area .entry-content .contactform_wrapper .contactform .field_message textarea,
.wp-block-post-content .contactform_wrapper .contactform .field_state select,
.wp-block-post-content .contactform_wrapper .contactform .field_message textarea {
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #77787B;
  font-size: 19px;
  border-color: #77787B;
}
.content-area .entry-content .contactform_wrapper .contactform .gfield_label.gform-field-label,
.wp-block-post-content .contactform_wrapper .contactform .gfield_label.gform-field-label {
  color: #00629f;
  font-family: "Source Sans 3 SemiBold";
  font-size: 26px;
}
.content-area .entry-content .contactform_wrapper .contactform .gform-field-label,
.wp-block-post-content .contactform_wrapper .contactform .gform-field-label {
  font-size: 19px;
}
.content-area .entry-content .contactform_wrapper .contactform .field_i_am,
.wp-block-post-content .contactform_wrapper .contactform .field_i_am {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-area .entry-content .contactform_wrapper .contactform .field_i_am label,
.wp-block-post-content .contactform_wrapper .contactform .field_i_am label {
  margin: 0;
}
.content-area .entry-content .contactform_wrapper .contactform .field_i_am select,
.wp-block-post-content .contactform_wrapper .contactform .field_i_am select {
  border-radius: 20px;
  font-size: 19px;
}
.content-area .entry-content .contactform_wrapper .contactform .field_enquiry,
.content-area .entry-content .contactform_wrapper .contactform .field_employee_benefits_solutions,
.content-area .entry-content .contactform_wrapper .contactform .field_retirement_plan_solutions,
.content-area .entry-content .contactform_wrapper .contactform .field_benefits_retirement_plan,
.wp-block-post-content .contactform_wrapper .contactform .field_enquiry,
.wp-block-post-content .contactform_wrapper .contactform .field_employee_benefits_solutions,
.wp-block-post-content .contactform_wrapper .contactform .field_retirement_plan_solutions,
.wp-block-post-content .contactform_wrapper .contactform .field_benefits_retirement_plan {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.content-area .entry-content .herosection h4,
.wp-block-post-content .herosection h4 {
  margin-bottom: 15px;
}
.content-area .entry-content .herosection p,
.wp-block-post-content .herosection p {
  font-size: 22px;
  line-height: 1.4;
}
.content-area .entry-content .daybrightslideshow .kt-row-layout-left-golden .wp-block-kadence-column:nth-of-type(2) .kt-inside-inner-col,
.wp-block-post-content .daybrightslideshow .kt-row-layout-left-golden .wp-block-kadence-column:nth-of-type(2) .kt-inside-inner-col {
  height: 90%;
}
.content-area .entry-content .processvaluessection .process-inner-row,
.wp-block-post-content .processvaluessection .process-inner-row {
  max-width: 900px;
}
.content-area .entry-content .processsection .inner-column-1,
.wp-block-post-content .processsection .inner-column-1 {
  border-radius: 10px;
  min-height: 180px;
}
.content-area .entry-content .processsection .inner-column-1 p,
.wp-block-post-content .processsection .inner-column-1 p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}
.content-area .entry-content .processsection .inner-column-1 ul,
.wp-block-post-content .processsection .inner-column-1 ul {
  margin-bottom: 0;
}
.content-area .entry-content .processsection .inner-column-1 ul li,
.wp-block-post-content .processsection .inner-column-1 ul li {
  font-size: 14px;
}
.content-area .entry-content .processsection .inner-column-1 .kt-inside-inner-col,
.wp-block-post-content .processsection .inner-column-1 .kt-inside-inner-col {
  height: 100%;
}
.content-area .entry-content .processsection .inner-column-1 .inner-number,
.wp-block-post-content .processsection .inner-column-1 .inner-number {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #ffffff;
  border-radius: 30px;
  color: #77787B;
  font-size: 15px;
  line-height: 1;
  padding: 6px 10px;
  font-weight: bold;
}
.content-area .entry-content .employeesection h3,
.wp-block-post-content .employeesection h3 {
  font-size: 24px;
  font-weight: bold;
}
.content-area .entry-content .employeesection p,
.wp-block-post-content .employeesection p {
  font-size: 18px;
}
.content-area .entry-content .exploreallsolutionssection h3,
.wp-block-post-content .exploreallsolutionssection h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.content-area .entry-content .exploreallsolutionssection p,
.wp-block-post-content .exploreallsolutionssection p {
  margin-bottom: 10px;
}
.content-area .entry-content .exploreallsolutionssection p a,
.wp-block-post-content .exploreallsolutionssection p a {
  font-size: 17px;
}
.content-area .entry-content .solutionlinkssection p,
.wp-block-post-content .solutionlinkssection p {
  margin-bottom: 5px;
}
.content-area .entry-content .contactuslocations h3,
.wp-block-post-content .contactuslocations h3 {
  border-bottom: 1px solid #d7d7d7;
  font-family: "Source Sans 3 Light", Arial, sans-serif;
  padding-bottom: 10px;
  width: 100%;
}
.content-area .entry-content .contactuslocations .contactaddresses .kt-row-column-wrap,
.wp-block-post-content .contactuslocations .contactaddresses .kt-row-column-wrap {
  padding: 0;
}
.content-area .entry-content .contactuslocations .contactaddresses p,
.wp-block-post-content .contactuslocations .contactaddresses p {
  font-size: 15px;
}
.content-area .entry-content .contactuslocations .contactaddresses p strong,
.wp-block-post-content .contactuslocations .contactaddresses p strong {
  font-size: 20px;
}
.content-area .entry-content .tailoredlearnmoresection,
.wp-block-post-content .tailoredlearnmoresection {
  max-width: 935px;
}
.content-area .entry-content .numberssection h2,
.wp-block-post-content .numberssection h2 {
  font-size: 54px;
}
.content-area .entry-content .numberssection h3,
.wp-block-post-content .numberssection h3 {
  font-size: 54px;
  margin: 0 auto 10px;
}
.content-area .entry-content .numberssection p,
.wp-block-post-content .numberssection p {
  font-size: 20px;
  margin-bottom: 0;
}
.content-area .entry-content .connectedsection .kt-row-column-wrap,
.wp-block-post-content .connectedsection .kt-row-column-wrap {
  max-width: 1080px;
}
.content-area .entry-content .newssection h3,
.wp-block-post-content .newssection h3 {
  color: #00629f;
  font-family: "Source Sans 3 SemiBold";
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.15em;
}
.content-area .entry-content .newssection a,
.wp-block-post-content .newssection a {
  color: #00629f;
}
.content-area .entry-content .newssection a:hover,
.wp-block-post-content .newssection a:hover {
  color: #00a9eb;
  text-decoration: none;
}
.content-area .entry-content .newssection p,
.wp-block-post-content .newssection p {
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 0;
}
.content-area .entry-content .newssection .more-link-wrap a,
.wp-block-post-content .newssection .more-link-wrap a {
  background-color: #5bc500;
  font-size: 20px;
  text-transform: capitalize;
  padding: 10px 25px;
}
.content-area .entry-content .newssection .more-link-wrap a .kadence-svg-iconset,
.wp-block-post-content .newssection .more-link-wrap a .kadence-svg-iconset {
  display: none;
}
.content-area .entry-content .newssection img,
.wp-block-post-content .newssection img {
  border-radius: 10px;
  margin: auto;
}
.content-area .entry-content .recentstoriessection p,
.content-area .entry-content .mostrecentstoriessection p,
.wp-block-post-content .recentstoriessection p,
.wp-block-post-content .mostrecentstoriessection p {
  font-size: 20px;
}
.content-area .entry-content .recentstoriessection img,
.content-area .entry-content .mostrecentstoriessection img,
.wp-block-post-content .recentstoriessection img,
.wp-block-post-content .mostrecentstoriessection img {
  border-radius: 10px;
}
.content-area .entry-content .recentstoriessection h2,
.content-area .entry-content .mostrecentstoriessection h2,
.wp-block-post-content .recentstoriessection h2,
.wp-block-post-content .mostrecentstoriessection h2 {
  font-family: "Source Sans 3 Bold";
  font-size: 36px;
}
.content-area .entry-content .recentstoriessection .entry-header,
.content-area .entry-content .mostrecentstoriessection .entry-header,
.wp-block-post-content .recentstoriessection .entry-header,
.wp-block-post-content .mostrecentstoriessection .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-area .entry-content .recentstoriessection .entry-header .entry-taxonomies,
.content-area .entry-content .recentstoriessection .entry-header .entry-meta,
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-taxonomies,
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-meta,
.wp-block-post-content .recentstoriessection .entry-header .entry-taxonomies,
.wp-block-post-content .recentstoriessection .entry-header .entry-meta,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-taxonomies,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-meta {
  color: #00a9eb;
  font-family: "Source Sans 3 SemiBold";
  font-weight: bold;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  text-transform: uppercase;
}
.content-area .entry-content .recentstoriessection .entry-header .entry-title,
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-title,
.wp-block-post-content .recentstoriessection .entry-header .entry-title,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content-area .entry-content .recentstoriessection .entry-header .entry-title a,
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-title a,
.wp-block-post-content .recentstoriessection .entry-header .entry-title a,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-title a {
  font-family: "Source Sans 3 SemiBold";
  color: #00629f;
}
.content-area .entry-content .recentstoriessection .entry-header .entry-taxonomies a,
.content-area .entry-content .recentstoriessection .entry-header .entry-taxonomies time,
.content-area .entry-content .recentstoriessection .entry-header .entry-meta a,
.content-area .entry-content .recentstoriessection .entry-header .entry-meta time,
.wp-block-post-content .recentstoriessection .entry-header .entry-taxonomies a,
.wp-block-post-content .recentstoriessection .entry-header .entry-taxonomies time,
.wp-block-post-content .recentstoriessection .entry-header .entry-meta a,
.wp-block-post-content .recentstoriessection .entry-header .entry-meta time {
  font-size: 16px;
}
.content-area .entry-content .recentstoriessection .entry-header .entry-title a,
.wp-block-post-content .recentstoriessection .entry-header .entry-title a {
  font-size: 32px;
}
.content-area .entry-content .mostrecentstoriessection .wp-block-kadence-posts article,
.wp-block-post-content .mostrecentstoriessection .wp-block-kadence-posts article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  .content-area .entry-content .mostrecentstoriessection .wp-block-kadence-posts article,
  .wp-block-post-content .mostrecentstoriessection .wp-block-kadence-posts article {
    -ms-grid-columns: minmax(0, 1fr) 6rem minmax(0, 1fr) !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 6rem !important;
  }
}
.content-area .entry-content .mostrecentstoriessection .entry-header,
.wp-block-post-content .mostrecentstoriessection .entry-header {
  margin-bottom: 15px;
}
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-taxonomies a,
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-taxonomies time,
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-meta a,
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-meta time,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-taxonomies a,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-taxonomies time,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-meta a,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-meta time {
  font-size: 18px;
}
.content-area .entry-content .mostrecentstoriessection .entry-header .entry-title a,
.wp-block-post-content .mostrecentstoriessection .entry-header .entry-title a {
  font-size: 46px;
}
.content-area .entry-content .mostrecentstoriessection .more-link-wrap,
.wp-block-post-content .mostrecentstoriessection .more-link-wrap {
  margin-top: 45px;
}
.content-area .entry-content .mostrecentstoriessection .more-link-wrap .post-more-link,
.wp-block-post-content .mostrecentstoriessection .more-link-wrap .post-more-link {
  background-color: #5bc500;
  font-size: 20px;
  text-transform: capitalize;
  padding: 10px 25px;
}
.content-area .entry-content .mostrecentstoriessection .more-link-wrap .post-more-link .kadence-svg-iconset,
.wp-block-post-content .mostrecentstoriessection .more-link-wrap .post-more-link .kadence-svg-iconset {
  display: none;
}
.content-area .entry-content .mostrecentstoriessection .firstlight-btn .more-link-wrap .post-more-link,
.wp-block-post-content .mostrecentstoriessection .firstlight-btn .more-link-wrap .post-more-link {
  background-color: #470063;
}
.content-area .entry-content .circlesection,
.wp-block-post-content .circlesection {
  background-image: url("/wp-content/uploads/2024/11/background_blueworker-scaled.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.content-area .entry-content .circlesection h2,
.wp-block-post-content .circlesection h2 {
  max-width: 560px;
}
.content-area .entry-content .circlesection p,
.wp-block-post-content .circlesection p {
  font-size: 22px;
  max-width: 524px;
}
.content-area .entry-content .circlesection .circleSection_container,
.wp-block-post-content .circlesection .circleSection_container {
  min-height: 525px;
  position: relative;
  width: 100%;
}
.content-area .entry-content .circlesection .circleSection_container a,
.wp-block-post-content .circlesection .circleSection_container a {
  text-decoration: none;
}
.content-area .entry-content .circlesection .circleSection_container .circle,
.wp-block-post-content .circlesection .circleSection_container .circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00a9eb;
  border: 9px solid #00a9eb;
  -webkit-box-shadow: #00a9eb 0px 1px 4px, #00a9eb 0px 0px 0px 20px;
          box-shadow: #00a9eb 0px 1px 4px, #00a9eb 0px 0px 0px 20px;
  border-radius: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 4em;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 4em;
}
.content-area .entry-content .circlesection .circleSection_container .circle:hover,
.wp-block-post-content .circlesection .circleSection_container .circle:hover {
  background-color: #FFC610;
  border: 9px solid #ffb400;
  -webkit-box-shadow: #FFC610 0px 1px 4px, #FFC610 0px 0px 0px 20px;
          box-shadow: #FFC610 0px 1px 4px, #FFC610 0px 0px 0px 20px;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.content-area .entry-content .circlesection .circleSection_container #circle_consulting,
.wp-block-post-content .circlesection .circleSection_container #circle_consulting {
  height: 6em;
  width: 6em;
  left: 330px;
  top: 10px;
}
@media (max-width: 430px) {
  .content-area .entry-content .circlesection .circleSection_container #circle_consulting,
  .wp-block-post-content .circlesection .circleSection_container #circle_consulting {
    left: 45px;
    top: 0;
  }
}
.content-area .entry-content .circlesection .circleSection_container #circle_compliance,
.wp-block-post-content .circlesection .circleSection_container #circle_compliance {
  height: 7em;
  left: 335px;
  top: 340px;
  width: 7em;
}
@media (max-width: 430px) {
  .content-area .entry-content .circlesection .circleSection_container #circle_compliance,
  .wp-block-post-content .circlesection .circleSection_container #circle_compliance {
    left: 180px;
    top: 400px;
  }
}
.content-area .entry-content .circlesection .circleSection_container #circle_enrollment,
.wp-block-post-content .circlesection .circleSection_container #circle_enrollment {
  height: 6em;
  left: 85px;
  top: 375px;
  width: 6em;
}
@media (max-width: 430px) {
  .content-area .entry-content .circlesection .circleSection_container #circle_enrollment,
  .wp-block-post-content .circlesection .circleSection_container #circle_enrollment {
    left: 10px;
    top: 335px;
  }
}
.content-area .entry-content .circlesection .circleSection_container #circle_administration,
.wp-block-post-content .circlesection .circleSection_container #circle_administration {
  height: 9em;
  left: 160px;
  top: 145px;
  width: 9em;
}
@media (max-width: 430px) {
  .content-area .entry-content .circlesection .circleSection_container #circle_administration,
  .wp-block-post-content .circlesection .circleSection_container #circle_administration {
    left: 130px;
  }
}
.content-area .entry-content .circlesection .circleSection_container #circle_plan,
.wp-block-post-content .circlesection .circleSection_container #circle_plan {
  left: 20px;
  top: 200px;
}
@media (max-width: 430px) {
  .content-area .entry-content .circlesection .circleSection_container #circle_plan,
  .wp-block-post-content .circlesection .circleSection_container #circle_plan {
    left: 0px;
  }
}
.content-area .entry-content .daybrightaccorionsection .kt-accordion-panel-inner,
.wp-block-post-content .daybrightaccorionsection .kt-accordion-panel-inner {
  background-image: url("/wp-content/uploads/accordion_background.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.content-area .entry-content .daybrightaccorionsection .wp-block-kadence-column,
.wp-block-post-content .daybrightaccorionsection .wp-block-kadence-column {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.content-area .entry-content .daybrightsolutionsaccorionsection h3,
.wp-block-post-content .daybrightsolutionsaccorionsection h3 {
  font-size: 40px;
}
.content-area .entry-content .daybrightsolutionsaccorionsection h4,
.wp-block-post-content .daybrightsolutionsaccorionsection h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1 .kt-blocks-accordion-header,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1 .kt-blocks-accordion-header {
  background-image: url("/wp-content/uploads/daybright_solutions_accordion_header_bg_1_inactive.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1 .kt-blocks-accordion-header.kt-accordion-panel-active,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1 .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-image: url("/wp-content/uploads/daybright_solutions_accordion_header_bg_1.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header {
  background-image: url("/wp-content/uploads/daybright_broker_solutions_accordion_header_1_inactive.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header.kt-accordion-panel-active,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-image: url("/wp-content/uploads/daybright_broker_solutions_accordion_header_1.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2 .kt-blocks-accordion-header,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2 .kt-blocks-accordion-header {
  background-image: url("/wp-content/uploads/daybright_solutions_accordion_header_bg_2_inactive.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2 .kt-blocks-accordion-header.kt-accordion-panel-active,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2 .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-image: url("/wp-content/uploads/daybright_solutions_accordion_header_bg_2.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header {
  background-image: url("/wp-content/uploads/daybright_broker_solutions_accordion_header_2_inactive.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header.kt-accordion-panel-active,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-image: url("/wp-content/uploads/daybright_broker_solutions_accordion_header_2.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3 .kt-blocks-accordion-header,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3 .kt-blocks-accordion-header {
  background-image: url("/wp-content/uploads/daybright_solutions_accordion_header_bg_3_inactive.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3 .kt-blocks-accordion-header.kt-accordion-panel-active,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3 .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-image: url("/wp-content/uploads/daybright_solutions_accordion_header_bg_3.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header {
  background-image: url("/wp-content/uploads/daybright_broker_solutions_accordion_header_3_inactive.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header.kt-accordion-panel-active,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-image: url("/wp-content/uploads/daybright_broker_solutions_accordion_header_3.jpg");
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-accordion-panel-inner,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-accordion-panel-inner,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-accordion-panel-inner,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-accordion-panel-inner,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-accordion-panel-inner,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-accordion-panel-inner {
  background-image: url("/wp-content/uploads/yellow_quarter_sunrise_bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-icon-trigger,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-icon-trigger,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-icon-trigger,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-icon-trigger,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-icon-trigger,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-icon-trigger {
  background-color: rgba(250, 250, 250, 0.5);
  border-radius: 50%;
  padding: 5px;
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-icon-trigger:before,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-icon-trigger:after,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-icon-trigger:before,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-icon-trigger:after,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-icon-trigger:before,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-icon-trigger:after,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-icon-trigger:before,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-icon-trigger:after,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-icon-trigger:before,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-icon-trigger:after,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-icon-trigger:before,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-icon-trigger:after {
  top: 14px;
  left: 7px;
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger {
  background-color: rgb(250, 250, 250);
}
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.content-area .entry-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-1.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-2.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.wp-block-post-content .daybrightsolutionsaccorionsection .daybrightsolutionsaccorionheader-3.broker .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after {
  background-color: #444444;
}

.content-area .entry-content .wp-block-kadence-column.vertical-image-link{
  max-width: 500px;
  margin: 0 auto;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width {
  /* Custom accordion header with used to move the header icon next to the title */
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width .kt-blocks-accordion-header,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width .kt-blocks-accordion-header {
  width: auto;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width .kt-blocks-accordion-title,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width .kt-blocks-accordion-title {
  font-family: "Source Sans 3 ExtraBold", Arial, sans-serif;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width.sub-accordion,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width.sub-accordion {
  padding-left: 25px;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width.center-title .kt-blocks-accordion-header,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.auto-width.center-title .kt-blocks-accordion-header {
  margin: 0 auto;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg .kt-blocks-accordion-title,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg .kt-blocks-accordion-title {
  position: relative;
  display: block;
  z-index: 1;
  padding-left: 9px;
  font-weight: 600;
  font-family: "Source Sans 3 ExtraBold", Arial, sans-serif;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg .kt-blocks-accordion-title:before,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg .kt-blocks-accordion-title:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: -1;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg .kt-blocks-accordion-title::first-letter,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg .kt-blocks-accordion-title::first-letter {
  letter-spacing: 1.3em;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.yellow-tab .kt-blocks-accordion-title::first-letter,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.yellow-tab .kt-blocks-accordion-title::first-letter {
  color: #ffb400;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.orange-tab .kt-blocks-accordion-title::first-letter,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.orange-tab .kt-blocks-accordion-title::first-letter {
  color: #FF8104;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.red-tab .kt-blocks-accordion-title::first-letter,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.red-tab .kt-blocks-accordion-title::first-letter {
  color: #ED2626;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.purple-tab .kt-blocks-accordion-title::first-letter,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.purple-tab .kt-blocks-accordion-title::first-letter {
  color: #AF138D;
}
.content-area .entry-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.dark-purple-tab .kt-blocks-accordion-title::first-letter,
.wp-block-post-content .wp-block-kadence-accordion .kt-accordion-pane.white-circle-bg.dark-purple-tab .kt-blocks-accordion-title::first-letter {
  color: #470063;
}

/* Custom Single Blog Posts */
.single .entry-header,
.single .featured-image {
  display: none;
}
.single h4 {
  font-family: "Source Sans 3 Bold", Arial, sans-serif !important;
  text-transform: uppercase;
}
.single .wp-block-post-featured-image img {
  border-radius: 10px;
}
.single .post-navigation {
  display: none;
}

/* Custom Popup */
.pum-overlay {
  background-color: rgba(255, 180, 0, 0.8980392157) !important;
}
.pum-overlay .pum-container {
  border-radius: 10px !important;
}
.pum-overlay .pum-content {
  padding-top: 50px;
}
.pum-overlay .pum-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.pum-overlay .pum-content h2 {
  color: #00629f;
  font-size: 30px;
}
.pum-overlay .pum-content p {
  color: #646464 !important;
  font-size: 20px;
}
.pum-overlay button.pum-close {
  left: 10px !important;
  right: auto !important;
  background: none !important;
  font-size: 28px !important;
  color: #004a77 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#pum-2183.pum-overlay {
  background-color: rgba(242, 169, 0, 0.8980392157) !important;
}

/* Gravity form style */

#gform_6 .gfield_required,
#gform_7 .gfield_required{
		display:none;
}

#gform_6 .gfield_label,
#gform_7 .gfield_label{
	margin-bottom:0;
}

#gform_6 .gform_fields,
#gform_7 .gform_fields{
		row-gap: 10px;
}

#gform_6 input[type="submit"],
#gform_7 input[type="submit"]{
	margin-top:40px;
	background:#5BC500;
	width:100%;
	border-radius: 6px;
	font-size: 26px;
	padding-top:10px;
	padding-bottom:10px;
}

/* Daybright Footer Styles */
.daybright-footer {
    background-color: rgba(178,180,187,.3);
    color: #333333;
    padding: 40px 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer-info-section {
    flex: 1;
}

.footer-main-title {
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.footer-description {
    color: #404040;
    margin: 0;
}

.footer-description p {
    margin: 0 0 8px 0;
}

.footer-description p:last-child {
    margin-bottom: 0;
}

.site-footer .footer-description a {
    color: #404040;
    text-decoration: underline;
}

.site-footer .footer-description a:hover {
    color: #000000;
}

.footer-social-section {
    flex-shrink: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap:20px;
}

.social-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #666666;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.social-icon-link:hover {
    background-color: #555555;
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        padding: 0 20px;
    }
    
    .footer-content-wrapper {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-info-section {
        max-width: 100%;
    }
    
    .footer-main-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .footer-description {
        font-size: 13px;
    }
    
    .social-icons-grid {
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
        max-width: 200px;
        margin: 0 auto;
    }
    
    .social-icon-link {
        width: 40px;
        height: 40px;
    }
    
    .social-icon-image {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .daybright-footer {
        padding: 30px 0;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-content-wrapper {
        gap: 25px;
    }
    
    .footer-main-title {
        font-size: 16px;
    }
    
    .footer-description {
        font-size: 12px;
    }
    
    .social-icons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 140px;
    }
    
    .social-icon-link {
        width: 36px;
        height: 36px;
    }
    
    .social-icon-image {
        width: 18px;
        height: 18px;
    }
}
