html {
  font-size: 1rem;
  overflow-x: hidden;
}

html.scroll_off {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #3e3e3e;
  overflow-x: hidden !important;
  padding-top: 10.625rem;
}

body.scroll_off {
  overflow: hidden;
}

body img {
  max-width: 100%;
}

body a {
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}

.w-30 {
  width: 30% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura";
  font-weight: bold;
  line-height: 1.12;
}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #5f0e5d;
}

h2 {
  font-size: 2.75rem;
  text-transform: uppercase;
  color: #5f0e5d;
}

h3 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #5f0e5d;
}

b,
strong {
  font-weight: bold;
}

.mobElement {
  display: none;
}

.btnWrap .linkBtn {
  min-width: 11.5625rem;
}

.text_sm {
  font-size: 0.9375rem;
  line-height: 1.466;
}

.text_sm p {
  margin-bottom: 0.875rem;
}

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

button {
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sectionHeading {
  margin-bottom: 2.625rem;
}

.sectionHeading h1 {
  margin-bottom: 0;
  font-size: 2.75rem;
}

.sectionHeading p:first-child {
  margin-top: 0.75rem;
}

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

.text-black {
  color: #000 !important;
}

.linkText {
  color: #d8a927;
  font-weight: bold;
  font-family: "Futura";
}

.text_purple {
  color: #5f0e5d !important;
}

.text_yellow {
  color: #d8a927 !important;
}

.bg_img_cover {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.linkBtn_2 {
  font-family: "Futura Md BT";
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.368;
  display: inline-block;
  vertical-align: middle;
  padding: 0.6875rem 2.1875rem;
  background: #ac7faa;
}

.linkBtn_2:hover {
  color: #fff;
  background: #79357a;
}

.topBar .linkBtn_2 {
  background: #d8a927;
}
.topBar .linkBtn_2:hover {
  background: #f8c631;
}

.mt_45 {
  margin-top: 2.8125rem;
}

.owl-theme .owl-dots .owl-dot span {
  width: 0.75rem;
  height: 0.75rem;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 0.25rem;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0.75rem;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5f0e5d;
}

.owl-theme .owl-dots .owl-dot span {
  background: #dcc1dc;
}

.topBar {
  background-image: url(../images/top-bar-bg-overlay.png), url(../images/top-bar-bg.png);
  background-repeat: repeat-x, no-repeat;
  background-position: left center, center;
  background-size: auto 1.0625rem, cover;
}

.imgScale {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.imgScale img,
.imgScale .img {
  width: 100%;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.imgScale:hover img,
.imgScale:hover .img {
  transform: scale(1.1);
}

.linkBtn {
  font-size: 0.75rem;
  font-family: "Futura";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  padding: 1.3rem 3.25rem;
  border-radius: 0.1875rem;
  color: #fff;
  background: #5f0e5d;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.linkBtn:focus {
  outline: none;
}

.linkBtn:hover {
  color: #fff;
  background: #d8a927;
}

.linkBtn.border {
  border-color: #5f0e5d !important;
  background: transparent;
  color: #5f0e5d;
}

.linkBtn.border:hover {
  color: #fff;
  background: #5f0e5d;
}

.linkBtn.small {
  padding: 0.5rem 0.9375rem;
}

.linkBtn.yellow {
  background: #d8a927;
}

.linkBtn.yellow:hover {
  background: #5f0e5d;
}

.linkBtn.white {
  color: #5f0e5d;
  background: #fff;
}

.linkBtn.white:hover {
  background: #5f0e5d;
  color: #fff;
}

.linkBtn.medium {
  padding: 0.875rem 1.5625rem;
}

.linkBtn.btn-lg {
  font-size: 1.5rem;
  border-radius: 0.625rem;
  padding: 1.35rem 2.125rem;
}

.sectionPadding {
  padding: 5rem 0;
}

.sectionPadding_2 {
  padding: 3.75rem 0 5rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.textSection {
  color: #484848;
}

.textSection > *:first-child {
  margin-top: 0;
}

.textSection > *:last-child {
  margin-bottom: 0;
}

.textSection > i {
  display: block;
  font-size: 0.875rem;
  margin-top: -0.5rem;
  color: #9c9c9c;
}

.textSection > img {
  margin-bottom: 1.25rem;
}

.textSection img.feature_img {
  margin-top: 1.25rem;
  margin-bottom: 2.1875rem;
  width: 100%;
  height: auto;
}

.textSection img.feature_img + p.alignnone {
  margin-top: -1.25rem;
  margin-bottom: 2.1875rem;
}

.textSection img.alignnone {
  width: 100%;
}

.textSection img.alignleft,
.textSection p.alignleft {
  width: 49%;
  height: auto;
  margin-right: 1.875rem;
  float: left;
}

.textSection img.alignright,
.textSection p.alignright {
  width: 49%;
  height: auto;
  margin-left: 1.875rem;
  float: right;
}

.textSection p.alignleft,
.textSection p.alignright,
.textSection p.alignnone {
  color: #7f007c;
  font-weight: 600;
  font-size: 0.9375rem;
  padding-top: 0.75rem;
  line-height: 1.4;
}

.textSection p.alignnone {
  padding-top: 0 !important;
  margin-top: -0.1875rem;
}

.textSection aside.scaip {
  margin: 1.875rem auto !important;
}

.textSection aside.scaip br {
  display: none;
}

.textSection a:not(.linkBtn) {
  color: #910091;
}

.textSection a:not(.linkBtn):hover {
  color: #cb00cb;
}

.textSection a[href^="tel:"] {
  display: inline-block;
}

.textSection p {
  margin-bottom: 1.25rem;
}

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

.textSection .videoContainer {
  margin: 2.25rem 0;
}

.textSection h1,
.textSection h2,
.textSection h3,
.textSection h4,
.textSection h6 {
  color: #5f0e5d;
  text-transform: uppercase;
}

.textSection h5 {
  color: #b38b12;
  text-transform: uppercase;
}

.textSection h1 {
  font-size: 2.25rem;
}

.textSection h2 {
  font-size: 1.875rem;
}

.textSection h3 {
  font-size: 1.625rem;
}

.textSection h4 {
  font-size: 1.4375rem;
}

.textSection h5 {
  font-size: 1.25rem;
}

.textSection h6 {
  font-size: 1.0625rem;
}

.textSection h1,
.textSection h2,
.textSection h3 {
  margin: 2.8125rem 0 1.25rem;
}

.textSection h4 {
  margin: 1.875rem 0 0.75rem;
}

.textSection h5,
.textSection h6 {
  margin: 1.5625rem 0 0.75rem;
}

.textSection h1 + h5 {
  margin-top: 0;
}

.textSection h1 + h2 {
  margin-top: 0;
}

.textSection h2 + h3 {
  margin-top: 0;
}

.textSection ul {
  list-style: none;
}

.textSection ul li {
  padding-left: 0.875rem;
  position: relative;
}

.textSection ul li + li {
  margin-top: 0.5rem;
}

.textSection ul li::before {
  content: "";
  position: absolute;
  height: 0.4375rem;
  width: 0.4375rem;
  background: #5f0e5d;
  border-radius: 50%;
  left: 0;
  top: 0.5625rem;
}

.textSection ul li > ul {
  margin: 0.5rem 0 !important;
}

.textSection ul li > ul li::before {
  background: #d8a927;
  border-radius: 0;
  height: 0.125rem;
  top: 0.6875rem;
}

.textSection .wp-block-column {
  margin-left: 0 !important;
}

.textSection + .textSection {
  margin-top: 3.75rem;
}

.table-bordered td,
.table-bordered th {
  border-color: #cca1cb;
  line-height: 1.3;
}

.table-bordered th {
  background: #461346;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
}

.table-bordered td strong {
  display: block;
}

.table-bordered td strong + p {
  margin-bottom: 0.625rem;
}

.table ul {
  margin-bottom: 0;
}

.table.th_td_middle th,
.table.th_td_middle td {
  vertical-align: middle !important;
}

/* header */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.fixed_menu {
  background: #09262d;
  box-shadow: 0 0.0625rem 0.5rem 0.0625rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
}

header.fixed_menu .menuArea .logo {
  height: 4.375rem;
}

header.fixed_menu .navBar > li > a {
  padding: 1.875rem 0;
}

.headerSearch {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 0.9375rem 1.875rem;
  background-color: #430b44;
  display: none;
}

.headerSearch .hdrSearchFrm {
  max-width: 78%;
}

.headerSearch .hdrSearchFrm ::-webkit-input-placeholder {
  color: #ac7faa;
  opacity: 1;
}

.headerSearch .hdrSearchFrm :-ms-input-placeholder {
  color: #ac7faa;
  opacity: 1;
}

.headerSearch .hdrSearchFrm ::placeholder {
  color: #ac7faa;
  opacity: 1;
}

.headerSearch .form-control {
  border: none;
  height: 3.25rem;
  font-size: 1.125rem;
  padding: 0.375rem 1.25rem;
}

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

.headerSearch .form-control[type=text] {
  border-radius: 0.3125rem 0 0 0.3125rem;
  width: 50%;
  flex-grow: 1;
  color: #430b44;
}

.headerSearch .form-control[type=submit] {
  border-radius: 0 0.3125rem 0.3125rem 0;
  width: 9.5rem;
  background: #ac7faa;
  color: #fff;
  text-transform: uppercase;
  font-family: "Futura Md BT";
  font-weight: bold;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.headerSearch .form-control[type=submit]:hover {
  background: #79357a;
}

.menuBackBtn {
  height: 2.8125rem;
  width: 2.8125rem;
  position: absolute;
  top: 0.4375rem;
  left: 0;
  z-index: 9999;
  display: none;
  visibility: hidden;
  margin-bottom: 0;
}

.menuBackBtn.active {
  visibility: visible;
}

.menuBackBtn li {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.menuBackBtn li.step_1 {
  z-index: 1;
}

.menuBackBtn li.step_2 {
  z-index: 3;
}

.menuBackBtn li button {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: none;
  background: #ae53ac;
}

.menuBackBtn li button img {
  transform: rotate(90deg);
  width: 1.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.0625rem;
}

/* mobile menuBtn */
.menuBtn {
  width: 2.8125rem;
  height: 1.75rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.menuBtn span {
  display: block;
  position: absolute;
  height: 0.1875rem;
  width: 100%;
  background: #5f0e5d;
  border-radius: 0.125rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menuBtn span:nth-child(1) {
  top: 0;
}

.menuBtn span:nth-child(2),
.menuBtn span:nth-child(3) {
  top: 0.75rem;
}

.menuBtn span:nth-child(4) {
  top: 1.5rem;
}

.menuBtn.open span:nth-child(1) {
  top: 0.75rem;
  width: 0%;
  left: 50%;
}

.menuBtn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuBtn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuBtn.open span:nth-child(4) {
  top: 0.75rem;
  width: 0%;
  left: 50%;
}

/* menu */
.menuArea {
  padding: 0rem 1.875rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menuArea .logo {
  display: inline-block;
  height: 6.125rem;
}

.menuArea .logo img {
  height: 100%;
}

.navBar {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  position: static;
}

.navBar li {
  padding: 0 0.9375rem;
}

.navBar li.active > a {
  color: #971199 !important;
}

.navBar a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #6f6f6f;
  text-transform: capitalize;
  padding: 3rem 0;
  display: block;
}

.navBar a:hover {
  color: #451346;
}

.navBar a:not([href]) {
  cursor: default;
}

.navBar .dropdown {
  position: static;
}

.navBar .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  position: static;
  border: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  float: none;
  padding: 0;
  min-width: auto;
}

.navBar .dropdown-menu > li {
  width: 25%;
  padding: 0.625rem;
}

.navBar .dropdown-menu li a {
  font-size: 0.875rem;
  padding: 0.375rem 0;
}

.navBar .dropdown-menu li a:hover {
  color: #971199 !important;
}

.navBar .dropdown-menu > li > a {
  color: #451346;
  text-transform: uppercase;
  font-weight: bold;
}

.navBar .dropdown-menu .dropdown-menu {
  display: block;
  margin: 0 !important;
  padding: 0;
}

.navBar .dropdown-menu .dropdown-menu li {
  width: 100%;
  padding: 0 !important;
}

.navBar .dropdown-menu .dropdown-menu li a {
  color: #585858;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
  padding-left: 0.5rem;
}

.navBar .dropdown-menu .dropdown-menu li a::before {
  content: "";
  width: 0.25rem;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  top: 0.875rem;
  background: #585858;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navBar .dropdown-menu .dropdown-menu li a:hover {
  padding-left: 1rem;
}

.navBar .dropdown-menu .dropdown-menu li a:hover::before {
  background: #971199;
  width: 0.5rem;
}

.navBar .dropdown-menu .dropdown-menu li.active > a {
  padding-left: 1rem;
}

.navBar .dropdown-menu .dropdown-menu li > a::before {
  background: #971199;
  width: 0.5rem;
}

.navBar .dropdownContent {
  display: none;
  position: absolute;
  width: 86%;
  min-width: 69.375rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
}

.navBar .dropdownContent > .dropdown-menu {
  width: 100%;
}

.dropdownContent .dropdownWrapper {
  overflow-y: auto;
  width: 100%;
  background: #fff;
  padding: 1.5625rem 1.25rem 2.1875rem;
  border-top: 0.5625rem solid #ac7faa;
  padding-right: 0.1875rem !important;
  box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.07);
}

.menu nav {
  display: flex;
  flex-wrap: wrap;
}

.menu .searchBtn {
  width: 1.875rem;
  min-height: 1.5625rem;
  background-image: url(../images/svg/search-light-purple.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: transparent;
  background-size: 1.375rem auto;
  border: none;
}

.menu .searchBtn:hover {
  background-image: url(../images/svg/search-purple.svg);
}

.menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 0.375rem;
}

.menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ac7faa !important;
}

.menu .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0) !important;
}

.menu .mCSB_inside > .mCSB_container {
  margin-right: 1.25rem;
}

/* Banner */
.banner .bannerImg {
  width: 100%;
  padding-top: 46%;
  background-color: #d8a927;
}

.banner.innerBnr .bannerImg {
/*  padding-top: 36%;*/
    padding-top: 15%;
}

.bannerContent {
  position: relative;
}

.brnText {
  position: absolute;
}

.brnText.rightTop {
  top: 10%;
  right: 12%;
}

.brnText.topCenter {
  top: 25%;
  right: 35%;
}

.brnText.leftTop {
  top: 14%;
  left: 12%;
}

.brnText.rightCenter {
  top: 30%;
  right: 12%;
}

.brnText h1 {
  font-size: 4.375rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura Md BT";
}

.brnText .linkBtn {
  padding: 0.9688rem 1.25rem;
  font-size: 0.9375rem;
  color: #5f0e5d;
  background: #fff;
}

.brnText .linkBtn:hover {
  background: #5f0e5d;
  color: #fff;
}

.brnText.purple h1 {
  color: #5f0e5d;
}

.brnText.purple .linkBtn {
  background: #5f0e5d;
  color: #fff;
}

.brnText.purple .linkBtn:hover {
  background: #d8a927;
  color: #fff;
}

/* Company Info */
.companyInfo .searchBox {
  max-width: 45.625rem;
  margin: 0 auto;
}

.bottomDesign {
  position: relative;
  z-index: 3;
  height: 3rem;
  background: #451346 url(../images/company-info-bottom-ol.png) repeat-x left bottom;
  background-size: auto 1.5rem;
}

.companyInfoWrapper {
  background: url(../images/company-info-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.infoBlock {
  position: relative;
  z-index: 3;
  top: -5.9375rem;
}

.infoBlock .row {
  margin: -2.4375rem -0.9375rem;
}

.infoBlock .contentWrap {
  padding: 2.4375rem 0.9375rem;
}

.infoBlock .icon {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  background: #fff;
  padding: 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.4375rem;
}

.infoBlock .icon .innerWrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infoBlock .icon .innerWrap img {
  height: 4.375rem;
  transform: scale(1);
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.infoBlock .content {
  background-color: #cef1f8;
  border-radius: 0.1875rem;
  padding: 1.5625rem 1.375rem;
  padding-top: 5.625rem !important;
  position: relative;
  background-image: url(../images/transparent-logo-icon-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 62% auto;
  box-shadow: 0.9375rem 0.9375rem 0.9375rem 0 rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.infoBlock .content:hover .icon .innerWrap img {
  transform: scale(0.8);
}

.infoBlock .content h4 {
  font-size: 1.625rem;
  line-height: 1.23;
  font-family: "Futura";
  font-weight: bold;
  text-transform: uppercase;
  color: #0b677a;
  margin-bottom: 0.375rem;
}

.infoBlock .content p {
  color: #0e6273;
  font-size: 0.9375rem;
  line-height: 1.333;
}

.infoBlock .content .linkBtn {
  margin-top: auto;
}

.infoBlock .contentWrap:nth-child(3n+1) .linkBtn.border {
  border-color: #0b677a !important;
  color: #0b677a;
}

.infoBlock .contentWrap:nth-child(3n+1) .content:hover .linkBtn.border {
  background: #0b677a;
  color: #fff;
}

.infoBlock .contentWrap:nth-child(6n+2) .content {
  background-color: #dab0d9;
}

.infoBlock .contentWrap:nth-child(6n+2) .content:hover .linkBtn.border {
  color: #fff;
  background: #5f0e5d;
}

.infoBlock .contentWrap:nth-child(6n+2) .content h4 {
  color: #5f0e5d;
}

.infoBlock .contentWrap:nth-child(6n+2) .content p {
  color: #3d1f3c;
}

.infoBlock .contentWrap:nth-child(6n+2) .icon {
  background: #dab0d9;
}

.infoBlock .contentWrap:nth-child(6n+2) .icon .innerWrap {
  background: #fff;
}

.infoBlock .contentWrap:nth-child(6n+3) .content {
  background-color: #e2d5af;
}

.infoBlock .contentWrap:nth-child(6n+3) .content h4 {
  color: #815f00;
}

.infoBlock .contentWrap:nth-child(6n+3) .content p {
  color: #815f00;
}

.infoBlock .contentWrap:nth-child(6n+3) .icon {
  background: #e2d5af;
}

.infoBlock .contentWrap:nth-child(6n+3) .icon .innerWrap {
  background: #fff;
}

.infoBlock .contentWrap:nth-child(6n+3) .linkBtn.border {
  border-color: #815f00 !important;
  color: #815f00;
}

.infoBlock .contentWrap:nth-child(6n+3) .content:hover .linkBtn.border {
  background: #815f00;
  color: #fff;
}

.infoBlock .contentWrap:nth-child(6n+4) .content,
.infoBlock .contentWrap:nth-child(6n+4) .icon {
  background-color: #e8e8ef;
}

.infoBlock .contentWrap:nth-child(6n+5) .content {
  background-color: #e6d5ce;
}

.infoBlock .contentWrap:nth-child(6n+5) .content h4,
.infoBlock .contentWrap:nth-child(6n+5) .content p {
  color: #8a4d8a;
}

.infoBlock .contentWrap:nth-child(6n+5) .linkBtn.border {
  color: #8a4d8a;
  border-color: #8a4d8a !important;
}

.infoBlock .contentWrap:nth-child(6n+5) .content:hover .linkBtn.border {
  color: #fff;
  background: #8a4d8a;
}

.infoBlock .contentWrap:nth-child(6n+5) .icon {
  background: #e6d5ce;
}

.infoBlock .contentWrap:nth-child(6n+6) .icon .innerWrap {
  background: #fff;
}

.infoBlock .contentWrap:nth-child(6n+6) .content {
  background-color: #cadafa;
}

.infoBlock .contentWrap:nth-child(6n+6) .content:hover .linkBtn.border {
  background: #0b677a;
  color: #fff;
}

.infoBlock .contentWrap:nth-child(6n+6) .icon {
  background: #cadafa;
}

.infoBlock .contentWrap:nth-child(6n+6) .linkBtn.border {
  border-color: #0b677a !important;
  color: #0b677a;
}

/* beginHealing */
.beginHealing {
  padding: 2.625rem 0;
  background-color: #e1d7d2;
  background-image: url(../images/pattern.jpg);
  overflow: hidden;
}

.beginHealing h2 {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
}

.beginHealing .contentWrap {
  padding: 0 5.625rem;
}

.beginHealing .infoListWrap {
  max-width: 82.8125rem;
}

.beginHealing .infoList {
  margin: 0 -1.5625rem;
}

.beginHealing .infoList > li {
  padding: 0 1.5625rem;
}

.beginHealing .headingWrap {
  justify-content: flex-start;
  width: 50%;
  flex-grow: 1;
  position: relative;
  z-index: 3;
}

.beginHealing .headingWrap h2 {
  width: 70%;
  padding-right: 3.75rem;
}

.helpLine {
  text-align: center;
  margin-left: 1.875rem;
  z-index: 2;
}

.helpLine .contentWrapper {
  width: 19.375rem;
  height: 19.375rem;
  background: #5f0e5d;
  border-radius: 50%;
  padding: 0.375rem;
}

.helpLine .content {
  justify-content: center;
  align-items: center;
  border: 0.3125rem solid #fff;
  border-radius: 50%;
}

.helpLine h5 {
  font-family: "Futura";
  font-weight: bold;
  color: #f8c631;
  font-size: 1.25rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.1875rem;
}

.helpLine h5 + span {
  font-size: 1.0625rem;
  line-height: 1.4;
}

.helpLine .plus {
  width: 2.5625rem;
  margin-bottom: 0.5rem;
}

.helpLine p {
  font-family: "Roboto", sans-serif;
  line-height: 1.375;
  margin-bottom: 0;
}

.helpLine p:first-child {
  font-size: 1.0625rem;
  line-height: 1.294;
}

.helpLine p strong {
  font-weight: bold;
  text-transform: uppercase;
}

.helpLine p a {
  color: #fff;
}

.helpLine p a:hover {
  color: #f8c631;
}

.helpLine .careLine {
  line-height: 1.35;
}

.helpLine .careLine img {
  width: 2.25rem;
  height: auto;
  margin-top: 0.3125rem;
}

.helpLine .careLine span {
  font-size: 1.0625rem;
}

.helpLine .careLine a {
  color: #fff;
}

.helpLine .careLine a:hover {
  color: #f8c631;
}

.helpLine .careLine small {
  font-size: 0.875rem;
}

/* searchBox */
.searchBox {
  position: relative;
  z-index: 3;
}

.searchBox h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.125;
  color: #461346;
  text-transform: uppercase;
  margin-bottom: 2.1875rem;
}

.searchBox .a_z {
  list-style: none;
  justify-content: center;
}

.searchBox .a_z li a {
  font-family: "Futura";
  font-weight: bold;
  color: #461346;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
}

.searchBox .a_z li a:focus {
  outline: none;
}

.searchBox .a_z li a:hover {
  color: #8e008e;
}

.searchFrm {
  padding: 0.5625rem;
  border-radius: 0.3125rem;
  border-color: #c86fb3 !important;
}

.searchFrm ::-webkit-input-placeholder {
  color: #5d5d5d;
}

.searchFrm :-ms-input-placeholder {
  color: #5d5d5d;
}

.searchFrm ::placeholder {
  color: #5d5d5d;
}

.searchFrm .form-control {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  height: 3.4375rem;
  border: none;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 0.625rem 0.9375rem;
  padding-left: 3.5625rem !important;
  background-image: url(../images/svg/search-light-black.svg);
  background-repeat: no-repeat;
  background-position: left 1.0625rem center;
  background-size: 1.4375rem auto;
}

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

/* Our voice */
.ourVoices .contentWrapper > .image {
  width: 35.6%;
  align-items: center;
}

.ourVoices .contentWrapper > .info {
  width: 50%;
  flex-grow: 1;
  padding-left: 0.625rem;
  position: relative;
  overflow: hidden;
}

.ourVoices .contentWrapper > .info::before {
  content: "";
  height: 36.25rem;
  width: 30.625rem;
  border-radius: 50%;
  position: absolute;
  border: 0.25rem solid #d9aa27;
  left: -48%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.ourVoices .voice {
  list-style: none;
}

.ourVoices .voice li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ourVoices .voice li:nth-child(2) {
  padding-left: 4.25rem;
}

.ourVoices .voice li + li {
  margin-top: 2.625rem;
}

.ourVoices .voice li .personImg {
  width: 8.125rem;
}

.ourVoices .voice li .personImg img {
  width: 100%;
}

.ourVoices .voice li .text {
  width: 50%;
  flex-grow: 1;
  padding-left: 1.875rem;
}

.ourVoices .voice li .text h5 + span {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7f007c;
}

.ourVoices .voice h5 {
  margin-bottom: 0.25rem;
}

.ourVoices .voice h5 small {
  line-height: 1.2;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7f007c;
  text-transform: capitalize;
}

.btnGroup {
  list-style: none;
}

.btnGroup li + li {
  margin-left: 1.875rem;
}

.btnGroup .linkBtn {
  min-width: 15.9375rem;
  text-align: center;
}

/* support And Join */
.supportAndJoin .content {
  width: 50%;
  padding: 10rem 2.5rem 8.4375rem;
  position: relative;
  z-index: 1;
}

.supportAndJoin .content::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.supportAndJoin .content .info {
  position: relative;
  z-index: 5;
}

.supportAndJoin .content:first-of-type {
  text-align: right;
}

.supportAndJoin .content h2 {
  color: #fff;
  line-height: 0.93;
  margin-bottom: 1.375rem;
}

.supportAndJoin h2 strong,
.supportAndJoin h2 span {
  display: block;
  font-weight: inherit;
}

.supportAndJoin h2 strong {
  font-size: 1.3636em;
}

.supportAndJoin h2 span {
  font-size: 1.136em;
}

/* Latest News */
.latestNews {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
}

.newsWrapper {
  margin: -0.9375rem;
}

.newsWrapper .contentWrap {
  padding: 0.9375rem;
  height: 100%;
}

.newsWrapper .content {
  background: #fff;
  box-shadow: 0.1875rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.newsWrapper .content:hover .img {
  transform: scale(1.1);
}

.newsWrapper .content .img {
  padding-top: 94%;
  background-color: #ededed;
}

.newsWrapper .content .text {
  padding: 1.25rem 0.9375rem 1.375rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.newsWrapper .content h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #5f0e5d;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.newsWrapper .content h6 a {
  color: inherit;
}

.newsWrapper .content h6 a:hover {
  color: #d8a927;
}

.newsWrapper .content .date {
  font-size: 0.75rem;
  color: #9e9e9e;
  margin-bottom: 0.5rem;
}

.newsWrapper .content .info {
  margin-bottom: 0.75rem;
  flex-grow: 1;
}

.newsWrapper .content p {
  font-size: 0.875rem;
  line-height: 1.286;
}

.newsWrapper .content p:last-child {
  margin-bottom: 0;
}

.newsWrapper .content .learnMore a {
  color: #7b497a;
  font-size: 0.875rem;
  line-height: 1.4;
}

.newsWrapper .content .learnMore a:hover {
  color: #d8a927;
}

.newsWrapper .owl-carousel .owl-stage {
  display: flex;
}

.newsWrapper .owl-carousel .item {
  height: 100%;
}

/* owl nav */
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}

.owl-theme .owl-nav [class*=owl-] span {
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  font-size: 0 !important;
  background-size: 100% auto !important;
}

.owl-carousel .owl-nav button.owl-next {
  right: -3.125rem;
}

.owl-carousel .owl-nav button.owl-next span {
  background: url(../images/arrow-next.png) no-repeat center;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -3.125rem;
}

.owl-carousel .owl-nav button.owl-prev span {
  background: url(../images/arrow-prev.png) no-repeat center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.4;
}

/* Newsletter */
.newsletter {
  padding: 2.5rem 0;
  background-color: #461346;
  background-image: url(../images/news-letter-bg.jpg);
  background-repeat: no-repeat;
  background-size: 21rem auto;
  background-position: left 4% bottom 0;
}

.newsletter h4 {
  font-size: 1.375rem;
  color: #d8a927;
  margin-bottom: 1.375rem;
}

.subscribeFrm .fieldSet {
  margin: -0.2813rem;
}

.subscribeFrm .fieldSet .field {
  padding: 0.2813rem;
}

.subscribeFrm .fieldSet .field.name {
  width: 25%;
}

.subscribeFrm .fieldSet .field.submit {
  width: 17%;
}

.subscribeFrm .fieldSet .field.email {
  flex-grow: 1;
}

.subscribeFrm .form-control {
  height: 2.5rem;
  border-radius: 0.1875rem;
  padding: 0.375rem 0.9375rem;
  font-size: 0.75rem;
  border: none;
}

.subscribeFrm .form-control::placeholder {
  color: #999999;
  opacity: 1;
  text-transform: uppercase;
}

.subscribeFrm .form-control:-ms-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

.subscribeFrm .form-control::-ms-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

.subscribeFrm .form-control:focus {
  color: inherit;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.subscribeFrm .submit .form-control {
  text-transform: uppercase;
  font-family: "Futura";
  font-weight: bold;
  background: #d8a927;
  color: #fff;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.subscribeFrm .submit .form-control:hover {
  background: #f3b200;
}

/* footer */
footer {
  padding: 3.4375rem 0;
  background-color: #2f0c2f;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 26.1875rem auto;
  font-size: 0.875rem;
  line-height: 1.428;
  color: #a998a9;
  overflow: hidden;
}

footer a {
  color: #d8a927;
}

footer a:focus {
  outline: none;
}

footer a:hover {
  color: #fff;
}

footer h6 {
  font-size: 1rem;
}

footer ul {
  list-style: none;
  margin-bottom: 0;
}

footer ul + ul {
  margin-top: 0.75rem;
}

footer ul li + li {
  margin-top: 0.25rem;
}

footer ul li a {
  color: #d8a927;
}

footer .quickLinks li {
  padding-left: 0.875rem;
  position: relative;
}

footer .quickLinks li + li {
  margin-top: 0.5rem;
}

footer .quickLinks li::before {
  content: "";
  position: absolute;
  height: 0.4375rem;
  width: 0.4375rem;
  background: #d8a927;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .quickLinks li a {
  color: #a998a9;
}

footer .quickLinks li a:hover {
  color: #fff;
}

footer p {
  margin-bottom: 0.75rem;
}

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

footer .linkText {
  font-size: 0.75rem;
}

footer .contactInfo .infoWrap {
  padding-left: 2.5rem;
  align-items: flex-start;
}

footer .contactInfo .logoSun {
  width: 4.8125rem;
  height: auto;
  margin-right: 1.375rem;
}

.footerTop .comInfo p {
  max-width: 90%;
}

.socialMedia {
  list-style: none;
}

.socialMedia li + li {
  margin-top: 0;
  margin-left: 0.5625rem;
}

.socialMedia li i {
  height: 2rem;
  width: 2rem;
  text-align: center;
  line-height: 1.75rem;
  font-size: 1rem;
  border: 0.125rem solid #d8a927;
  border-radius: 50%;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.socialMedia li i:hover {
  color: #fff;
}

.socialMedia li .fa-facebook-f:hover {
  border-color: #3b5998;
  background: #3b5998;
}

.socialMedia li .fa-twitter:hover {
  border-color: #1da1f2;
  background: #1da1f2;
}

.socialMedia li .fa-instagram:hover {
  border-color: #833ab4;
  background: #833ab4;
}

.socialMedia li .fa-pinterest-p:hover {
  border-color: #e60023;
  background: #e60023;
}

.footerBottom {
  padding-top: 4.375rem;
}

.footerBottom .copyright span {
  display: block;
  margin-top: 0.3125rem;
}

.footerBottom .copyright span a strong {
  position: relative;
}

.footerBottom .copyright span a strong::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  width: 100%;
  background: #d8a927;
  left: 0;
  bottom: 0;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footerBottom .copyright span a:hover strong::after {
  background: #fff;
}
.hotline{
    margin-bottom: 20px;
}

/* animate */
.animated {
  animation-duration: 1.3s;
}

/* inner page */
.commonSection.withSidebar .commonWrapper {
  padding: 0 5% 0 8%;
}

.commonSection.withSidebar .contentArea {
  padding-right: 3.75rem;
}

.videoContainer {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0.25rem 0.25rem 1.8125rem 0 rgba(0, 0, 0, 0.45);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* aside */
aside {
  position: relative;
}

aside .helpLine {
  height: auto;
  width: auto;
  background: none;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -14rem;
  z-index: 5;
  position: absolute;
  margin: 0;
}

.asideContent {
  padding-top: 4.5rem;
}

.asideContent .content {
  background: #efecef;
  border-bottom: 0.3125rem solid #461346;
}

.asideContent .content + .content {
  margin-top: 1.5625rem;
}

.asideContent .title {
  padding: 1.5625rem 1.875rem;
  background-color: #461346;
  background-image: url(../images/title-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 6.5625rem auto;
}
.asideContent .title a {
  color: #fff;
}
.asideContent .title a:hover {
  color: #f8c631;
}

.asideContent .sidebar-nav .title h5 {
  font-size: 1.0625rem;
  line-height: 1.3;
}

.asideContent .info {
  padding: 0 1.875rem;
}

.asideLinks {
  list-style: none;
  padding: 0.375rem 0 0.75rem;
}

.asideLinks li a {
  color: #636163;
  font-size: 1.0625rem;
  display: block;
  padding: 0.625rem 0.9375rem;
  padding-right: 1.375rem;
  background: url(../images/svg/angle_right_dark_purple.svg) no-repeat;
  background-position: left top 1.125rem;
  background-size: 0.625rem auto;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.asideLinks li a:focus {
  outline: none;
}

.asideLinks li a:hover {
  color: #5f0e5d;
  padding-left: 1.375rem;
  padding-right: 0.9375rem;
}

.asideLinks li + li {
  border-top: 0.0625rem solid #d5d5d5;
}

.asideContact {
  list-style: none;
  padding: 1.375rem 0 1.875rem;
}

.asideContact li {
  font-weight: 600;
  line-height: 1.25;
}

.asideContact li span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.1875rem;
}

.asideContact li a {
  font-size: 1.125rem;
  color: #461346;
}

.asideContact li a:hover {
  color: #860083;
}

.asideContact li a:not([href]):hover {
  color: #461346;
}

.asideContact li + li {
  margin-top: 1.25rem;
}

/* Scroll top */
.scroll_to_top {
  height: 3.75rem;
  width: 2.5rem;
  font-size: 1.25rem;
  border-radius: 1.25rem;
  border: none;
  background: #ac7faa;
  color: #fff;
  position: fixed;
  z-index: 99;
  right: 2.5rem;
  bottom: 3.125rem;
  display: none;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll_to_top:hover {
  background: #79357a;
}

/* contact page */
.contactArea ul {
  list-style: none;
  margin-bottom: 0;
}

.contactArea ul + ul {
  margin-top: 1.5625rem;
}

.contactArea ul li {
  font-size: 1.0625rem;
}

.contactArea ul li + li {
  margin-top: 0.3125rem;
}

.contactArea ul li a {
  color: #5f0e5d;
  font-weight: 700;
}

.contactArea .contact h6 {
  font-family: "Open Sans", sans-serif;
}

.contactArea .socialMedia li i {
  border-color: #5f0e5d;
}

.contactArea .socialMedia li + li {
  margin-top: 0;
}

.commonFrm form .row {
  margin: -0.75rem;
}

.commonFrm form .form-group {
  padding: 0.75rem;
  margin-bottom: 0;
}

.commonFrm form ::placeholder {
  color: #a5a5a5;
  opacity: 1;
}

.commonFrm form :-ms-input-placeholder {
  color: #a5a5a5;
}

.commonFrm form ::-ms-input-placeholder {
  color: #a5a5a5;
}

.commonFrm .form-control {
  padding: 0.5rem 0.9375rem;
  border-radius: 0.1875rem;
  height: 2.875rem;
  border-color: #beaebd;
}

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

.commonFrm textarea.form-control {
  height: 7.5rem;
}

.commonFrm select.form-control {
  appearance: none;
  padding-right: 2.75rem;
  background: #fff url(../images/svg/angle-down-light-purple.svg) no-repeat center right 0.9375rem;
  background-size: 0.9375rem auto;
}

.commonFrm select.form-control option:first-child {
  color: #a5a5a5;
}

.commonFrm input.linkBtn {
  border: none;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Map */
.map {
  height: 28.125rem;
}

/* search result */
.textSection.searchResult h1 {
  margin-bottom: 2rem;
}

.textSection.searchResult h1 small {
  display: inline-block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #980094;
  font-size: 75%;
}

.textSection.searchResult .search_item {
  padding: 2.5rem 1.875rem 1.875rem;
  background: #f4f4f4;
}

.textSection.searchResult .search_item + .search_item {
  margin-top: 1.875rem;
}

.textSection.searchResult .search_item h4 {
  margin-top: 0;
}

/* partner */
.tribe .logo {
  border-color: #ececec !important;
  border-width: 0.125rem !important;
}

.tribe .link a {
  color: #000;
}

.tribe .link a:hover {
  color: #461346;
}

.tribe .row {
  margin: -0.9375rem;
}

.tribe .row .contentWrap {
  padding: 0.9375rem;
}

/* Accordion */
.accordion .group {
  border: 0.0625rem solid #461346;
}

.accordion .group + .group {
  margin-top: 0.625rem;
}

.accordion .group.open .accordion_content {
  display: block;
}

.accordion .heading {
  display: flex;
  flex-wrap: wrap;
  padding: 0.95rem 1rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion .heading:hover {
  background: #5f0e5d;
}

.accordion .heading:hover .angleRight svg {
  fill: #fff;
}

.accordion .heading.active {
  background: #5f0e5d;
}

.accordion .heading:hover strong {
  color: #fff;
}

.accordion .heading:hover strong .angleRight svg {
  fill: #fff;
}

.accordion .heading.active strong {
  color: #fff;
  cursor: default;
}

.accordion .heading.active strong .angleRight svg {
  fill: #fff;
}

.accordion .heading.active .angleRight svg {
  transform: rotate(90deg);
  fill: #fff;
}

.accordion .heading.active .plusIcon i:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion .heading strong {
  font-size: 0.875rem;
  line-height: 1.3;
  font-family: "Futura";
  font-weight: bold;
  color: #5f0e5d;
  text-transform: uppercase;
  display: block;
  flex-grow: 1;
  width: 70%;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion .heading .angleRight {
  display: flex;
  align-items: center;
  margin-left: 1.875rem;
}

.accordion .heading .angleRight svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #79357a;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion_content {
  padding: 0.75rem 1rem 1.375rem;
  display: none;
}

.accordion_content .textSection + .accordion {
  margin-top: 1.25rem;
}

.socialMedia_2 {
  list-style: none;
}

.socialMedia_2 li {
  padding: 0 !important;
}

.socialMedia_2 li::before {
  display: none;
}

.socialMedia_2 li + li {
  margin-top: 0 !important;
  margin-left: 0.75rem;
}

/* News post */
.newsRoom .row {
  margin: -0.9375rem;
}

.newsRoom .content {
  width: 33.3333%;
  padding: 0.9375rem;
}

.newsRoom .content .img {
  padding-top: 95%;
}

.newsRoom .news {
  position: relative;
  z-index: 1;
}

.newsRoom .news::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(33, 0, 32, 0.25);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newsRoom .news:hover::after {
  background: rgba(33, 0, 32, 0.5);
}

.newsRoom .news .text {
  position: absolute;
  z-index: 5;
  padding: 1.875rem 1.5rem;
  bottom: 0;
  left: 0;
}

.newsRoom .news h3 {
  font-size: 1.625rem;
  line-height: 1.15;
  text-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0, 0, 0, 0.5);
}

/* BambooHR-ATS */
.BambooHR-ATS-board li a {
  line-height: 1.5;
}

.BambooHR-ATS-board .BambooHR-ATS-Jobs-List > li + li {
  margin-top: 0.375rem !important;
}

.BambooHR-ATS-Department-List > li::before {
  display: none;
}

.BambooHR-ATS-Department-List .BambooHR-ATS-Department-Header {
  color: #3e3e3e;
  font-size: 0.875rem;
}

/* COVID-19 RESOURCES */
.support_table .table tr th:nth-child(1) {
  width: 26%;
  min-width: 11.25rem;
}

.tablepress {
  color: #484848;
}

.tablepress thead th {
  background: #461346 !important;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  width: 33.33% !important;
}

.tablepress tbody td {
  text-align: center;
  vertical-align: middle !important;
}

.tablepress th,
.tablepress td {
  border: 0.0625rem solid #cca1cb !important;
  padding: 0.75rem !important;
}

.wpsm_panel-group .collapse.show {
  display: block;
}

/* Team Member */
.teamMember .textSection .imgScale {
  width: 32.4%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.9375rem;
  float: left;
  margin-right: 1.875rem;
}

.teamMember .textSection .imgScale .img {
  padding-top: 100%;
}

.teamMember .textSection:nth-of-type(2n+2) .imgScale {
  float: right;
  margin-left: 1.875rem;
  margin-right: 0;
}

.teamMember .textSection .heading {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
}

.teamMember .textSection .heading h4 {
  margin-bottom: 0.3125rem;
  margin-top: 0;
}

.teamMember .textSection .heading h4 i {
  display: inline-block;
}

.teamMember .textSection .heading strong {
  font-size: 1.0625rem;
}

.teamMember .textSection .heading strong span:first-child {
  float: left;
}

.teamMember .textSection .heading strong span + span {
  padding-left: 0.8125rem;
  position: relative;
}

.teamMember .textSection .heading strong span + span::before {
  content: "";
  height: 0.9375rem;
  width: 0.125rem;
  left: 0.375rem;
  top: 0.25rem;
  position: absolute;
  background: #484848;
}

.teamMember .textSection .heading hr {
  margin-top: 1.25rem;
  margin-bottom: 0;
  border-color: #cca1cb;
}

/*-------------- leadership-support ------------*/
.leadership-support-outer .post-password-form input[type=password] {
  padding: 0.5rem 0.9375rem;
  border-radius: 0.1875rem;
  height: 2.6rem;
  border: 0.0625rem solid #beaebd;
}

.leadership-support-outer .post-password-form input[type=password]:hover,
.leadership-support-outer .post-password-form input[type=password]:focus,
.leadership-support-outer .post-password-form input[type=password]:focus-within {
  border-color: #461346;
  outline: none;
}

.leadership-support-outer .post-password-form input[type=submit] {
  font-size: 0.75rem;
  font-family: "Futura";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.85rem 2.25rem;
  border-radius: 0.1875rem;
  color: #fff;
  background: #5f0e5d;
  border: none;
}

.leadership-support-outer .post-password-form input[type=submit]:hover,
.leadership-support-outer .post-password-form input[type=submit]:focus,
.leadership-support-outer .post-password-form input[type=submit]:focus-within {
  background: #d8a927;
}

.leadership-support-outer .post-password-form label {
  margin-bottom: 0;
  margin-right: 0.313rem;
}

.leadership-support-outer .post-password-form:last-child p {
  display: flex;
  align-items: center;
}

.support_table .table,
.vaccine_getting_tbl .table {
  margin-bottom: 0;
}

.support_table + *,
.vaccine_getting_tbl + * {
  margin-top: 0.9375rem;
}

.wpcf7-not-valid-tip {
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 0.5rem 0.9375rem;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 .ajax-loader {
  vertical-align: middle;
}

.sec_404 {
  background: #f4f4f4;
}

.sec_404 .textSection h1 {
  margin-top: 0;
}

.sec_404 .textSection .tree {
  width: 10.625rem;
  margin-bottom: 1.875rem;
}

/* calender */
.simcal-calendar {
  word-break: break-word;
}

.simcal-calendar tbody,
.simcal-calendar td,
.simcal-calendar tfoot,
.simcal-calendar th,
.simcal-calendar thead,
.simcal-calendar tr {
  border: 0.0625rem solid #ababab !important;
}

.textSection .simcal-default-calendar-grid > table tbody td,
.textSection .simcal-default-calendar-grid > table thead th {
  font-size: 1.3125rem !important;
  padding: 0.5rem;
}

.textSection .simcal-default-calendar .simcal-events li::before {
  display: none;
}

.simcal-default-calendar.qtip {
  font-size: 0.75rem;
  line-height: 1.2;
  max-width: 17.5rem;
  min-width: 3.125rem;
}

.simcal-default-calendar .qtip-content {
  padding: 0.3125rem 0.5625rem !important;
}

.simcal-default-calendar .simcal-tooltip-content {
  padding: 0.3125rem !important;
}

.simcal-default-calendar-grid .simcal-day-number {
  padding: 0.125rem 0.25rem 0.1875rem !important;
}

.simcal-default-calendar-grid .simcal-events > .simcal-event {
  margin: 0 0 0.125rem 0 !important;
  padding: 0.25rem !important;
}

.subscribeFrm #mc_embed_signup input {
  border: none;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
}

.subscribeFrm #mc-embedded-subscribe {
  clear: both;
  width: 100%;
  margin: 0;
}

/* New css*/
.circleSm_txt span{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    padding-top: 0.5rem;
    max-width: 75%;
    margin: 0 auto;
}

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

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