/*  *Theme Name: ARC
 *  *Version: 1.1
 *  *Text Domain: wpmix
 *  *Author: hope.agency*/
@font-face {
  font-family: "MuseoSansRounded";
  src: url("fonts/MuseoSansRounded-700.woff2") format("woff2"), url("fonts/MuseoSansRounded-700.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("fonts/MuseoSansRounded-500.otf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("fonts/MuseoSansRounded-300.otf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("fonts/MuseoSansRounded-900.otf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "TestTiemposHeadline";
  src: url("fonts/TestTiemposHeadline-Light.otf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "TestTiemposHeadline";
  src: url("fonts/TestTiemposHeadline-Regular.otf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "TestTiemposHeadline";
  src: url("fonts/TestTiemposHeadline-Medium.otf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("fonts/MuseoSansRounded-300.otf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Museo";
  src: url("fonts/Museo300-Regular.otf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Museo";
  src: url("fonts/museo-500-webfont.woff2") format("woff2"), url("fonts/museo-500-webfont.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Museo";
  src: url("fonts/Museo700-Regular.woff2") format("woff2"), url("fonts/Museo700-Regular.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Museo", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  padding: 0;
  font-weight: 500;
  color: #000;
}

b, strong {
  font-weight: 700;
}

.btn, input[type=submit] {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 10rem;
  min-width: 16.5rem;
  border-width: 0.2rem;
  font-family: "Raleway", sans-serif;
  outline: 0;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.btn-large, input[type=submit].btn-large {
  padding: 2.5rem 6rem;
}
.btn.btn-purple, .btn.wspsc_add_cart_submit, input[type=submit].btn-purple, input[type=submit].wspsc_add_cart_submit {
  border-color: #61246a;
  background-color: #61246a;
  color: #fff;
}
.btn.btn-purple:hover, .btn.btn-purple:active, .btn.btn-purple:focus, .btn.wspsc_add_cart_submit:hover, .btn.wspsc_add_cart_submit:active, .btn.wspsc_add_cart_submit:focus, input[type=submit].btn-purple:hover, input[type=submit].btn-purple:active, input[type=submit].btn-purple:focus, input[type=submit].wspsc_add_cart_submit:hover, input[type=submit].wspsc_add_cart_submit:active, input[type=submit].wspsc_add_cart_submit:focus {
  background-color: #fff;
  color: #61246a;
  border-color: #61246a;
}
.btn.btn-red, input[type=submit].btn-red {
  border-color: #bf3d5c;
  background-color: #bf3d5c;
  color: #fff;
}
.btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red:focus, input[type=submit].btn-red:hover, input[type=submit].btn-red:active, input[type=submit].btn-red:focus {
  background-color: #fff;
  color: #bf3d5c;
  border-color: #bf3d5c;
}
.btn.btn-lite, input[type=submit].btn-lite {
  border-color: #efe8de;
  background-color: #efe8de;
  color: #000;
}
.btn.btn-lite:hover, .btn.btn-lite:active, .btn.btn-lite:focus, input[type=submit].btn-lite:hover, input[type=submit].btn-lite:active, input[type=submit].btn-lite:focus {
  background-color: #fff;
  color: #000;
  border-color: #efe8de;
}

h1, h2, h3, h4 {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 500;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 3.5rem;
}

.bg-light {
  background-color: #efe8de !important;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* End Base style */
.pad-small {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.pad-medium {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.pad-large {
  padding: 10rem 0;
}

ul#mega-menu-top-menu {
  width: 100%;
  max-width: 1200px !important;
  margin: auto !important;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu {
  position: static;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a {
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a:before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-top: -1.6rem !important;
  right: 0 !important;
  width: 0.1rem !important;
  height: 3.2rem !important;
  background-color: #bf3d5c !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item:nth-of-type(1) > a:before, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item:nth-last-of-type(1) > a:before, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item:nth-last-of-type(2) > a:before {
  display: none !important;
}

#mega-menu-wrap-top-menu {
  border: 0.1rem solid #fff;
}

#mega-menu-item-31 {
  float: left !important;
}

main {
  min-height: 70vh;
}

#footer {
  background-color: #efe8de;
}
#footer .newsletter-signup {
  padding: 10rem 0;
}
#footer .newsletter-signup h2 {
  color: #bf3d5c;
  font-weight: 500;
  font-family: "MuseoSansRounded", sans-serif;
  margin-bottom: 1.5rem;
  font-size: 5.2rem;
}
#footer .newsletter-signup p {
  color: rgba(191, 61, 92, 0.7);
  font-size: 2.4rem;
}
#footer .footer-widgets {
  border-top: 0.1rem solid #fff;
  padding: 7rem 0;
}
#footer .footer-widgets p, #footer .footer-widgets li a {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "MuseoSansRounded", sans-serif;
  color: #000;
}
#footer .footer-widgets li {
  margin-bottom: 1rem;
}
#footer .footer-widgets li a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .footer-widgets li a:hover {
  color: #bf3d5c;
}
#footer .footer-widgets li.current_page_item a {
  color: #bf3d5c;
}
#footer .footer-widgets p {
  line-height: 1.6;
}
#footer .footer-widgets h3 {
  font-size: 500;
  color: #000;
  font-family: "MuseoSansRounded", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
#footer .footer-item {
  margin-bottom: 4.5rem;
}
#footer .widget-6 {
  text-align: right;
}
#footer .widget-7 {
  margin-bottom: 0;
}
#footer .widget-7 p {
  margin-bottom: 0;
}
#footer .widget-4 {
  padding-top: 2rem;
}

