@media (max-width: 1024px) {
  body {
    --body_typography-font-size: 1rem;
  }
}
a {
  transition: all 0.5s ease-in-out;
}
p:last-child, #content .post-content p:last-child, #content .fusion-post-content p:last-child {
  margin-bottom: 0;
}
.post-content ul {
  list-style: none;
}
.post-content ul:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.post-content ul li {
  line-height: 1.2;
  margin-bottom: 1.875rem;
}
@media (max-width: 1024px) {
  .post-content ul li {
    margin-bottom: 1rem;
  }
}
.post-content ul li:last-child {
  margin-bottom: 0;
}
.post-content ul li::before {
  font-family: pfc-icons;
  font-size: 0.7em;
  position: relative;
  margin-right: 1em;
  margin-left: -3em;
  content: "\e902";
}
.post-content .list-style-secondary ul li::before {
  color: #e76900;
}
@media (max-width: 1024px) {
  .section-heading {
    font-size: 2rem !important;
  }
}
@media (max-width: 767px) {
  .section-heading {
    font-size: 1.375rem !important;
  }
}
@media (max-width: 1024px) {
  .lead {
    font-size: 1.125rem !important;
  }
}
.fusion-imageframe.rounded img {
  border-radius: 0.9375rem !important;
}
.fusion-imageframe.drop-shadow {
  overflow: visible;
}
.fusion-imageframe.overlay::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  border-radius: 0 0 15px 15px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.radial-gradient-container > div {
  background-size: contain !important;
}
.how-it-works-card-wrapper {
  display: flex;
  justify-content: space-around;
}
.thankyou-hyperlink:hover {
  color: #e76900;
}
.page-id-576 .fusion-page-title-bar.fusion-tb-page-title-bar {
  display: none;
}
/* HIDE THE PAGE TITLE - Fit Quiz */
.page-id-951 .fusion-fullwidth.fullwidth-box.fusion-builder-row-1.fusion-flex-container.has-pattern-background.has-mask-background.fusion-parallax-none.page-title-bar.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
  display: none;
}
/* HIDE THE ARROWS - Fit Quiz */
.page-id-951 .fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.has-pattern-background.has-mask-background.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
  display: none;
}
.page-id-966 .fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.has-pattern-background.has-mask-background.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
  display: none;
}
.btn, .btn.fusion-button.button-default, .wpcf7 .wpcf7-form input[type="submit"], .wpcf7 .wpcf7-submit {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  min-height: 50px;
  padding: 0.875rem 1.5625rem;
  transition: all 0.5s ease-in-out;
  text-align: center;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 1.5625rem;
}
@media (max-width: 767px) {
  .btn, .btn.fusion-button.button-default, .wpcf7 .wpcf7-form input[type="submit"], .wpcf7 .wpcf7-submit {
    font-size: 1rem;
    min-height: 0;
    padding: 0.625rem 0.75rem;
  }
}
.btn-txt {
  display: block;
}
.btn i, .fusion-button i {
  font-size: 1rem;
  margin-left: 0.625rem;
}
.fusion-button .fusion-button-text {
  transition: none;
  color: inherit;
}
.fusion-button-span-yes {
  min-width: 0;
}
.btn-primary, .btn.btn-primary.fusion-button, .wpcf7 .wpcf7-form .btn-primary {
  color: #fff;
  border-color: #051c55;
  background-color: #051c55;
}
.btn-primary:hover, .btn.btn-primary.fusion-button:hover, .wpcf7 .wpcf7-form .btn-primary:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn-secondary, .btn.btn-secondary.fusion-button, .wpcf7 .wpcf7-form .btn-secondary {
  color: #fff;
  border-color: #e76900;
  background-color: #e76900;
}
.btn-secondary:hover, .btn.btn-secondary.fusion-button:hover, .wpcf7 .wpcf7-form .btn-secondary:hover {
  color: #fff;
  background-color: transparent;
}
.modal-open #boxed-wrapper {
  filter: blur(21px);
}
.get-in-contact-modal[style*="display: block"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.get-in-contact-modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}
.get-in-contact-modal button.close {
  font-size: 0 !important;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .get-in-contact-modal button.close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.get-in-contact-modal button.close:hover::before {
  color: #e76900;
}
.get-in-contact-modal button.close::before {
  font-family: pfc-icons;
  font-size: 2.375rem;
  line-height: 1;
  content: "\e901";
}
@media (max-width: 1024px) {
  .get-in-contact-modal button.close::before {
    font-size: 1.5625rem;
  }
}
.get-in-contact-modal .modal-header {
  margin-bottom: 1.25rem;
  padding: 3.125rem 3.125rem 0;
  border-bottom: none;
}
.get-in-contact-modal .modal-body {
  padding: 0 3.125rem 3.125rem 3.125rem;
  text-align: center;
}
.get-in-contact-modal .modal-lg {
  width: 100%;
  max-width: 662px;
}
.get-in-contact-modal .modal-content {
  border-radius: 0.9375rem;
  background: #051c55;
  box-shadow: none;
}
.get-in-contact-modal .modal-title {
  font-size: 2.625rem !important;
  font-weight: 900 !important;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .get-in-contact-modal .modal-title {
    font-size: 2rem !important;
  }
}
@media (max-width: 767px) {
  .get-in-contact-modal .modal-title {
    font-size: 1.5rem !important;
  }
}
.get-in-contact-modal .lead {
  font-size: 1.4375rem !important;
  margin: 0 auto;
  margin-bottom: 3.125rem;
  text-align: center;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.in {
  opacity: 0.2;
}
.video-embed-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.9375rem;
  background-color: #000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.57);
}
.video-embed-container::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.video-embed-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-embed-container iframe {
  width: 100%;
}
.video-embed-container .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-embed-container .button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 63px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transform: translate(-50%, -50%);
  border: none;
  background-color: transparent;
}
.video-embed-container:hover .play {
  fill: #fff;
}
.video-embed-container:hover .bg {
  fill: #e76900;
}
.fusion-header-wrapper .fusion-header {
  height: 80px !important;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .fusion-header-wrapper .fusion-header {
    background: #030f2c !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.fusion-header-wrapper .fusion-header .fusion-row {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media screen and (max-width: 767px) {
  .fusion-header-wrapper .fusion-header .fusion-row {
    padding: 0 !important;
  }
}
.fusion-header-wrapper .fusion-header .fusion-logo {
  margin-top: 12px !important;
  margin-bottom: 0;
}
.fusion-header-wrapper .fusion-header .fusion-logo img {
  width: 228px;
  max-width: 100%;
}
.fusion-header-wrapper .fusion-header .fusion-main-menu > ul li {
  padding-right: 17px;
}
.fusion-header-wrapper .fusion-header .fusion-main-menu > ul li:last-child {
  padding-right: 0;
}
.fusion-header-wrapper .fusion-header .fusion-main-menu > ul li a {
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 25px;
  background: #e76900;
  border: 2px solid #e76900 !important;
  transition: all 0.5s ease-in-out;
}
.fusion-header-wrapper .fusion-header .fusion-main-menu > ul li a:focus, .fusion-header-wrapper .fusion-header .fusion-main-menu > ul li a:hover {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .fusion-header-wrapper .fusion-header .fusion-mobile-menu-icons .fusion-icon {
    margin-top: 5px;
  }
}
.fusion-footer .fusion-footer-widget-area {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #e76900;
}
.fusion-footer .fusion-footer-widget-area:before {
  content: "";
  width: 549px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('/wp-content/uploads/2022/07/Group-80.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
@media screen and (max-width: 1400px) {
  .fusion-footer .fusion-footer-widget-area .col-lg-6 {
    width: 30%;
  }
  .fusion-footer .fusion-footer-widget-area .fusion-column-last.col-lg-6 {
    width: 70%;
  }
}
@media screen and (max-width: 790px) {
  .fusion-footer .fusion-footer-widget-area .fusion-columns-2 .fusion-column {
    width: 100% !important;
  }
}
.fusion-footer .fusion-footer-widget-area .fusion-footer-widget-column {
  margin-bottom: 20px;
}
.fusion-footer .fusion-footer-widget-area .fusion-footer-widget-column .textwidget {
  max-width: 302px;
}
.fusion-footer .fusion-footer-widget-area .fusion-footer-widget-column .textwidget p {
  font-size: 1.063rem;
  line-height: 22px;
  font-weight: 300;
}
@media screen and (max-width: 790px) {
  .fusion-footer .fusion-footer-widget-area .widget_media_image img {
    display: block;
    margin: 0 auto;
  }
  .fusion-footer .fusion-footer-widget-area .widget_text .textwidget {
    margin: 0 auto;
  }
  .fusion-footer .fusion-footer-widget-area .widget_text .textwidget p {
    text-align: center;
  }
}
.fusion-footer .fusion-footer-widget-area .social_links {
  padding-top: 11px;
}
.fusion-footer .fusion-footer-widget-area .social_links .fusion-social-network-icon {
  margin: 0 15px 0;
  vertical-align: middle;
}
.fusion-footer .fusion-footer-widget-area .social_links .fusion-social-network-icon:first-child {
  margin-left: 6px;
}
@media screen and (max-width: 790px) {
  .fusion-footer .fusion-footer-widget-area .social_links .fusion-social-networks .fusion-social-networks-wrapper {
    text-align: center;
  }
}
.fusion-footer .fusion-footer-widget-area .widget.menu ul li a {
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.fusion-footer .fusion-footer-widget-area .widget.menu ul li a:hover {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .fusion-footer .fusion-footer-widget-area .widget.menu ul li a {
    font-size: 15px !important;
    line-height: 20px;
  }
  .fusion-footer .fusion-footer-widget-area .widget.menu ul li a:after {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
@media screen and (max-width: 790px) {
  .fusion-footer .fusion-footer-widget-area .fusion-social-networks .fusion-social-networks-wrapper {
    text-align: center;
  }
  .fusion-footer .fusion-footer-widget-area .widget.menu ul {
    text-align: center;
  }
}
.fusion-footer .fusion-footer-copyright-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fusion-footer .fusion-footer-copyright-area .fusion-copyright-notice > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
  font-weight: 300;
  line-height: 22px;
}
.fusion-footer .fusion-footer-copyright-area .fusion-copyright-notice > div .f-copyright {
  text-align: left;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .fusion-footer .fusion-footer-copyright-area .fusion-copyright-notice > div .f-copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.fusion-footer .fusion-footer-copyright-area .fusion-copyright-notice > div .f-copyright-links {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .fusion-footer .fusion-footer-copyright-area .fusion-copyright-notice > div .f-copyright-links {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.fusion-footer .fusion-footer-copyright-area .fusion-copyright-notice > div .f-copyright-by {
  text-align: right;
  width: 33.33%;
}
.fusion-footer .fusion-footer-copyright-area .fusion-copyright-notice > div .f-copyright-by strong {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fusion-footer .fusion-footer-copyright-area .fusion-copyright-notice > div .f-copyright-by {
    width: 100%;
    text-align: center;
  }
}
.home .change-your-life .lead {
  max-width: 466px;
}
.home .unbreakable-fitness .section-heading {
  max-width: 972px;
}
.home .get-in-contact .lead {
  max-width: 512px;
}
.page-id-28 .post-content .fusion-fullwidth .fusion-row {
  max-width: 1256px !important;
}
.page-id-28 .rls-content1 {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(5, 28, 84, 1) 20%, rgba(5, 28, 85, 1) 80%, rgba(1, 6, 17, 1) 100%);
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content1 {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content1 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-28 .rls-content1 {
    padding-bottom: 60px !important;
  }
}
.page-id-28 .rls-content1 > .fusion-row {
  background-image: url('/wp-content/uploads/2022/07/Path-45.png');
  background-repeat: no-repeat;
  background-position: center 28%;
  background-size: 100% auto;
}
.page-id-28 .rls-content1 .resources-main-title {
  width: 100%;
  position: absolute;
  top: -102px;
  left: 0;
  right: 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content1 .resources-main-title {
    top: 0;
    margin-top: -130px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .resources-main-title {
    position: relative;
    top: 0;
    margin-top: -76px;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-28 .rls-content1 .resources-main-title {
    margin-top: -70px;
  }
}
.page-id-28 .rls-content1 .resources-main-title .resources-title {
  margin: 0 !important;
}
.page-id-28 .rls-content1 .resources-main-title .resources-title > * {
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content1 .resources-main-title .resources-title > * {
    font-size: 2.25rem !important;
    line-height: 54px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .resources-main-title .resources-title > * {
    font-size: 1.875rem !important;
    line-height: 38px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-28 .rls-content1 .resources-main-title .resources-title > * {
    font-size: 1.5rem !important;
    line-height: 32px !important;
  }
}
.page-id-28 .rls-content1 .before-after-feat {
  max-width: 619px;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content1 .before-after-feat {
    width: 49% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .before-after-feat {
    width: 100% !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .before-after-feat .fusion-imageframe {
    width: 100%;
    display: block;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-28 .rls-content1 .before-after-feat .fusion-imageframe img {
    display: block;
    margin: 0 auto 24px !important;
  }
}
.page-id-28 .rls-content1 .before-after-content {
  max-width: 513px;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content1 .before-after-content {
    width: 49% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .before-after-content {
    width: 100% !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content1 .before-after-content .before-after-cont p {
    font-size: 1.25rem !important;
    line-height: 28px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content1 .before-after-content .before-after-cont p {
    font-size: 1.125rem !important;
    line-height: 26px !important;
  }
}
.page-id-28 .rls-content1 .before-after-content .before-after-name > * {
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content1 .before-after-content .before-after-name > * {
    font-size: 1.125rem !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content1 .before-after-content .before-after-name > * {
    font-size: 1rem !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content1 .become-title .fusion-column-wrapper {
    padding-top: 80px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content1 .become-title .fusion-column-wrapper {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .become-title .fusion-column-wrapper {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .become-title .fusion-column-wrapper {
    padding-top: 36px !important;
    padding-bottom: 45px !important;
  }
}
.page-id-28 .rls-content1 .become-title .become-header > * {
  font-weight: 900 !important;
  font-style: italic !important;
  max-width: 800px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content1 .become-title .become-header > * {
    font-size: 3.438rem !important;
    line-height: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content1 .become-title .become-header > * {
    font-size: 3rem !important;
    line-height: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .become-title .become-header > * {
    font-size: 2.625rem !important;
    line-height: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content1 .become-title .become-header > * {
    font-size: 2.25rem !important;
    line-height: 34px !important;
  }
}
.page-id-28 .rls-content2 {
  background: #010611;
  background: linear-gradient(180deg, rgba(1, 6, 17, 1) 0%, rgba(30, 14, 5, 1) 12%, rgba(214, 98, 32, 1) 30%, rgba(207, 95, 31, 1) 60%, rgba(119, 57, 25, 1) 80%, rgba(1, 6, 17, 1) 100%);
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content2 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-28 .rls-content2 {
    padding-bottom: 45px !important;
  }
}
.page-id-28 .rls-content2 .story-wrapper, .page-id-28 .rls-content1 .story-wrapper {
  max-width: 512px;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 .story-wrapper, .page-id-28 .rls-content1 .story-wrapper {
    width: 49% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .story-wrapper, .page-id-28 .rls-content1 .story-wrapper {
    width: 100% !important;
    max-width: 100%;
  }
}
.page-id-28 .rls-content2 .story-wrapper .story-content p, .page-id-28 .rls-content1 .story-wrapper .story-content p {
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 .story-wrapper .story-content p, .page-id-28 .rls-content1 .story-wrapper .story-content p {
    font-size: 1.125rem !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content2 .story-wrapper .story-content p, .page-id-28 .rls-content1 .story-wrapper .story-content p {
    font-size: 1rem !important;
    line-height: 24px !important;
  }
}
.page-id-28 .rls-content2 .story-wrapper .story-name > *, .page-id-28 .rls-content1 .story-wrapper .story-name > * {
  font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 .story-wrapper .story-name > *, .page-id-28 .rls-content1 .story-wrapper .story-name > * {
    font-size: 1.25rem !important;
    line-height: 28px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content2 .story-wrapper .story-name > *, .page-id-28 .rls-content1 .story-wrapper .story-name > * {
    font-size: 1.125rem !important;
    line-height: 26px !important;
  }
}
.page-id-28 .rls-content2 .story-feat, .page-id-28 .rls-content1 .story-feat {
  max-width: 638px;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 .story-feat, .page-id-28 .rls-content1 .story-feat {
    width: 49% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .story-feat, .page-id-28 .rls-content1 .story-feat {
    width: 100% !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 .story-title .fusion-column-wrapper, .page-id-28 .rls-content1 .story-title .fusion-column-wrapper {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content2 .story-title .fusion-column-wrapper, .page-id-28 .rls-content1 .story-title .fusion-column-wrapper {
    padding-top: 45px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .story-title .fusion-column-wrapper, .page-id-28 .rls-content1 .story-title .fusion-column-wrapper {
    padding-top: 36px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-28 .rls-content2 .story-title .fusion-column-wrapper, .page-id-28 .rls-content1 .story-title .fusion-column-wrapper {
    padding-top: 32px !important;
    padding-bottom: 40px !important;
  }
}
.page-id-28 .rls-content2 .story-title .story-header > *, .page-id-28 .rls-content1 .story-title .story-header > * {
  font-weight: 900 !important;
  font-style: italic !important;
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 .story-title .story-header > *, .page-id-28 .rls-content1 .story-title .story-header > * {
    font-size: 2.25rem !important;
    line-height: 44px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content2 .story-title .story-header > *, .page-id-28 .rls-content1 .story-title .story-header > * {
    font-size: 2rem !important;
    line-height: 38px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .story-title .story-header > *, .page-id-28 .rls-content1 .story-title .story-header > * {
    font-size: 1.625rem !important;
    line-height: 34px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-28 .rls-content2 .story-title .story-header > *, .page-id-28 .rls-content1 .story-title .story-header > * {
    font-size: 1.5rem !important;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .story-featured-left .story-feat, .page-id-28 .rls-content1 .story-featured-left .story-feat, .page-id-28 .rls-content2 .story-featured-right .story-feat, .page-id-28 .rls-content1 .story-featured-right .story-feat {
    order: 1;
  }
  .page-id-28 .rls-content2 .story-featured-left .story-feat .fusion-imageframe, .page-id-28 .rls-content1 .story-featured-left .story-feat .fusion-imageframe, .page-id-28 .rls-content2 .story-featured-right .story-feat .fusion-imageframe, .page-id-28 .rls-content1 .story-featured-right .story-feat .fusion-imageframe {
    width: 100%;
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-28 .rls-content2 .story-featured-left .story-feat .fusion-imageframe img, .page-id-28 .rls-content1 .story-featured-left .story-feat .fusion-imageframe img, .page-id-28 .rls-content2 .story-featured-right .story-feat .fusion-imageframe img, .page-id-28 .rls-content1 .story-featured-right .story-feat .fusion-imageframe img {
    display: block;
    margin: 0 auto 24px !important;
  }
  .page-id-28 .rls-content2 .story-featured-left .story-wrapper, .page-id-28 .rls-content1 .story-featured-left .story-wrapper, .page-id-28 .rls-content2 .story-featured-right .story-wrapper, .page-id-28 .rls-content1 .story-featured-right .story-wrapper {
    order: 2;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 .story-with-padding-bottton > .fusion-column-wrapper, .page-id-28 .rls-content1 .story-with-padding-bottton > .fusion-column-wrapper {
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content2 .story-with-padding-bottton > .fusion-column-wrapper, .page-id-28 .rls-content1 .story-with-padding-bottton > .fusion-column-wrapper {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .story-with-padding-bottton > .fusion-column-wrapper, .page-id-28 .rls-content1 .story-with-padding-bottton > .fusion-column-wrapper {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .story-with-padding-bottton > .fusion-column-wrapper, .page-id-28 .rls-content1 .story-with-padding-bottton > .fusion-column-wrapper {
    padding-bottom: 50px !important;
  }
}
.page-id-28 .rls-content2 .bottom-title, .page-id-28 .rls-content1 .bottom-title {
  position: absolute;
  bottom: -196px;
  left: 0;
  right: 0;
  max-width: 920px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content2 .bottom-title, .page-id-28 .rls-content1 .bottom-title {
    max-width: 920px;
    bottom: -160px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .bottom-title, .page-id-28 .rls-content1 .bottom-title {
    max-width: 600px;
    bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .bottom-title, .page-id-28 .rls-content1 .bottom-title {
    bottom: -130px;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-28 .rls-content2 .bottom-title > *, .page-id-28 .rls-content1 .bottom-title > * {
    font-size: 2.25rem !important;
    line-height: 44px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-28 .rls-content2 .bottom-title > *, .page-id-28 .rls-content1 .bottom-title > * {
    font-size: 2rem !important;
    line-height: 38px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .rls-content2 .bottom-title > *, .page-id-28 .rls-content1 .bottom-title > * {
    font-size: 1.625rem !important;
    line-height: 34px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-28 .rls-content2 .bottom-title > *, .page-id-28 .rls-content1 .bottom-title > * {
    font-size: 1.5rem !important;
    line-height: 30px !important;
  }
}
.page-id-28 .get-in-contact {
  padding-top: 187px !important;
  background-color: transparent !important;
  background: #010611 !important;
  background: linear-gradient(180deg, rgba(1, 6, 17, 1) 0%, rgba(5, 26, 79, 1) 20%, rgba(5, 28, 85, 1) 80%, rgba(1, 6, 17, 1) 100%) !important;
}
@media screen and (max-width: 1024px) {
  .page-id-28 .get-in-contact {
    padding-top: 175px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-28 .get-in-contact {
    padding-top: 100px !important;
  }
}
.page-id-95 .resources {
  position: relative;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(5, 28, 84, 1) 20%, rgba(5, 28, 85, 1) 80%, rgba(1, 6, 17, 1) 100%);
}
.page-id-95 .resources > .fusion-row {
  background-image: url('/wp-content/uploads/2022/07/Path-45.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.page-id-95 .resources .resources-main-title {
  width: 100%;
  position: absolute;
  top: -102px;
  left: 0;
  right: 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .page-id-95 .resources .resources-main-title {
    top: -88px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-95 .resources .resources-main-title {
    top: -76px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-95 .resources .resources-main-title {
    top: -70px;
  }
}
.page-id-95 .resources .resources-main-title .resources-title {
  margin: 0 !important;
}
.page-id-95 .resources .resources-main-title .resources-title > * {
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .page-id-95 .resources .resources-main-title .resources-title > * {
    font-size: 2.25rem !important;
    line-height: 54px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-95 .resources .resources-main-title .resources-title > * {
    font-size: 1.875rem !important;
    line-height: 38px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-95 .resources .resources-main-title .resources-title > * {
    font-size: 1.5rem !important;
    line-height: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-95 .resources .resource {
    width: 50% !important;
    margin-bottom: 50px !important;
  }
  .page-id-95 .resources .resource > .fusion-column-wrapper {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .page-id-95 .resources .resource {
    width: 100% !important;
    max-width: 302px;
    margin: 0 auto 30px !important;
  }
}
.page-id-95 .resources .resource > .fusion-column-wrapper {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.page-id-95 .resources .resource .fusion-imageframe {
  margin-bottom: 30px !important;
}
.page-id-95 .resources .resource-title > * {
  font-weight: 400;
}
.page-id-95 .resources .resource-content p {
  font-weight: 300;
}
.page-id-95 .resources .btn {
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 10px 25px;
  min-height: 40px;
}
.page-id-95 .get-in-contact {
  background: #010611 !important;
  background-color: transparent !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(5, 26, 79, 1) 20%, rgba(5, 28, 85, 1) 80%, rgba(1, 6, 17, 1) 100%) !important;
}
.page-id-180 .post-content .fusion-fullwidth .fusion-row {
  max-width: 1200px !important;
}
.page-id-180 .how-we-train {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(5, 28, 84, 1) 20%, #041541 100%);
}
.page-id-180 .how-we-train .resources-main-title {
  width: 100%;
  position: absolute;
  top: -102px;
  left: 0;
  right: 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .resources-main-title {
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-180 .how-we-train .resources-main-title {
    top: -92px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-180 .how-we-train .resources-main-title {
    top: -85px;
  }
}
.page-id-180 .how-we-train .resources-main-title .resources-title {
  margin: 0 !important;
}
.page-id-180 .how-we-train .resources-main-title .resources-title > * {
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .resources-main-title .resources-title > * {
    font-size: 2.25rem !important;
    line-height: 54px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-180 .how-we-train .resources-main-title .resources-title > * {
    font-size: 1.875rem !important;
    line-height: 38px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-180 .how-we-train .resources-main-title .resources-title > * {
    font-size: 1.5rem !important;
    line-height: 32px !important;
  }
}
.page-id-180 .how-we-train .how-we-train-wrapper .fusion-column-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 1290px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .fusion-column-wrapper {
    margin-left: 3.84% !important;
    margin-right: 3.84% !important;
  }
}
.page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-feat {
  max-width: 620px;
  margin-right: 124px !important;
}
@media screen and (max-width: 1290px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-feat {
    max-width: 48%;
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-feat {
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
    text-align: center;
  }
}
.page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content {
  max-width: 504px;
  padding-top: 45px;
}
@media screen and (max-width: 1290px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content {
    max-width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content {
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-title > * {
    font-size: 2.25rem !important;
    line-height: 44px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-title > * {
    font-size: 1.75rem !important;
    line-height: 36px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-subtitle > * {
    font-size: 1.25rem !important;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-subtitle > * {
    font-size: 1.125rem !important;
    line-height: 28px !important;
  }
}
.page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-list ul li {
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-list ul li {
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-list ul li {
    font-size: 1rem;
    line-height: 22px;
  }
}
.page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-list ul li:before {
  color: #e76900;
}
.page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-list ul li:last-child {
  margin-bottom: 0;
}
.page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-inner p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-inner p {
    font-size: 1.125rem;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-180 .how-we-train .how-we-train-wrapper .how-we-train-content .how-we-train-inner p {
    font-size: 1rem;
    line-height: 24px;
  }
}
.page-id-180 .how-we-train .how-we-train-wrapper .btn {
  text-transform: uppercase;
}
.page-id-180 .how-we-train .how-we-train-feat-right .how-we-train-feat {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .page-id-180 .how-we-train .how-we-train-feat-right .how-we-train-feat {
    order: 1;
  }
}
.page-id-180 .how-we-train .how-we-train-feat-right .how-we-train-content {
  max-width: 512px;
  padding-top: 0;
  margin-right: 116px !important;
}
@media screen and (max-width: 1290px) {
  .page-id-180 .how-we-train .how-we-train-feat-right .how-we-train-content {
    max-width: 48%;
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-180 .how-we-train .how-we-train-feat-right .how-we-train-content {
    order: 2;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.page-id-84 .page-title-bar {
  padding-bottom: 92px !important;
}
@media screen and (max-width: 1200px) {
  .page-id-84 .page-title-bar {
    padding-bottom: 76px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-84 .page-title-bar {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-84 .page-title-bar {
    padding-bottom: 58px !important;
  }
}
@media screen and (max-width: 640px) {
  .page-id-84 .page-title-bar {
    padding-bottom: 40px !important;
  }
}
.page-id-84 .page-title-bar .page-title-content .page-title {
  width: 180%;
  max-width: 180%;
}
@media screen and (max-width: 767px) {
  .page-id-84 .page-title-bar .page-title-content .page-title {
    width: 100%;
    max-width: 100%;
  }
}
.page-id-84 .privacy-policy .fusion-row {
  max-width: 1044px !important;
}
.page-id-84 .privacy-policy .fusion-row .fusion-column-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 1024px) {
  .page-id-84 .privacy-policy .fusion-row {
    margin-left: 1.92% !important;
    margin-right: 1.92% !important;
  }
}
.page-id-84 .privacy-policy .privacy-title > * {
  font-style: italic !important;
  font-weight: 900 !important;
}
@media screen and (max-width: 1024px) {
  .page-id-84 .privacy-policy .privacy-title > * {
    font-size: 2.25rem !important;
    line-height: 44px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-84 .privacy-policy .privacy-title > * {
    font-size: 1.875rem !important;
    line-height: 38px !important;
  }
}
.page-id-84 .privacy-policy .privacy-inner ol li {
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .page-id-84 .privacy-policy .privacy-inner ol li {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-84 .privacy-policy .privacy-inner ol li {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-id-84 .privacy-policy .privacy-inner ol li h3 {
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  font-weight: 400 !important;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .page-id-84 .privacy-policy .privacy-inner ol li h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-84 .privacy-policy .privacy-inner ol li h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-id-84 .privacy-policy .privacy-inner ol li p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .page-id-84 .privacy-policy .privacy-inner ol li p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-84 .privacy-policy .privacy-inner ol li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-id-297 .fusion-page-title-bar .page-title-content .page-title {
  max-width: 930px;
}
body .page-title-bar .fusion-row {
  max-width: 1256px !important;
}
body .page-title-bar .page-title-content {
  z-index: 99;
}
@media screen and (max-width: 767px) {
  body .page-title-bar .page-title-content {
    width: 100% !important;
    margin-bottom: 45px !important;
    flex-direction: row !important;
  }
  body .page-title-bar .page-title-content > .fusion-column-wrapper {
    padding-top: 0 !important;
  }
}
body .page-title-bar .page-title-content .page-title {
  margin-top: 0 !important;
  max-width: 1062px;
}
@media screen and (max-width: 1024px) {
  body .page-title-bar .page-title-content .page-title {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 945px) {
  body .page-title-bar .page-title-content .page-title {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  body .page-title-bar .page-title-content .page-title {
    width: 100%;
    max-width: 100%;
  }
}
body .page-title-bar .page-title-content .page-title > * {
  font-style: italic !important;
  font-weight: 900 !important;
}
@media screen and (max-width: 1200px) {
  body .page-title-bar .page-title-content .page-title > * {
    font-size: 3.75rem !important;
    line-height: 68px !important;
  }
}
@media screen and (max-width: 1024px) {
  body .page-title-bar .page-title-content .page-title > * {
    font-size: 3.25rem !important;
    line-height: 60px !important;
  }
}
@media screen and (max-width: 945px) {
  body .page-title-bar .page-title-content .page-title > * {
    font-size: 2.375rem !important;
    line-height: 46px !important;
  }
}
@media screen and (max-width: 640px) {
  body .page-title-bar .page-title-content .page-title > * {
    font-size: 2rem !important;
    line-height: 40px !important;
  }
}
body .page-title-bar .page-title-content .page-title-subheading {
  max-width: 530px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1200px) {
  body .page-title-bar .page-title-content .page-title-subheading {
    max-width: 470px;
  }
}
@media screen and (max-width: 1024px) {
  body .page-title-bar .page-title-content .page-title-subheading {
    max-width: 420px;
  }
}
@media screen and (max-width: 945px) {
  body .page-title-bar .page-title-content .page-title-subheading {
    max-width: 376px;
  }
}
@media screen and (max-width: 767px) {
  body .page-title-bar .page-title-content .page-title-subheading {
    max-width: 80%;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  body .page-title-bar .page-title-content .page-title-subheading {
    max-width: 100%;
  }
}
body .page-title-bar .page-title-content .page-title-subheading > * {
  font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
  body .page-title-bar .page-title-content .page-title-subheading > * {
    font-size: 1.25rem !important;
    line-height: 28px !important;
  }
}
@media screen and (max-width: 1024px) {
  body .page-title-bar .page-title-content .page-title-subheading > * {
    font-size: 1.125rem !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 945px) {
  body .page-title-bar .page-title-content .page-title-subheading > * {
    font-size: 1rem !important;
    line-height: 24px !important;
  }
}
body .page-title-bar .page-title-content .ptb-link-wrapper {
  width: 100%;
  text-align: center;
}
body .page-title-bar .page-title-content .btn {
  font-size: 17px !important;
  line-height: 17px !important;
  text-transform: uppercase;
}
body .page-title-bar .page-title-featured {
  max-width: 620px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  body .page-title-bar .page-title-featured {
    max-width: 100%;
    width: 100% !important;
  }
}
body .page-title-bar .page-title-featured:after {
  content: "";
  width: 57px;
  height: 241px;
  background-image: url(/wp-content/uploads/2022/07/Group-90.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  left: -35px;
  bottom: -90px;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  body .page-title-bar .page-title-featured:after {
    width: 50px;
    height: 206px;
    left: -31px;
    bottom: -77px;
  }
}
@media screen and (max-width: 1024px) {
  body .page-title-bar .page-title-featured:after {
    width: 42px;
    height: 174px;
    left: -25px;
    bottom: -66px;
  }
}
@media screen and (max-width: 945px) {
  body .page-title-bar .page-title-featured:after {
    width: 36px;
    height: 148px;
    left: -21px;
    bottom: -57px;
  }
}
@media screen and (max-width: 767px) {
  body .page-title-bar .page-title-featured:after {
    left: 48%;
  }
}
@media screen and (max-width: 640px) {
  body .page-title-bar .page-title-featured:after {
    width: 24px;
    height: 102px;
    bottom: -39px;
  }
}
body .page-title-bar .page-title-featured .page-title-image {
  position: relative;
  z-index: 8;
}
.page-id-297 .fusion-builder-row-2 {
  background: #051c55 !important;
}
.error404 #main {
  display: none;
}
.fusion-accordian .fusion-panel {
  background: none;
  margin: 0;
  border: none !important;
}
.fusion-accordian .fusion-panel .panel-title {
  padding: 0 !important;
}
.fusion-accordian .fusion-panel .panel-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 !important;
}
.fusion-accordian .fusion-panel .fusion-toggle-heading {
  order: 1;
  margin: 0;
}
.fusion-accordian .fusion-panel .fusion-toggle-icon-wrapper {
  order: 2;
}
.fusion-accordian .fusion-panel .fusion-toggle-icon-wrapper .fa-fusion-box.active-icon, .fusion-accordian .fusion-panel .fusion-toggle-icon-wrapper .fa-fusion-box {
  background-color: transparent !important;
  font-size: 20px;
}
.fusion-accordian .panel-body {
  padding: 0 20px 20px;
}
.fw-thin, .fw-thin.fusion-title > * {
  font-weight: 100 !important;
}
.fw-extra-light, .fw-extra-light.fusion-title > * {
  font-weight: 200 !important;
}
.fw-light, .fw-light.fusion-title > * {
  font-weight: 300 !important;
}
.fw-normal, .fw-normal.fusion-title > * {
  font-weight: 400 !important;
}
.fw-medium, .fw-medium.fusion-title > * {
  font-weight: 500 !important;
}
.fw-semi-bold, .fw-semi-bold.fusion-title > * {
  font-weight: 600 !important;
}
.fw-bold, .fw-bold.fusion-title > * {
  font-weight: 700 !important;
}
.fw-extra-bold, .fw-extra-bold.fusion-title > * {
  font-weight: 800 !important;
}
.fw-black, .fw-black.fusion-title > * {
  font-weight: 900 !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-primary, .text-primary.fusion-title > * {
  color: #051c55 !important;
}
.text-secondary, .text-secondary.fusion-title > * {
  color: #e76900 !important;
}
.text-light, .text-light.fusion-title > * {
  color: !important;
}
.text-dark, .text-dark.fusion-title > * {
  color: !important;
}
.text-accent, .text-accent.fusion-title > * {
  color: !important;
}
.text-white, .text-white.fusion-title > * {
  color: #fff !important;
}
.text-body, .text-body.fusion-title > * {
  color: #fff !important;
}
.text-reset, .text-reset.fusion-title > * {
  color: inherit !important;
}
