@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700,800");
article.search-results {
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 1px solid #b086ad;
}
@media (max-width: 768px) {
  article.search-results {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
article.search-results.search-results__empty {
  border-bottom: 0;
}
.search-results__first-section {
  border-bottom: 1px solid #b086ad;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .search-results__first-section {
    padding-bottom: 25px;
  }
}
.search-results__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.search-results__container svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .search-results__container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
}
.search-results__first-section-header {
  float: right;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  color: #60215f;
  font-weight: 500;
}
@media (max-width: 768px) {
  .search-results__first-section-header {
    font-size: 14px;
    padding-top: 15px;
  }
}
.search-results__tips {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .search-results__tips {
    padding-top: 25px;
  }
  .search-results__tips h2 {
    font-size: 14px;
  }
}
.search-results__ul {
  padding-top: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .search-results__ul {
    padding-top: 10px;
  }
}
.search-results__header {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #60215f;
}
.search-results__header:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .search-results__header {
    padding-bottom: 5px;
  }
}
.search-results__button-column {
  width: auto;
}
@media (max-width: 768px) {
  .search-results__button-column {
    padding-top: 25px;
    width: auto;
    margin: auto;
  }
}
.search-results__button {
  padding-left: 35px;
  padding-right: 35px;
}
.search-results__read-more {
  display: inline;
  color: #b086ad;
}
.search-result__title {
  font-size: 14px;
}
.search-result__summary {
  font-size: 14px;
}
.search-results__form {
  font-size: 14px;
}
.search-results__form label {
  width: 100%;
}
.search-results__form input.search-field {
  height: 45px;
  border-radius: 5px;
  border: solid 2px #d8d8d8;
  width: 100%;
  text-indent: 15px;
}
.search-results__form input.search-submit {
  position: absolute;
  width: 50px;
  top: 0;
  right: 15px;
  height: 45px;
  background: url('data:image/svg+xml;utf8,<svg class="search-icon" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612.01 612.01" style="enable-background:new 0 0 612.01 612.01"><path d="M606.209 578.714L448.198 423.228C489.576 378.272 515 318.817 515 253.393 514.98 113.439 399.704 0 257.493 0S.006 113.439.006 253.393s115.276 253.393 257.487 253.393c61.445 0 117.801-21.253 162.068-56.586l158.624 156.099c7.729 7.614 20.277 7.614 28.006 0a19.291 19.291 0 0 0 .018-27.585zM257.493 467.8c-120.326 0-217.869-95.993-217.869-214.407S137.167 38.986 257.493 38.986c120.327 0 217.869 95.993 217.869 214.407S377.82 467.8 257.493 467.8z"/></svg>')
    no-repeat;
  background-position: right 50% top 50%, 0 0;
  text-indent: 45px;
  z-index: 1;
  border: 0;
}
.search-results__form select {
  background-color: white;
  border-radius: 5px;
  border: solid 2px #60215f;
  height: 45px;
  width: 100%;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="284.929px" height="284.929px" viewBox="0 0 284.929 284.929" fill="%2360215f" xml:space="preserve"> <g> <path d="M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z"/> </g> </svg>')
    no-repeat right;
  background-size: 11px;
  background-position: right 15px top 50%, 0 0;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #60215f;
  font-weight: bold;
}
.team-member__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .team-member__header {
    margin-bottom: 25px;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.team-member__title {
  font-weight: bold;
}
.team-member__image {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .team-member__image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.team-member__wrapper {
  max-width: 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}
.team-member__qualification:first-of-type:after {
  content: "|";
  display: inline-block;
  margin-left: 13px;
  margin-right: 10px;
  color: #646464;
}
.team-member__qualification:last-of-type:after {
  display: none;
}
@media (max-width: 767px) {
  .team-member__qualification:after {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .team-memeber__info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.external-profiles {
  margin: 8px 0 0 0;
}
.external-profiles a {
  margin: 0 5px 0 0;
}
.external-profiles a:hover {
  text-decoration: none;
}
.external-profiles .linkedin-link img {
  height: 33px;
}
.external-profiles .ahpra-link img {
  height: 38px;
}
.posts-container .post-card {
  height: 250px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.posts-container .post-card-header {
  font-size: 14px;
  font-weight: 600;
}
.posts-container .header-role {
  color: #fff;
  background-color: #b086ad;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.posts-container .header-name {
  color: #b086ad;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.navigation {
  margin: 20px auto;
}
.navigation ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
.navigation ul li {
  text-align: center;
  border-radius: 5px;
  border: 2px solid #60215f;
  margin: 0 3px;
  min-width: 45px;
}
.navigation ul li.active {
  background: #60215f;
}
.navigation ul li.active a {
  color: #fff;
}
.navigation ul li:hover {
  background: #60215f;
}
.navigation ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.navigation ul li:hover div {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.navigation ul li a {
  border-radius: 5px;
  padding: 5px 13px;
  color: #60215f;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 31px;
}
@media (max-width: 768px) {
  .navigation ul li.navigation__number-link {
    display: none;
  }
}
.navigation .chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #60215f;
  border-bottom: 2px solid #60215f;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.navigation .chevron-arrow-right {
  display: inline-block;
  border-right: 2px solid #60215f;
  border-bottom: 2px solid #60215f;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .navigation .mobile-invisible {
    display: none;
  }
  .navigation .mobile-visible {
    display: block;
  }
}
.recent-articles {
  background: rgba(176, 134, 173, 0.25);
  padding-top: 60px;
  padding-bottom: 60px;
}
.recent-articles .single-article {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .recent-articles .single-article {
    border-bottom: 1px solid #b086ad;
  }
}
.recent-articles .recent-article-image {
  margin-bottom: 30px;
}
.recent-articles .recent-article-title {
  font-size: 16px;
  color: #60215f;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.recent-articles .recent-article-author {
  color: #ab8055;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .recent-articles .recent-article-author {
    display: inline;
  }
}
.recent-articles .recent-article-text {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .recent-articles .recent-article-text {
    display: none;
  }
}
.recent-articles .recent-article-read-more {
  color: #b086ad;
}
.recent-articles .recent-article-category {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-decoration: underline;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .recent-articles .recent-article-category {
    float: right;
    margin-right: 5px;
  }
}
.team-members__department .card {
  border: 0;
}
.team-members__intro-text {
  padding-bottom: 30px;
}
.team-members__intro-text h2 {
  font-weight: 500;
  padding-bottom: 15px;
}
.team-members__intro-text p {
  font-size: 14px;
}
.team-members__list.invisible {
  display: block;
  visibility: visible !important;
}
@media (max-width: 767px) {
  .team-members__list.invisible {
    display: none;
    visibility: hidden !important;
  }
}
.team-members__row {
  margin-bottom: 30px;
}
.team-members__button {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 34px;
  font-weight: 500;
  color: #60215f;
  box-shadow: none;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #b086ad;
  cursor: pointer;
}
.team-members__button:after {
  position: absolute;
  top: 40px;
  right: 0px;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2360215f" width="22px" height="22px" viewBox="0 0 451.847 451.847"><path d="M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z"/></svg>');
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.team-members__button.collapsed:after {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.team-members__button.collapsed:hover {
  color: #60215f;
}
@media (max-width: 767px) {
  .team-members__button {
    font-size: 18px;
  }
  .team-members__button:after {
    top: 28px;
  }
}
.team-members__show-more {
  display: none;
  border: 0;
  width: 200px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .team-members__show-more {
    display: block;
  }
}
.team-members__card {
  background-color: #b086ad;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 100px;
}
@media (max-width: 767px) {
  .team-members__card {
    height: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.team-members__photo {
  background: #f0f0f0;
  padding: 0;
}
.team-members__photo img {
  max-width: 100px;
  height: auto;
}
@media (max-width: 767px) {
  .team-members__photo img {
    max-width: 60px;
  }
}
.team-members__text {
  margin-left: 25px;
  margin-right: 25px;
  -ms-flex-item-align: center;
  align-self: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-members__text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.team-members__title a,
.team-members__title span {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
@media (max-width: 991px) {
  .team-members__title a,
  .team-members__title span {
    font-size: 16px;
  }
}
.team-members__position {
  font-size: 16px;
  color: #60215f;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .team-members__position {
    font-size: 14px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .team-members__position {
    font-size: 10px;
  }
}
.four-oh-four__search-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.four-oh-four__homepage-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.four-oh-four__homepage-link {
  margin-bottom: 45px;
  font-size: 18px;
  color: #60215f;
}
.four-oh-four__homepage-link:hover {
  color: #60215f;
}
.post-container {
  padding-top: 45px !important;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: -120px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .post-container {
    padding-top: 0 !important;
    margin-top: -30px;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
}
.post__header {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .post__header {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.post__hr {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .post__hr {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .post__author-details-column {
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
}
.post__author-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #60215f;
}
.post__author-name {
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
.post__author-bio {
  font-size: 14px;
  color: #b086ad;
}
.post__author-details-wrapper {
  padding: 15px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.post__author-bio-p {
  margin-bottom: 0;
}
.post__author-image-wrapper {
  margin-left: auto;
  width: 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
@media (max-width: 767px) {
  .post__author-image-wrapper {
    width: 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
@media (max-width: 400px) {
  .post__author-image-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 350px) {
  .post__author-image-wrapper {
    display: none;
  }
}
@media (max-width: 400px) {
  .post__author-image {
    object-fit: cover;
  }
}
.other-articles {
  background: #ebe1eb;
  padding-bottom: 42px !important;
}
@media (max-width: 767px) {
  .other-articles {
    padding-bottom: 0 !important;
  }
}
.feature-recent-article__title,
.other-articles__title {
  border-top: none !important;
  padding-top: 0 !important;
  margin-bottom: 36px !important;
  margin-top: 0 !important;
  font-size: 34px !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .feature-recent-article__title,
  .other-articles__title {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: normal;
    margin-bottom: 29px !important;
  }
}
.entry-content__post-date {
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
}
.content-area {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .content-area {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.entry-footer {
  clear: both;
}
.main-body {
  font-size: 16px;
  color: #555;
}
#breadcrumbs {
  margin-bottom: 25px;
}
#breadcrumbs a,
#breadcrumbs span {
  color: #555;
  font-size: 14px;
}
#breadcrumbs > span > span > a:first-of-type {
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-body {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  #menu-footer-menu .sub-menu {
    display: block !important;
  }
}
.site-footer {
  background: #60215f;
  color: #fff;
}
.site-footer ul {
  list-style: none;
}
.site-footer .first-row {
  background: #ab8055;
  color: #fff;
  padding: 40px 0;
  font-size: 24px;
  font-weight: normal;
}
.site-footer .first-row p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.6;
}
.site-footer .first-row a {
  color: #ab8055;
  background: #fff;
}
.site-footer .second-row {
  padding-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
.site-footer .second-row .address img {
  fill: #fff;
  max-width: 230px;
  max-height: 130px;
  height: 130px;
  width: 100%;
}
.site-footer .second-row .address img.family-owner-logo {
  width: 180px;
  height: auto;
  max-height: none;
}
@media (min-width: 769px) {
  .site-footer .second-row .address img.family-owner-logo {
    margin-top: 15px;
  }
}
.site-footer .second-row .address p {
  font-weight: 300;
  max-width: 260px;
}
.site-footer .second-row .address p span {
  display: none;
}
.site-footer .second-row #menu-footer-menu {
  padding-top: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .second-row #menu-footer-menu a {
  font-family: "Montserrat", sans-serif;
}
.site-footer .second-row #menu-footer-menu > li > a {
  color: #fff;
  font-weight: 600;
}
.site-footer .second-row #menu-footer-menu > li ul a {
  color: #fff;
}
.site-footer .second-row .social {
  width: 110px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .second-row .social svg {
  fill: #fff;
  max-width: 30px;
  height: 24px;
}
.site-footer .second-row .social svg.youtube {
  height: 28px;
}
.site-footer .site-info {
  display: block;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
.site-footer .site-info .copyright {
  font-size: 14px;
  margin-bottom: 10px;
}
.site-footer .site-info .social {
  width: 110px;
  display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .site-info .social svg {
  fill: #fff;
  max-width: 30px;
  height: 24px;
}
.site-footer .site-info .social svg.youtube {
  height: 28px;
}
@media (max-width: 1199px) {
  .site-footer .first-row {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .site-footer .second-row {
    font-size: 14px;
  }
  .site-footer .second-row #menu-footer-menu {
    font-size: 14px;
  }
  .site-footer .second-row .address svg {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .site-footer .first-row {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
  }
  .site-footer .first-row p {
    display: none;
  }
  .site-footer .first-row a {
    color: #fff;
    background: #60215f;
  }
  .site-footer .first-row a span {
    color: #fff;
  }
  .site-footer .second-row {
    border: 0;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .site-footer .second-row .address {
    font-size: 10px;
  }
  .site-footer .second-row .address p span {
    display: block;
    font-weight: 600;
  }
  .site-footer .second-row .address svg {
    height: 70px;
  }
  .site-footer .second-row .footer-navigation {
    padding: 0;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu {
    display: block;
    padding: 0;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .site-footer
    .second-row
    .footer-navigation
    #menu-footer-menu
    > li:first-child {
    border-top: 1px solid #fff;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu > li a {
    padding: 15px;
    display: block;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu > li ul {
    display: none;
    padding: 0 0 7px;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu > li ul a {
    padding: 8px 15px;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu li {
    position: relative;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu li .expand {
    top: 6px;
    display: block;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu li .expand svg {
    fill: #fff;
  }
  .site-footer .second-row .social {
    display: none;
  }
  .site-footer .site-info {
    display: block;
    padding: 20px;
  }
  .site-footer .site-info:before {
    content: "Connect";
    font-weight: 600;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .site-footer .site-info .copyright {
    display: none;
  }
  .site-footer .site-info .social {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 575px) {
  .site-footer .second-row .address a {
    display: none;
  }
}
.top-menu--inner {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-menu__address {
  font-weight: 400 !important;
}
.top-menu__address:hover {
  text-decoration: none;
}
.top-menu {
  font-weight: 300;
  background: #60215f;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.top-menu ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-menu li {
  font-weight: 500;
  display: inline-block;
}
.top-menu a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 11;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .sticky .container {
    margin: 0;
    padding: 0;
  }
}
.header {
  font-family: "Montserrat", sans-serif;
}
.header .mobile-navigation-wrapper {
  display: none;
}
.header .mobile-navigation-wrapper svg {
  fill: #60215f;
}
.header .mobile-navigation-wrapper .mobile-navigation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 150px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header .mobile-navigation-wrapper .mobile-navigation a {
  padding: 5px;
}
.header > div {
  padding: 12px 0;
}
.header .site-branding img {
  width: 175px;
}
.header nav {
  z-index: 1;
}
.header nav ul.menu {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header nav ul.menu > li {
  font-weight: 600;
  color: #60215f;
  position: relative;
  padding: 15px 0;
}
.header nav ul.menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 75px;
  color: #60215f;
}
.header nav ul.menu > li:hover ul {
  display: block;
  display: block;
  position: absolute;
  list-style: none;
  background: #f0f0f0;
  width: 275px;
  padding: 0;
  top: 105px;
  left: -100px;
  z-index: 200;
}
.header nav ul.menu > li:hover ul:before {
  content: "";
  top: -14px;
  border: 9px solid transparent;
  border-bottom: 14px solid #f0f0f0;
  border-top: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 9px);
}
.header nav ul.menu > li:hover ul li {
  font-size: 14px;
  font-weight: normal;
}
.header nav ul.menu > li:hover ul li a {
  color: #555;
  display: block;
  padding: 12px 20px;
}
.header nav ul.menu > li:hover ul li a:hover {
  background: #b086ad;
  color: #fff;
  text-decoration: none;
}
.header nav ul.menu ul {
  display: none;
}
.header .action-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .action-section .call-us {
  position: relative;
  top: calc(50% - 22px);
  display: inline-block;
  min-width: 200px;
  float: right;
  height: 45px;
}
.header .action-section .search-wrapper {
  position: relative;
}
.header .action-section .search-wrapper #toggle-search {
  display: none;
}
.header
  .action-section
  .search-wrapper
  #toggle-search[type="checkbox"]:checked
  + #desktop-header-search {
  display: block;
}
.header .action-section .search-wrapper label,
.header .action-section .search-wrapper .search-icon {
  top: calc(50% - 10px);
  position: relative;
  fill: #60215f;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mobile-menu-show {
    overflow: hidden;
  }
}
.mobile-section {
  padding: 0;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  right: -100%;
  height: 100vh;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  transition: -ms-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .mobile-section {
    display: none !important;
  }
}
.mobile-section.show {
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}
.mobile-section::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}
.mobile-section .sub-text {
  background: #f0f0f0;
  color: #555;
  font-size: 14px;
  margin-top: auto;
}
.mobile-section .sub-text p {
  margin: 20px;
}
.mobile-section ul {
  list-style: none;
}
.mobile-section ul li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-section ul li a {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  padding: 15px 20px;
  text-decoration: none;
}
.mobile-section ul li p {
  padding: 0 20px;
  color: #555;
  font-size: 10px;
  margin: -6px 0 15px;
  line-height: 16px;
}
.mobile-section ul li .expand {
  display: block;
  top: 5px;
}
.mobile-section ul li:last-child {
  border: 0px;
}
.mobile-section ul.menu > li.current_page_item svg {
  fill: #fff;
}
.mobile-section ul.menu > li.current_page_item > a {
  background: #60215f;
  color: #fff;
}
.mobile-section ul.menu > li > a {
  color: #60215f;
  color: #60215f;
  background: #fff;
}
.mobile-section ul.menu > li > ul > li {
  background: #b086ad;
}
.mobile-section ul.menu > li > ul > li > a {
  color: #fff;
}
.mobile-section ul.menu > li > ul > li ul {
  background: #fff;
  position: relative;
}
.mobile-section ul.menu > li > ul > li ul:after {
  content: "";
  top: -7px;
  border: 9px solid transparent;
  border-bottom: 14px solid #fff;
  border-top: 0;
  height: 0;
  position: absolute;
  left: 15%;
}
.mobile-section ul.menu > li > ul > li ul li {
  color: #b086ad;
  background: #fff;
}
.mobile-section ul.menu > li > ul > li ul li a {
  color: #b086ad;
  font-weight: bold;
}
.mobile-section ul.menu ul {
  display: none;
}
.mobile-section ul.menu .current-menu-ancestor > ul {
  display: block;
}
.mobile-section .call-us {
  display: block;
  border-radius: 0;
  padding: 15px;
}
.home .post-thumbnail {
  height: 520px;
}
.home .post-thumbnail .container {
  top: calc(50% - 100px);
}
@media (min-width: 768px) and (max-width: 992px) {
  .header {
    min-width: 130px;
  }
  .header nav ul.menu > li > a {
    font-size: 14px;
  }
  .header .action-section .call-us {
    min-width: 130px;
  }
  .header .action-section .call-us span {
    display: none;
  }
}
@media (max-width: 767px) {
  .action-section,
  .main-navigation,
  .top-menu {
    display: none !important;
  }
  .header {
    padding: 0 0 0 15px;
    left: 0;
    z-index: 10;
    background: white;
    width: 100vw;
    margin: 0;
  }
  .header > div {
    padding: 12px 15px;
  }
  .mobile-navigation-wrapper {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-navigation {
    margin-right: 0;
    margin-left: auto;
    position: relative;
    top: calc(50% - 20px);
    height: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 0;
  }
}
.burger-menu {
  cursor: pointer;
}
.col-flex-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-width-row {
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .full-width-row {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.section-title {
  font-size: 34px;
  font-weight: normal;
}
.section-title-link:hover {
  text-decoration: none !important;
}
.clear {
  clear: both;
}
*,
body {
  font-family: "Roboto", sans-serif;
}
* ul,
body ul {
  margin: 0;
}
body {
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
}
hr {
  border-color: #60215f;
}
footer ul,
.mobile-section ul,
header ul,
.top-menu ul,
menu,
dir {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #60215f;
}
b,
strong {
  font-family: inherit;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.38;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.41;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.46;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.36;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.36;
}
.section-title {
  color: #60215f;
}
.section-title a {
  color: #60215f;
}
.section-title a:hover {
  text-decoration: none;
}
.expand {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 2px;
  top: 0;
  padding: 5px;
  width: 40px;
  height: 40px;
}
.expand svg {
  position: relative;
  top: 5px;
  fill: #60215f;
}
.expand .plus {
  display: block;
}
.expand .minus {
  display: none;
}
.open > .expand .plus {
  display: none;
}
.open > .expand .minus {
  display: block;
}
.current-menu-ancestor > .expand .plus {
  display: none;
}
.current-menu-ancestor > .expand .minus {
  display: block;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #60215f;
}
.owl-theme .owl-dots .owl-dot span {
  background: #b086ad;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 1.38;
  }
  h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .h3 {
    font-size: 20px;
    line-height: 1.46;
  }
  .h4 {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media (max-width: 767px) {
  body {
    margin-bottom: 64px;
  }
}
.entry-content {
  width: 100%;
}
@media (max-width: 767px) {
  .wp-block-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}
.calendar-icon {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .sticky-button-container a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    animation-name: pulse !important;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: 3;
    animation-fill-mode: none;
    animation-play-state: running;
  }
  .sticky-button-container a:hover {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  @-webkit-keyframes pulse {
    0% {
      padding: 14px 30px;
      margin-top: 0px;
      font-size: 16px;
    }
    25% {
      padding: 15px 32px;
      margin-top: -8px;
      font-size: 17px;
    }
    50% {
      padding: 16px 34px;
      margin-top: -16px;
      font-size: 18px;
    }
    75% {
      padding: 15px 32px;
      margin-top: -8px;
      font-size: 17px;
    }
    100% {
      padding: 14px 30px;
      margin-top: 0px;
      font-size: 16px;
    }
  }
  .sticky-button-container {
    position: fixed;
    top: 280px;
    right: 0;
    z-index: 999;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  .sticky-button-container .sticky-side-button {
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 4px 8px 1px #6c6c6c;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.86, 0, 1.35);
    transition: all 0.3s cubic-bezier(1, 0.86, 0, 1.35);
  }
  .sticky-button-container .sticky-side-button:hover {
    box-shadow: -1px 20px 11px 4px #a4a4a4;
    -ms-transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  .sticky-button-container .sticky-side-button span {
    display: none;
  }
  .sticky-button-container .calendar-icon {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: top;
    margin-right: 5px;
  }
}
.contact-form {
  max-width: 760px;
  padding: 110px 70px;
  background: #b086ad;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -1500px;
  z-index: 9999;
  overflow: auto;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.contact-form .gfield {
  margin-top: 15px !important;
}
.contact-form .hidden_label .gfield_label {
  display: none !important;
}
.contact-form .ginput_container {
  margin-top: 0 !important;
}
.contact-form .validation_error {
  border: none !important;
  text-align: left !important;
  padding: 0 !important;
  color: #ffd9dd !important;
  margin-bottom: 5px !important;
}
.contact-form input {
  border: 0;
  border-radius: 3px;
  height: 45px;
}
.contact-form input::-ms-input-placeholder,
.contact-form input::-moz-placeholder,
.contact-form input::-webkit-input-placeholder,
.contact-form input::placeholder {
  color: #b086ad;
  font-size: 14px;
  padding-left: 10px;
}
.contact-form textarea {
  border: 0;
  border-radius: 3px;
}
.contact-form .hidden_label input {
  margin-top: 0px !important;
}
.contact-form .gform_footer {
  margin: 0 !important;
  margin-top: 15px !important;
}
.contact-form select {
  background: transparent;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="284.929px" height="284.929px" viewBox="0 0 284.929 284.929" fill="white" xml:space="preserve"> <g> <path d="M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z"/> </g> </svg>')
    no-repeat right;
  border: 2px solid white;
  border-radius: 3px;
  height: 45px;
  color: white;
  -webkit-appearance: none;
  text-indent: 5px;
  font-size: 15px !important;
  background-size: 11px;
  background-position: right 15px top 50%, 0 0;
}
.contact-form select option {
  color: black;
}
@media (min-width: 769px) {
  .contact-form .form-dropdown {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .contact-form .form-dropdown .gfield_description {
    width: 50%;
    margin-top: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-form .form-dropdown .ginput_container {
    width: 50%;
  }
  .contact-form .form-dropdown .validation_message {
    display: none;
  }
  .contact-form .form-dropdown select[aria-invalid="true"] {
    border: 1px solid #dc3545;
  }
}
.contact-form .form-comments {
  position: relative;
}
.contact-form .form-comments .gfield_description {
  position: absolute;
  text-align: end;
  font-size: 10px;
  top: 5px;
}
@media (max-width: 767px) {
  .contact-form .form-comments .gfield_description {
    position: relative;
  }
}
.contact-form .gform_button {
  width: 230px !important;
}
.contact-form .gform_wrapper li.gfield.gfield_error,
.contact-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-radius: 3px;
  border: none;
  background: transparent;
  padding-top: 16px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.contact-form .gform_wrapper .validation_message {
  color: #ffd9dd;
}
.contact-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.validation_message {
  padding-top: 0;
  color: #ffd9dd;
}
.contact-form
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-form .gform_wrapper li.gfield_error textarea {
  border: 1px solid #dc3545;
}
@media (max-width: 767px) {
  .contact-form {
    right: 0;
    top: -1200px;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    width: 100%;
    padding: 25px 25px 55px;
  }
  .contact-form .gform_button {
    width: 100% !important;
  }
  .contact-form select {
    width: 100%;
  }
}
.contact-form__title {
  color: #fff;
  text-align: center;
}
.contact-form__additional-comments {
  padding-top: 20px !important;
}
.contact-form__additional-comments .gfield_label {
  margin: 0;
}
.contact-form__additional-comments .gfield_description {
  margin-bottom: 20px;
}
.contact-form__close-button {
  position: absolute;
  right: 0;
  margin: 5px 25px;
}
@media (max-width: 767px) {
  .contact-form__close-button {
    margin: 16px !important;
  }
}
.contact-form__html {
  margin-bottom: 0;
  margin-top: 0;
}
.contact-form__html p {
  margin-bottom: 0;
}
.contact-form.open {
  right: 0;
}
@media (max-width: 767px) {
  .contact-form.open {
    top: 0;
  }
}
.navigation-and-text {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .navigation-and-text__links-wrapper {
    margin-bottom: 30px;
    position: relative;
  }
}
.navigation-and-text__title {
  display: block;
  background-color: #60215f;
  color: #fff;
  padding: 13px 25px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navigation-and-text__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .navigation-and-text__title {
    display: none;
  }
}
.navigation-and-text__dropdown-toggle {
  width: 100%;
  background-color: #60215f;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 19px;
  padding: 15px 40px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.navigation-and-text__dropdown-toggle:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  background: #652664;
}
.navigation-and-text__dropdown-toggle::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0.3;
  -webkit-transition: 0s;
  transition: 0s;
}
.navigation-and-text__dropdown-toggle .plus-minus {
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation-and-text__dropdown-toggle .plus-minus svg {
  fill: #fff;
}
.navigation-and-text__dropdown-toggle .plus-minus .plus-minus__minus {
  display: none;
}
@media (max-width: 300px) {
  .navigation-and-text__dropdown-toggle .plus-minus {
    display: none;
  }
}
.navigation-and-text__dropdown-toggle.active {
  background-color: #541c53;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navigation-and-text__dropdown-toggle.active::after {
  -ms-transform: scale(10, 10);
  -webkit-transform: scale(10, 10);
  transform: scale(10, 10);
  opacity: 0;
  transition: -ms-transform 0.5s, opacity 1s;
  transition: -webkit-transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s;
  -webkit-transition: -webkit-transform 0.5s, opacity 1s;
}
.navigation-and-text__dropdown-toggle.active .plus-minus__plus {
  display: none;
}
.navigation-and-text__dropdown-toggle.active .plus-minus__minus {
  display: inline;
}
@media (min-width: 768px) {
  .navigation-and-text__dropdown-toggle {
    display: none;
  }
}
.navigation-and-text__links {
  list-style: none;
  padding-left: 0;
}
.navigation-and-text__links.active {
  display: block !important;
}
@media (max-width: 767px) {
  .navigation-and-text__links {
    display: none;
    width: 100%;
    background-color: #f0f0f0;
    border: none;
    margin: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 0;
    position: absolute;
    z-index: 2;
  }
}
.navigation-and-text__link {
  display: block;
  padding: 13px 25px;
  color: #60215f;
  background-color: #f0f0f0;
}
.navigation-and-text__link:hover {
  background-color: #b086ad;
  color: #fff;
  text-decoration: none;
}
.navigation-and-text__link.active {
  background-color: #b086ad;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .navigation-and-text__link {
    text-align: center;
    padding: 10px 24px;
    display: block;
    color: #000;
  }
  .navigation-and-text__link:hover {
    background-color: #b086ad;
    color: #fff;
    text-decoration: none;
  }
}
.content-and-background {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .content-and-background {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.financity-body .financity-breadcrumbs-item a {
  text-decoration: none;
  color: inherit;
}
.financity-body .financity-breadcrumbs-item a:hover,
.financity-body .financity-breadcrumbs-item a:focus {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .financity-body .financity-breadcrumbs-item > span {
    margin-right: 5px;
  }
  .financity-body .financity-breadcrumbs-item > span + span {
    margin-left: 5px;
  }
}
.smile-media-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
.smile-media-group__title {
  font-size: 34px;
  line-height: 1.41;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .smile-media-group__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.smile-media-group__featured-card iframe,
.smile-media-group__item-card iframe {
  position: absolute;
  height: 103%;
  top: -1.5%;
}
.smile-media-group__featured-card .youtube-video,
.smile-media-group__item-card .youtube-video {
  height: 0;
  padding-bottom: 55%;
}
.smile-media-group__item-title {
  margin-top: 45px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .smile-media-group__item-title {
    margin-top: 15px;
  }
}
.smile-media-group__item-card,
.smile-media-group__featured-card {
  box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.smile-media-group__item {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .smile-media-group__item {
    margin-bottom: 45px;
  }
}
.smile-media-group__featured-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .smile-media-group__featured-text {
    margin-top: 15px;
  }
}
.smile-media-group__featured-title {
  font-weight: bold;
}
.smile-media-group__load-more {
  display: block;
  border-radius: 3px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 14px 60px;
  font-weight: bold;
  max-width: 220px;
  width: 100%;
  text-align: center;
  margin: -30px auto 0;
  background-color: #60215f;
  color: #fff;
}
.smile-media-group__featured-publish-date,
.smile-media-group__publish-date {
  margin-bottom: 0;
  font-weight: bold;
  text-decoration: underline;
}
.smile-media-group__publish-date {
  margin-top: auto;
}
.smile-media-group__excerpt {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .smile-media-group__excerpt {
    margin-bottom: 10px;
  }
}
.playable-media {
  position: relative;
  display: block;
  cursor: pointer;
}
.playable-media svg {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  width: 40%;
  opacity: 0.5;
}
.playable-media:hover svg {
  opacity: 1;
}
.full-width-single-height {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.full-width-single-height--button-text {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 0;
  padding-top: 34.6853147%;
  position: relative;
}
.full-width-single-height__wrapper {
  padding: 31px 28px 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (max-width: 1199px) {
  .full-width-single-height__wrapper {
    padding: 15px;
  }
}
.full-width-single-height__link {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.full-width-single-height__title {
  font-size: 24px;
}
.full-width-single-height__title--alternate {
  color: #fff;
}
.full-width-single-height__text {
  color: #555;
  max-width: 220px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .full-width-single-height__text {
    max-width: 42%;
  }
}
.full-width-single-height__text--alternate {
  color: #fff;
}
.contact-form-block {
  margin-top: 45px;
  margin-bottom: 45px;
}
.contact-form-block__title {
  margin-bottom: 25px;
}
.contact-form-block__form-wrapper .ginput_recaptcha {
  overflow: hidden;
}
.contact-form-block__form-wrapper .gform_wrapper,
.contact-form-block__form-wrapper .gform_footer {
  margin: 0 !important;
}
.contact-form-block__form-wrapper .gfield_required {
  color: #555 !important;
}
@media (max-width: 767px) {
  .contact-form-block__form-wrapper .gform_ajax_spinner {
    margin-top: 15px;
  }
}
.contact-form-block__form-wrapper .gfield_error {
  background: transparent !important;
  border: none !important;
}
.contact-form-block__form-wrapper .validation_error {
  text-align: left !important;
  border: none !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
.contact-form-block__form-wrapper .validation_message {
  padding-top: 3px !important;
}
.contact-form-block__form-wrapper .gform_footer {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.contact-form-block__form-wrapper .gform_wrapper ul.gform_fields {
  margin-right: -15px !important;
  width: 100%;
}
.contact-form-block__form-wrapper li,
.contact-form-block__form-wrapper .ginput_container {
  margin-top: 0 !important;
}
.contact-form-block__form-wrapper input,
.contact-form-block__form-wrapper textarea,
.contact-form-block__form-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #f0f0f0;
  padding: 13px 15px !important;
  border-radius: 3px;
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.contact-form-block__form-wrapper input::-ms-input-placeholder,
.contact-form-block__form-wrapper input::-moz-placeholder,
.contact-form-block__form-wrapper input::-webkit-input-placeholder,
.contact-form-block__form-wrapper input::placeholder,
.contact-form-block__form-wrapper textarea::-ms-input-placeholder,
.contact-form-block__form-wrapper textarea::-moz-placeholder,
.contact-form-block__form-wrapper textarea::-webkit-input-placeholder,
.contact-form-block__form-wrapper textarea::placeholder,
.contact-form-block__form-wrapper select::-ms-input-placeholder,
.contact-form-block__form-wrapper select::-moz-placeholder,
.contact-form-block__form-wrapper select::-webkit-input-placeholder,
.contact-form-block__form-wrapper select::placeholder {
  color: #555;
}
.contact-form-block__form-wrapper select {
  background-image: url("../../themes/smile-solutions/src/images/dropdown.png");
  background-position: 98%;
  background-repeat: no-repeat;
}
.contact-form-block__form-wrapper input[type="submit"] {
  background-color: #60215f;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media (max-width: 767px) {
  .contact-form-block__form-wrapper input[type="submit"] {
    display: block !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  .contact-form-block__form-wrapper {
    margin-bottom: 45px;
  }
}
.contact-form-block__phone,
.contact-form-block__request-appointment {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 15px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 15px 0;
  width: 100%;
  border: none;
  color: #fff;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form-block__request-appointment {
  background-color: #b086ad;
  width: 100%;
  position: relative;
}
.contact-form-block__request-appointment .he-btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.contact-form-block__request-appointment .he-btn a {
  height: 100%;
}
.contact-form-block__request-appointment .book-appointment-button {
  text-transform: initial;
  background: none;
  padding: 0 !important;
}
.contact-form-block__phone {
  background-color: #60215f;
}
.contact-form-block__phone:hover {
  text-decoration: none;
  color: #fff;
}
.contact-form-block__phone-icon {
  fill: #fff;
  height: 40px;
  width: 40px;
}
.contact-form-block__calendar-icon {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  fill: #fff;
}
.contact-form-block__dropdown {
  margin-top: 45px;
  margin-bottom: 45px !important;
}
.contact-form-block__social-icons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 45px;
}
@media (max-width: 400px) {
  .contact-form-block__social-icons {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50px 50px 50px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    grid-template-rows: auto;
    -ms-flex-align: unset;
    align-items: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
}
.contact-form-block__social-link {
  margin: 0 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form-block__social-link svg {
  height: 50px;
  width: 50px;
}
@media (max-width: 400px) {
  .contact-form-block__social-link {
    margin: 0 0 5px;
  }
}
.header-popup .modal-content {
  background-color: #f0f0f0;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
.faqs-block {
  background-color: #f0f0f0;
  margin-bottom: 60px;
  padding-bottom: 0;
}
.faqs-block p {
  margin: 0;
}
.faqs-block .faqs-block__card:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faqs-block__body {
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.faqs-block__card {
  border-radius: 0;
}
.faqs-block__card h4 {
  color: white;
}
.faqs-block__card p {
  padding: 0 25px;
  margin-bottom: 15px;
}
.faqs-block__button {
  background-color: #60215f;
  color: #fff;
  text-align: left;
  border-radius: 0;
  padding: 15px 25px 15px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  box-shadow: none;
}
.faqs-block__button:hover {
  color: #fff;
}
.faqs-block__button:checked {
  outline: none;
}
.faqs-block__button:after {
  position: absolute;
  top: 20px;
  right: 15px;
  content: url('data:image/svg+xml;utf8,<svg class="minus"  width="18"  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 455 455" style="fill: white;" xml:space="preserve" shape-rendering="crispEdges"><rect y="212.5" width="455" height="30"/></svg>');
}
.faqs-block__button.collapsed {
  background-color: #f0f0f0;
  color: #60215f;
}
.faqs-block__button.collapsed:after {
  content: url('data:image/svg+xml;utf8,<svg class="plus" width="18" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 455 455" xml:space="preserve" shape-rendering="crispEdges"><polygon fill="%2360215f" points="455,212.5 242.5,212.5 242.5,0 212.5,0 212.5,212.5 0,212.5 0,242.5 212.5,242.5 212.5,455 242.5,455 242.5,242.5   455,242.5 "/></svg>');
}
.faqs-block__button.collapsed:hover {
  color: #60215f;
}
.wp-block-table.is-style-stripes {
  background-color: #f0f0f0;
  font-size: 18px;
  border-collapse: separate;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-stripes {
    display: block;
    overflow-x: scroll;
  }
}
.wp-block-table.is-style-stripes td {
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #60215f;
}
.wp-block-table.is-style-stripes td:empty {
  padding: 0;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-stripes td {
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wp-block-table.is-style-stripes tbody {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
@media (max-width: 767px) {
  .wp-block-table.is-style-stripes tr {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
  }
}
.wp-block-table.is-style-stripes tr:first-child {
  background-color: #60215f !important;
}
.wp-block-table.is-style-stripes tr:first-child td {
  color: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-stripes tr:first-child td {
    background-color: #60215f;
  }
}
.wp-block-table.is-style-stripes tr:first-child td.before {
  content: td;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .wp-block-table.is-style-stripes td:nth-child(odd) {
    background-color: #e4e4e4;
  }
}
.covid-message {
  position: fixed;
  bottom: 0;
  right: 300px;
  padding: 12px 20px 11px;
  color: #fff;
  background-color: #60215f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  z-index: 99;
  font-family: "Noto Sans", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px;
}
.covid-message:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .covid-message.desktop {
    display: none;
  }
}
.covid-message.mobile {
  position: static;
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 769px) {
  .covid-message.mobile {
    display: none;
  }
}
.category-header {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .category-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.category-header__post-list {
  list-style: none;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-left: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .category-header__post-list {
    display: none;
  }
}
.category-header__post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.category-header__post-link {
  border: none;
  font-family: "Montserrat", sans-serif;
  background-color: #60215f;
  color: #fff;
  padding: 20px 26px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 1199px) {
  .category-header__post-link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .category-header__post-link {
    padding: 14px 16px;
    font-size: 16px;
  }
}
.category-header__post-link:hover {
  background-color: #b086ad;
  color: #fff;
  text-decoration: none;
}
.category-header__post-link--active {
  background-color: #b086ad;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.category-header__post-link--active:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: calc(50% - 5px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
}
.category-header__dropdown {
  display: block;
}
.category-header__dropdown .plus-minus {
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-header__dropdown .plus-minus svg {
  fill: #fff;
}
.category-header__dropdown .plus-minus .plus-minus__minus {
  display: none;
}
@media (max-width: 300px) {
  .category-header__dropdown .plus-minus {
    display: none;
  }
}
.category-header__dropdown.show .plus-minus__plus {
  display: none;
}
.category-header__dropdown.show .plus-minus__minus {
  display: inline;
}
.category-header__dropdown.show .category-header__dropdown-toggle {
  background-color: #541c53;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.category-header__dropdown.show .category-header__dropdown-toggle::after {
  -ms-transform: scale(10, 10);
  -webkit-transform: scale(10, 10);
  transform: scale(10, 10);
  opacity: 0;
  transition: -ms-transform 0.5s, opacity 1s;
  transition: -webkit-transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s;
  -webkit-transition: -webkit-transform 0.5s, opacity 1s;
}
@media (min-width: 769px) {
  .category-header__dropdown {
    display: none;
  }
}
.category-header__dropdown-toggle {
  width: 100%;
  background-color: #60215f;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 19px;
  padding: 15px 40px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.category-header__dropdown-toggle:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  background: #652664;
}
.category-header__dropdown-toggle::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0.3;
  -webkit-transition: 0s;
  transition: 0s;
}
.category-header__dropdown-menu {
  width: 100%;
  background-color: #f0f0f0;
  border: none;
  margin: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.category-header__dropdown-item {
  text-align: center;
  padding: 10px 24px;
  display: block;
  color: #000;
}
.category-header__dropdown-item:hover {
  background-color: #b086ad;
  color: #fff;
  text-decoration: none;
}
.homepage-primary__placeholder {
  height: 450px;
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  .homepage-primary__placeholder {
    height: 315px;
  }
}
.homepage-primary {
  height: 450px;
  z-index: 0;
}
.homepage-primary .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .homepage-primary {
    height: 315px;
  }
  .homepage-primary .owl-dots {
    bottom: 15px;
  }
}
.homepage-primary__button {
  display: inline-block;
}
.homepage-primary__link:hover {
  text-decoration: none;
}
.homepage-primary__title {
  max-width: 700px;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .homepage-primary__title {
    font-size: 26px !important;
    line-height: 32px;
    max-width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .homepage-primary__title {
    text-shadow: 0 0 15px #000;
  }
}
.homepage-primary__slide {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575px) {
  .homepage-primary__slide .homepage-primary__slide-wrapper {
    top: 70px;
    position: relative;
  }
}
.homepage-primary__subtitle {
  max-width: 350px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .homepage-primary__subtitle {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .homepage-primary__subtitle {
    display: none;
  }
}
.mobile-menu-close {
  cursor: pointer;
}
.mobile-menu-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #60215f;
  padding: 15px;
}
.mobile-menu__search-container {
  width: 100%;
}
.mobile-menu__search-container .header-search__submit {
  -ms-flex-order: -1;
  order: -1;
}
.mobile-menu-close {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu-close svg {
  width: 20px;
  fill: #60215f;
}
.smile-media {
  padding-top: 60px;
  padding-bottom: 60px;
}
.smile-media .youtube-video iframe {
  height: 100%;
}
@media (max-width: 991px) {
  .smile-media .youtube-video iframe {
    height: 50%;
  }
}
@media (min-width: 993px) {
  .smile-media .owl-stage-outer {
    max-height: 300px;
  }
}
@media (max-width: 991px) {
  .smile-media .owl-stage-outer {
    max-height: 520px;
  }
}
.smile-media__title {
  margin-bottom: 36px;
  margin-top: 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.46;
}
.smile-media__title a {
  color: #60215f;
}
.smile-media__title a:hover {
  text-decoration: none;
}
.smile-media__tile-title {
  font-size: 27px;
  line-height: 1.41;
}
.smile-media__tile-title a {
  color: #60215f;
}
.smile-media__tile-title a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .smile-media__tile {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.smile-media__category {
  margin-top: 10px;
}
.smile-media__category a {
  color: #555;
}
.owl-dots {
  float: right;
  margin-top: -30px;
  position: relative;
}
@media (max-width: 991px) {
  .owl-dots {
    float: none;
    margin-top: 0;
  }
}
.youtube-video {
  position: relative;
  cursor: pointer;
}
.youtube-video svg {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  width: 40%;
  opacity: 0.5;
}
.youtube-video:hover svg {
  opacity: 1;
}
.image-left img {
  border-radius: 10px;
}
.feature_media_carousel_wrapper.full-width-row {
  padding: 0;
}
.icon-row {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .icon-row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.icon-row .owl-item img {
  width: auto;
}
@media (max-width: 767px) {
  .icon-row .owl-item img {
    max-width: 150px;
  }
}
.icon-row .owl-item p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 767px) {
  .icon-row .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
}
.icon-row--header {
  font-size: 42px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .icon-row--header {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.icon-row--heading {
  color: #60215f !important;
  padding-top: 25px;
}
.icon-row__link {
  color: #60215f;
}
.icon-row__link:hover {
  color: #60215f;
}
@media (min-width: 769px) {
  .icon-row--icons {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.homepage-secondary-nav {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .homepage-secondary-nav {
    display: none;
  }
}
.homepage-secondary-nav__pane {
  display: none;
  margin-top: 25px;
  margin-bottom: 60px;
}
.homepage-secondary-nav__pane--active {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.homepage-secondary-nav__page-list {
  padding: 34px;
  background-color: #f0f0f0;
}
@media (max-width: 1199px) {
  .homepage-secondary-nav__page-list {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-secondary-nav__page-list {
    margin-bottom: 25px;
    padding: 34px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.homepage-secondary-nav__page-link {
  list-style: none;
  margin-bottom: 15px;
}
.homepage-secondary-nav__page-link a {
  color: #555;
}
.homepage-secondary-nav__page-link a:hover {
  text-decoration: none;
}
.homepage-secondary-nav__page-link a:hover h3 {
  color: #541c53;
}
.homepage-secondary-nav__page-link a:hover p {
  text-decoration: underline;
}
.homepage-secondary-nav__page-link h3 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 16px;
}
.homepage-secondary-nav__page-link p {
  margin-top: 8px;
  font-size: 14px;
  margin-bottom: 0;
}
.homepage-secondary-nav__page-link:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .homepage-secondary-nav__page-link {
    margin-bottom: 10px;
  }
  .homepage-secondary-nav__page-link h3 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-secondary-nav__page-link {
    width: 50%;
  }
}
.homepage-secondary-nav__inner-banner {
  padding-left: 25px;
  margin-bottom: -25px;
}
@media (max-width: 991px) {
  .homepage-secondary-nav__inner-banner {
    padding-left: 0;
  }
}
.post-thumbnail {
  height: 320px;
  background-size: cover !important;
  color: #fff;
}
.post-thumbnail .container {
  position: relative;
  top: calc(50% - 50px);
}
.post-thumbnail .container h1 {
  max-width: 700px;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.post-thumbnail .container p {
  max-width: 350px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .post-thumbnail .container {
    top: auto;
  }
}
@media (max-width: 767px) {
  .post-thumbnail {
    height: 120px !important;
  }
  .post-thumbnail p {
    display: none;
  }
  .post-thumbnail h1 {
    font-size: 26px !important;
    line-height: 32px;
    max-width: 100%;
    margin: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.page-banner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
}
.page-banner__wrapper {
  min-height: 320px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page-banner__wrapper {
    min-height: 123px;
  }
}
.page-banner__wrapper--front-page {
  min-height: 400px;
}
@media (max-width: 767px) {
  .page-banner__wrapper--front-page {
    min-height: 223px;
  }
}
.page-banner__content-container {
  margin: 0 auto;
}
.page-banner__title {
  max-width: 700px;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .page-banner__title {
    font-size: 26px !important;
    line-height: 32px;
    max-width: 100%;
    margin: 0;
  }
}
.page-banner__subtitle {
  max-width: 350px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-banner__subtitle {
    display: none;
  }
}
.button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #60215f;
  color: #fff;
  white-space: nowrap;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: block;
}
.button span {
  font-family: "Montserrat", sans-serif !important;
}
.button.gold {
  background: #ab8055;
}
.button.secondary {
  background: #b086ad;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.button:focus {
  outline: none;
}
button:focus,
.btn:focus {
  outline: none;
}
.btn:focus {
  box-shadow: none;
}
.full-width-single-height__button {
  margin-top: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 300px;
  width: auto;
  display: inline-block;
}
.full-width-single-height__button--alternate {
  color: #60215f;
  background-color: #fff;
}
.full-width-single-height__button--alternate:hover {
  color: #60215f;
}
.half-width {
  margin-bottom: 25px;
  background-size: cover;
  width: calc(50% - 12.5px);
  background-position: center;
}
.half-width--right-column {
  margin-left: 25px;
}
.post-tile {
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.post-tile__inner {
  box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
  font-size: 14px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
.post-tile__mobile {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .post-tile__mobile {
    display: none;
  }
}
.post-tile__cats {
  background: #b086ad;
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-weight: 600;
}
.post-tile__cats span {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .post-tile__cats {
    padding: 10px 15px;
    display: block;
  }
}
.post-tile__mobile-wrapper {
  width: 75px;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  margin-right: 15px;
}
.post-tile__mobile-image {
  width: 100%;
  height: auto;
}
.post-tile__mobile-title {
  font-size: 16px;
  color: #60215f;
  font-weight: bold;
}
.post-tile__mobile-bio {
  color: #b086ad;
  font-size: 16px;
}
.post-tile__author-name {
  padding-left: 10px;
  color: #b086ad;
  font-weight: bold;
}
@media (max-width: 991px) {
  .post-tile__author-name {
    display: none;
  }
}
.post-tile__content {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .post-tile__content {
    margin-bottom: 0;
  }
}
.post-tile__post-date-mobile,
.post-tile__post-date {
  font-weight: bold;
  font-size: 12px;
}
.post-tile__post-date {
  margin-top: auto;
}
@media (max-width: 991px) {
  .post-tile__post-date {
    display: none;
  }
}
.post-tile__author-image {
  min-width: 150px;
}
@media (max-width: 991px) {
  .post-tile__author-image {
    display: none;
  }
}
.post-tile__read-more {
  white-space: nowrap;
}
.post-tile__details {
  width: calc(100% - 150px);
  padding-right: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (max-width: 991px) {
  .post-tile__details {
    padding: 0;
    width: 100%;
  }
}
.post-tile__details h4 a {
  color: #60215f;
}
.post-tile__body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
}
.post-tile__body a {
  color: #b086ad;
}
@media (max-width: 991px) {
  .post-tile__body {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.google-map {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .wp-block-column .google-map {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.google-map__map {
  height: 300px;
}
.google-map__address {
  background-color: #60215f;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
}
.google-map__icon {
  fill: #fff;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .google-map__icon {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
  }
}
.google-map__address-title {
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  .google-map__address-title {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 14px;
  }
}
.invisalign-content {
  background-color: #fff;
  padding: 17px 18px;
  font-size: 10px;
}
.invisalign-content__image {
  width: 200px;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.feature_text_image_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.double-height {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
}
.double-height__link {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.double-height--with-text {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 72.8671329%;
  margin-bottom: 25px;
  color: #000;
  background-size: cover;
  background-position: center;
}
.double-height__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  padding: 31px 28px 36px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .double-height__inner {
    padding: 15px;
  }
}
.double-height__text {
  max-width: 300px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .double-height__text {
    max-width: 100%;
  }
}
.double-height__title {
  max-width: 300px;
}
@media (max-width: 991px) {
  .double-height__title {
    max-width: 100%;
  }
}
.double-height__title--alternate {
  color: #fff;
}
.double-height__text--alternate {
  color: #fff;
}
.double-height__button--alternate {
  background-color: #fff;
  color: #60215f;
}
.double-height__button--alternate:hover {
  color: #60215f;
}
.header-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  margin-bottom: 0;
}
.header-search__input {
  padding: 10px;
  font-size: 15px;
  border: 0;
}
.header-search__input:focus {
  outline: 0;
}
.header-search__submit {
  background: none;
  border: none;
}
.header-search__icon {
  width: 16px !important;
  fill: #60215f;
}
#desktop-header-search {
  display: none;
  z-index: 1;
  position: absolute;
  top: 95px;
  right: -20px;
}
.team-carousel-wrapper {
  padding: 45px 0 !important;
}
.team-carousel-wrapper .owl-item {
  padding: 10px 23px;
}
@media (max-width: 991px) {
  .team-carousel-wrapper .owl-item {
    padding: 10px 12px;
  }
}
.team-carousel-wrapper .team-carousel-row__link {
  color: #60215f;
  font-weight: 500;
  padding: 15px 0 0 0;
  display: block;
}
.team-carousel-wrapper .team-carousel-row__link p {
  margin: 0;
}
.team-carousel-wrapper .team-carousel-row__description {
  margin: 15px auto 40px auto;
  width: 90%;
}
.team-carousel-wrapper .team-carousel-row__icon .team-carousel-row__img {
  display: block;
  height: 224px;
  width: 224px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .team-carousel-wrapper .team-carousel-row__icon .team-carousel-row__img {
    height: 179px;
    width: 179px;
  }
}
@media (max-width: 991px) {
  .team-carousel-wrapper .team-carousel-row__icon .team-carousel-row__img {
    height: 141px;
  }
}
@media (max-width: 799px) {
  .team-carousel-wrapper .team-carousel-row__icon .team-carousel-row__img {
    height: 179px;
  }
}
@media (max-width: 767px) {
  .team-carousel-wrapper .team-carousel-row__icon .team-carousel-row__img {
    height: 136px;
  }
}
@media (max-width: 679px) {
  .team-carousel-wrapper .team-carousel-row__icon .team-carousel-row__img {
    height: 280px;
    width: 280px;
  }
}
.team-carousel-wrapper .owl-next {
  right: -30px !important;
}
@media (max-width: 679px) {
  .team-carousel-wrapper .owl-next {
    right: 0 !important;
  }
}
.team-carousel-wrapper .owl-prev {
  left: -30px !important;
}
@media (max-width: 679px) {
  .team-carousel-wrapper .owl-prev {
    left: 0 !important;
  }
}
.gallery-carousel-wrapper .owl-item,
.team-carousel-wrapper .owl-item {
  padding: 10px;
}
.gallery-carousel-wrapper .owl-item .gallery-carousel-row--heading,
.team-carousel-wrapper .owl-item .gallery-carousel-row--heading {
  display: none;
}
.gallery-carousel-wrapper .owl-item.center .gallery-carousel-row--heading,
.team-carousel-wrapper .owl-item.center .gallery-carousel-row--heading {
  display: block;
  background: #ab8055;
  color: #fff;
  padding: 10px 8px;
  font-size: 14px;
  border: 1px solid #fff;
  outline: 4px solid #ab8055;
  position: relative;
  top: 4px;
  width: 100%;
  margin: 10px auto;
}
.gallery-carousel-wrapper .owl-nav,
.team-carousel-wrapper .owl-nav {
  width: 100%;
  color: #ab8055;
}
.gallery-carousel-wrapper .owl-nav button,
.team-carousel-wrapper .owl-nav button {
  position: absolute;
  top: calc(50% - 160px);
}
.gallery-carousel-wrapper .owl-nav button.owl-prev,
.team-carousel-wrapper .owl-nav button.owl-prev {
  left: 0;
}
.gallery-carousel-wrapper .owl-nav button.owl-next,
.team-carousel-wrapper .owl-nav button.owl-next {
  right: 0;
}
.gallery-carousel-wrapper .owl-nav button:hover,
.team-carousel-wrapper .owl-nav button:hover {
  color: #ab8055 !important;
  opacity: 0.7;
  background: transparent !important;
}
.gallery-carousel-wrapper .owl-nav button span,
.team-carousel-wrapper .owl-nav button span {
  font-size: 165px;
}
.basicLightbox {
  padding: 25px;
}
.basicLightbox .basicLightbox__placeholder img {
  width: 100%;
}
.basicLightbox .basicLightbox__placeholder .lb-img-caption {
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 13pt;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.3;
}
.wp-block-separator {
  border-color: #60215f;
  margin-top: 30px;
  margin-bottom: 30px;
}
.feature-text-image {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 767px) {
  .feature-text-image {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.feature-text-image__button {
  min-width: 200px;
  display: inline-block;
}
.feature-text-image__image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .feature-text-image__image {
    display: none;
  }
}
.feature-text-image__image img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.feature-text-image__image > a {
  width: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.feature-text-image__imageinline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.feature-text-image__imageinline img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.feature-text-image__imageinline > a {
  width: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.feature-text-image__imageinline iframe {
  margin: 25px auto;
}
.feature-text-image__imageinline svg,
.feature-text-image__image svg {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  width: 40%;
  opacity: 0.5;
}
.feature-text-image__imageinline svg:hover,
.feature-text-image__image svg:hover {
  opacity: 1;
}
.feature-text-image__image--position-right {
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 767px) {
  .feature-text-image__image--position-right {
    -ms-flex-order: -1;
    order: -1;
  }
}
.feature-text-image__mobile-image {
  display: none;
  margin: 25px auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .feature-text-image__mobile-image {
    display: block;
  }
}
.feature-text-image__text-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .feature-text-image__text-section {
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.feature-text-image__text-section > h1,
.feature-text-image__text-section h2,
.feature-text-image__text-section h3,
.feature-text-image__text-section h4,
.feature-text-image__text-section p {
  width: 100%;
}
.feature-text-image__svg,
.feature-text-image__video-image {
  pointer-events: none;
}
.call-to-action {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b086ad;
}
@media (max-width: 767px) {
  .call-to-action {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
  }
}
.call-to-action__title {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .call-to-action__title {
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
  }
}
.call-to-action__button {
  background-color: #fff;
  color: #b086ad;
  font-family: "Montserrat", sans-serif;
}
.call-to-action__button:hover {
  color: #60215f;
}
@media (max-width: 767px) {
  .call-to-action__button {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.mobile-homepage-nav {
  display: none;
  margin: 27px 0;
}
@media (max-width: 767px) {
  .mobile-homepage-nav {
    display: block;
  }
}
#menu-mobile-homepage-menu > ul {
  padding-left: 0;
}
#menu-mobile-homepage-menu > ul .menu-item a {
  display: block;
  padding: 10px 24px;
  color: #000;
}
#menu-mobile-homepage-menu > ul .menu-item a:hover {
  background-color: #b086ad;
  color: #fff;
  text-decoration: none;
}
#menu-mobile-homepage-menu > ul > .menu-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-align: center;
  background: #60215f;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#menu-mobile-homepage-menu > ul > .menu-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #652664;
}
#menu-mobile-homepage-menu > ul > .menu-item > a {
  display: block;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 19px;
  position: relative;
  overflow: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu-mobile-homepage-menu > ul > .menu-item > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0.3;
  -webkit-transition: 0s;
  transition: 0s;
}
#menu-mobile-homepage-menu > ul > .menu-item > a:hover {
  background-color: transparent;
  opacity: 1;
  border-radius: 5px;
}
#menu-mobile-homepage-menu > ul > .menu-item-has-children .expand {
  display: block;
  width: 100%;
  height: 100%;
}
#menu-mobile-homepage-menu > ul > .menu-item-has-children .expand svg {
  fill: #fff;
  top: 15px;
  float: right;
  margin-right: 10px;
}
#menu-mobile-homepage-menu > ul > .menu-item-has-children.open {
  background-color: #541c53;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#menu-mobile-homepage-menu > ul > .menu-item-has-children.open .expand .minus {
  fill: #fff;
}
#menu-mobile-homepage-menu > ul > .menu-item-has-children.open > a {
  color: #fff;
}
#menu-mobile-homepage-menu > ul > .menu-item-has-children.open > a:after {
  -ms-transform: scale(10, 10);
  -webkit-transform: scale(10, 10);
  transform: scale(10, 10);
  opacity: 0;
  transition: -ms-transform 0.5s, opacity 1s;
  transition: -webkit-transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s;
  -webkit-transition: -webkit-transform 0.5s, opacity 1s;
}
#menu-mobile-homepage-menu > ul .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #f0f0f0;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  list-style: none;
  z-index: 1;
  z-index: 2;
  overflow: hidden;
  padding: 0;
}
.post-small {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .post-small {
    margin-bottom: 25px;
  }
}
.post-small__wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 50px 20px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  box-shadow: 0 5px 20px rgba(100, 100, 100, 0.3);
}
.post-small__image {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .post-small__image {
    display: none;
  }
}
.post-small__title {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  display: block;
  width: 100%;
}
.post-small__title-link {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px !important;
  display: block;
  width: 100%;
  color: #60215f;
  height: 70px;
  overflow: hidden;
}
.post-small__title-link:hover {
  color: #60215f;
}
@media (max-width: 1200px) {
  .post-small__title-link {
    height: auto;
  }
}
.post-small__author {
  color: #b086ad !important;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-small__author {
    display: inline-block;
  }
}
.post-small__read-more {
  color: #b086ad;
}
.post-small__read-more:hover {
  color: #b086ad;
}
.post-small__category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #b086ad;
  display: inline-block;
}
.post-small__category:hover {
  color: #fff;
}
.post-small__content {
  font-size: 14px;
}
@media (max-width: 767px) {
  .post-small__content {
    display: none;
  }
}
.post-small__author-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.post-small__image-wrapper {
  max-width: 80px;
  width: 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.post-small__author-details {
  padding-left: 10px;
}
.post-small__details {
  font-size: 14px;
  margin-bottom: 5px;
}
.post-small__details:last-of-type {
  margin-bottom: 0;
}
.back-to-top {
  display: none;
  bottom: -50px;
}
.back-to-top.show {
  background-color: #b086ad;
  border-radius: 4px;
  border: 1px solid #fff;
  bottom: 0;
  bottom: 60px;
  display: block;
  height: 50px;
  position: fixed;
  text-align: center;
  width: 50px;
  opacity: 0.9;
  z-index: 100000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.2s ease-in-out 0s;
  transition: all 0.5s ease-out;
  right: 12.8px;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.back-to-top.show svg {
  width: 100%;
  position: relative;
  height: 20px;
  fill: #fff;
  top: 13px;
}
@media (max-width: 767px) {
  .back-to-top.show {
    bottom: 60px;
    right: 15px;
    padding: 7px;
  }
  .back-to-top.show svg {
    top: 8px;
  }
}
.sitemap {
  padding-left: 0;
}
.sitemap__top-level {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #60215f;
  color: #60215f;
}
.sitemap__top-level > a {
  font-size: 18px;
  font-weight: bold;
  color: #60215f !important;
}
.sitemap__top-level a {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}
.sitemap__inner-menu {
  list-style: disc;
}
.sitemap__inner-menu ul {
  list-style: disc;
}
.repayment-calculator-wrapper {
  padding: 0 !important;
}
.calculator-white-border {
  border: 4px solid #fff;
  padding: 10px;
  margin: 50px;
  line-height: 22px;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.calculator-opacity {
  opacity: 0.3;
}
.calculator-cost {
  margin-bottom: 0;
  width: 80%;
}
#calculator-dropdown {
  cursor: pointer;
}
#calculator-dropdown .icons {
  margin-left: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-content #calculator-dropdown *[class*="col-"] {
  margin-bottom: 0px !important;
}
.flip {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#calculator_img {
  max-height: 78px;
}
#arrows_img {
  height: 35px;
  margin-left: 15px;
  margin-top: 10px;
  -moz-transition: -ms-transform 1s;
  -moz-transition: -webkit-transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: -ms-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -webkit-transition: transform 1s;
  transition: -ms-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
}
.flex-dropdown {
  min-height: 123px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-heading {
  color: #fff;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .dropdown-heading {
    font-size: 20px;
  }
}
@media (max-width: 554px) {
  #calculator-dropdown .flex-dropdown {
    max-width: 370px;
    margin: auto;
    padding: 0px 20px 0px 15px;
  }
  #calculator-dropdown .flex-dropdown .icons {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: 20px;
  }
}
.calculator-white-border h1 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3px;
}
.calculator-slider {
  position: relative;
  margin-top: 10px;
  max-width: 490px;
  margin: 0 auto;
}
.calculator-slider label {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 7px;
}
.calculator-slider #calculator-value {
  color: #fff;
  font-size: 31px;
  font-weight: 600;
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}
#calculator-min,
#calculator-max {
  color: #fff;
  font-size: 19px;
  margin-top: 0px;
  position: absolute;
  opacity: 0.8;
  font-family: "Montserrat", sans-serif;
}
#calculator-max {
  right: -20px;
}
#calculator-min {
  left: -20px;
}
.calculator-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  background: #fff;
  margin: 8.8px 0;
  height: 12px;
}
.calculator-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -9px;
  height: 25px;
  width: 25px;
  background-color: #ab8055;
  border-radius: 50%;
  cursor: pointer;
}
.calculator-slider input[type="range"]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  background-color: #ab8055;
  border-radius: 50%;
  cursor: pointer;
}
.calculator-slider input[type="range"]::-ms-thumb {
  height: 25px;
  width: 25px;
  background-color: #ab8055;
  border-radius: 50%;
  cursor: pointer;
}
.calculator-slider input[type="range"]:focus {
  outline: none;
}
.calculator-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 380px;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.calculator-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
.calculator-slider input[type="range"]::-moz-range-track {
  width: 380px;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.calculator-slider input[type="range"]::-ms-track {
  width: 380px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.calculator-slider input[type="range"]::-ms-track {
  width: 380px;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.calculator-slider input[type="range"]::-ms-fill-lower {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.calculator-slider input[type="range"]:focus::-ms-fill-lower {
  background: #fff;
}
.calculator-slider input[type="range"]::-ms-fill-upper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.calculator-slider input[type="range"]:focus::-ms-fill-upper {
  background: #fff;
}
.calculator-months {
  margin-top: 0;
}
.calculator-months .calendar-images {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 285px;
  margin: auto;
}
.calculator-calendar {
  position: relative;
}
.calculator-calendar .calendar-numbers {
  position: absolute;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: bold;
  line-height: 21px;
}
#three {
  top: 50px;
  left: 28px;
}
#nine {
  top: 50px;
  left: 28px;
}
#ten {
  top: 50px;
  left: 15px;
}
#fifteen {
  top: 50px;
  right: 12px;
}
.calculator-months h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.calculator-months p {
  color: #fff;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0px;
}
.calculator-months .calculator-months-text {
  margin-top: 5px;
}
.calendar-images {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.details-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.details-wrapper.is-fee .establishment-fee {
  display: none;
}
.establishment-fee,
.calculator-deposit {
  border: 2px solid #ab8055;
  max-width: 270px;
  margin: 0;
  padding: 13px 7px;
}
.with-plus:before,
.establishment-fee:before {
  content: "+";
  color: #ab8055;
  font-size: 50px;
  position: absolute;
  left: -43px;
  top: 37px;
}
.establishment-fee h6,
.calculator-deposit h6 {
  color: #fff;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.establishment-fee h5,
.calculator-deposit h5 {
  color: #fff;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
}
.calculator-repayment {
  position: relative;
  height: 540px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.calculator-tooth {
  position: absolute;
  -ms-transform: scale(1.23);
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  left: 18px;
  top: 50px;
}
.calculator-tooth-position h5 {
  color: #fff;
  font-size: 30px;
  max-width: 200px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 90px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.calculator-tooth-position h6 {
  color: #ab8055;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
a.calculator-yellow-button {
  padding-top: 10px;
  background-color: #ab8055;
  color: #fff;
  max-width: 300px;
  width: 100%;
  height: 71px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
}
a.calculator-yellow-button:hover {
  font-size: 24.2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.calculator-disclaimer {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 9.5px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-style: italic;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.calculator-disclaimer a {
  cursor: pointer;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 14px;
}
.calculator-disclaimer a:hover {
  color: #fff;
}
.calculator-disclaimer-side {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px 0.5px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-style: italic;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  top: 30px;
  position: relative;
}
.calculator-disclaimer-side a {
  cursor: pointer;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 14px;
}
.calculator-disclaimer-side a:hover {
  color: #fff;
}
.establishment-fee,
.calculator-slider,
.calculator-months,
.calculator-deposit,
.calculator-repayment {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.calculator-switch {
  border: 1px solid #ab8055;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.calculator-switch div {
  width: 50%;
  padding: 15px 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.calculator-switch div.active {
  background: #ab8055;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .calculator-disclaimer br {
    display: none;
  }
  .calculator-white-border {
    width: 924px;
    margin: 50px auto;
  }
}
@media (max-width: 991px) {
  .flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calculator-disclaimer br {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .calculator-slider,
  .calculator-months,
  .calculator-deposit,
  .calculator-repayment {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .calculator-white-border {
    margin: 30px;
    border: 2px solid #fff;
  }
  .calculator-white-border h1 {
    margin-top: 16px;
    margin-bottom: 25px;
    font-size: 24px;
  }
  .calculator-slider #calculator-value {
    margin-top: 10px;
  }
  .calculator-slider input[type="range"]::-webkit-slider-thumb {
    margin-top: -10px;
    height: 30px;
    width: 30px;
  }
  .calculator-slider input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 30px;
  }
  .calculator-slider input[type="range"]::-ms-thumb {
    height: 30px;
    width: 30px;
  }
  #calculator-min {
    left: -5px;
  }
  #calculator-max {
    right: -5px;
  }
  .calculator-months {
    margin-top: 27px;
  }
  .calculator-months h5 {
    font-size: 29px;
  }
  .calculator-repayment {
    margin-bottom: -30px;
  }
  .establishment-fee,
  .calculator-deposit {
    border: 1px solid #ab8055;
  }
  a.calculator-yellow-button {
    font-weight: 700;
  }
}
@media (max-width: 575px) {
  .establishment-fee,
  .calculator-slider,
  .calculator-months,
  .calculator-deposit,
  .calculator-repayment {
    -ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  .establishment-fee:before {
    left: -27%;
  }
  .calculator-white-border {
    margin: 20px;
    border: 1.5px solid #fff;
  }
  .calculator-white-border h1 {
    margin-top: 25 dpx;
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 1.2;
  }
  .calculator-slider label {
    font-weight: 300;
  }
  .calculator-slider #calculator-value {
    margin-top: 3px;
  }
  .calculator-slider input[type="range"]::-webkit-slider-thumb {
    margin-top: -12px;
    height: 33px;
    width: 33px;
  }
  .calculator-slider input[type="range"]::-moz-range-thumb {
    height: 33px;
    width: 33px;
  }
  .calculator-slider input[type="range"]::-ms-thumb {
    height: 33px;
    width: 33px;
  }
  .calculator-months {
    margin-top: 0px;
  }
  .calendar-images {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .calculator-months h5 {
    font-size: 28px;
    font-weight: 500;
  }
  .calculator-months p {
    font-weight: 300;
  }
  .establishment-fee,
  .calculator-deposit {
    margin: -18px auto -22px auto;
    padding: 16px 20px;
    border: 1.5px solid #ab8055;
  }
  .establishment-fee,
  .calculator-deposit h6 {
    font-weight: 300;
    font-size: 26px;
  }
  .establishment-fee,
  .calculator-deposit h5 {
    font-size: 26px;
  }
  .calculator-tooth-position h5 {
    font-weight: 300;
    font-size: 29px;
    margin-top: 98px;
  }
  .calculator-repayment {
    margin-bottom: -60px;
  }
  a.calculator-yellow-button {
    font-weight: 600;
  }
  .calculator-disclaimer {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .calculator-switch {
    display: block;
  }
  .calculator-switch div {
    width: 100%;
  }
  .calculator-slider {
    -ms-transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
  }
  .calculator-cost {
    width: 100%;
    margin-bottom: -55px;
  }
  .details-wrapper {
    display: block;
  }
  .with-plus:before,
  .establishment-fee:before {
    left: calc(50% - 10px);
    top: -30px;
  }
  .calculator-repayment {
    height: 430px;
  }
}
.overlap-block {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.overlap-block__image {
  margin-right: -50px;
  margin-left: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .overlap-block__image {
    display: none;
  }
}
.overlap-block__image--position-right {
  margin-right: 50px;
  margin-left: -50px;
  -ms-flex-order: 2;
  order: 2;
}
.overlap-block__text {
  margin-left: -50px;
  margin-right: 50px;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .overlap-block__text {
    margin: 0 auto !important;
  }
}
.overlap-block__text--position-right {
  margin-right: -50px;
  margin-left: 50px;
}
.overlap-block__text-inner {
  max-width: 100%;
  padding: 46px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.overlap-block__mobile-image {
  display: none;
  margin: 25px auto;
}
@media (max-width: 991px) {
  .overlap-block__mobile-image {
    display: block;
  }
}
@media (min-width: 768px) {
  #menu-footer-menu .sub-menu {
    display: block !important;
  }
}
.site-footer {
  background: #60215f;
  color: #fff;
}
.site-footer ul {
  list-style: none;
}
.site-footer .first-row {
  background: #ab8055;
  color: #fff;
  padding: 40px 0;
  font-size: 24px;
  font-weight: normal;
}
.site-footer .first-row p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.6;
}
.site-footer .first-row a {
  color: #ab8055;
  background: #fff;
}
.site-footer .second-row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.site-footer .second-row .address img {
  fill: #fff;
  max-width: 230px;
  max-height: 130px;
  height: 130px;
  width: 100%;
}
.site-footer .second-row .address img.family-owner-logo {
  width: 180px;
  height: auto;
  max-height: none;
}
@media (min-width: 769px) {
  .site-footer .second-row .address img.family-owner-logo {
    margin-top: 15px;
  }
}
.site-footer .second-row .address p {
  font-weight: 300;
  max-width: 260px;
}
.site-footer .second-row .address p span {
  display: none;
}
.site-footer .second-row .address .family-business-logo {
  display: none;
}
.site-footer .second-row #menu-footer-menu {
  padding-top: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .second-row #menu-footer-menu a {
  font-family: "Montserrat", sans-serif;
}
.site-footer .second-row #menu-footer-menu > li > a {
  color: #fff;
  font-weight: 600;
}
.site-footer .second-row #menu-footer-menu > li ul a {
  color: #fff;
}
.site-footer .second-row .social {
  width: 110px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .second-row .social svg {
  fill: #fff;
  max-width: 30px;
  height: 24px;
}
.site-footer .second-row .social svg.youtube {
  height: 28px;
}
.site-footer .site-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 15px;
}
.site-footer .site-info .copyright {
  font-size: 14px;
  margin-bottom: 10px;
}
.site-footer .site-info .social {
  width: 110px;
  display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .site-info .social svg {
  fill: #fff;
  max-width: 30px;
  height: 24px;
}
.site-footer .site-info .social svg.youtube {
  height: 28px;
}
@media (max-width: 1199px) {
  .site-footer .first-row {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .site-footer .second-row {
    font-size: 14px;
  }
  .site-footer .second-row #menu-footer-menu {
    font-size: 14px;
  }
  .site-footer .second-row .address svg {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .site-footer .first-row {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
  }
  .site-footer .first-row p {
    display: none;
  }
  .site-footer .first-row a {
    color: #fff;
    background: #60215f;
  }
  .site-footer .first-row a span {
    color: #fff;
  }
  .site-footer .second-row {
    border: 0;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .site-footer .second-row .address {
    font-size: 10px;
  }
  .site-footer .second-row .address p span {
    display: block;
    font-weight: 600;
  }
  .site-footer .second-row .address svg {
    height: 70px;
  }
  .site-footer .second-row .footer-navigation {
    padding: 0;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu {
    display: block;
    padding: 0;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .site-footer
    .second-row
    .footer-navigation
    #menu-footer-menu
    > li:first-child {
    border-top: 1px solid #fff;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu > li a {
    padding: 15px;
    display: block;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu > li ul {
    display: none;
    padding: 0 0 7px;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu > li ul a {
    padding: 8px 15px;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu li {
    position: relative;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu li .expand {
    top: 6px;
    display: block;
  }
  .site-footer .second-row .footer-navigation #menu-footer-menu li .expand svg {
    fill: #fff;
  }
  .site-footer .second-row .social {
    display: none;
  }
  .site-footer .site-info {
    display: block;
    padding: 20px;
  }
  .site-footer .site-info:before {
    content: "Connect";
    font-weight: 600;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .site-footer .site-info .family-business-logo {
    display: none;
  }
  .site-footer .site-info .copyright {
    display: none;
  }
  .site-footer .site-info .social {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 575px) {
  .site-footer .second-row .address {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-footer .second-row .address a {
    display: none;
  }
  .site-footer .second-row .address .family-business-logo {
    display: block;
  }
  .site-footer .second-row .address img.family-owner-logo {
    width: 90px;
  }
}
.col-flex-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-width-row {
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .full-width-row {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.section-title {
  font-size: 34px;
  font-weight: normal;
}
.section-title-link:hover {
  text-decoration: none !important;
}
.clear {
  clear: both;
}
.switchable {
  display: none;
}
.switchable.show {
  display: block;
}
.switchable-mobile {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .switchable-mobile {
    display: none;
  }
  .switchable-mobile.show {
    display: block;
  }
}