li.wp-social-link {
  background-color: transparent !important;
}
li.wp-social-link a {
  padding: 0 !important;
  color: #000;
}
li.wp-social-link a svg {
  width: 3rem !important;
  height: auto !important;
}

#site-header .top-nav li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  font-family: "MuseoSansRounded", sans-serif;
  padding: 0 0.8rem;
  border-left: 0.1rem solid #000;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#site-header .top-nav li a:hover {
  color: #bf3d5c;
}
#site-header .top-search {
  padding: 0 1.5rem;
  margin-right: 1rem;
  border-right: 0.1rem solid #000;
}
#site-header .top-search a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}
#site-header .top-search a:hover {
  color: #bf3d5c;
}
#site-header .social-link li {
  margin: 0 0.9rem;
}
#site-header .social-link li a {
  font-size: 2.2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}
#site-header .social-link li a:hover {
  color: #bf3d5c;
}
#site-header .header-top {
  padding: 2.5rem 0;
}
#site-header .top-buttons .btn {
  margin-right: 1.5rem;
}
#site-header .helpline a {
  font-size: 2.1rem;
  color: #61246a;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#site-header .helpline a:hover {
  color: #bf3d5c;
}

.hero-sec {
  position: relative;
  min-height: 86.4rem;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
.hero-sec .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: 0;
  height: 100%;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hero-sec .hero-img img {
  max-width: 100%;
  height: auto;
}
.hero-sec .hero-content {
  position: relative;
  z-index: 9;
}
.hero-sec .hero-content h1, .hero-sec .hero-content h2 {
  text-transform: uppercase;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  margin-bottom: 10rem;
}
.hero-sec .hero-content h1 strong, .hero-sec .hero-content h2 strong {
  font-weight: 900;
}
.hero-sec .hero-content h1 em, .hero-sec .hero-content h2 em {
  text-indent: 3rem;
  display: inline-block;
  font-style: normal;
}
.hero-sec .hero-content.title-medium h1, .hero-sec .hero-content.title-medium h2 {
  font-size: 4.2rem;
}
.hero-sec .hero-content.title-large h1, .hero-sec .hero-content.title-large h2 {
  font-size: 6rem;
}
.hero-sec .hero-content.title-red h1, .hero-sec .hero-content.title-red h2 {
  color: #bf3d5c;
}
.hero-sec .hero-content.title-purple h1, .hero-sec .hero-content.title-purple h2 {
  color: #61246a;
}
.hero-sec .hero-content p {
  width: 100%;
  max-width: 35.6rem;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "Museo", sans-serif;
  color: #61246a;
  margin-bottom: 1rem;
}

body.home .hero-sec .hero-img {
  right: -5rem;
}

.testimonial-sec {
  padding-top: 8rem;
}
.testimonial-sec .swiper {
  padding-bottom: 12rem;
}
.testimonial-sec .testimonial-single {
  width: 52rem;
  margin: auto;
}
.testimonial-sec .testimonial-single .quote-wrap {
  width: 51.9rem;
  height: 51.3rem;
  background: url(img/testimonial-bg.png) no-repeat center bottom;
  background-size: 100%;
  padding: 6.5rem 5rem;
}
.testimonial-sec .testimonial-single p {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Museo", sans-serif;
  color: #fff;
  max-height: 28rem;
  overflow-y: auto;
}
.testimonial-sec .testimonial-single span {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #bf3d5c;
  display: block;
  letter-spacing: 0.2rem;
}

.swiper-pagination {
  bottom: 4rem !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #999794;
  margin-top: -4rem;
}

.swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #61246a;
  background-color: #fff;
  opacity: 1;
  margin: 0 1.5rem !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #61246a;
}

.theme-red h2 {
  color: #bf3d5c !important;
}

.theme-purple h2 {
  color: #61246a !important;
}
.theme-purple .icon-list li {
  border-bottom-color: #d0d0cf !important;
}
.theme-purple .list-content h3 {
  color: #61246a !important;
}

.icon-list-sec h2 {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  margin-bottom: 5rem;
  line-height: 1.1;
}
.icon-list-sec h3 {
  font-size: 2.8rem;
  color: #000;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.icon-list-sec .content-wrap {
  padding-right: 4rem;
  margin-bottom: 5rem;
}
.icon-list-sec p {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.icon-list-sec .flex-row-reverse .content-wrap {
  padding-left: 4rem;
}
.icon-list-sec .icon-list {
  margin-bottom: 5rem;
}
.icon-list-sec .icon-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0.1rem solid #bf3d5c;
  padding: 2.5rem 0;
}
.icon-list-sec .icon-list li span.icon {
  width: 8.5rem;
  padding-top: 0.5rem;
}
.icon-list-sec .icon-list li span.icon img {
  max-width: 100%;
  height: auto;
}
.icon-list-sec .icon-list li .list-content {
  width: calc(100% - 7.5rem);
  padding-left: 1rem;
}
.icon-list-sec .icon-list li .list-content h3 {
  font-size: 2.8rem;
  color: #bf3d5c;
  text-decoration: underline;
  font-family: "Museo", sans-serif;
  font-weight: 300;
}
.icon-list-sec .icon-list li .list-content p {
  font-weight: 300;
  font-family: "MuseoSansRounded", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.large-cta {
  border: 0.1rem solid #bf3d5c;
  font-size: 4.8rem;
  font-family: "Museo", sans-serif;
  font-weight: 300;
  padding: 1.1rem 2rem;
  padding-left: 6rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  line-height: 1.2;
  display: inline-block;
}
.large-cta i {
  margin-left: 4rem;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  left: 0;
}
.large-cta:hover i {
  left: 0.5rem;
}

.full-width-video-sec a {
  display: block;
}
.full-width-video-sec a img {
  width: 100%;
  display: block;
  height: auto;
}

#mc4wp-form-1 {
  width: 100%;
  max-width: 60rem;
  margin: auto;
}
#mc4wp-form-1 input[type=email], #mc4wp-form-1 input[type=text] {
  height: 4.5rem;
  background-color: rgba(255, 255, 255, 0.57);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border-color: rgba(255, 255, 255, 0.57);
  width: calc(100% - 18rem);
  padding-left: 2rem;
  font-size: 1.4rem;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
#mc4wp-form-1 input[type=submit] {
  width: 16rem;
}
#mc4wp-form-1 p {
  font-size: 1.4rem !important;
  margin: 1rem 0;
}

.form-control:focus {
  box-shadow: none;
}

.featured-img-sec img {
  max-width: 100%;
  display: block;
}
.featured-img-sec h2 {
  font-family: "MuseoSansRounded", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.featured-img-sec h3 {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.featured-img-sec .flex-row-reverse .img-wrap img {
  margin-left: auto;
}

.theme-red.featured-img-sec h2, .theme-red.featured-img-sec h3 {
  color: #bf3d5c;
}

.theme-purple.featured-img-sec h2, .theme-purple.featured-img-sec h3 {
  color: #61246a;
}

.full-width-text {
  padding: 5rem 4rem;
  padding-bottom: 1rem;
  -webkit-border-radius: 2.2rem;
  -moz-border-radius: 2.2rem;
  border-radius: 2.2rem;
}
.full-width-text h2, .full-width-text h3, .full-width-text h4 {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  color: #bf3d5c;
  margin-bottom: 3rem;
}
.full-width-text h2 {
  font-size: 3rem;
}
.full-width-text h3 {
  font-size: 2.4rem;
}
.full-width-text h4 {
  font-size: 2rem;
}
.full-width-text hr {
  opacity: 1;
  border-top-color: #bf3d5c;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-bottom: none;
}
.full-width-text p a {
  color: #bf3d5c;
  text-decoration: underline;
}
.full-width-text ul {
  list-style: disc;
  margin-bottom: 3rem;
}
.full-width-text ul li {
  margin-bottom: 1rem;
}
.full-width-text ul li a {
  text-decoration: underline;
  color: #bf3d5c;
}
.full-width-text img.size-full {
  width: 100%;
  margin-bottom: 3rem;
}

.icon-box-single {
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
  background-color: #fff;
  -webkit-border-radius: 2.2rem;
  -moz-border-radius: 2.2rem;
  border-radius: 2.2rem;
  padding: 5rem 4.5rem;
}
.icon-box-single .icon {
  text-align: center;
  min-height: 9rem;
  margin-bottom: 2rem;
}
.icon-box-single .icon img {
  max-width: 100%;
  max-height: 7rem;
}
.icon-box-single .info h3 {
  font-size: 2.8rem;
  font-family: "Museo", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #61246a;
}
.icon-box-single .info h3 a {
  text-decoration: underline;
  color: inherit;
}
.icon-box-single .info p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.icon-box-single .find-out-more {
  color: #bf3d5c;
  font-size: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.icon-box-single .find-out-more i {
  margin-left: 6rem;
  font-size: 2.3rem;
  line-height: 1.4rem;
  font-style: normal;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.icon-box-single .find-out-more:hover i {
  left: 0.5rem;
}

.theme-purple .icon-box-single .find-out-more {
  color: #61246a;
}

.page-title-sec {
  padding-top: 6.2rem;
  padding-bottom: 4.5rem;
}
.page-title-sec h1, .page-title-sec h2, .page-title-sec h3 {
  font-weight: 700;
  font-family: "MuseoSansRounded", sans-serif;
  color: #bf3d5c;
  margin-bottom: 3rem;
}
.page-title-sec h1 {
  font-size: 6rem;
}
.page-title-sec h2 {
  font-size: 4rem;
}
.page-title-sec h3 {
  font-size: 3rem;
}
.page-title-sec p {
  font-size: 3rem;
  color: #61246a;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  width: 100%;
  max-width: 77rem;
}
.page-title-sec p a {
  text-decoration: underline;
}

.full-width-img-sec img {
  width: 100%;
  display: block;
  height: auto;
}

.training-dates-sec h2 {
  font-display: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  color: #bf3d5c;
  margin-bottom: 3rem;
  font-size: 3rem;
}

.training-list {
  margin-bottom: 3rem;
}
.training-list li {
  padding: 2rem 0;
  border-bottom: 0.1rem dotted #000;
}
.training-list li h3 {
  font-family: "Museo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #bf3d5c;
  margin-bottom: 0.2rem;
}
.training-list li span {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 80rem;
  margin: auto;
  padding: 0 1.5rem;
}
.container-small .full-width-text[style="background-color: rgba(255,255,255,0);"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-medium {
  width: 100%;
  max-width: 95rem;
  margin: auto;
  padding: 0 1.5rem;
}
.container-medium .full-width-text[style="background-color: rgba(255,255,255,0);"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn-wrap-1 {
  padding: 3rem 0;
}

.h-line {
  margin: 0;
}
.h-line hr {
  opacity: 1;
}
.h-line.line-red hr {
  border-top-color: #bf3d5c;
}
.h-line.line-purple hr {
  border-top-color: #61246a;
}
.h-line.line-black hr {
  border-top-color: #000;
}

main ul {
  list-style: disc;
  margin-bottom: 3rem;
  padding-left: 2rem;
}
main ul li {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Museo", sans-serif;
}

.accordion-flush .accordion-item {
  background-color: #f9f6f9 !important;
  border-bottom: 1rem solid #fff;
}
.accordion-flush .accordion-item h2, .accordion-flush .accordion-item h3, .accordion-flush .accordion-item h4 {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  color: #bf3d5c;
  margin-bottom: 2rem;
}
.accordion-flush .accordion-item h2 {
  font-size: 3rem;
}
.accordion-flush .accordion-item h3 {
  font-size: 2.4rem;
}
.accordion-flush .accordion-item h4 {
  font-size: 2rem;
}
.accordion-flush .accordion-item .accordion-header button {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #bf3d5c;
  padding-right: 8rem;
  background-color: transparent;
  box-shadow: none !important;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
}
.accordion-flush .accordion-item .accordion-header button:after {
  width: 5.2rem;
  height: 5.2rem;
  background-image: url(img/plus.png);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.6rem;
  background-size: 100%;
}
.accordion-flush .accordion-item .accordion-header button:not(.collapsed)::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-post-wrap {
  padding-top: 9rem;
  padding-bottom: 5rem;
}
.single-post-wrap .container {
  max-width: 80rem;
}
.single-post-wrap .post-title {
  padding-top: 12rem;
  font-size: 6rem;
  color: #bf3d5c;
  font-family: "MuseoSansRounded", sans-serif;
  margin-bottom: 4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: url(img/story-icon.png) no-repeat top center;
  background-size: 9.5rem;
}
.single-post-wrap h2, .single-post-wrap h3, .single-post-wrap h4 {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #bf3d5c;
}
.single-post-wrap h2 {
  font-size: 4rem;
}
.single-post-wrap h3 {
  font-size: 3rem;
}
.single-post-wrap h4 {
  font-size: 2.4rem;
}

.wp-block-quote, blockquote:not(.testimonial-single) {
  overflow-wrap: break-word;
  background-image: url(img/SpeechMarks.png);
  padding-top: 9rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 9rem;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #bf3d5c;
  margin-bottom: 7rem;
}

.glossary-of-terms {
  list-style: none;
}
.glossary-of-terms > li {
  width: 12.5%;
  background-color: #f7f3f1;
  border: 0.3rem solid #fdf9f2;
  margin-bottom: 0;
}
.glossary-of-terms > li span.g-title {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #bf3d5c;
  display: block;
  width: 100%;
  min-height: 17rem;
  cursor: pointer;
}
.glossary-of-terms .g-overlay-content {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.glossary-of-terms .g-overlay-content .inner {
  width: 106rem;
  background-color: #61246a;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 10rem;
}
.glossary-of-terms .g-overlay-content .inner .content-wrap {
  width: 100%;
  max-width: 80rem;
  margin: auto;
}
.glossary-of-terms .g-overlay-content .inner .g-header {
  padding: 10rem 0;
  position: relative;
  padding-right: 15rem;
}
.glossary-of-terms .g-overlay-content .inner .g-header h2 {
  font-size: 8rem;
  font-weight: 500;
  font-family: "Museo", sans-serif;
  color: #fff !important;
}
.glossary-of-terms .g-overlay-content .inner .g-header span.g-close {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  background: url(img/close.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -5rem;
  right: 0;
}
.glossary-of-terms .g-overlay-content .inner .g-content h2, .glossary-of-terms .g-overlay-content .inner .g-content h3, .glossary-of-terms .g-overlay-content .inner .g-content h4, .glossary-of-terms .g-overlay-content .inner .g-content h5 {
  color: #fff !important;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.glossary-of-terms .g-overlay-content .inner .g-content p {
  margin-bottom: 0;
  font-size: 2rem;
}
.glossary-of-terms .g-overlay-content .inner .g-content hr {
  border-top: 0.2rem dotted #fff;
  margin: 4.5rem 0;
  opacity: 1;
}

html.g-popup-open {
  overflow: hidden;
}
html.g-popup-open .glossary-of-terms li.g-item.active .g-overlay-content {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.staff-single {
  text-align: center;
  margin-bottom: 10rem;
}
.staff-single .thumb {
  margin-bottom: 1.5rem;
}
.staff-single .thumb img {
  width: 19rem;
  height: 19rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.staff-single .info h3.name {
  font-family: "MuseoSansRounded", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #bf3d5c;
}
.staff-single .info p.position {
  font-size: 2rem;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 500;
}
.staff-single .info a.s-email {
  color: #000;
  font-size: 1.5rem;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.staff-single .info p {
  margin-bottom: 0.1rem;
}
.staff-single:hover .thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.sec-title {
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  color: #bf3d5c;
  margin-bottom: 4.5rem;
  font-size: 3rem;
}
.sec-title span {
  display: block;
  color: #000;
  font-size: 1.5rem;
}

.full-width-text-sec .container-small hr {
  margin: 4.5rem 0;
}

.contact-form-wrap {
  width: 100%;
  max-width: 79rem;
}
.contact-form-wrap .form-control {
  height: 3.5rem;
  border-radius: 0;
  background-color: #fff;
  border: 0.1rem solid #fff;
  outline: 0;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  font-family: "MuseoSansRounded", sans-serif;
  font-size: 1.5rem;
  padding-left: 2rem;
}
.contact-form-wrap label.label {
  color: #000;
  font-weight: 500;
  font-family: "MuseoSansRounded", sans-serif;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}
.contact-form-wrap textarea {
  min-height: 20rem;
  max-width: 100%;
  padding-top: 2rem;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #bf3d5c;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}

.image-grid-single {
  margin-bottom: 6rem;
}
.image-grid-single .thumb {
  padding-bottom: 75%;
  position: relative;
  margin-bottom: 4rem;
}
.image-grid-single .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-grid-single .info h3 {
  margin-bottom: 0;
  color: #bf3d5c;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}

.read-more {
  display: inline-block;
  background-image: url(img/Arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 9rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Museo", sans-serif;
  font-size: 1.5rem;
  color: #bf3d5c;
}

.story-box {
  background-color: #fff;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  padding: 1.5rem;
  margin-bottom: 3rem;
  min-height: calc(100% - 3rem);
}
.story-box .title {
  font-size: 2.4rem;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  padding-left: 4.5rem;
  background-image: url(img/StoryIcon.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-right: 9rem;
  background-size: 3.5rem;
  margin-bottom: 1rem;
  color: #61246a;
}
.story-box p {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.featured-img-sec img {
  height: auto;
}

.parent-childpage-link {
  display: inline-block;
  font-family: "MuseoSansRounded", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #bf3d5c;
  border: 0.1rem solid #bf3d5c;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background-color: #f4e4e8;
  line-height: 3.2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 1rem;
}
.parent-childpage-link:hover {
  color: #bf3d5c;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
}

footer .h-line hr {
  margin: 0;
  border-top-color: #bf3d5c;
}

.footer-helpline h2 {
  font-size: 4.2rem;
}
.footer-helpline p a {
  color: #bf3d5c;
}

.featured-img-sec.footer-helpline.theme-red.pad-medium {
  padding-top: 5rem;
}

blockquote p {
  margin-bottom: 0;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 2rem;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 500;
  color: #61246a;
  margin-bottom: 2rem;
  text-transform: none !important;
}

.menu li a {
  font-size: 1.4rem;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 500;
  color: #61246a;
  display: block;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.menu li a:hover {
  color: #bf3d5c;
}

.training-list {
  list-style: none;
  padding-left: 0;
}

.pub-single {
  margin-bottom: 6rem;
}
.pub-single .thumbnail {
  position: relative;
  padding-bottom: 142%;
  margin-bottom: 4rem;
}
.pub-single .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.pub-single .info h3 {
  font-size: 3rem;
  color: #bf3d5c;
  font-family: "MuseoSansRounded", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.pub-single .info p {
  margin-bottom: 1.5rem;
}
.pub-single .info span {
  font-weight: 300;
}
.pub-single .p-btns {
  padding-top: 2rem;
}
.pub-single .p-btns .btn {
  min-width: 13rem;
  margin-right: 1rem;
}

.c-pagination span, .c-pagination a {
  font-size: 2rem;
  font-weight: 700;
  color: #61246a;
  margin: 0.5rem 0.7rem;
  display: inline-block;
}
.c-pagination span.current, .c-pagination a.current {
  color: #bf3d5c;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  border-top: 0.1rem solid #fff;
}

.collapsable-sec .c-toggler {
  margin-bottom: 5rem;
}
.collapsable-sec .collapsable-area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}
.collapsable-sec .collapsable-area h3 {
  font-size: 3.5rem;
  color: #bf3d5c;
  margin-bottom: 10rem;
  font-weight: 700;
  font-family: "MuseoSansRounded", sans-serif;
}
.collapsable-sec .collapsable-area .link-single {
  margin-bottom: 2rem;
}
.collapsable-sec .collapsable-area .link-single a {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Museo", sans-serif;
  color: #000;
  display: inline-block;
  text-decoration: underline;
}

.mega-toggle-on .mega-menu-link[aria-expanded=true],
.mega-current-page-ancestor .mega-menu-link,
.mega-current_page_item .mega-menu-link {
  border-bottom: 0.5rem solid #bf3d5c !important;
}

.publications-sec {
  background-color: #f9f6f9;
}

.single-post .single-post-wrap .post-title {
  padding-top: 0;
  background-image: none;
}

.news-single {
  margin-bottom: 7rem;
  position: relative;
  z-index: 10;
}
.news-single .thumbnail {
  position: relative;
  padding-bottom: 50%;
  margin-bottom: 2.5rem;
}
.news-single .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-single .info h3 {
  font-size: 2.8rem;
  font-family: "Museo", sans-serif;
  font-weight: 500;
  color: #61246a;
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.news-single .info h3 a {
  text-decoration: underline;
  color: inherit;
}
.news-single .info h3:hover {
  color: #bf3d5c;
}
.news-single .info p.date {
  font-size: 2rem;
  font-weight: 500;
  color: #61246a;
  text-decoration: underline;
}
.news-single.type-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.news-single.type-2 .thumbnail, .news-single.type-2 .info {
  width: 50%;
}
.news-single.type-2 .thumbnail {
  padding-bottom: 23.5%;
}

.news-sec {
  position: relative;
  background-color: #fdf9f2;
}

.white-bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 0;
}

span.news-tag {
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: rgba(191, 61, 92, 0.84);
  color: #fff;
  border-radius: 0.4rem;
  margin-bottom: 3rem;
}

#mega-menu-item-31 .mega-menu-logo {
  border-bottom: none !important;
}

.product-single-wrap {
  padding: 5rem 0;
  border-bottom: 0.1rem solid #000;
}
.product-single-wrap .extra-img {
  list-style: none;
}
.product-single-wrap .extra-img li {
  width: calc(33.33% - 2rem);
  position: relative;
  padding-bottom: 29%;
  margin: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.product-single-wrap .extra-img li img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.product-single-wrap .extra-img li span.caption {
  position: absolute;
  color: #fff;
  font-size: 1.3rem;
  text-transform: capitalize;
  font-style: italic;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}
.product-single-wrap .thumb, .product-single-wrap .info {
  width: 50%;
}
.product-single-wrap .thumb img {
  width: 100%;
  max-width: 35.5rem;
  height: auto;
}
.product-single-wrap .info h3 {
  font-size: 2.8rem;
  text-decoration: underline;
  color: #61246a;
  font-weight: 500;
  font-family: "MuseoSansRounded", sans-serif;
  margin-bottom: 2rem;
}
.product-single-wrap .info p {
  color: #61246a;
  margin-bottom: 2.5rem;
}
.product-single-wrap .info p.price {
  font-weight: 700;
  font-size: 2.4rem;
}
.product-single-wrap .info p.out-of-stock {
  color: #bf3d5c;
}

.products {
  background-color: #fef9f3;
}

.cart-wrap {
  background-color: #f6f3fa;
  padding: 3rem 2rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.shopping_cart h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

div.shopping_cart tr td, div.shopping_cart tr th {
  padding: 0.7rem 0.3rem;
  border: none;
  font-size: 1.4rem;
}

.shopping_cart .wp_cart_checkout_button {
  display: block;
  width: 100% !important;
}

span.wp_cart_variation_name {
  color: #61246a;
}

select.wp_cart_variation1_select,
select.wp_cart_variation2_select {
  height: 4rem;
  padding-left: 1.5rem;
  border: 0.1rem solid #000;
  border-radius: 5rem;
  margin-left: 1rem;
  margin-bottom: 2.5rem;
  color: #61246a;
  padding-right: 1rem;
  min-width: 16.5rem;
}

#overlay-search {
  display: none;
}
#overlay-search .inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5rem 2rem;
  z-index: 99999;
}
#overlay-search .search-form label {
  width: calc(100% - 16.5rem);
  margin-right: -2rem;
}
#overlay-search .search-form .form-control {
  height: 5rem;
  border: 0.1rem solid #fff;
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  padding-left: 2rem;
  padding-right: 3rem;
}
#overlay-search .search-form .btn {
  font-size: 2rem;
}
#overlay-search .search-close {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "MuseoSansRounded", sans-serif;
  color: #bf3d5c;
  position: absolute;
  top: 4rem;
  right: 3rem;
  cursor: pointer;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
}

a.the-post {
  color: #bf3d5c;
  font-size: 2rem;
  text-decoration: underline;
  display: block;
  margin-bottom: 2rem;
}

ul.navigation {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 5rem 0;
}

.imageSlider-sec {
  padding-top: 8rem;
}
.imageSlider-sec .swiper {
  padding-bottom: 10rem;
}
.imageSlider-sec .swiper-slide img {
  width: 100%;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  border-radius: 1.7rem;
  height: auto;
}
.imageSlider-sec .swiper-button-next, .imageSlider-sec .swiper-button-prev {
  margin-top: -8rem;
}
.imageSlider-sec .swiper-button-next {
  right: -5rem;
}
.imageSlider-sec .swiper-button-prev {
  left: -5rem;
}

.swiper-button-next, .swiper-button-prev {
  opacity: 1;
  color: #61246a;
}

.slider-wrap {
  position: relative;
}

.menu .current-menu-item > a {
  color: #bf3d5c;
}

#mega-menu-item-31 .mega-menu-logo {
  padding-left: 8px !important;
}

.wp-block-button__link:hover {
  color: #fff;
}

.icon-box-sec-v2 .icon-box-single {
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  padding-top: 0;
  min-height: 0;
  margin-bottom: 7rem;
}
.icon-box-sec-v2 .icon-box-single:before {
  content: "";
  width: 13.6rem;
  height: 0.5rem;
  background-color: #bf3d5c;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6.8rem;
}
.icon-box-sec-v2 .icon-box-single .icon img {
  max-height: 9rem;
  width: auto;
}
.icon-box-sec-v2 .icon-box-single .icon {
  margin-bottom: 3rem;
}
.icon-box-sec-v2 .icon-box-single .info h3 {
  font-weight: 900;
  color: #bf3d5c;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-family: "MuseoSansRounded", sans-serif;
}
.icon-box-sec-v2 .icon-box-single .info p {
  min-height: 8.5rem;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  width: 1.7rem;
  text-align: center;
}

.gform-theme-button {
  background: #bf3d5c;
  color: #fff;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  border-radius: 1.7rem;
  line-height: 40px;
  height: 40px;
  border: 1px solid #bf3d5c;
  outline: 0;
  box-shadow: none;
  min-width: 16rem;
}

.breadcrumb {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.breadcrumb a {
  color: #77787b;
}
.breadcrumb span.seperator {
  display: inline-block;
  margin: 0 0.3rem;
  color: #77787b;
}

.accordion-header {
  margin-bottom: 0 !important;
}

#footer .featured-img-sec h2 {
  font-weight: 700;
}

article.latest-news h3 {
  color: #61246a;
  font-weight: 400;
  margin-bottom: 3rem;
}
article.latest-news h3 a {
  text-decoration: underline;
}
article.latest-news h3 span {
  display: block;
  font-size: 2rem;
}
article.latest-news p {
  color: #61246a;
}

.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white li {
  color: #fff !important;
}

.donate-newsletter-sec p {
  margin-bottom: 2rem;
}
.donate-newsletter-sec h2 {
  font-size: 5rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.donate-newsletter-sec .left-content, .donate-newsletter-sec .right-content {
  width: 100%;
  max-width: 38rem;
}
.donate-newsletter-sec .right-content {
  margin-left: auto;
}
.donate-newsletter-sec .col-md-6:nth-of-type(2) {
  border-left: 0.1rem solid #bf3d5c;
}
.donate-newsletter-sec #mc4wp-form-1 input[type=email], .donate-newsletter-sec #mc4wp-form-1 input[type=text] {
  background-color: #fff;
  border-color: #fff;
  margin-bottom: 3rem;
  width: 100%;
}
.donate-newsletter-sec .mc4wp-form-fields .d-flex {
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 120rem;
  }

  main .container {
    max-width: 110rem;
  }
}
@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a:before {
    display: none !important;
  }

  .header-top .container {
    max-width: 100%;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 20px;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 20px;
  }

  #navbarSupportedContent {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background-color: #a18e70;
    transition: none;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3rem 2rem;
  }
  #navbarSupportedContent .navbar-toggler {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
  #navbarSupportedContent.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #navbarSupportedContent .navbar-nav {
    margin-left: 0 !important;
  }

  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .sub-menu {
    position: static;
    float: none;
    padding: 0px;
    background: transparent;
    border-color: transparent;
  }

  .bg-light .navbar-nav .menu-item {
    margin: 1.5rem 0 !important;
    text-align: center;
  }
  .bg-light .navbar-nav .menu-item > a {
    font-size: 2.4rem;
  }

  #site-header .helpline a {
    font-size: 1.6rem;
  }

  .icon-list-sec h2 {
    font-size: 4rem;
  }

  body.home .hero-sec .hero-img {
    align-items: center !important;
  }

  .icon-box-single .info h3 {
    font-size: 2.2rem;
  }

  .icon-box-single {
    padding: 4rem 2.5rem;
  }

  .glossary-of-terms > li span.g-title {
    min-height: 11rem;
  }

  .glossary-of-terms .g-overlay-content .inner {
    width: 100%;
    padding-bottom: 5rem;
  }

  .glossary-of-terms .g-overlay-content .inner .content-wrap {
    max-width: 90%;
  }

  .glossary-of-terms .g-overlay-content .inner .g-header {
    padding: 4rem 0;
    padding-right: 6rem;
  }

  .glossary-of-terms .g-overlay-content .inner .g-header span.g-close {
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
  }

  .page-title-sec h1 {
    font-size: 4.5rem;
  }

  .hero-sec .hero-content.title-large h1, .hero-sec .hero-content.title-large h2,
.single-post-wrap .post-title {
    font-size: 4.5rem;
  }

  .news-single .info h3 {
    font-size: 2.2rem;
  }

  .news-single .info p.date {
    font-size: 1.6rem;
  }

  .single-post-wrap h2 {
    font-size: 3.4rem;
  }

  .donate-newsletter-sec h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 992px) {
  .hero-sec .hero-content {
    max-width: 70% !important;
  }

  body.home .hero-sec .hero-img,
.hero-sec .hero-img {
    right: -26rem;
    width: 600px;
  }

  html {
    overflow-x: hidden;
  }

  .featured-img-sec .img-wrap {
    margin-bottom: 4rem;
  }
  .featured-img-sec .img-wrap img {
    margin-left: auto;
    margin-right: auto;
  }

  .large-cta {
    font-size: 3rem;
  }

  .parent-childpage-link {
    font-size: 1.6rem;
  }

  .text-wrap p {
    padding-left: 0 !important;
  }

  .product-single-wrap .info {
    padding-left: 20px;
  }

  .donate-newsletter-sec .left-content, .donate-newsletter-sec .right-content {
    max-width: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-widgets {
    padding: 5rem 0;
  }

  #footer .footer-item {
    margin-bottom: 3.5rem;
  }

  #footer .footer-widgets p {
    line-height: 1.6;
  }

  .footer-item figure {
    text-align: left;
  }

  .mobile-hidden {
    display: none !important;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-1351 .mega-search.mega-search-open input[type=text] {
    padding-left: 15px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-1351 .mega-search {
    padding: 15px 10px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-1351 .mega-search-wrap {
    height: auto;
  }

  #site-header .header-top {
    padding: 1.5rem 0;
  }

  #site-header .helpline a {
    font-size: 1.4rem;
  }

  .hero-sec {
    min-height: 60rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-sec .hero-content {
    max-width: 100% !important;
  }

  .hero-sec .hero-content.title-medium h1, .hero-sec .hero-content.title-medium h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }

  .hero-sec .hero-img img {
    display: none;
  }

  .pt-0-mob {
    padding-top: 0 !important;
  }

  .collapsable-sec .c-toggler {
    margin-bottom: 1rem;
  }

  .hero-sec .hero-content p {
    font-size: 1.6rem;
  }

  body.home .hero-sec .hero-img, .hero-sec .hero-img {
    right: -31rem;
    width: 500px;
  }

  .testimonial-sec {
    padding-top: 5rem;
  }

  .testimonial-sec .testimonial-single {
    width: 30rem;
  }

  .testimonial-sec .testimonial-single .quote-wrap {
    height: 29.8rem;
    width: 100%;
    background-size: cover;
    padding: 2.5rem 2rem;
  }

  .testimonial-sec .testimonial-single p {
    font-size: 1.5rem;
    max-height: 20rem;
  }

  .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 1rem !important;
  }

  .icon-list-sec .content-wrap {
    padding-right: 0;
    margin-bottom: 4rem;
  }

  .icon-list-sec h2 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }

  .icon-list-sec h3 {
    font-size: 2rem;
  }

  .icon-list-sec .icon-list {
    margin-bottom: 3rem;
    padding-left: 0;
  }

  .icon-list-sec .icon-list li span.icon {
    width: 5.5rem;
  }

  .icon-list-sec .icon-list li .list-content {
    width: calc(100% - 5.5rem);
    padding-left: 1.5rem;
  }

  .icon-list-sec .icon-list li .list-content h3 {
    font-size: 2.2rem;
  }

  .pad-small {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .large-cta {
    font-size: 2rem;
    padding: 1rem 2rem;
  }

  .icon-list-sec .flex-row-reverse .content-wrap {
    padding-left: 0;
  }

  .footer-helpline h2 {
    font-size: 3.6rem;
  }

  .testimonial-sec .swiper-button-next,
.testimonial-sec .swiper-button-prev {
    display: none;
  }

  .full-width-text h2 {
    font-size: 2.8rem;
  }

  .parent-childpage-link {
    line-height: 1.4;
  }

  .page-title-sec {
    padding-top: 5.2rem;
  }

  .page-title-sec h1 {
    font-size: 3.4rem;
  }

  .page-title-sec p {
    font-size: 1.6rem;
  }

  .pad-medium {
    padding-top: 5rem;
  }

  .glossary-of-terms {
    padding-left: 0;
  }

  .glossary-of-terms > li {
    width: 25%;
  }

  .glossary-of-terms > li span.g-title {
    min-height: 8rem;
    font-size: 2.5rem;
  }

  .glossary-of-terms .g-overlay-content .inner .g-content p {
    font-size: 1.6rem;
  }

  .breadcrumb {
    font-size: 1.2rem;
  }

  .full-width-text {
    padding: 3rem 2rem;
    padding-bottom: 1rem;
  }

  .full-width-text h3 {
    font-size: 2rem;
  }

  .hero-sec .hero-content.title-large h1, .hero-sec .hero-content.title-large h2, .single-post-wrap .post-title {
    font-size: 2.8rem;
  }

  .single-post-wrap {
    padding-top: 5rem;
  }

  .btn.btn-large, input[type=submit].btn-large {
    padding: 1.5rem 3rem;
  }

  .accordion-flush .accordion-item .accordion-header button {
    font-size: 1.6rem;
    padding-right: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .accordion-flush .accordion-item .accordion-header button:after {
    background-size: 2rem;
    background-position: center;
  }

  .staff-single .info h3.name {
    font-size: 2.4rem;
  }

  .staff-single .info p.position {
    font-size: 1.6rem;
  }

  .staff-single {
    margin-bottom: 5rem;
  }

  .cart-wrap {
    margin-bottom: 4rem;
  }

  .product-single-wrap .thumb, .product-single-wrap .info {
    width: 100%;
  }

  .product-single-wrap .thumb {
    margin-bottom: 3rem;
  }

  .product-single-wrap .info {
    padding-left: 0;
  }

  .product-single-wrap .extra-img {
    padding-left: 0;
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }

  .white-bg-1 {
    background-color: transparent;
  }

  .news-single {
    margin-bottom: 4rem;
  }

  .single-post-wrap h2 {
    font-size: 3rem;
  }

  .pad-large {
    padding: 5rem 0rem;
  }

  body.home .hero-sec .hero-img, .hero-sec .hero-img {
    display: none;
  }

  .hero-sec {
    min-height: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    align-items: baseline !important;
  }

  .hero-sec .hero-content h1, .hero-sec .hero-content h2 {
    margin-bottom: 4rem;
  }

  .featured-img-sec .img-wrap {
    padding: 0 3rem;
  }

  .full-width-text hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .page-title-sec h1, .page-title-sec h2, .page-title-sec h3 {
    margin-bottom: 2rem;
  }

  .page-title-sec {
    padding-top: 4.2rem;
    padding-bottom: 2.5rem;
  }

  .hero-sec .hero-content h1 em, .hero-sec .hero-content h2 em {
    text-indent: 0;
    display: initial;
  }

  .hero-sec .hero-content.title-medium h1 br, .hero-sec .hero-content.title-medium h2 br {
    display: none;
  }

  main .btn {
    margin-left: auto;
    display: block;
    max-width: 25rem;
    margin-right: auto;
  }

  .icon-list-sec.theme-red.pad-medium {
    padding-bottom: 1rem;
  }

  .collapsable-sec .collapsable-area .link-single a {
    font-size: 2rem;
  }

  .icon-box-sec.theme-red.pad-medium {
    padding-top: 1.2rem;
  }

  .for-parents.pad-small.bg-white {
    padding-top: 8rem;
  }

  .hero-sec .hero-content p {
    padding-left: 0 !important;
  }

  .full-width-text {
    padding: 2rem 2rem;
  }

  .m-pt-0 {
    padding-top: 0 !important;
  }

  .theme-red.featured-img-sec h2, .theme-red.featured-img-sec h3 {
    padding-left: 0 !important;
  }

  .news-single .info h3 {
    margin-bottom: 0.7rem;
  }

  .donate-newsletter-sec h2 {
    font-size: 3.6rem;
  }

  .donate-newsletter-sec {
    text-align: center;
  }
  .donate-newsletter-sec .left-content {
    margin-bottom: 5rem;
    max-width: 100%;
  }
  .donate-newsletter-sec .right-content {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
