@import url(bootstrap.min.css);
@import url(font-awesome.css);
/* spin infinite animation 360deg*/
/* infinite animation*/
@import url("https://fonts.googleapis.com/css?family=Lato:900|Open+Sans:400,600,700|Poppins:400,600,700,800&display=swap");
@-webkit-keyframes triangleMoveX {
  from {
    background-position: 0 0; }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -400vw 0; } }
@-moz-keyframes spinR {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spinR {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spinR {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spinL {
  100% {
    -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spinL {
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes spinL {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/* infinite animation vertical*/
@-webkit-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-5px); } }
@-o-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-15px); }
  60% {
    -o-transform: translateY(-5px); } }
@keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }
/* infinite animation horizontal*/
@-webkit-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-15px); }
  60% {
    -webkit-transform: translateX(-5px); } }
@-moz-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(-15px); }
  60% {
    -moz-transform: translateX(-5px); } }
@-o-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0); }
  40% {
    -o-transform: translateX(-15px); }
  60% {
    -o-transform: translateX(-5px); } }
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-15px); }
  60% {
    transform: translateX(-5px); } }
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*used Colors*/
/*used Colors*/
/*Others Colors*/
/*START Buttons------------------------------------------*/
a.btn-1, button.btn-1, li.btn-1 {
  background-color: transparent;
  border: none;
  border-radius: none !important;
  box-shadow: none;
  color: #5d0230 !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans' !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, li.btn-1:hover, li.btn-1:focus, li.btn-1:active {
    text-decoration: none;
    border-color: none !important;
    color: #000000 !important; }
    a.btn-1:hover.arrow::after, a.btn-1:focus.arrow::after, a.btn-1:active.arrow::after, button.btn-1:hover.arrow::after, button.btn-1:focus.arrow::after, button.btn-1:active.arrow::after, li.btn-1:hover.arrow::after, li.btn-1:focus.arrow::after, li.btn-1:active.arrow::after {
      animation: bounceX 2s infinite; }
  a.btn-1.pink, button.btn-1.pink, li.btn-1.pink {
    color: #b1025b !important; }
  a.btn-1.arrow, button.btn-1.arrow, li.btn-1.arrow {
    margin: 0 34px 0 0; }
    a.btn-1.arrow::after, button.btn-1.arrow::after, li.btn-1.arrow::after {
      content: "";
      background-image: url("../images/icons/arrow-right-pink.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      display: block;
      right: -34px;
      top: -1px;
      position: absolute;
      width: 18px;
      height: 18px; }
  a.btn-1.arrow-border, button.btn-1.arrow-border, li.btn-1.arrow-border {
    padding-right: 40px !important; }
    a.btn-1.arrow-border::after, button.btn-1.arrow-border::after, li.btn-1.arrow-border::after {
      content: "";
      background-image: url("../images/icons/chevron-arrow-right.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      margin-left: 0;
      position: absolute;
      right: 0;
      top: -3px;
      width: 23px;
      height: 23px; }
    a.btn-1.arrow-border:hover, button.btn-1.arrow-border:hover, li.btn-1.arrow-border:hover {
      color: #000000 !important; }
      a.btn-1.arrow-border:hover::after, button.btn-1.arrow-border:hover::after, li.btn-1.arrow-border:hover::after {
        background-image: url("../images/icons/chevron-arrow-right-black.svg"); }
a.btn-2, button.btn-2, li.btn-2 {
  background-color: #960851;
  border-radius: 30px !important;
  border: 2px solid #960851 !important;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block !important;
  font-family: 'Open Sans' !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 35px 15px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active, li.btn-2:hover, li.btn-2:focus, li.btn-2:active {
    background-color: transparent !important;
    text-decoration: none;
    color: #960851 !important;
    border-color: #960851 !important; }
    a.btn-2:hover.arrow::after, a.btn-2:focus.arrow::after, a.btn-2:active.arrow::after, button.btn-2:hover.arrow::after, button.btn-2:focus.arrow::after, button.btn-2:active.arrow::after, li.btn-2:hover.arrow::after, li.btn-2:focus.arrow::after, li.btn-2:active.arrow::after {
      background-image: url("../images/icons/arrow-right-pink.svg");
      animation: bounceX 2s infinite; }
  a.btn-2.white, button.btn-2.white, li.btn-2.white {
    background-color: transparent !important;
    color: #000000 !important;
    border-color: #ffffff !important; }
    a.btn-2.white.arrow, button.btn-2.white.arrow, li.btn-2.white.arrow {
      padding-right: 40px !important; }
      a.btn-2.white.arrow::after, button.btn-2.white.arrow::after, li.btn-2.white.arrow::after {
        background-image: url("../images/icons/arrow-right-pink.svg"); }
    a.btn-2.white:hover, a.btn-2.white:focus, a.btn-2.white:active, button.btn-2.white:hover, button.btn-2.white:focus, button.btn-2.white:active, li.btn-2.white:hover, li.btn-2.white:focus, li.btn-2.white:active {
      border-color: #ffffff !important;
      background-color: transparent !important;
      color: #ffffff !important; }
      a.btn-2.white:hover.arrow::after, a.btn-2.white:focus.arrow::after, a.btn-2.white:active.arrow::after, button.btn-2.white:hover.arrow::after, button.btn-2.white:focus.arrow::after, button.btn-2.white:active.arrow::after, li.btn-2.white:hover.arrow::after, li.btn-2.white:focus.arrow::after, li.btn-2.white:active.arrow::after {
        background-image: url("../images/icons/arrow-right-white.svg");
        animation: bounceX 2s infinite; }
  a.btn-2.black, button.btn-2.black, li.btn-2.black {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important; }
    a.btn-2.black.arrow, button.btn-2.black.arrow, li.btn-2.black.arrow {
      padding-right: 40px !important; }
      a.btn-2.black.arrow::after, button.btn-2.black.arrow::after, li.btn-2.black.arrow::after {
        background-image: url("../images/icons/arrow-right-white.svg"); }
    a.btn-2.black:hover, a.btn-2.black:focus, a.btn-2.black:active, button.btn-2.black:hover, button.btn-2.black:focus, button.btn-2.black:active, li.btn-2.black:hover, li.btn-2.black:focus, li.btn-2.black:active {
      color: #000000 !important;
      background-color: #ffffff !important; }
      a.btn-2.black:hover.arrow::after, a.btn-2.black:focus.arrow::after, a.btn-2.black:active.arrow::after, button.btn-2.black:hover.arrow::after, button.btn-2.black:focus.arrow::after, button.btn-2.black:active.arrow::after, li.btn-2.black:hover.arrow::after, li.btn-2.black:focus.arrow::after, li.btn-2.black:active.arrow::after {
        background-image: url("../images/icons/arrow-right-pink.svg");
        animation: bounceX 2s infinite; }
  a.btn-2.pink, button.btn-2.pink, li.btn-2.pink {
    background-color: #b1025b !important;
    border-color: #b1025b !important;
    color: #ffffff !important; }
    a.btn-2.pink.arrow, button.btn-2.pink.arrow, li.btn-2.pink.arrow {
      padding-right: 40px !important; }
      a.btn-2.pink.arrow::after, button.btn-2.pink.arrow::after, li.btn-2.pink.arrow::after {
        background-image: url("../images/icons/arrow-right-white.svg"); }
    a.btn-2.pink:hover, a.btn-2.pink:focus, a.btn-2.pink:active, button.btn-2.pink:hover, button.btn-2.pink:focus, button.btn-2.pink:active, li.btn-2.pink:hover, li.btn-2.pink:focus, li.btn-2.pink:active {
      color: #b1025b !important;
      background-color: #ffffff !important; }
      a.btn-2.pink:hover.arrow::after, a.btn-2.pink:focus.arrow::after, a.btn-2.pink:active.arrow::after, button.btn-2.pink:hover.arrow::after, button.btn-2.pink:focus.arrow::after, button.btn-2.pink:active.arrow::after, li.btn-2.pink:hover.arrow::after, li.btn-2.pink:focus.arrow::after, li.btn-2.pink:active.arrow::after {
        background-image: url("../images/icons/arrow-right-pink.svg");
        animation: bounceX 2s infinite; }
  a.btn-2.arrow, button.btn-2.arrow, li.btn-2.arrow {
    padding-right: 40px !important; }
    a.btn-2.arrow::after, button.btn-2.arrow::after, li.btn-2.arrow::after {
      content: "";
      background-image: url("../images/icons/arrow-right-white.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      margin-left: 0;
      position: absolute;
      right: 12px;
      top: 12px;
      width: 11px;
      height: 18px; }
  a.btn-2.no-border-radius, button.btn-2.no-border-radius, li.btn-2.no-border-radius {
    border-radius: 4px !important; }

/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  background-image: url("../images/bg-footer.jpg");
  background-color: #b1025b;
  background-position: 50% 70%;
  background-size: cover;
  position: relative; }
  footer.footer .footer-top {
    position: relative;
    overflow: hidden;
    padding: 110px 0 80px; }
    footer.footer .footer-top .column-item {
      position: relative; }
      footer.footer .footer-top .column-item:first-child {
        flex: 0 1 55%; }
      footer.footer .footer-top .column-item .logo-footer {
        margin-bottom: 70px; }
        footer.footer .footer-top .column-item .logo-footer a img, footer.footer .footer-top .column-item .logo-footer div img {
          width: 380px;
          max-width: 100%; }
      footer.footer .footer-top .column-item .info-footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; }
        footer.footer .footer-top .column-item .info-footer span:first-child {
          flex: 0 1 40%; }
        footer.footer .footer-top .column-item .info-footer span:last-child {
          flex: 0 1 35%; }
      footer.footer .footer-top .column-item p, footer.footer .footer-top .column-item span, footer.footer .footer-top .column-item a, footer.footer .footer-top .column-item .contact-info, footer.footer .footer-top .column-item .addres-org, footer.footer .footer-top .column-item strong {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.89;
        letter-spacing: normal;
        color: #ffffff;
        display: inline-block;
        margin-bottom: 0;
        text-transform: none;
        transition: all 0.4s ease; }
        footer.footer .footer-top .column-item p:last-of-type, footer.footer .footer-top .column-item span:last-of-type, footer.footer .footer-top .column-item a:last-of-type, footer.footer .footer-top .column-item .contact-info:last-of-type, footer.footer .footer-top .column-item .addres-org:last-of-type, footer.footer .footer-top .column-item strong:last-of-type {
          margin-bottom: 0; }
      footer.footer .footer-top .column-item a:not(.logo-footer a) {
        border-bottom: 1px solid transparent; }
        footer.footer .footer-top .column-item a:not(.logo-footer a):hover {
          text-decoration: none;
          border-color: #ffffff; }
      footer.footer .footer-top .column-item .icons-awards a, footer.footer .footer-top .column-item .icons-awards .single-award {
        transition: all 0.4s ease;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        margin: 0 0 0 20px; }
        footer.footer .footer-top .column-item .icons-awards a img, footer.footer .footer-top .column-item .icons-awards .single-award img {
          width: 120px;
          height: 120px; }
        footer.footer .footer-top .column-item .icons-awards a:hover, footer.footer .footer-top .column-item .icons-awards .single-award:hover {
          -webkit-transform: scale(1.2, 1.2);
          -moz-transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }
  footer.footer .footer-bottom {
    background-color: #000000;
    color: #ffffff;
    padding: 14px 0 13px;
    position: relative; }
    footer.footer .footer-bottom .container {
      position: relative; }
    footer.footer .footer-bottom .created-by {
      margin-right: auto; }
    footer.footer .footer-bottom .copy-r {
      margin-right: 10px; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .copy-r p, footer.footer .footer-bottom .created-by, footer.footer .footer-bottom .created-by a {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 0;
      text-align: center; }
    footer.footer .footer-bottom a {
      font-family: 'Poppins', sans-serif;
      border-bottom: 1px solid transparent;
      color: #ffffff;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 0;
      text-align: center;
      text-decoration: none !important; }
      footer.footer .footer-bottom a:hover {
        text-decoration: none;
        border-color: #ffffff; }

@media only screen and (max-width: 991px) {
  footer.footer .footer-top {
    padding: 40px 0 20px;
    text-align: center; }
    footer.footer .footer-top .column-item {
      flex-basis: 100% !important; }
      footer.footer .footer-top .column-item .logo-footer {
        margin-bottom: 40px; }
      footer.footer .footer-top .column-item .icons-awards {
        flex-wrap: wrap;
        margin-top: 40px;
        justify-content: center !important; }
        footer.footer .footer-top .column-item .icons-awards a {
          margin: 0 10px 0; }

  footer.footer .footer-bottom .container {
    max-width: 100%; } }
@media only screen and (max-width: 767px) {
  footer.footer .footer-top .column-item {
    flex: 1 0 100% !important;
    margin-left: 0 !important;
    padding: 0 15px; }
    footer.footer .footer-top .column-item .logo-footer {
      margin-bottom: 30px; }
    footer.footer .footer-top .column-item .logo-footer, footer.footer .footer-top .column-item .contact-info, footer.footer .footer-top .column-item .follow-us, footer.footer .footer-top .column-item .social-network {
      text-align: center !important;
      display: block;
      padding: 0; }
    footer.footer .footer-top .column-item .info-footer span:first-child {
      flex: 0 1 100%; }
    footer.footer .footer-top .column-item .info-footer span:last-child {
      flex: 0 1 100%; }
    footer.footer .footer-top .column-item .contact-info {
      text-align: center; }
      footer.footer .footer-top .column-item .contact-info p {
        text-align: center !important; }

  footer.footer .footer-bottom {
    text-align: center; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .copy-r p, footer.footer .footer-bottom .created-by {
      text-align: center;
      line-height: 1.3;
      margin: 0 auto; }
    footer.footer .footer-bottom ul.social-network {
      text-align: center !important;
      margin: 20px auto 10px !important; } }
@media only screen and (max-width: 576px) {
  footer.footer .footer-bottom {
    padding: 20px; }
    footer.footer .footer-bottom .copy-r {
      margin-bottom: 10px; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .created-by, footer.footer .footer-bottom a, footer.footer .footer-bottom p {
      font-size: 12px; } }
/*END footer------------------------------------------*/
/* START header-------------*/
/*START Sticky header*/
body.fixed header.header {
  background: #CCCDCD;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.47);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  -webkit-animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
  body.fixed header.header::after, body.fixed header.header::before {
    content: none; }
  body.fixed header.header .navbar .navbar-header .navbar-brand {
    margin: 10px 0 10px 10px; }
    body.fixed header.header .navbar .navbar-header .navbar-brand img {
      width: 195px; }
  body.fixed header.header #NavDropdown ul {
    align-items: center; }
  body.fixed header.header #NavDropdown ul#menu-main-menu > li > a {
    mix-blend-mode: inherit;
    color: #292f3f; }

/*End Sticky header*/
header.header {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  width: 100%;
  z-index: 1030; }
  header.header::before {
    content: none;
    background-image: linear-gradient(to bottom, #000000 -14%, rgba(0, 0, 0, 0));
    opacity: 0.65;
    height: 194px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: block; }
  header.header p {
    margin-bottom: 0 !important; }
  header.header #open-search {
    background-image: url("../images/icons/search-icon.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    align-self: center;
    border-radius: 0;
    right: 0;
    border: none;
    color: #ffffff;
    font-size: 0;
    width: 17px;
    height: 17px;
    margin-left: 15px;
    padding: 0 !important;
    position: relative;
    text-align: center;
    transition: all 0.4s ease; }
    header.header #open-search:hover, header.header #open-search:focus, header.header #open-search:active {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      box-shadow: none;
      outline: none !important;
      transition: all 0.4s ease; }
      header.header #open-search:hover::before, header.header #open-search:focus::before, header.header #open-search:active::before {
        font-size: 24px; }

/*END header-------------------------------------*/
.header-bottom {
  flex-basis: calc(100% - 184px); }

.height-wrap {
  position: relative;
  width: 100%; }

/*START Main Navigation------------------------------------------*/
.navbar, .navbar.navbar-expand-xl {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .navbar .navbar-header, .navbar.navbar-expand-xl .navbar-header {
    position: relative;
    overflow: hidden;
    padding: 0; }
    .navbar .navbar-header .navbar-brand, .navbar.navbar-expand-xl .navbar-header .navbar-brand {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: transparent;
      border-radius: none;
      display: block;
      height: 100%;
      margin: 15px 0 15px 0;
      overflow: hidden;
      position: relative;
      padding: 10px 10px 10px 0 !important;
      width: 100%;
      transition: all 0.4s ease; }
      .navbar .navbar-header .navbar-brand img, .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
        width: 290px;
        max-width: 100%;
        transition: all 0.4s ease; }

#NavDropdown {
  font-size: 1rem;
  padding: 0;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  #NavDropdown ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse; }
    #NavDropdown ul li, #NavDropdown ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #NavDropdown ul li.only-mobile, #NavDropdown ul li.open.only-mobile {
        display: none; }
      #NavDropdown ul li.active > a, #NavDropdown ul li.open.active > a {
        background: transparent; }
        #NavDropdown ul li.active > a::after, #NavDropdown ul li.open.active > a::after {
          width: 24px !important; }
        #NavDropdown ul li.active > a:hover, #NavDropdown ul li.active > a:focus, #NavDropdown ul li.active > a:active, #NavDropdown ul li.open.active > a:hover, #NavDropdown ul li.open.active > a:focus, #NavDropdown ul li.open.active > a:active {
          text-decoration: none; }
      #NavDropdown ul li a, #NavDropdown ul li.open a {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        background: transparent;
        border-radius: 0;
        border: none;
        color: #ffffff;
        display: block;
        font-size: 14px;
        letter-spacing: 0.44px;
        line-height: normal;
        padding: 7px 35px 7px 0;
        position: relative;
        text-align: left;
        text-shadow: none;
        text-transform: uppercase;
        transition: all 0.4s ease;
        white-space: normal; }
        #NavDropdown ul li a::before, #NavDropdown ul li.open a::before {
          content: none; }
        #NavDropdown ul li a::after, #NavDropdown ul li.open a::after {
          content: "";
          background: #ffffff;
          border: none;
          top: 0;
          left: 0;
          margin: 0 auto;
          position: absolute;
          transition: 0.4s;
          border-radius: 1.5px;
          width: 0;
          height: 3px; }
        #NavDropdown ul li a:hover, #NavDropdown ul li a:focus, #NavDropdown ul li a:active, #NavDropdown ul li.open a:hover, #NavDropdown ul li.open a:focus, #NavDropdown ul li.open a:active {
          text-decoration: none; }
          #NavDropdown ul li a:hover::after, #NavDropdown ul li a:focus::after, #NavDropdown ul li a:active::after, #NavDropdown ul li.open a:hover::after, #NavDropdown ul li.open a:focus::after, #NavDropdown ul li.open a:active::after {
            width: 24px; }
      #NavDropdown ul li ul, #NavDropdown ul li.open ul {
        background-color: #b2b4b4;
        border: none;
        display: none;
        height: unset;
        min-height: 0;
        text-align: left;
        left: 0;
        isolation: isolate;
        padding: 0 !important; }
        #NavDropdown ul li ul li, #NavDropdown ul li.open ul li {
          display: block;
          margin: 0 !important; }
          #NavDropdown ul li ul li:first-child a, #NavDropdown ul li.open ul li:first-child a {
            border-top-left-radius: .25rem !important;
            border-top-right-radius: .25rem !important;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px; }
          #NavDropdown ul li ul li:last-child a, #NavDropdown ul li.open ul li:last-child a {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: .25rem !important;
            border-bottom-left-radius: .25rem !important; }
          #NavDropdown ul li ul li.active > a, #NavDropdown ul li.open ul li.active > a {
            background: #ffffff;
            color: #b1025b !important; }
            #NavDropdown ul li ul li.active > a::before, #NavDropdown ul li ul li.active > a::after, #NavDropdown ul li.open ul li.active > a::before, #NavDropdown ul li.open ul li.active > a::after {
              content: none !important; }
          #NavDropdown ul li ul li::before, #NavDropdown ul li ul li::after, #NavDropdown ul li.open ul li::before, #NavDropdown ul li.open ul li::after {
            content: none !important; }
          #NavDropdown ul li ul li a, #NavDropdown ul li.open ul li a {
            font-family: 'Open Sans', sans-serif;
            border-top: 0;
            color: #292f3f !important;
            font-size: 14px;
            font-stretch: normal;
            font-style: normal;
            font-weight: bold;
            letter-spacing: 0.44px;
            line-height: normal;
            margin-top: 0;
            padding: 10px 20px 11px;
            text-transform: none; }
            #NavDropdown ul li ul li a::before, #NavDropdown ul li ul li a::after, #NavDropdown ul li.open ul li a::before, #NavDropdown ul li.open ul li a::after {
              content: none !important; }
            #NavDropdown ul li ul li a:hover, #NavDropdown ul li ul li a:focus, #NavDropdown ul li ul li a:active, #NavDropdown ul li.open ul li a:hover, #NavDropdown ul li.open ul li a:focus, #NavDropdown ul li.open ul li a:active {
              background-color: #a0a0a0;
              color: #000000 !important; }
          #NavDropdown ul li ul li:last-child ul, #NavDropdown ul li.open ul li:last-child ul {
            left: 100%;
            top: 0;
            right: auto; }
          #NavDropdown ul li ul li ul, #NavDropdown ul li.open ul li ul {
            background: #ffffff !important; }
            #NavDropdown ul li ul li ul li a, #NavDropdown ul li.open ul li ul li a {
              color: #CCCDCD !important; }
              #NavDropdown ul li ul li ul li a:hover, #NavDropdown ul li.open ul li ul li a:hover {
                background-color: #d3d3d3; }
      #NavDropdown ul li.menu-hide, #NavDropdown ul li.open.menu-hide {
        display: none; }
      #NavDropdown ul li.btn-donate, #NavDropdown ul li.open.btn-donate {
        border-radius: 30px;
        padding: 0 !important;
        border: none;
        transition: all 0.4s ease; }
        #NavDropdown ul li.btn-donate > a, #NavDropdown ul li.open.btn-donate > a {
          background-color: #b1025b;
          border-radius: 30px;
          border: none;
          color: #ffffff !important;
          font-family: 'Lato';
          font-size: 18px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          padding: 9px 30px 10px;
          text-align: center;
          text-transform: uppercase;
          transition: all 0.4s ease; }
          #NavDropdown ul li.btn-donate > a::before, #NavDropdown ul li.btn-donate > a::after, #NavDropdown ul li.open.btn-donate > a::before, #NavDropdown ul li.open.btn-donate > a::after {
            content: none; }
        #NavDropdown ul li.btn-donate:hover > a, #NavDropdown ul li.btn-donate:focus > a, #NavDropdown ul li.btn-donate:active > a, #NavDropdown ul li.open.btn-donate:hover > a, #NavDropdown ul li.open.btn-donate:focus > a, #NavDropdown ul li.open.btn-donate:active > a {
          text-decoration: none;
          color: #ffffff !important;
          background-color: #5d0230; }
        #NavDropdown ul li.btn-donate ul li a, #NavDropdown ul li.open.btn-donate ul li a {
          font-family: 'Open Sans', sans-serif;
          border-top: 0;
          color: #000000 !important;
          font-size: 15px;
          font-weight: 400 !important;
          letter-spacing: normal;
          margin-top: 0;
          padding: 7px 5px 8px !important;
          text-transform: none; }
          #NavDropdown ul li.btn-donate ul li a::before, #NavDropdown ul li.btn-donate ul li a::after, #NavDropdown ul li.open.btn-donate ul li a::before, #NavDropdown ul li.open.btn-donate ul li a::after {
            content: none !important; }

.display_dropdown {
  border-radius: 0; }
  .display_dropdown li:first-child::before {
    transition-property: top, opacity;
    transition-duration: .1s, .1s;
    transition-timing-function: ease, ease-out;
    transition-delay: .1s, 0s;
    top: 0 !important;
    opacity: 1 !important; }

.dropdown-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  left: 50%;
  margin: 0 auto;
  padding: 0px;
  position: absolute; }
  .dropdown-menu .dropdown-menu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none;
    display: block;
    left: 100% !important;
    top: 0; }

.dropdown-btn {
  display: none; }

.dropdown-btn {
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-size: 15px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 45px; }
  .dropdown-btn span {
    content: "\f061"; }
  .dropdown-btn .fa-caret-right.open::before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: all 0.4s ease; }

.dropdown-toggle::after {
  content: none; }

@media only screen and (max-width: 1199.98px) {
  body.fixed header.header #NavDropdown ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  body.fixed header.header #NavDropdown .height-wrap .header-toolbar .header-toolbar-right #open-search {
    margin: 30px 0 0 !important; }

  #NavDropdown ul#menu-main-menu > li > a {
    mix-blend-mode: unset; }

  section.header-navigation .container {
    width: 100vw;
    max-width: 100vw;
    padding: 0 !important;
    margin: 0 !important; }
  section.header-navigation .navbar .navbar-header {
    margin-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    z-index: 1050; }
    section.header-navigation .navbar .navbar-header .navbar-brand {
      width: 200px;
      margin: 10px 0 10px 10px; }
      section.header-navigation .navbar .navbar-header .navbar-brand img {
        width: 200px; }
    section.header-navigation .navbar .navbar-header .navbar-toggler {
      margin-right: 15px !important; }
      section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
        background-image: url("../images/icons/menu-icon.svg");
        width: 45px;
        height: 45px; }
      section.header-navigation .navbar .navbar-header .navbar-toggler:focus {
        outline: none; }
      section.header-navigation .navbar .navbar-header .navbar-toggler.active .navbar-toggler-icon {
        background-image: url("../images/icons/close-menu.svg") !important;
        background-size: 55%; }
  section.header-navigation #NavDropdown {
    background: transparent;
    display: none;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    transition: width .3s ease-in;
    width: 0px;
    z-index: 999; }
    section.header-navigation #NavDropdown .height-wrap {
      flex-direction: column;
      justify-content: flex-start !important;
      background-color: #ffffff;
      height: 100vh;
      margin-left: auto;
      overflow-y: scroll !important;
      padding: 100px 45px 45px 45px;
      width: 282px; }
      section.header-navigation #NavDropdown .height-wrap::before {
        content: none; }
      section.header-navigation #NavDropdown .height-wrap #open-search {
        background-image: url("../images/icons/search-icon-color.svg");
        position: relative;
        height: 25px;
        width: 25px;
        right: 0;
        left: 0;
        margin: 20px auto; }
      section.header-navigation #NavDropdown .height-wrap ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start; }
        section.header-navigation #NavDropdown .height-wrap ul li {
          display: block;
          width: 100%;
          position: relative; }
          section.header-navigation #NavDropdown .height-wrap ul li.active > a {
            color: #b1025b !important; }
          section.header-navigation #NavDropdown .height-wrap ul li a {
            mix-blend-mode: inherit;
            padding: 15px 40px 15px 0;
            color: #3d3d3d; }
            section.header-navigation #NavDropdown .height-wrap ul li a::after {
              content: none; }
          section.header-navigation #NavDropdown .height-wrap ul li button.dropdown-btn {
            background-color: transparent;
            color: #3d3d3d !important;
            display: block;
            font-size: 16px;
            height: 40px;
            padding: 0;
            position: absolute;
            right: 0;
            top: 3px;
            width: 40px; }
            section.header-navigation #NavDropdown .height-wrap ul li button.dropdown-btn::after {
              content: none; }
            section.header-navigation #NavDropdown .height-wrap ul li button.dropdown-btn span {
              font-size: 12px; }
            section.header-navigation #NavDropdown .height-wrap ul li button.dropdown-btn:active, section.header-navigation #NavDropdown .height-wrap ul li button.dropdown-btn:focus {
              outline: none; }
          section.header-navigation #NavDropdown .height-wrap ul li.only-mobile {
            display: block; }
            section.header-navigation #NavDropdown .height-wrap ul li.only-mobile::after {
              content: '\f015';
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              display: inline-block;
              font-variant: normal;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              /*--adjust as necessary--*/
              color: #3d3d3d;
              position: absolute;
              font-size: 16px;
              right: 12px;
              top: 12px; }
          section.header-navigation #NavDropdown .height-wrap ul li.btn-donate {
            margin: 10px 0 0 0 !important;
            width: 100% !important; }
            section.header-navigation #NavDropdown .height-wrap ul li.btn-donate a {
              color: #ffffff !important;
              background-color: #CCCDCD !important;
              border: none !important;
              padding: 18px 15px !important; }
          section.header-navigation #NavDropdown .height-wrap ul li ul {
            background-color: #CCCDCD;
            border-radius: 0.4rem !important; }
            section.header-navigation #NavDropdown .height-wrap ul li ul li a {
              padding: 10px 15px;
              color: #ffffff; }
            section.header-navigation #NavDropdown .height-wrap ul li ul li ul li a {
              color: #ffffff !important;
              text-align: center;
              padding: 10px 15px; } }
@media only screen and (max-width: 576px) {
  .navbar .navbar-header .navbar-brand img, .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
    width: 180px; } }
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
  z-index: 5; }
  .boxes-interior-footer .container-boxes {
    position: relative;
    margin: 0 auto;
    width: 85%; }
  .boxes-interior-footer .item-col {
    background-color: transparent;
    border: none;
    max-width: 100%;
    position: relative;
    text-decoration: none;
    padding: 0; }
    .boxes-interior-footer .item-col:nth-child(1) .featured-box-images {
      background-color: #960851; }
      .boxes-interior-footer .item-col:nth-child(1) .featured-box-images::after {
        background: #960851; }
    .boxes-interior-footer .item-col:nth-child(2) .featured-box-images {
      background-color: #5d0230; }
      .boxes-interior-footer .item-col:nth-child(2) .featured-box-images::after {
        background: #5d0230; }
    .boxes-interior-footer .item-col:nth-child(3) .featured-box-images {
      background-color: #d50e4c; }
      .boxes-interior-footer .item-col:nth-child(3) .featured-box-images::after {
        background: #d50e4c; }
    .boxes-interior-footer .item-col .box-page-link {
      border-radius: 0;
      border: none;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      transition: all 0.4s ease; }
      .boxes-interior-footer .item-col .box-page-link:hover, .boxes-interior-footer .item-col .box-page-link:focus, .boxes-interior-footer .item-col .box-page-link:active {
        text-decoration: none;
        transition: all 0.4s ease; }
        .boxes-interior-footer .item-col .box-page-link:hover .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:focus .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:active .featured-box-images::after {
          opacity: 0.9; }
      .boxes-interior-footer .item-col .box-page-link .featured-box-images {
        background-size: cover;
        display: block;
        margin: 0 auto !important;
        overflow: hidden;
        padding-bottom: 80%;
        position: relative;
        z-index: 0; }
        .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
          content: "";
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.4s ease;
          width: 100%; }
      .boxes-interior-footer .item-col .box-page-link .content-box {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: transparent;
        left: 50%;
        margin: 0 auto;
        padding: 15px 10px;
        position: absolute;
        text-align: center;
        top: 50%;
        transition: all 0.4s ease;
        width: calc(100% - 40px);
        z-index: 10; }
        .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
          font-family: 'Open Sans', sans-serif;
          color: #ffffff;
          font-family: Poppins;
          font-size: 28px;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: -0.35px;
          line-height: 1.29;
          position: relative;
          text-align: center;
          text-transform: none;
          z-index: 20; }

@media only screen and (max-width: 1199.98px) {
  .boxes-interior-footer {
    padding: 40px 0; } }
@media only screen and (max-width: 767px) {
  .boxes-interior-footer {
    padding: 40px 0; }
    .boxes-interior-footer .container-boxes {
      flex-direction: column; }
    .boxes-interior-footer .item-col {
      flex: 0 0 auto;
      max-width: 100%;
      padding: 0 15px !important;
      margin-bottom: 0 !important; }
      .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
        opacity: 0.9; } }
/*START Helper Classes------------------------------------------*/
.carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
  padding-top: 60px !important; }

.container .alignfull .container {
  padding-right: 15px;
  padding-left: 15px; }

.entry-content .alignfull, .content-page .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
  margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
  max-width: 100vw; }
  .entry-content .alignfull img, .content-page .alignfull img {
    width: 100%; }

.line-clamp-3, .line-clamp-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-2, .line-clamp-2 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-1, .line-clamp-1 p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.single-tribe_events .tribe-events-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none; }

.addtoany_content .addtoany_header {
  font-family: 'Poppins', sans-serif;
  color: #d50e4c;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a {
  border-bottom: none !important; }
  .addtoany_content .a2a_kit a span {
    background: transparent !important;
    color: #d50e4c !important;
    width: 24px !important;
    height: 24px !important; }
    .addtoany_content .a2a_kit a span svg path {
      fill: #d50e4c !important; }

.addtoany_shortcode {
  margin-left: 22px; }
  .addtoany_shortcode a.addtoany_share {
    background-color: transparent;
    border-radius: 3px !important;
    border: 2px solid #b1025b !important;
    box-shadow: none;
    color: #b1025b !important;
    display: inline-block;
    font-family: 'Nunito Sans' !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal;
    font-weight: bold !important;
    letter-spacing: 0.72px !important;
    line-height: 1 !important;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 14px 25px 15px;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease;
    width: 130px; }
    .addtoany_shortcode a.addtoany_share::before {
      content: none; }
    .addtoany_shortcode a.addtoany_share span, .addtoany_shortcode a.addtoany_share .a2a_svg, .addtoany_shortcode a.addtoany_share .a2a_s__default, .addtoany_shortcode a.addtoany_share .a2a_s_a2a {
      display: none !important;
      margin: 0 !important; }
    .addtoany_shortcode a.addtoany_share:hover {
      background-color: #b1025b;
      color: #ffffff !important; }

.col-align-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.alignleft {
  margin: 0 15px 15px 0; }

.alignright {
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    left: 50%;
    max-height: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1; }

/*
.play-effect{
  position: relative;
  .circle {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-color: $white;
    background-image: url('../images/btn-play.svg');
    background-position: 60% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);

    @include center(-35%,-50%);
    left: 50%;
    position: absolute;
    top: 50%;

    -webkit-transition:height .25s ease, width .25s ease;
    transition:height .25s ease, width .25s ease;
    
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    &:hover{
      height:100px;
      width:100px;
      transition: all .25s ease;
      background-color: transparentize($primary, 0.4);
      box-shadow: none;
      background-image: url('../images/btn-play-white.svg');
      &:before,&:after {
        -webkit-animation: none;
        animation: none;
        border:1px solid transparentize($primary, 0.4);
      }
    }
    &:before,&:after {
      content:'';
      display: block;
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
      border-radius: 50%;
      border: 1px solid rgba($color: $primary , $alpha: 0.9);
    }
    &:before {
      -webkit-animation: ripple 2s linear infinite;
      animation: ripple 2s linear infinite;
    }
    &:after {
      -webkit-animation: ripple 2s linear 1s infinite;
      animation: ripple 2s linear 1s infinite;
    }
    // img{
    //   @include center(-35%,-50%);
    //   left: 50%;
    //   position: absolute;
    //   top: 50%;
    // }
  }
  @-webkit-keyframes ripple{
    0% {-webkit-transform:scale(1); }
    75% {-webkit-transform:scale(1.75); opacity:1;}
    100% {-webkit-transform:scale(2); opacity:0;}
  }

  @keyframes ripple{
    0% {transform:scale(1); }
    75% {transform:scale(1.75); opacity:1;}
    100% {transform:scale(2); opacity:0;}
  }
  #link-play{
    @include center(-50%,-50%);
    background: transparent;
    border: none !important;
    cursor: pointer;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    &:hover{
      text-decoration: none;
      background: $primary;
    }
    &:focus, &:active{
      outline: inherit;
    }
  }
}
*/
#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    padding: 5px 15px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .alignright, .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px;
    text-align: center; } }
@media only screen and (max-width: 576px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    display: block !important;
    text-align: center;
    margin: 0 auto 20px; } }
/*END Helper Classes-------------------------------------*/
#button-play-popup {
  font-family: 'Poppins', sans-serif;
  align-items: center;
  background-color: transparent;
  border: none;
  bottom: 130px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  letter-spacing: 1.78px;
  font-stretch: normal;
  font-style: normal;
  justify-content: space-between;
  left: 0;
  line-height: 1;
  padding: 5px 0 5px 15px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 10; }
  #button-play-popup #playPopup {
    content: "";
    background-image: url("../images/icons/play.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(7, 54, 105, 0.83);
    border-radius: 50%;
    margin: 0 20px 0 0;
    transition: all 0.4s ease;
    width: 50px;
    height: 50px; }
  #button-play-popup:hover, #button-play-popup:focus {
    outline: none; }

.modal-backdrop.show {
  opacity: 0; }

#effect_popup {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  z-index: 1040;
  bottom: -50px;
  background-image: radial-gradient(#073669, #292f3f);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
  #effect_popup.active {
    -webkit-transform: scale(200);
    transform: scale(200); }
  #effect_popup.zIndex1 {
    z-index: -1 !important; }

div[id*="myVideoModal"] {
  padding-right: 0 !important; }
  div[id*="myVideoModal"] .modal-xl, div[id*="myVideoModal"] .modal-lg {
    margin: 0 auto !important;
    max-width: 80vw; }
    div[id*="myVideoModal"] .modal-xl:hover .modal-content .modal-header .close, div[id*="myVideoModal"] .modal-xl:focus .modal-content .modal-header .close, div[id*="myVideoModal"] .modal-xl.active .modal-content .modal-header .close, div[id*="myVideoModal"] .modal-lg:hover .modal-content .modal-header .close, div[id*="myVideoModal"] .modal-lg:focus .modal-content .modal-header .close, div[id*="myVideoModal"] .modal-lg.active .modal-content .modal-header .close {
      top: 5%; }
  div[id*="myVideoModal"] .modal-content {
    background-color: #000;
    height: 80vh;
    margin-top: 10vh; }
    div[id*="myVideoModal"] .modal-content .modal-header {
      border-bottom: none;
      padding: 0 !important; }
      div[id*="myVideoModal"] .modal-content .modal-header .close {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        color: #000000;
        float: none !important;
        font-size: 50px;
        font-weight: bold;
        height: 50px;
        margin: 0 auto !important;
        opacity: 1;
        padding: 0 !important;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: -25%;
        transition: all 0.4s ease;
        width: 50px;
        z-index: 99; }
        div[id*="myVideoModal"] .modal-content .modal-header .close span {
          line-height: 1;
          display: block;
          height: auto !important;
          position: relative;
          top: -3px; }
        div[id*="myVideoModal"] .modal-content .modal-header .close:hover, div[id*="myVideoModal"] .modal-content .modal-header .close:focus, div[id*="myVideoModal"] .modal-content .modal-header .close.active {
          background: white;
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
          opacity: 1; }
    div[id*="myVideoModal"] .modal-content .modal-body {
      padding: 0 !important; }
    div[id*="myVideoModal"] .modal-content .embed-responsive {
      width: 100%;
      margin: 0 auto;
      height: 100%;
      position: absolute; }
    div[id*="myVideoModal"] .modal-content .modal-footer {
      display: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }

/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  background: #ffffff; }
  .slider-widget::after {
    content: "";
    background-image: url("../images/texture-clound-up.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: auto;
    height: 134px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 5; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden;
    /* ie edge only gets the following rule */ }
    .slider-widget .slider-a #home-slider, .slider-widget .slider-a #home-slider-video {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider .carousel-item, .slider-widget .slider-a #home-slider-video .carousel-item {
        width: 100%; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner {
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */ }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .slider-caption, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .slider-caption {
          opacity: 0; }
          .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .slider-caption.show, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .slider-caption.show {
            opacity: 1 !important; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-left .slider-caption, .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-right .slider-caption, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .carousel-item-left .slider-caption, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .carousel-item-right .slider-caption {
          -webkit-animation-name: opacityTransitionOff;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.4s;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransitionOff;
          animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active .slider-caption, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .active .slider-caption {
          -webkit-animation-name: opacityTransition;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.8s;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransition;
          animation-duration: 0.8s;
          animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .carousel-item {
          transition-property: opacity; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-right, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .carousel-item,
        .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .active.carousel-item-right {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .active,
        .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
        .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
          opacity: 1; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-next,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-prev,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-right, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .carousel-item-next,
        .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .carousel-item-prev,
        .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-inner .active.carousel-item-right {
          left: 0;
          transform: translate3d(0, 0, 0); }
      .slider-widget .slider-a #home-slider.carousel-fade .bullets, .slider-widget .slider-a #home-slider-video.carousel-fade .bullets {
        display: none;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators, .slider-widget .slider-a #home-slider-video.carousel-fade .bullets .carousel-indicators {
          -ms-flex-direction: column !important;
          -webkit-box-direction: normal !important;
          -webkit-box-orient: vertical !important;
          -webkit-transform: translate(-100%, -50%);
          -moz-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
          bottom: inherit;
          flex-direction: column !important;
          justify-content: flex-start;
          left: 100%;
          margin: 0;
          text-align: right;
          top: 50%;
          width: 10px; }
          .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li, .slider-widget .slider-a #home-slider-video.carousel-fade .bullets .carousel-indicators li {
            background: transparent;
            border-radius: 50%;
            border: 2px solid #ffffff;
            display: inherit;
            margin: 10px 0;
            opacity: 1;
            transition: all 0.4s ease;
            width: 14px;
            height: 14px; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li::after, .slider-widget .slider-a #home-slider-video.carousel-fade .bullets .carousel-indicators li::after {
              content: none !important; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active, .slider-widget .slider-a #home-slider-video.carousel-fade .bullets .carousel-indicators li.active {
              opacity: 1;
              width: 14px;
              height: 14px;
              background-color: #ffffff; }
              .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active::before, .slider-widget .slider-a #home-slider-video.carousel-fade .bullets .carousel-indicators li.active::before {
                display: block; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-next, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-prev {
        border-radius: 50%;
        bottom: 50px;
        opacity: 1;
        position: absolute;
        top: unset;
        transition: all 0.4s ease;
        width: 51px;
        height: 51px; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next .carousel-control-next-icon, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next .carousel-control-prev-icon, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev .carousel-control-next-icon, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev .carousel-control-prev-icon, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-next .carousel-control-next-icon, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-next .carousel-control-prev-icon, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-prev .carousel-control-next-icon, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-prev .carousel-control-prev-icon {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          height: 100%;
          width: 100%;
          background-size: 97% 97%; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next:hover, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev:hover, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-next:hover, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-prev:hover {
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.2); }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-next {
        right: 60px;
        left: unset; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next .carousel-control-next-icon, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-next .carousel-control-next-icon {
          background-image: url("../images/icons/arrow_banner_right.svg"); }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-prev {
        right: 125px;
        left: unset; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev .carousel-control-prev-icon, .slider-widget .slider-a #home-slider-video.carousel-fade .carousel-control-prev .carousel-control-prev-icon {
          background-image: url("../images/icons/arrow_banner_left.svg"); }
    .slider-widget .slider-a .slider-box {
      height: 950px;
      min-height: 90vh;
      max-height: 950px;
      position: relative;
      /*.frame-video.hide{
        visibility: hidden;
        position: absolute;
      }
      #video-player{
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        left: 0;
        object-fit: cover;
        width: 100% !important;
        height: 100% !important;
        iframe{
          
        }
        .embed-responsive-item{
          width: 100% !important;
          height: 100% !important;
        }
      } */ }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%; }
    .slider-widget .slider-a #home-video {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      width: 100%; }
    @supports (object-fit: cover) {
      .slider-widget .slider-a #home-video {
        height: 100%; } }
    @supports (object-fit: cover) and (-ms-ime-align: auto) {
      .slider-widget .slider-a #home-video {
        height: auto; } }
    .slider-widget .slider-a .slider-box::before, .slider-widget .slider-a a.link-slider::before {
      content: '';
      background: black;
      background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
      height: 265px;
      right: 0;
      opacity: 0.66;
      position: absolute;
      top: 0;
      width: 100vw;
      z-index: 2; }
    .slider-widget .slider-a .slider-box::after, .slider-widget .slider-a a.link-slider::after {
      content: none;
      background: black;
      background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
      height: 100%;
      opacity: 0.9;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
    .slider-widget .slider-a .bg-img {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      right: 0;
      position: absolute;
      top: 0;
      width: 100vw;
      z-index: 0; }
      .slider-widget .slider-a .bg-img img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .slider-widget .slider-a .bg-img::after {
        content: "";
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.49);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1; }
      .slider-widget .slider-a .bg-img .right-img-effect, .slider-widget .slider-a .bg-img .left-img-effect {
        bottom: 0;
        position: absolute; }
        .slider-widget .slider-a .bg-img .right-img-effect img, .slider-widget .slider-a .bg-img .left-img-effect img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .slider-widget .slider-a .container {
      position: relative;
      height: 100%; }
  .slider-widget .caption-container {
    position: relative; }
  .slider-widget .slider-caption {
    -webkit-transform: translate(0, -45%);
    -moz-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
    bottom: inherit;
    right: calc(0% + 15px);
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: inherit;
    text-align: right;
    top: 50%;
    width: 90%;
    min-width: inherit;
    z-index: 10; }
    .slider-widget .slider-caption span {
      font-size: 60px;
      font-weight: 300;
      color: #aad4ff; }
    .slider-widget .slider-caption h2 {
      font-family: 'Lato', sans-serif;
      color: #ffffff !important;
      font-size: 6.5rem !important;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.9 !important;
      letter-spacing: 0 !important;
      margin-bottom: 30px !important;
      text-align: right !important;
      text-transform: none !important; }
    .slider-widget .slider-caption p {
      font-family: 'Lato', sans-serif;
      color: #ffffff !important;
      font-size: 17px !important;
      line-height: 1.47 !important;
      margin: 0 !important;
      text-align: right !important;
      letter-spacing: -0.3px;
      width: 60%; }
      .slider-widget .slider-caption p em, .slider-widget .slider-caption p strong, .slider-widget .slider-caption p a {
        color: #ffffff !important;
        font-size: 17px !important;
        font-weight: bold !important; }
    .slider-widget .slider-caption a[class^="btn-"] {
      display: inline-block;
      color: #d3d3d3;
      border-color: #d3d3d3;
      margin-top: 30px; }
  .slider-widget .container {
    position: relative;
    text-align: center; }
  .slider-widget .toolbar-slider {
    border-radius: 49.5px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 130px;
    margin: 0 auto;
    padding: 12px 18px 12px 34px;
    left: 0;
    width: 80%;
    right: 0;
    /*a.btn-gradient{
      border-color: transparent !important;
      background-image: linear-gradient(to right, #e20a57 -7%, #b2015c);
      transition: all .4s ease-in-out !important;
      background-color: unset !important;
      position: relative;
      overflow: hidden;
      -webkit-border-radius:$btn_b_radius !important;
      -moz-border-radius:$btn_b_radius !important;
      border-radius:$btn_b_radius !important;
      z-index: 0;
      span{
        box-shadow: none;
        color: $white !important;
        display: inline-block !important;
        font-family: 'Open Sans' !important;
        font-size: 14px !important;
        font-stretch: normal !important;
        font-style: normal;
        font-weight: bold !important;
        letter-spacing: $btn_letter-spacing !important;
        line-height: $btn-line-height !important;
        max-width: 100%;
        overflow-wrap: break-word;
        padding: 14px 35px 14px;
        position: relative;
        text-align: center !important;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease;
        z-index: 1;
        -webkit-border-radius:$btn_b_radius !important;
        -moz-border-radius:$btn_b_radius !important;
        border-radius:$btn_b_radius !important;
      }
      &:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-border-radius:$btn_b_radius !important;
        -moz-border-radius:$btn_b_radius !important;
        border-radius:$btn_b_radius !important;
        height: 100%;
        background: #f5f5f5;
        background-image: linear-gradient(to left, #e20a57 -7%, #b1025b 51%, #b2015c 110%);
        transition: opacity .35s ease-in-out;
      }    
      &:hover, &:active{ 
        background-position: right center;
        color: $white !important; 
        &::before{
          opacity: 0;
        }
      } 
      &:focus {
        outline: none;
      }
    }*/ }
    .slider-widget .toolbar-slider img {
      width: 53px;
      height: 51px; }
    .slider-widget .toolbar-slider p {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 0 !important; }
      .slider-widget .toolbar-slider p strong {
        font-weight: bold;
        color: #b1025b; }
    .slider-widget .toolbar-slider a.btn-gradient {
      -moz-border-radius: 30px !important;
      -webkit-border-radius: 30px !important;
      border-radius: 30px !important;
      background: transparent;
      overflow: hidden;
      position: relative;
      transition: all .4s ease-in-out !important;
      z-index: 10; }
      .slider-widget .toolbar-slider a.btn-gradient span {
        background-image: linear-gradient(to left, #5d0230 -7%, #5d0230 51%, #5d0230 110%);
        box-shadow: none;
        color: #ffffff !important;
        display: inline-block !important;
        font-family: 'Open Sans' !important;
        font-size: 14px !important;
        font-stretch: normal !important;
        font-style: normal;
        font-weight: bold !important;
        letter-spacing: normal !important;
        line-height: 1 !important;
        max-width: 100%;
        overflow-wrap: break-word;
        padding: 14px 35px 14px;
        position: relative;
        text-align: center !important;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease;
        z-index: 1;
        -webkit-border-radius: 30px !important;
        -moz-border-radius: 30px !important;
        border-radius: 30px !important; }
        .slider-widget .toolbar-slider a.btn-gradient span:before {
          content: "";
          -moz-border-radius: 30px !important;
          -webkit-border-radius: 30px !important;
          background-image: linear-gradient(to right, #e20a57 -7%, #b2015c);
          border-radius: 30px !important;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transition: opacity .35s ease-in-out;
          width: 100%;
          z-index: -1; }
      .slider-widget .toolbar-slider a.btn-gradient:hover span, .slider-widget .toolbar-slider a.btn-gradient:active span {
        color: #d50e4c !important; }
        .slider-widget .toolbar-slider a.btn-gradient:hover span::before, .slider-widget .toolbar-slider a.btn-gradient:active span::before {
          opacity: 0; }

@media only screen and (max-width: 1199.98px) {
  .slider-widget .slider-a .slider-box {
    min-height: 500px; }
  .slider-widget .slider-a .slider-caption {
    min-height: auto; }
    .slider-widget .slider-a .slider-caption h2 {
      font-size: 5.5rem !important; }
    .slider-widget .slider-a .slider-caption p {
      font-size: 18px !important; }

  .slider-widget .toolbar-slider {
    justify-content: center; }
    .slider-widget .toolbar-slider p {
      font-size: 20px;
      margin: 0 10px; } }
@media only screen and (max-width: 991px) {
  .slider-widget .slider-a .container {
    max-width: 100%; }
  .slider-widget .social-network-vertical {
    right: 0;
    top: 40%; }
  .slider-widget .toolbar-slider {
    justify-content: center;
    padding: 10px 15px; }
    .slider-widget .toolbar-slider p {
      font-size: 18px;
      text-align: center; }
    .slider-widget .toolbar-slider a {
      margin-top: 20px; } }
@media only screen and (max-width: 767px) {
  .slider-widget .slider-a .container {
    height: auto; }
  .slider-widget .slider-a .slider-box {
    min-height: 700px;
    height: 90vh;
    display: flex;
    position: relative; }
    .slider-widget .slider-a .slider-box::before {
      content: none; }
  .slider-widget .slider-a .slider-caption {
    width: 95%;
    padding: 40px 0;
    min-width: 95%; }
    .slider-widget .slider-a .slider-caption span {
      font-size: 30px; }
    .slider-widget .slider-a .slider-caption h2 {
      font-size: 45px !important;
      line-height: 1.2; }
    .slider-widget .slider-a .slider-caption p {
      font-size: 18px !important; }
  .slider-widget .social-network-vertical {
    top: 35%;
    width: 50px; }
    .slider-widget .social-network-vertical li a span {
      background-size: contain;
      height: 40px;
      width: 40px; }
  .slider-widget .toolbar-slider {
    bottom: 80px; } }
/*END Slider--------------------------------------------------*/
.section-about-home {
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden; }
  .section-about-home .content-about {
    padding: 30px 0; }
    .section-about-home .content-about .title-section .big-title {
      width: 100%; }
    .section-about-home .content-about h2 {
      font-family: 'Poppins', sans-serif;
      font-size: 60px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.43px;
      color: #960851; }
    .section-about-home .content-about p {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 25px;
      line-height: 1.32;
      margin-bottom: 0;
      text-align: center; }
  .section-about-home .btn-container {
    margin-top: 40px; }
  .section-about-home .img-about {
    width: 420px;
    height: 494px;
    max-width: 100%;
    margin: 0 auto; }
  .section-about-home .triangle-dotted {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../images/triangle-dotted-grey.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    position: absolute;
    top: 50%;
    width: 200px;
    opacity: 0.5; }
    .section-about-home .triangle-dotted.left {
      left: -100px; }
    .section-about-home .triangle-dotted.right {
      right: -100px; }

@media only screen and (max-width: 991px) {
  .section-about-home {
    padding-top: 0; }
    .section-about-home .title-section {
      padding-top: 20px;
      margin-bottom: 30px; }
      .section-about-home .title-section .big-title {
        top: 0; } }
.section-projects {
  background-color: #eaeaea;
  padding-top: 200px;
  position: relative; }
  .section-projects::before {
    content: "";
    background-image: url("../images/texture-news-white.png");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto;
    height: 150px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 5; }
  .section-projects .triangle-dotted {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    background-image: url("../images/triangle-dotted.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    position: absolute;
    width: 200px;
    opacity: 0.5; }
    .section-projects .triangle-dotted.left {
      left: -100px; }
    .section-projects .triangle-dotted.top {
      top: 25; }
    .section-projects .triangle-dotted.right {
      right: -100px; }
    .section-projects .triangle-dotted.bottom {
      bottom: 10%; }
  .section-projects .frame-img {
    display: block;
    flex: 1 1 33.3%;
    height: 400px;
    margin: 0;
    max-width: 100%;
    position: relative;
    z-index: 5; }
    .section-projects .frame-img.featured {
      align-items: stretch;
      border-bottom: none;
      flex-basis: 100%;
      flex-direction: row-reverse;
      flex-wrap: nowrap;
      height: 510px;
      justify-content: space-between; }
      .section-projects .frame-img.featured .caption-box {
        flex-basis: calc(100% - 135px);
        height: unset;
        position: absolute;
        text-align: left !important; }
        .section-projects .frame-img.featured .caption-box h3 {
          font-size: 37px !important; }
        .section-projects .frame-img.featured .caption-box .content-active {
          width: 50% !important; }
      .section-projects .frame-img.featured .image-wrapping::before {
        background: #960851;
        background: linear-gradient(270deg, rgba(150, 8, 81, 0) 0%, #960851 80%); }
      .section-projects .frame-img.featured .image-wrapping::after {
        background-image: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0) 80%); }
    .section-projects .frame-img .image-wrapping {
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .section-projects .frame-img .image-wrapping::before {
        content: "";
        bottom: 0;
        height: 101%;
        left: 0;
        background: #960851;
        background: linear-gradient(180deg, #960851 -100%, #960851 100%);
        opacity: 0;
        position: absolute;
        transition: opacity 0.3s ease-out;
        width: 101%;
        z-index: 2; }
      .section-projects .frame-img .image-wrapping.ratio-5x7 {
        height: 100%;
        max-width: 100%;
        padding-top: unset !important;
        width: 100%; }
      .section-projects .frame-img .image-wrapping::after {
        content: "";
        background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0) 50%);
        height: 100%;
        position: absolute;
        top: 0;
        transition: all 0.4s ease;
        width: 100%;
        z-index: 2; }
      .section-projects .frame-img .image-wrapping img {
        position: relative;
        z-index: 1;
        width: 101%;
        height: 101%; }
      .section-projects .frame-img .image-wrapping .caption-box {
        bottom: 30px;
        color: #ffffff;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        transition: bottom 0.3s ease-out;
        width: calc(100% - 120px);
        z-index: 10; }
        .section-projects .frame-img .image-wrapping .caption-box h3 {
          font-family: 'Poppins', sans-serif;
          color: #ffffff;
          font-size: 18px;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: 0.38px;
          line-height: 1;
          margin: 20px auto;
          position: relative;
          text-transform: uppercase; }
        .section-projects .frame-img .image-wrapping .caption-box .content-active {
          margin-top: 0;
          max-height: 0;
          overflow: hidden;
          padding-top: 0;
          position: relative;
          transition: max-height 0.5s ease-out, padding-top 0.5s ease-out;
          width: 100%; }
          .section-projects .frame-img .image-wrapping .caption-box .content-active p {
            font-family: 'Open Sans', sans-serif;
            color: #ffffff;
            font-size: 18px;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            letter-spacing: 0.5px;
            line-height: 1.3; }
          .section-projects .frame-img .image-wrapping .caption-box .content-active button[class^="btn-"] {
            color: #ffffff !important;
            margin-bottom: 10px; }
    .section-projects .frame-img:hover .image-wrapping {
      background-color: #b1025b; }
      .section-projects .frame-img:hover .image-wrapping::before {
        opacity: 0.7;
        transition: opacity 0.3s ease-in; }
      .section-projects .frame-img:hover .image-wrapping::after {
        content: none; }
      .section-projects .frame-img:hover .image-wrapping .caption-box {
        bottom: 50px; }
        .section-projects .frame-img:hover .image-wrapping .caption-box .content-active {
          max-height: 400px;
          transition: max-height 0.5s ease-out, padding-top 0.5s ease-out, bottom 0.5s ease-out; }
    .section-projects .frame-img:hover::after {
      opacity: 1; }
  .section-projects .bottom-link-section {
    text-align: center;
    display: inline-block;
    width: 100%; }
  .section-projects .container .title-section {
    margin-bottom: 60px;
    position: relative;
    padding-top: 70px; }
    .section-projects .container .title-section h2, .section-projects .container .title-section h3 {
      font-family: 'Poppins', sans-serif;
      color: #960851 !important;
      display: inline-block;
      font-size: 3.75rem !important;
      font-stretch: normal;
      font-style: normal;
      font-weight: 800 !important;
      letter-spacing: 0.43px;
      line-height: 0.93 !important;
      margin: 0;
      position: relative;
      text-transform: uppercase; }
    .section-projects .container .title-section.text-center, .section-projects .container .title-section.center {
      text-align: center; }
      .section-projects .container .title-section.text-center .big-title, .section-projects .container .title-section.center .big-title {
        margin: 0 auto !important;
        text-align: center; }
    .section-projects .container .title-section.text-left, .section-projects .container .title-section.left {
      text-align: left;
      position: relative; }
    .section-projects .container .title-section.text-right, .section-projects .container .title-section.right {
      text-align: right; }
      .section-projects .container .title-section.text-right .big-title, .section-projects .container .title-section.right .big-title {
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        left: unset;
        right: 0; }
    .section-projects .container .title-section.light-color h2, .section-projects .container .title-section.light-color h3 {
      color: #ffffff !important; }
    .section-projects .container .title-section .big-title {
      -webkit-text-stroke: 1px #979797;
      font-family: 'Poppins', sans-serif;
      color: #d5d5d6;
      font-size: 6.25rem;
      font-weight: 800;
      letter-spacing: -0.4px;
      line-height: 1;
      opacity: 0.12;
      text-transform: uppercase;
      background-color: transparent;
      display: inline-block;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      position: absolute;
      top: 50%;
      z-index: 0;
      max-width: 100%;
      overflow-wrap: break-word;
      white-space: normal;
      word-break: break-word; }
      .section-projects .container .title-section .big-title.center {
        left: 0;
        right: 0;
        margin: 0 auto; }
      .section-projects .container .title-section .big-title.right {
        right: 0;
        left: unset; }
      @media (max-width: 1199.98px) {
        .section-projects .container .title-section .big-title {
          font-size: 3rem;
          width: 100%; } }

@media only screen and (max-width: 1199.98px) {
  .section-projects {
    padding-top: 100px; }
    .section-projects::before {
      height: 100px;
      background-size: auto 100%; }
    .section-projects .frame-img .image-wrapping::after {
      opacity: 0; }
    .section-projects .frame-img .image-wrapping::before {
      opacity: 0.8; }
    .section-projects .frame-img .image-wrapping .caption-box .content-active {
      min-height: unset;
      max-height: 360px; } }
@media only screen and (max-width: 991px) {
  .section-projects {
    padding-top: 100px; }
    .section-projects::before {
      background-size: contain;
      height: 100px; }
    .section-projects .frame-img.featured .image-wrapping .caption-box {
      width: calc(100% - 40px); }
      .section-projects .frame-img.featured .image-wrapping .caption-box h3 {
        text-align: center; }
      .section-projects .frame-img.featured .image-wrapping .caption-box .content-active {
        width: 100% !important;
        text-align: center; }
    .section-projects .frame-img {
      flex: 1 0 100%; }
      .section-projects .frame-img .image-wrapping::after {
        opacity: 0; }
      .section-projects .frame-img .image-wrapping::before {
        opacity: 0.8; }
      .section-projects .frame-img .image-wrapping .caption-box .content-active {
        min-height: unset;
        max-height: 360px; } }
@media only screen and (max-width: 767px) {
  .section-projects .frame-img .image-wrapping .caption-box {
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .section-projects .frame-img:hover .image-wrapping .caption-box, .section-projects .frame-img:active .image-wrapping .caption-box {
    bottom: unset !important; } }
.section-testimonials-carousel, .section-d {
  padding: 140px 0 80px 0;
  position: relative;
  background-color: #960851;
  /* .title-section{
     display: flex;
     .big-title{  
       -webkit-text-stroke: 1px #000000;
       @include center(0%, -100%);
       color: $reddish-purple;
       font-size: 6.25rem;
       font-stretch: normal;
       font-style: normal;
       font-weight: 800;
       left: unset;
       letter-spacing: -0.4px;
       line-height: 1.06;
       opacity: 0.2;
       right: 0;
       text-align: center;
       top: 50%;
     }
     h3{
       @include Poppins;
       font-size: 20px;
       font-weight: 600;
       font-stretch: normal;
       font-style: normal;
       line-height: normal;
       letter-spacing: 0.59px;
       color: #000000 !important;
       flex: 0 0 calc(100% - 460px);
       max-width: calc(100% - 460px);
       text-align: left;
       margin-left: auto;
       bottom: -60px;
       padding: 10px;
     }
   }*/ }
  .section-testimonials-carousel::before, .section-d::before {
    content: "";
    background-image: url("../images/texture-down-grey.png");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto;
    height: 150px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 5; }
  .section-testimonials-carousel.after-section-white::before, .section-d.after-section-white::before {
    background-image: url("../images/texture-down-white.png"); }
  .section-testimonials-carousel.after-section-grey::before, .section-d.after-section-grey::before {
    background-image: url("../images/texture-down-grey.png"); }
  .section-testimonials-carousel .triangle-animate, .section-d .triangle-animate {
    -webkit-transform: translate(0%, -40%);
    -moz-transform: translate(0%, -40%);
    -ms-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    height: 320px;
    width: 320px;
    opacity: 0.5; }
    .section-testimonials-carousel .triangle-animate.left, .section-d .triangle-animate.left {
      left: -242px;
      width: 484px;
      height: 640px; }
      .section-testimonials-carousel .triangle-animate.left::before, .section-d .triangle-animate.left::before {
        content: "";
        width: 100%;
        height: 98%;
        background-image: url("../images/triangle-testimonial-r.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        position: absolute;
        display: block;
        top: 0;
        left: 0; }
    .section-testimonials-carousel .triangle-animate.right, .section-d .triangle-animate.right {
      right: -160px; }
      .section-testimonials-carousel .triangle-animate.right::after, .section-d .triangle-animate.right::after {
        content: "";
        width: 100%;
        height: 98%;
        background-image: url("../images/triangle-testimonial-l.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        display: block;
        top: 1%;
        right: 0; }
  .section-testimonials-carousel .title-section, .section-d .title-section {
    color: #b1025b !important;
    z-index: 5;
    position: relative;
    margin-bottom: 78px !important; }
    .section-testimonials-carousel .title-section .big-title, .section-d .title-section .big-title {
      width: 100%; }
    .section-testimonials-carousel .title-section h2, .section-testimonials-carousel .title-section h3, .section-d .title-section h2, .section-d .title-section h3 {
      font-size: 3.75rem;
      color: #ffffff !important; }
  .section-testimonials-carousel .container, .section-d .container {
    position: relative;
    z-index: 1; }
  .section-testimonials-carousel #carousel__testimonial_home, .section-d #carousel__testimonial_home {
    position: relative;
    z-index: 10; }
    .section-testimonials-carousel #carousel__testimonial_home .carousel-indicators, .section-d #carousel__testimonial_home .carousel-indicators {
      display: none; }
    .section-testimonials-carousel #carousel__testimonial_home .bottom-testimonial, .section-d #carousel__testimonial_home .bottom-testimonial {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 55%;
      margin-left: auto; }
    .section-testimonials-carousel #carousel__testimonial_home .container-control, .section-d #carousel__testimonial_home .container-control {
      font-size: 0;
      margin-left: auto;
      text-align: right;
      z-index: 5; }
      .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-next, .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-prev, .section-d #carousel__testimonial_home .container-control .carousel-control-next, .section-d #carousel__testimonial_home .container-control .carousel-control-prev {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        bottom: unset;
        display: inline-block;
        height: 50px;
        opacity: 1;
        position: relative;
        transition: all 0.4s ease;
        width: 50px; }
        .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-next .carousel-control-next-icon, .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-next .carousel-control-prev-icon, .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-prev .carousel-control-next-icon, .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-prev .carousel-control-prev-icon, .section-d #carousel__testimonial_home .container-control .carousel-control-next .carousel-control-next-icon, .section-d #carousel__testimonial_home .container-control .carousel-control-next .carousel-control-prev-icon, .section-d #carousel__testimonial_home .container-control .carousel-control-prev .carousel-control-next-icon, .section-d #carousel__testimonial_home .container-control .carousel-control-prev .carousel-control-prev-icon {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: all 0.4s ease;
          background-size: contain;
          background-position: center;
          left: 50%;
          position: absolute;
          border-radius: 50%;
          top: 50%;
          height: 35px;
          width: 35px; }
        .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-next:hover, .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-prev:hover, .section-d #carousel__testimonial_home .container-control .carousel-control-next:hover, .section-d #carousel__testimonial_home .container-control .carousel-control-prev:hover {
          -webkit-transform: scale(1.2, 1.2);
          -moz-transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }
      .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-next .carousel-control-next-icon, .section-d #carousel__testimonial_home .container-control .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/icons/chevron-arrow-right.svg"); }
      .section-testimonials-carousel #carousel__testimonial_home .container-control .carousel-control-prev .carousel-control-prev-icon, .section-d #carousel__testimonial_home .container-control .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/chevron-arrow-left.svg"); }
    .section-testimonials-carousel #carousel__testimonial_home .wrap-item, .section-d #carousel__testimonial_home .wrap-item {
      margin: 0 !important;
      position: relative; }
    .section-testimonials-carousel #carousel__testimonial_home .left-side, .section-d #carousel__testimonial_home .left-side {
      position: relative;
      text-align: left;
      flex: 0 0 400px;
      max-width: 400px; }
      .section-testimonials-carousel #carousel__testimonial_home .left-side .image-wrapping, .section-d #carousel__testimonial_home .left-side .image-wrapping {
        background-color: #b1025b;
        border-radius: 0;
        width: 100%;
        height: 607px;
        object-fit: contain;
        padding-top: inherit;
        position: relative; }
        .section-testimonials-carousel #carousel__testimonial_home .left-side .image-wrapping img, .section-d #carousel__testimonial_home .left-side .image-wrapping img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          object-fit: cover;
          position: absolute;
          right: 50%;
          top: 50%;
          width: 100%; }
    .section-testimonials-carousel #carousel__testimonial_home .right-side, .section-d #carousel__testimonial_home .right-side {
      flex: 0 0 calc(100% - 460px);
      max-width: calc(100% - 460px);
      margin-left: -55px;
      padding: 10px;
      /*.bottom-testimonial{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 30px;
        a[class^="btn-"]{
          margin: 0 25px 0 0;
        }
      }*/ }
      .section-testimonials-carousel #carousel__testimonial_home .right-side .cite, .section-d #carousel__testimonial_home .right-side .cite {
        font-family: 'Poppins', sans-serif;
        font-size: 60px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: 1.76px;
        color: #ffffff;
        margin-bottom: 30px; }
      .section-testimonials-carousel #carousel__testimonial_home .right-side .quote, .section-d #carousel__testimonial_home .right-side .quote {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.5px;
        color: #ffffff;
        padding-left: 30px;
        position: relative; }
        .section-testimonials-carousel #carousel__testimonial_home .right-side .quote::before, .section-d #carousel__testimonial_home .right-side .quote::before {
          content: '';
          background-color: #ffffff;
          height: 96%;
          left: 0;
          position: absolute;
          top: 2%;
          width: 4px; }
    .section-testimonials-carousel #carousel__testimonial_home .bottom-testimonial, .section-d #carousel__testimonial_home .bottom-testimonial {
      margin-top: 30px; }

@media only screen and (max-width: 1199.98px) {
  .section-testimonials-carousel .title-section h3 {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px); }
  .section-testimonials-carousel #carousel__testimonial_home .left-side {
    flex: 0 0 470px; }
  .section-testimonials-carousel #carousel__testimonial_home .right-side {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px); } }
@media only screen and (max-width: 991px) {
  .section-testimonials-carousel .title-section {
    text-align: center !important;
    margin-bottom: 30px; }
    .section-testimonials-carousel .title-section .big-title {
      font-size: 4.25rem; }
    .section-testimonials-carousel .title-section h3 {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      bottom: 0; }
  .section-testimonials-carousel #carousel__testimonial_home .container-control {
    left: 60px;
    bottom: 30px; }
  .section-testimonials-carousel #carousel__testimonial_home .wrap-item .left-side {
    padding-top: 20px !important;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 50px; }
  .section-testimonials-carousel #carousel__testimonial_home .wrap-item .right-side {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
    padding-right: 40px;
    padding-left: 40px;
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .section-testimonials-carousel #carousel__testimonial_home .bottom-testimonial, .section-d #carousel__testimonial_home .bottom-testimonial {
    width: 100%;
    margin-top: 50px; }

  .section-testimonials-carousel .title-section .big-title {
    font-size: 3.25rem; }
  .section-testimonials-carousel #carousel__testimonial_home .wrap-item .left-side .image-wrapping {
    height: 400px; }
  .section-testimonials-carousel #carousel__testimonial_home .wrap-item .right-side {
    padding-left: 0;
    padding-right: 0; }
    .section-testimonials-carousel #carousel__testimonial_home .wrap-item .right-side .cite {
      font-size: 2rem; }
    .section-testimonials-carousel #carousel__testimonial_home .wrap-item .right-side .quote {
      font-size: 15px;
      line-height: 1.5; } }
.section-impact-home {
  background-color: #5d0230;
  padding: 70px 0 60px;
  position: relative;
  z-index: 0; }
  .section-impact-home::after {
    content: "";
    background: url("../images/impact-arrow.svg");
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    width: 100%;
    height: calc(100% - 120px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    animation: triangleMoveX 150s linear infinite;
    right: 0;
    z-index: 1; }
  .section-impact-home .container {
    position: relative;
    z-index: 5; }
  .section-impact-home .grid-impact {
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .section-impact-home .grid-impact .impact-item {
      display: flex;
      flex-flow: column nowrap;
      flex-basis: calc(20% - 30px);
      text-align: center; }
      .section-impact-home .grid-impact .impact-item .icon-impact {
        background-image: linear-gradient(to bottom, #b1025b, #d50e4c);
        border-radius: 50%;
        height: 113px;
        margin: 0 auto 50px;
        position: relative;
        width: 113px; }
        .section-impact-home .grid-impact .impact-item .icon-impact .frame-icon {
          width: calc(100% - 5px);
          height: calc(100% - 5px);
          background-color: #ffffff;
          border-radius: 50%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
          .section-impact-home .grid-impact .impact-item .icon-impact .frame-icon svg, .section-impact-home .grid-impact .impact-item .icon-impact .frame-icon img {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            position: absolute; }
      .section-impact-home .grid-impact .impact-item .number-impact, .section-impact-home .grid-impact .impact-item .val-impact, .section-impact-home .grid-impact .impact-item .post-symb, .section-impact-home .grid-impact .impact-item .prev-val {
        font-family: 'Poppins', sans-serif;
        font-size: 50px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: 0.86px;
        text-align: center;
        color: #ffffff; }
      .section-impact-home .grid-impact .impact-item .descr-impact {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.42px;
        margin: 20px 0 20px;
        text-align: center;
        color: #ffffff; }

@media only screen and (max-width: 991px) {
  .section-impact-home {
    padding: 50px 0; }
    .section-impact-home .title-section.text-left, .section-impact-home .content-impact.text-left {
      text-align: center !important; }
    .section-impact-home .grid-impact {
      height: auto;
      justify-content: center; }
      .section-impact-home .grid-impact .impact-item {
        flex-basis: calc(33% - 30px); } }
@media only screen and (max-width: 767px) {
  .section-impact-home .grid-impact {
    height: auto;
    justify-content: center; }
    .section-impact-home .grid-impact .impact-item {
      flex-basis: calc(50% - 30px);
      margin-bottom: 30px; }
      .section-impact-home .grid-impact .impact-item .icon-impact {
        margin: 0 auto 20px; } }
@media only screen and (max-width: 576px) {
  .section-impact-home .grid-impact {
    height: auto;
    justify-content: center; }
    .section-impact-home .grid-impact .impact-item {
      flex-basis: 90%; } }
.block-sponsor-container {
  border-top: none;
  padding-top: 35px; }
  .block-sponsor-container .container-text {
    padding: 0 23%; }
    .block-sponsor-container .container-text p {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.67;
      letter-spacing: 0.5px !important;
      text-align: center;
      color: #000000 !important;
      margin: 0 auto; }
  .block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
    text-align: center; }
  .block-sponsor-container.aligncenter .row-vList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
    text-align: right; }
  .block-sponsor-container.alignright .row-vList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
    text-align: left; }
  .block-sponsor-container.alignleft .row-vList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block-sponsor-container .row-vList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0 0 !important;
  text-align: center; }
  .sponsor-vCarousel #carousel__sponsors {
    margin-top: 40px;
    padding-bottom: 70px; }
    .sponsor-vCarousel #carousel__sponsors .carousel-control-next, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev {
      display: none;
      width: 5%;
      min-width: 50px;
      border-color: transparent !important; }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-prev-icon {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 50px;
        left: 50%;
        top: 50%;
        width: 50px;
        position: absolute;
        background-color: transparent;
        background-size: contain; }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/chevron-arrow-left-black.svg"); }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon {
        background-image: url("../images/icons/chevron-arrow-right-black.svg"); }
    .sponsor-vCarousel #carousel__sponsors .carousel-indicators {
      bottom: 20px;
      counter-reset: none !important;
      left: 0;
      list-style-type: none !important;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: unset; }
      .sponsor-vCarousel #carousel__sponsors .carousel-indicators li {
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #979797;
        cursor: pointer;
        display: inline-block;
        flex: 0 0 15px !important;
        margin: 10px 5px;
        opacity: 1;
        padding: 0 !important;
        transition: all 0.4s ease;
        width: 15px;
        height: 15px;
        z-index: 9; }
        .sponsor-vCarousel #carousel__sponsors .carousel-indicators li::after, .sponsor-vCarousel #carousel__sponsors .carousel-indicators li::before {
          content: none !important; }
        .sponsor-vCarousel #carousel__sponsors .carousel-indicators li.active {
          opacity: 1;
          background-color: #a3a3a3;
          border-color: #a3a3a3; }
          .sponsor-vCarousel #carousel__sponsors .carousel-indicators li.active::before {
            display: block; }
    .sponsor-vCarousel #carousel__sponsors .carousel-inner {
      margin: 0 auto;
      width: 100%; }
    .sponsor-vCarousel #carousel__sponsors .single-sponsor {
      display: inline-block;
      flex: 1 1 calc(25% - 30px);
      padding: 10px;
      margin: 0 15px; }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images {
        transition: all 0.4s ease;
        text-align: center;
        position: relative;
        height: 100px; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          top: 50%;
          object-fit: contain;
          position: absolute;
          width: 100%;
          filter: grayscale(1); }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images:hover {
          transform: scale(1.086); }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor a {
        display: block;
        text-decoration: none;
        transition: all 0.4s ease;
        height: 100%;
        border: none !important; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor a:hover .featured-sponsor-images img {
          filter: grayscale(0); }

.sponsor-vList {
  padding: 40px 0 50px; }
  .sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center; }
    .sponsor-vList .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 150px;
      margin: 0 auto 10px;
      position: relative;
      transition: all 0.4s ease; }
      .sponsor-vList .single-sponsor .featured-sponsor-images img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        left: 50%;
        top: 50%;
        object-fit: contain;
        position: absolute;
        width: 100%; }
      .sponsor-vList .single-sponsor .featured-sponsor-images:hover {
        -webkit-transform: scale(1.086);
        -ms-transform: scale(1.086);
        transform: scale(1.086); }
    .sponsor-vList .single-sponsor a {
      display: block;
      text-decoration: none;
      border: none !important; }

@media only screen and (max-width: 991px) {
  .sponsor-vCarousel #carousel__sponsors {
    padding-bottom: 0; }
    .sponsor-vCarousel #carousel__sponsors .carousel-indicators {
      display: none; }
    .sponsor-vCarousel #carousel__sponsors .carousel-control-next, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev {
      display: flex !important; }
    .sponsor-vCarousel #carousel__sponsors .carousel-inner {
      width: calc(100% - 100px); } }
.section-news-home {
  padding: 200px 0 100px;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .section-news-home .background-image-news {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .section-news-home .background-image-news img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      z-index: 1;
      filter: grayscale(100%); }
    .section-news-home .background-image-news::before {
      content: '';
      background-image: url("../images/texture-news-white.png");
      top: -2px;
      height: 194px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 3; }
    .section-news-home .background-image-news::after {
      content: '';
      opacity: 0.68;
      background-color: #960851;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 2; }
  .section-news-home .news-grid-row {
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
  .section-news-home .title-section {
    color: #b1025b !important;
    z-index: 5;
    position: relative;
    margin-bottom: 78px !important; }
    .section-news-home .title-section h2 {
      color: #ffffff !important; }
  .section-news-home #carousel__news {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 60px 55px 95px;
    z-index: 5; }
    .section-news-home #carousel__news .container-control {
      bottom: 20px;
      font-size: 0;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      width: 110px;
      z-index: 5; }
      .section-news-home #carousel__news .container-control .carousel-control-next, .section-news-home #carousel__news .container-control .carousel-control-prev {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        bottom: unset;
        display: inline-block;
        height: 50px;
        opacity: 1;
        position: relative;
        transition: all 0.4s ease;
        width: 50px; }
        .section-news-home #carousel__news .container-control .carousel-control-next .carousel-control-next-icon, .section-news-home #carousel__news .container-control .carousel-control-next .carousel-control-prev-icon, .section-news-home #carousel__news .container-control .carousel-control-prev .carousel-control-next-icon, .section-news-home #carousel__news .container-control .carousel-control-prev .carousel-control-prev-icon {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: all 0.4s ease;
          border: 1px solid transparent;
          background-size: contain;
          background-position: center;
          left: 50%;
          position: absolute;
          border-radius: 50%;
          top: 50%;
          height: 35px;
          width: 35px; }
        .section-news-home #carousel__news .container-control .carousel-control-next:hover, .section-news-home #carousel__news .container-control .carousel-control-prev:hover {
          -webkit-transform: scale(1.2, 1.2);
          -moz-transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }
          .section-news-home #carousel__news .container-control .carousel-control-next:hover .carousel-control-next-icon, .section-news-home #carousel__news .container-control .carousel-control-next:hover .carousel-control-prev-icon, .section-news-home #carousel__news .container-control .carousel-control-prev:hover .carousel-control-next-icon, .section-news-home #carousel__news .container-control .carousel-control-prev:hover .carousel-control-prev-icon {
            background-color: #000000; }
      .section-news-home #carousel__news .container-control .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/icons/chevron-right-white.svg");
        background-size: 10px;
        background-position-x: 60%; }
      .section-news-home #carousel__news .container-control .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/chevron-left-white.svg");
        background-size: 10px;
        background-position-x: 40%; }
  .section-news-home .single-post {
    background-color: #e6e6e6;
    border-radius: 0;
    color: unset;
    display: flex !important;
    flex-flow: wrap row;
    flex: 0 1 calc(33% - 20px);
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease; }
    .section-news-home .single-post .image-wrapping {
      flex: 0 0 auto;
      height: 161px;
      margin-bottom: 0 !important;
      overflow: hidden;
      padding-top: inherit !important;
      position: relative;
      width: 100%; }
      .section-news-home .single-post .image-wrapping img {
        height: 101% !important;
        object-fit: cover;
        width: 101% !important; }
    .section-news-home .single-post .body-post {
      display: flex;
      flex-flow: wrap row;
      padding: 25px 35px 96px;
      width: 100%;
      flex-basis: 100%;
      position: relative;
      border-bottom: 4px solid transparent;
      transition: all 0.4s ease; }
      .section-news-home .single-post .body-post .category-post {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.62px;
        text-transform: uppercase;
        color: #b3b3b3;
        margin-bottom: 10px; }
      .section-news-home .single-post .body-post .title-post, .section-news-home .single-post .body-post .title-post h3 {
        font-family: 'Poppins', sans-serif;
        color: #000000;
        font-size: 13px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 800;
        letter-spacing: normal;
        line-height: 1.62; }
      .section-news-home .single-post .body-post .content-post, .section-news-home .single-post .body-post .content-post p {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 11px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.55; }
      .section-news-home .single-post .body-post .button-post {
        bottom: 35px;
        left: 35px;
        position: absolute; }
        .section-news-home .single-post .body-post .button-post button, .section-news-home .single-post .body-post .button-post span {
          margin: 0 !important;
          cursor: pointer;
          font-family: 'Open Sans', sans-serif;
          font-size: 11px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.55;
          letter-spacing: normal;
          color: #000000 !important; }
    .section-news-home .single-post:hover {
      text-decoration: none;
      background-color: #ffffff; }
      .section-news-home .single-post:hover .body-post {
        border-color: #960851; }
        .section-news-home .single-post:hover .body-post .title-post {
          color: #b1025b; }

@media only screen and (max-width: 991px) {
  .section-news-home .news-grid-row {
    justify-content: space-between; }
    .section-news-home .news-grid-row .single-post {
      flex: 0 1 calc(50% - 20px); } }
@media only screen and (max-width: 767px) {
  .section-news-home .title-section {
    margin-bottom: 50px; }
  .section-news-home .news-grid-row {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap; }
    .section-news-home .news-grid-row .single-post {
      flex: 0 1 100%; } }
.section-signup {
  background-color: #eaeaea;
  background-image: url("../images/bg-icon-logo.png");
  background-position: 20% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 150px 0 170px;
  position: relative; }
  @media (max-width: 1200px) {
    .section-signup {
      padding: 70px 0 50px; } }

.section-h::after {
  content: none;
  height: 14px;
  background-image: linear-gradient(to left, #d50e4c, #960851 0%);
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 10; }

.has-white-color {
  color: white; }

.has-black-color {
  color: black; }

/*cerise*/
.has-link-color {
  color: #d50e4c; }

/*violet-red*/
.has-primary-color {
  color: #b1025b; }

/*reddish-purple:*/
.has-primaryLight-color {
  color: #960851; }

/*burgundy*/
.has-primaryDark-color {
  color: #5d0230; }

.has-grey-color {
  color: #979797; }

.team-vGrid-square-sm .single-member .featured-member-images .hover-box .bottom-info-member .name-member h3 {
  font-weight: bold !important; }

.team_panel .side-panel-fixed .right-side-panel .body-panel .position-member, .team_panel .side-panel-fixed .right-side-panel .body-panel .content-member {
  padding: 10px 30px !important; }

.team-vGrid-square-sm .single-member .featured-member-images .hover-box .bottom-info-member .name-member .position-member {
  font-size: 15px !important;
  line-height: 1.2 !important;
  display: inline-block; }

.team_panel .side-panel-fixed .right-side-panel .header-panel,
.team-vGrid-square-sm .single-member .featured-member-images,
.team_panel .side-panel-fixed .right-side-panel .body-panel .profile-picture {
  background-color: #b1025b !important; }

.team-vGrid-circle .single-member.col-lg-6 .featured-member-images .hover-box .bottom-info-member {
  padding: 10px 22% 30px; }
.team-vGrid-circle .single-member .featured-member-images {
  background-color: #b1025b !important; }
  .team-vGrid-circle .single-member .featured-member-images img {
    height: 100% !important; }
  .team-vGrid-circle .single-member .featured-member-images .hover-box .bottom-info-member .name-member h3 {
    font-size: 22px; }
  .team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover, .team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more {
    color: #ffffff !important;
    border-bottom: none !important; }
    .team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover:hover, .team-vGrid-circle .single-member .featured-member-images .hover-box .link-read-more:hover {
      border-color: transparent !important; }
  .team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks {
    padding: 0 !important; }
    .team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks li {
      display: inline-block !important;
      padding: 0 !important; }
      .team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks li a {
        color: #ffffff !important; }
      .team-vGrid-circle .single-member .featured-member-images .hover-box .social-networks li::before {
        content: none !important; }

.popup_vcard .modal-content button.close, .popup_vcard .modal-content #popup_vcard .modal-content button.close {
  background-color: #b1025b !important; }
.popup_vcard .modal-content .side-right .name-member h3 {
  color: #b1025b !important; }
.popup_vcard .modal-content .side-right .social-networks {
  margin-top: 20px; }
  .popup_vcard .modal-content .side-right .social-networks a {
    margin-right: 10px; }
    .popup_vcard .modal-content .side-right .social-networks a i {
      color: #b1025b !important; }

.block-quote {
  background-color: #960851;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .block-quote {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .block-quote.not-bg-color p, .block-quote.not-bg-color strong, .block-quote.not-bg-color h1, .block-quote.not-bg-color h2, .block-quote.not-bg-color h3, .block-quote.not-bg-color h4, .block-quote.not-bg-color h5, .block-quote.not-bg-color span {
    color: #3d3d3d !important; }
  .block-quote.text-left {
    text-align: left !important; }
    .block-quote.text-left p, .block-quote.text-left strong, .block-quote.text-left h1, .block-quote.text-left h2, .block-quote.text-left h3, .block-quote.text-left h4, .block-quote.text-left h5, .block-quote.text-left span {
      text-align: left !important;
      color: #ffffff; }
  .block-quote.text-center {
    text-align: center !important; }
    .block-quote.text-center p, .block-quote.text-center strong, .block-quote.text-center h1, .block-quote.text-center h2, .block-quote.text-center h3, .block-quote.text-center h4, .block-quote.text-center h5, .block-quote.text-center span {
      text-align: center !important;
      color: #ffffff; }
  .block-quote.text-right {
    text-align: right !important; }
    .block-quote.text-right p, .block-quote.text-right strong, .block-quote.text-right h1, .block-quote.text-right h2, .block-quote.text-right h3, .block-quote.text-right h4, .block-quote.text-right h5, .block-quote.text-right span {
      text-align: right !important;
      color: #ffffff; }
  .block-quote p, .block-quote strong, .block-quote h1, .block-quote h2, .block-quote h3, .block-quote h4, .block-quote h5, .block-quote span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.89;
    color: #ffffff !important;
    font-stretch: 600;
    font-style: normal;
    letter-spacing: normal;
    text-align: center; }

@media only screen and (max-width: 991px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto; }

  .wp-block-media-text {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 20px; }
    .wp-block-media-text .wp-block-media-text__content {
      padding: 50px 0 0 !important; } }
@media only screen and (max-width: 767px) {
  .team_panel .side-panel-fixed .right-side-panel .body-panel .profile-picture {
    height: 400px !important; }

  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%; }
    .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
      text-align: center; }

  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }

  .wp-block-media-text {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; } }
.carousel_block_testimonials {
  position: relative;
  background-color: #e9e9e9 !important; }
  .carousel_block_testimonials .container {
    position: relative; }
  .carousel_block_testimonials.has-image #carousel__testimonials {
    width: 100vw;
    margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw; }
    .carousel_block_testimonials.has-image #carousel__testimonials .content-testimonial {
      width: calc(100% + ((100vw - 1100px)/(2))); }
  .carousel_block_testimonials .container-control {
    position: absolute;
    padding-top: 20px;
    right: 0;
    font-size: 0;
    z-index: 5;
    width: 75px; }
    .carousel_block_testimonials .container-control .container {
      position: relative;
      height: 100%; }
    .carousel_block_testimonials .container-control .carousel-control-next, .carousel_block_testimonials .container-control .carousel-control-prev {
      bottom: unset;
      display: inline-block;
      height: 13px;
      opacity: 1;
      position: relative;
      transition: all 0.4s ease;
      width: 25px;
      border-bottom: none !important; }
      .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon, .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-prev-icon, .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-next-icon, .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%;
        width: 100%; }
    .carousel_block_testimonials .container-control .carousel-control-next {
      left: 18px; }
      .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/icons/arrow-long-right-white.svg"); }
    .carousel_block_testimonials .container-control .carousel-control-prev {
      left: 0; }
      .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/arrow-long-left-white.svg"); }
    .carousel_block_testimonials .container-control #title-section-fixed {
      margin-top: 25px; }
      .carousel_block_testimonials .container-control #title-section-fixed h3 {
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.98;
        letter-spacing: -0.89px;
        color: #ffffff;
        margin-bottom: 0 !important; }
  .carousel_block_testimonials.bg-primary {
    background-color: #960851; }
  .carousel_block_testimonials.bg-primaryDark {
    background-color: #5d0230; }
  .carousel_block_testimonials #carousel__testimonials {
    background-color: transparent;
    padding: 0;
    position: relative; }
    .carousel_block_testimonials #carousel__testimonials .carousel-indicators {
      bottom: 20px;
      counter-reset: none !important;
      left: 0;
      list-style-type: none !important;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: unset; }
      .carousel_block_testimonials #carousel__testimonials .carousel-indicators li {
        background-color: transparent;
        border-radius: 50%;
        border: 2px solid #ffffff;
        cursor: pointer;
        display: inline-block;
        flex: 0 0 10px !important;
        margin: 10px 5px;
        opacity: 1;
        padding: 0 !important;
        transition: all 0.4s ease;
        width: 10px;
        height: 10px;
        z-index: 9; }
        .carousel_block_testimonials #carousel__testimonials .carousel-indicators li::after, .carousel_block_testimonials #carousel__testimonials .carousel-indicators li::before {
          content: none !important; }
        .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active {
          opacity: 1;
          background-color: #ffffff; }
          .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active::before {
            display: block; }
    .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
      align-items: stretch;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      padding-left: 80px; }
      @media (max-width: 991px) {
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
          flex-direction: column-reverse; } }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial::before {
        content: '';
        background-image: url("../images/icons/quote-block.svg");
        background-repeat: no-repeat;
        background-size: 66px 57px;
        background-position: center center;
        background-color: transparent;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: inline-block;
        height: 57px;
        left: 0;
        position: absolute;
        top: 74px;
        width: 66px; }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side, .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container img, .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          object-fit: cover;
          position: absolute;
          top: 50%;
          width: 100%; }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side {
        position: relative;
        flex: 1 0 25vw;
        margin-right: 30px; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
          height: 100%;
          left: calc((100vw - 1100px)/(-2));
          overflow: hidden;
          padding: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: calc(100% + ((100vw - 1100px)/(2)));
          z-index: 40; }
        @media (max-width: 1200px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
            left: calc((100vw - 940px)/(-2));
            width: calc(100% + ((100vw - 940px)/(2))); } }
        @media (max-width: 991px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side {
            flex: 1 0 100%;
            margin: 0; }
            .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
              margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
              margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
              max-width: 100vw;
              width: 100vw;
              height: 400px;
              left: unset;
              position: relative; } }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
        position: relative; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
          height: 100%;
          left: 0;
          overflow: hidden;
          padding: 0;
          position: absolute;
          right: calc((100vw - 1100px)/(-2));
          top: 0;
          width: calc(100% + ((100vw - 1100px)/(2)));
          z-index: 40; }
        @media (max-width: 1200px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
            right: calc((100vw - 940px)/(-2));
            width: calc(100% + ((100vw - 940px)/(2))); } }
        @media (max-width: 991px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
            margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
            margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
            max-width: 100vw;
            width: 100vw;
            height: 400px;
            left: unset;
            position: relative; } }
    .carousel_block_testimonials #carousel__testimonials .content-testimonial {
      padding: 75px 0; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .carousel_block_testimonials #carousel__testimonials .content-testimonial em {
        color: #000000; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .carousel_block_testimonials #carousel__testimonials .content-testimonial a, .carousel_block_testimonials #carousel__testimonials .content-testimonial address, .carousel_block_testimonials #carousel__testimonials .content-testimonial span, .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .carousel_block_testimonials #carousel__testimonials .content-testimonial time, .carousel_block_testimonials #carousel__testimonials .content-testimonial dl.list > dd, .carousel_block_testimonials #carousel__testimonials .content-testimonial dl.list > dt, .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-stretch: normal;
        font-weight: 600;
        letter-spacing: normal;
        line-height: 1.89;
        margin-bottom: 0;
        position: relative;
        text-align: left;
        font-style: normal !important; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote::after {
        content: '';
        background-image: url("../images/icons/quote-block.svg");
        background-repeat: no-repeat;
        background-size: 36px 31px;
        background-position: center center;
        background-color: transparent;
        display: inline-block;
        width: 36px;
        height: 31px;
        position: absolute;
        margin-left: 25px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
        text-transform: uppercase;
        padding-left: 15px;
        margin-top: 20px;
        display: block;
        font-weight: 800 !important; }
        .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
          content: '';
          background-color: #000000;
          display: block;
          height: 3px;
          left: 0;
          position: absolute;
          top: 46%;
          width: 8px; }

@media only screen and (max-width: 767px) {
  .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
    padding-left: 0 !important; }
    .carousel_block_testimonials #carousel__testimonials .row-block-testimonial::before {
      left: 15px;
      top: 20px; } }
.wp-block-columns .wp-block-column {
  padding-top: 30px;
  padding-bottom: 30px; }
  .wp-block-columns .wp-block-column.column-7 {
    flex-basis: calc(70% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-6 {
    flex-basis: calc(60% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-5 {
    flex-basis: calc(50% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-4 {
    flex-basis: calc(40% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column h2, .wp-block-columns .wp-block-column h3, .wp-block-columns .wp-block-column h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: -0.2px;
    color: #37373f; }
  .wp-block-columns .wp-block-column p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.09px;
    color: #3d3d3d; }
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 100%;
    max-width: 100%;
    margin-left: auto; }
    .wp-block-columns .wp-block-column .wp-block-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .wp-block-columns .wp-block-column .wp-block-image figcaption {
      background-color: #ffffff;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.57;
      letter-spacing: normal;
      margin: 0;
      padding: 8px 25px 11px;
      color: #3d3d3d; }
.wp-block-columns.no-margin {
  margin-bottom: 0 !important; }
.wp-block-columns.has-img-caption {
  padding: 120px 0; }
  @media (max-width: 991px) {
    .wp-block-columns.has-img-caption {
      padding: 50px 0 !important; } }
.wp-block-columns.has-bg-color-neutral {
  position: relative;
  z-index: 0; }
  .wp-block-columns.has-bg-color-neutral::before {
    content: "";
    background-color: #f7f8f9;
    height: 100%;
    width: 100vw;
    margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
@media (max-width: 991px) {
  .wp-block-columns {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .wp-block-columns .wp-block-column {
      margin-left: 0 !important;
      margin-bottom: 0;
      padding: 10px 0;
      width: 100%;
      text-align: center; }
      .wp-block-columns .wp-block-column .wp-block-image {
        margin-left: unset !important; }
      .wp-block-columns .wp-block-column.text-left, .wp-block-columns .wp-block-column.text-right {
        text-align: center !important; } }

#accordionBlock {
  width: 100%; }
  #accordionBlock .card {
    border-radius: 0 !important;
    border: solid 2px #d3d3d3;
    box-shadow: none;
    margin-bottom: 20px !important;
    padding: 0;
    /*.card.header*/ }
    #accordionBlock .card.active-collapse {
      box-shadow: 3px 1px 7px 2px rgba(0, 0, 0, 0.1); }
    #accordionBlock .card .card-header {
      background-color: transparent;
      border-bottom: none !important;
      padding: 0;
      border-radius: 0 !important;
      margin: 0 !important;
      position: relative; }
      #accordionBlock .card .card-header h2, #accordionBlock .card .card-header h3, #accordionBlock .card .card-header h4, #accordionBlock .card .card-header h6 {
        font-family: 'Open Sans', sans-serif;
        background: transparent;
        border-radius: 0;
        color: unset;
        font-size: 28px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 800;
        letter-spacing: -0.92px;
        line-height: 1.39;
        margin-bottom: 0 !important; }
        #accordionBlock .card .card-header h2 .btn, #accordionBlock .card .card-header h2 .btn-link, #accordionBlock .card .card-header h3 .btn, #accordionBlock .card .card-header h3 .btn-link, #accordionBlock .card .card-header h4 .btn, #accordionBlock .card .card-header h4 .btn-link, #accordionBlock .card .card-header h6 .btn, #accordionBlock .card .card-header h6 .btn-link {
          background: transparent;
          border-radius: 0;
          color: #000000;
          display: block;
          font-size: inherit;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: normal;
          line-height: 1.21;
          margin: 0 !important;
          padding: 20px 45px;
          position: relative;
          text-align: left;
          width: 100%; }
          #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h2 .btn-link[aria-expanded^="true"], #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h3 .btn-link[aria-expanded^="true"], #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h4 .btn-link[aria-expanded^="true"], #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"], #accordionBlock .card .card-header h6 .btn-link[aria-expanded^="true"] {
            color: #b1025b; }
            #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h2 .btn-link[aria-expanded^="true"]::before, #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h3 .btn-link[aria-expanded^="true"]::before, #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h4 .btn-link[aria-expanded^="true"]::before, #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"]::before, #accordionBlock .card .card-header h6 .btn-link[aria-expanded^="true"]::before {
              background-image: url("../images/icons/arrow-up-pink.svg"); }
          #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"], #accordionBlock .card .card-header h2 .btn-link[aria-expanded^="false"], #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"], #accordionBlock .card .card-header h3 .btn-link[aria-expanded^="false"], #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"], #accordionBlock .card .card-header h4 .btn-link[aria-expanded^="false"], #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"], #accordionBlock .card .card-header h6 .btn-link[aria-expanded^="false"] {
            color: #000000;
            font-size: 18px; }
            #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h2 .btn-link[aria-expanded^="false"]::before, #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h3 .btn-link[aria-expanded^="false"]::before, #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h4 .btn-link[aria-expanded^="false"]::before, #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"]::before, #accordionBlock .card .card-header h6 .btn-link[aria-expanded^="false"]::before {
              background-image: url("../images/icons/chevron-down-grey.svg"); }
          #accordionBlock .card .card-header h2 .btn::before, #accordionBlock .card .card-header h2 .btn-link::before, #accordionBlock .card .card-header h3 .btn::before, #accordionBlock .card .card-header h3 .btn-link::before, #accordionBlock .card .card-header h4 .btn::before, #accordionBlock .card .card-header h4 .btn-link::before, #accordionBlock .card .card-header h6 .btn::before, #accordionBlock .card .card-header h6 .btn-link::before {
            content: "" !important;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 15px 10px;
            cursor: pointer;
            display: inline-block;
            height: 100%;
            position: absolute;
            right: 10px;
            top: 0 !important;
            width: 30px; }
          #accordionBlock .card .card-header h2 .btn:hover, #accordionBlock .card .card-header h2 .btn:focus, #accordionBlock .card .card-header h2 .btn:active, #accordionBlock .card .card-header h2 .btn-link:hover, #accordionBlock .card .card-header h2 .btn-link:focus, #accordionBlock .card .card-header h2 .btn-link:active, #accordionBlock .card .card-header h3 .btn:hover, #accordionBlock .card .card-header h3 .btn:focus, #accordionBlock .card .card-header h3 .btn:active, #accordionBlock .card .card-header h3 .btn-link:hover, #accordionBlock .card .card-header h3 .btn-link:focus, #accordionBlock .card .card-header h3 .btn-link:active, #accordionBlock .card .card-header h4 .btn:hover, #accordionBlock .card .card-header h4 .btn:focus, #accordionBlock .card .card-header h4 .btn:active, #accordionBlock .card .card-header h4 .btn-link:hover, #accordionBlock .card .card-header h4 .btn-link:focus, #accordionBlock .card .card-header h4 .btn-link:active, #accordionBlock .card .card-header h6 .btn:hover, #accordionBlock .card .card-header h6 .btn:focus, #accordionBlock .card .card-header h6 .btn:active, #accordionBlock .card .card-header h6 .btn-link:hover, #accordionBlock .card .card-header h6 .btn-link:focus, #accordionBlock .card .card-header h6 .btn-link:active {
            text-decoration: none; }
    #accordionBlock .card .card-body {
      background-color: #ffffff;
      padding: 20px 45px 30px; }
      #accordionBlock .card .card-body h2, #accordionBlock .card .card-body h3, #accordionBlock .card .card-body h4, #accordionBlock .card .card-body h5, #accordionBlock .card .card-body h6 {
        color: #b1025b;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal; }
      #accordionBlock .card .card-body p, #accordionBlock .card .card-body strong, #accordionBlock .card .card-body em, #accordionBlock .card .card-body span, #accordionBlock .card .card-body a {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #292f3f;
        text-align: left; }
  @media (max-width: 1200) {
    #accordionBlock {
      width: 100%; } }

@media only screen and (max-width: 1199.98px) {
  #accordionBlock {
    width: 100%; }
    #accordionBlock .card .card-header h2 {
      font-size: 25px !important; }
      #accordionBlock .card .card-header h2 .btn {
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word; }
        #accordionBlock .card .card-header h2 .btn::before {
          right: -35px; } }
.media_text-block {
  padding: 0;
  position: relative; }
  .media_text-block.image_on_left .side-text {
    padding-right: 0 !important; }
  .media_text-block.image_on_left .outside-container {
    height: 70%;
    left: calc((100vw - 1100px)/(-2));
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15%;
    width: calc(100% + ((100vw - 1100px)/(2)));
    z-index: 40; }
    .media_text-block.image_on_left .outside-container .image-wrapping {
      height: 100%;
      padding-top: unset !important; }
  @media (max-width: 1200px) {
    .media_text-block.image_on_left .outside-container {
      left: calc((100vw - 940px)/(-2));
      width: calc(100% + ((100vw - 940px)/(2)));
      top: 0; } }
  @media (max-width: 991px) {
    .media_text-block.image_on_left .side-text {
      padding: 50px 25px !important; }
    .media_text-block.image_on_left .outside-container {
      margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
      margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
      max-width: 100vw;
      width: 100vw;
      height: 400px;
      position: relative;
      left: unset; } }
  .media_text-block.image_on_right {
    flex-direction: row-reverse; }
    .media_text-block.image_on_right .side-text {
      padding-left: 0 !important; }
    .media_text-block.image_on_right .left-side {
      order: 1; }
    .media_text-block.image_on_right .outside-container {
      height: 70%;
      right: calc((100vw - 1100px)/(-2));
      overflow: hidden;
      padding: 0;
      position: absolute;
      left: 0;
      top: 15%;
      width: calc(100% + ((100vw - 1100px)/(2)));
      z-index: 40; }
      .media_text-block.image_on_right .outside-container .image-wrapping {
        height: 100%;
        padding-top: unset !important; }
  @media (max-width: 1200px) {
    .media_text-block.image_on_right .outside-container {
      right: calc((100vw - 940px)/(-2));
      width: calc(100% + ((100vw - 940px)/(2)));
      top: 0; } }
  @media (max-width: 991px) {
    .media_text-block.image_on_right .side-text {
      padding: 50px 25px !important;
      order: 1; }
    .media_text-block.image_on_right .outside-container {
      margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
      margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
      max-width: 100vw;
      width: 100vw;
      height: 400px;
      position: relative; } }
  .media_text-block .side-text {
    padding: 100px 40px; }
    .media_text-block .side-text.text-left {
      text-align: left; }
      .media_text-block .side-text.text-left .bottom-link-section {
        text-align: left; }
    .media_text-block .side-text.text-center {
      text-align: center; }
      .media_text-block .side-text.text-center .bottom-link-section {
        text-align: center; }
    .media_text-block .side-text.text-right {
      text-align: right; }
      .media_text-block .side-text.text-right .bottom-link-section {
        text-align: right; }
  .media_text-block .title-block {
    margin-bottom: 20px; }
    .media_text-block .title-block h2 {
      font-family: 'Poppins', sans-serif;
      font-size: 52px;
      font-weight: bold !important;
      color: #960851 !important;
      text-transform: uppercase;
      line-height: 1.18 !important; }
    .media_text-block .title-block h3 {
      font-family: 'Poppins', sans-serif;
      line-height: 1.18 !important;
      margin-bottom: 18px; }
    .media_text-block .title-block h4 {
      font-family: 'Poppins', sans-serif;
      font-size: 28px !important;
      font-weight: bold;
      line-height: 1.82;
      color: #000000 !important;
      text-transform: none !important; }
  .media_text-block .content-block, .media_text-block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.67;
    color: #000000; }

.block-content {
  padding: 80px 0;
  /*background setting color*/
  /*alignment content setting*/ }
  @media (max-width: 1200px) {
    .block-content {
      padding: 50px 15px; } }
  .block-content.after-section-white {
    position: relative;
    padding: 180px 0px 180px; }
    .block-content.after-section-white::before {
      content: "";
      background-image: url("../images/texture-down-white.png");
      background-position: top center;
      background-repeat: repeat-x;
      background-size: auto;
      height: 150px;
      left: 0;
      position: absolute;
      top: -1px;
      width: 100%;
      z-index: 5; }
  .block-content.after-section-grey {
    position: relative;
    padding: 180px 0px 180px; }
    .block-content.after-section-grey::before {
      content: "" !important;
      background-image: url("../images/texture-down-grey.png");
      background-position: top center;
      background-repeat: repeat-x;
      background-size: auto;
      height: 150px;
      left: 0;
      position: absolute;
      top: -1px;
      width: 100%;
      z-index: 5; }
  .block-content.custom-arrows {
    padding: 115px 0;
    position: relative; }
    @media (max-width: 1200px) {
      .block-content.custom-arrows {
        padding: 50px 15px; } }
    .block-content.custom-arrows .container {
      padding: 20px 50px !important;
      position: relative;
      z-index: 10; }
      @media (max-width: 1200px) {
        .block-content.custom-arrows .container {
          padding: 20px 15px !important; } }
      .block-content.custom-arrows .container p {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 1.44;
        color: rgba(255, 255, 255, 0.83) !important; }
        .block-content.custom-arrows .container p::selection {
          background-color: #5d0230 !important;
          color: #ffffff; }
    .block-content.custom-arrows::before {
      content: "";
      width: 157px;
      height: 98%;
      background-image: url("../images/triangle-testimonial-r.svg");
      background-repeat: no-repeat;
      background-position: center left;
      background-size: contain;
      position: absolute;
      display: block;
      top: 1%;
      left: 0;
      z-index: 0; }
    .block-content.custom-arrows::after {
      content: "";
      width: 157px;
      height: 98%;
      background-image: url("../images/triangle-testimonial-l.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center right;
      position: absolute;
      display: block;
      top: 1%;
      right: 0;
      z-index: 0; }
  .block-content.not-bg-color, .block-content-bg-not-color {
    background-color: transparent !important; }
    .block-content.not-bg-color h4, .block-content.not-bg-color h3, .block-content.not-bg-color h2, .block-content.not-bg-color h5, .block-content.not-bg-color h6, .block-content-bg-not-color h4, .block-content-bg-not-color h3, .block-content-bg-not-color h2, .block-content-bg-not-color h5, .block-content-bg-not-color h6 {
      font-family: 'Poppins', sans-serif;
      font-weight: bold !important;
      line-height: 1.82 !important;
      color: #000000 !important; }
    .block-content.not-bg-color h4, .block-content-bg-not-color h4 {
      font-size: 28px !important; }
    .block-content.not-bg-color p, .block-content-bg-not-color p {
      color: #000000 !important; }
  .block-content.bg-pink {
    background-color: #ac0d5f; }
    .block-content.bg-pink .title-section .big-title {
      font-size: 60px !important;
      font-weight: 800;
      letter-spacing: 0.3px;
      color: #ffffff;
      width: 100%; }
    .block-content.bg-pink h2, .block-content.bg-pink h3, .block-content.bg-pink h4, .block-content.bg-pink h5, .block-content.bg-pink h6 {
      font-weight: bold !important;
      line-height: 0.84 !important;
      letter-spacing: 1.5px !important; }
    .block-content.bg-pink p, .block-content.bg-pink span, .block-content.bg-pink strong, .block-content.bg-pink a:not(.btn-2), .block-content.bg-pink h2, .block-content.bg-pink h3, .block-content.bg-pink h4, .block-content.bg-pink h5, .block-content.bg-pink h6, .block-content.bg-pink ul > li, .block-content.bg-pink ul li > p, .block-content.bg-pink ol > li, .block-content.bg-pink ol li > p {
      color: #ffffff !important;
      border-color: #ffffff !important; }
      .block-content.bg-pink p strong, .block-content.bg-pink p em, .block-content.bg-pink p span, .block-content.bg-pink span strong, .block-content.bg-pink span em, .block-content.bg-pink span span, .block-content.bg-pink strong strong, .block-content.bg-pink strong em, .block-content.bg-pink strong span, .block-content.bg-pink a:not(.btn-2) strong, .block-content.bg-pink a:not(.btn-2) em, .block-content.bg-pink a:not(.btn-2) span, .block-content.bg-pink h2 strong, .block-content.bg-pink h2 em, .block-content.bg-pink h2 span, .block-content.bg-pink h3 strong, .block-content.bg-pink h3 em, .block-content.bg-pink h3 span, .block-content.bg-pink h4 strong, .block-content.bg-pink h4 em, .block-content.bg-pink h4 span, .block-content.bg-pink h5 strong, .block-content.bg-pink h5 em, .block-content.bg-pink h5 span, .block-content.bg-pink h6 strong, .block-content.bg-pink h6 em, .block-content.bg-pink h6 span, .block-content.bg-pink ul > li strong, .block-content.bg-pink ul > li em, .block-content.bg-pink ul > li span, .block-content.bg-pink ul li > p strong, .block-content.bg-pink ul li > p em, .block-content.bg-pink ul li > p span, .block-content.bg-pink ol > li strong, .block-content.bg-pink ol > li em, .block-content.bg-pink ol > li span, .block-content.bg-pink ol li > p strong, .block-content.bg-pink ol li > p em, .block-content.bg-pink ol li > p span {
        color: #ffffff !important; }
    .block-content.bg-pink ol li::before, .block-content.bg-pink ol.list li::before {
      color: #ffffff !important; }
    .block-content.bg-pink ul li, .block-content.bg-pink ul.list li {
      color: #ffffff !important; }
      .block-content.bg-pink ul li::before, .block-content.bg-pink ul.list li::before {
        background: #ffffff !important; }
  .block-content.bg-primarydark {
    background-color: #5d0230; }
    .block-content.bg-primarydark p, .block-content.bg-primarydark span, .block-content.bg-primarydark strong, .block-content.bg-primarydark a:not(.btn-2), .block-content.bg-primarydark h2, .block-content.bg-primarydark h3, .block-content.bg-primarydark h4, .block-content.bg-primarydark h5, .block-content.bg-primarydark h6, .block-content.bg-primarydark ul > li, .block-content.bg-primarydark ul li > p, .block-content.bg-primarydark ol > li, .block-content.bg-primarydark ol li > p {
      color: #ffffff !important;
      border-color: #ffffff !important; }
      .block-content.bg-primarydark p strong, .block-content.bg-primarydark p em, .block-content.bg-primarydark p span, .block-content.bg-primarydark span strong, .block-content.bg-primarydark span em, .block-content.bg-primarydark span span, .block-content.bg-primarydark strong strong, .block-content.bg-primarydark strong em, .block-content.bg-primarydark strong span, .block-content.bg-primarydark a:not(.btn-2) strong, .block-content.bg-primarydark a:not(.btn-2) em, .block-content.bg-primarydark a:not(.btn-2) span, .block-content.bg-primarydark h2 strong, .block-content.bg-primarydark h2 em, .block-content.bg-primarydark h2 span, .block-content.bg-primarydark h3 strong, .block-content.bg-primarydark h3 em, .block-content.bg-primarydark h3 span, .block-content.bg-primarydark h4 strong, .block-content.bg-primarydark h4 em, .block-content.bg-primarydark h4 span, .block-content.bg-primarydark h5 strong, .block-content.bg-primarydark h5 em, .block-content.bg-primarydark h5 span, .block-content.bg-primarydark h6 strong, .block-content.bg-primarydark h6 em, .block-content.bg-primarydark h6 span, .block-content.bg-primarydark ul > li strong, .block-content.bg-primarydark ul > li em, .block-content.bg-primarydark ul > li span, .block-content.bg-primarydark ul li > p strong, .block-content.bg-primarydark ul li > p em, .block-content.bg-primarydark ul li > p span, .block-content.bg-primarydark ol > li strong, .block-content.bg-primarydark ol > li em, .block-content.bg-primarydark ol > li span, .block-content.bg-primarydark ol li > p strong, .block-content.bg-primarydark ol li > p em, .block-content.bg-primarydark ol li > p span {
        color: #ffffff !important; }
    .block-content.bg-primarydark ol li::before, .block-content.bg-primarydark ol.list li::before {
      color: #ffffff !important; }
    .block-content.bg-primarydark ul li, .block-content.bg-primarydark ul.list li {
      color: #ffffff !important; }
      .block-content.bg-primarydark ul li::before, .block-content.bg-primarydark ul.list li::before {
        background: #ffffff !important; }
  .block-content.bg-primarylight {
    background-color: #b1025b; }
    .block-content.bg-primarylight p, .block-content.bg-primarylight span, .block-content.bg-primarylight strong, .block-content.bg-primarylight a:not(.btn-2), .block-content.bg-primarylight h2, .block-content.bg-primarylight h3, .block-content.bg-primarylight h4, .block-content.bg-primarylight h5, .block-content.bg-primarylight h6, .block-content.bg-primarylight ul > li, .block-content.bg-primarylight ul li > p, .block-content.bg-primarylight ol > li, .block-content.bg-primarylight ol li > p {
      color: #ffffff !important;
      border-color: #ffffff !important; }
      .block-content.bg-primarylight p strong, .block-content.bg-primarylight p em, .block-content.bg-primarylight p span, .block-content.bg-primarylight span strong, .block-content.bg-primarylight span em, .block-content.bg-primarylight span span, .block-content.bg-primarylight strong strong, .block-content.bg-primarylight strong em, .block-content.bg-primarylight strong span, .block-content.bg-primarylight a:not(.btn-2) strong, .block-content.bg-primarylight a:not(.btn-2) em, .block-content.bg-primarylight a:not(.btn-2) span, .block-content.bg-primarylight h2 strong, .block-content.bg-primarylight h2 em, .block-content.bg-primarylight h2 span, .block-content.bg-primarylight h3 strong, .block-content.bg-primarylight h3 em, .block-content.bg-primarylight h3 span, .block-content.bg-primarylight h4 strong, .block-content.bg-primarylight h4 em, .block-content.bg-primarylight h4 span, .block-content.bg-primarylight h5 strong, .block-content.bg-primarylight h5 em, .block-content.bg-primarylight h5 span, .block-content.bg-primarylight h6 strong, .block-content.bg-primarylight h6 em, .block-content.bg-primarylight h6 span, .block-content.bg-primarylight ul > li strong, .block-content.bg-primarylight ul > li em, .block-content.bg-primarylight ul > li span, .block-content.bg-primarylight ul li > p strong, .block-content.bg-primarylight ul li > p em, .block-content.bg-primarylight ul li > p span, .block-content.bg-primarylight ol > li strong, .block-content.bg-primarylight ol > li em, .block-content.bg-primarylight ol > li span, .block-content.bg-primarylight ol li > p strong, .block-content.bg-primarylight ol li > p em, .block-content.bg-primarylight ol li > p span {
        color: #ffffff !important; }
    .block-content.bg-primarylight ol li::before, .block-content.bg-primarylight ol.list li::before {
      color: #ffffff !important; }
    .block-content.bg-primarylight ul li, .block-content.bg-primarylight ul.list li {
      color: #ffffff !important; }
      .block-content.bg-primarylight ul li::before, .block-content.bg-primarylight ul.list li::before {
        background: #ffffff !important; }
  .block-content.bg-neutral {
    background-color: #f8f8f8;
    position: relative;
    z-index: 0; }
  .block-content.color-white p, .block-content.color-white span, .block-content.color-white strong, .block-content.color-white a:not(.btn-2), .block-content.color-white h2, .block-content.color-white h3, .block-content.color-white h4, .block-content.color-white h5, .block-content.color-white h6, .block-content.color-white ul > li, .block-content.color-white ul li > p, .block-content.color-white ol > li, .block-content.color-white ol li > p {
    color: #ffffff !important;
    border-color: #ffffff !important; }
    .block-content.color-white p strong, .block-content.color-white p em, .block-content.color-white p span, .block-content.color-white span strong, .block-content.color-white span em, .block-content.color-white span span, .block-content.color-white strong strong, .block-content.color-white strong em, .block-content.color-white strong span, .block-content.color-white a:not(.btn-2) strong, .block-content.color-white a:not(.btn-2) em, .block-content.color-white a:not(.btn-2) span, .block-content.color-white h2 strong, .block-content.color-white h2 em, .block-content.color-white h2 span, .block-content.color-white h3 strong, .block-content.color-white h3 em, .block-content.color-white h3 span, .block-content.color-white h4 strong, .block-content.color-white h4 em, .block-content.color-white h4 span, .block-content.color-white h5 strong, .block-content.color-white h5 em, .block-content.color-white h5 span, .block-content.color-white h6 strong, .block-content.color-white h6 em, .block-content.color-white h6 span, .block-content.color-white ul > li strong, .block-content.color-white ul > li em, .block-content.color-white ul > li span, .block-content.color-white ul li > p strong, .block-content.color-white ul li > p em, .block-content.color-white ul li > p span, .block-content.color-white ol > li strong, .block-content.color-white ol > li em, .block-content.color-white ol > li span, .block-content.color-white ol li > p strong, .block-content.color-white ol li > p em, .block-content.color-white ol li > p span {
      color: #ffffff !important; }
  .block-content.color-white ol li::before, .block-content.color-white ol.list li::before {
    color: #ffffff !important; }
  .block-content.color-white ul li, .block-content.color-white ul.list li {
    color: #ffffff !important; }
    .block-content.color-white ul li::before, .block-content.color-white ul.list li::before {
      background: #ffffff !important; }
  .block-content .title-section {
    margin-bottom: 30px !important; }
    .block-content .title-section .big-title {
      opacity: 0.12;
      -webkit-text-stroke: 1px #979797;
      font-family: Poppins;
      font-size: 50px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.25px;
      color: #d5d5d6; }
    .block-content .title-section h2, .block-content .title-section h3, .block-content .title-section h4 {
      font-family: 'Poppins', sans-serif;
      font-size: 38px;
      font-weight: bold !important;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.84;
      letter-spacing: normal;
      text-align: center;
      color: rgba(12, 12, 12, 0.83); }
  .block-content.text-center {
    text-align: center;
    position: relative; }
  .block-content.text-left {
    text-align: left;
    position: relative; }
  .block-content.text-right {
    text-align: right; }
  .block-content.color-neutral p, .block-content.color-neutral span, .block-content.color-neutral strong, .block-content.color-neutral a, .block-content.color-neutral h2, .block-content.color-neutral h3, .block-content.color-neutral h4, .block-content.color-neutral h5, .block-content.color-neutral h6 {
    color: #3d3d3d !important; }

.block-quote {
  padding: 60px 0;
  position: relative;
  /*background setting color*/
  /*alignment content setting*/ }
  @media (max-width: 1200px) {
    .block-quote {
      padding: 50px 15px; } }
  .block-quote.after-section-white::before {
    content: "";
    background-image: url("../images/texture-down-white.png");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto;
    height: 150px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 5; }
  .block-quote.after-section-grey::before {
    content: "";
    background-image: url("../images/texture-down-grey.png");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto;
    height: 150px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 5; }
  .block-quote.bg-not-color {
    background-color: transparent !important; }
    .block-quote.bg-not-color .big-title {
      font-size: 60px !important;
      font-weight: 800;
      letter-spacing: 0.3px;
      color: #3d3d3d; }
    .block-quote.bg-not-color h2, .block-quote.bg-not-color h3, .block-quote.bg-not-color h4, .block-quote.bg-not-color h5, .block-quote.bg-not-color h6 {
      font-weight: bold !important;
      line-height: 0.84 !important;
      letter-spacing: 1.5px !important; }
    .block-quote.bg-not-color p, .block-quote.bg-not-color span, .block-quote.bg-not-color strong, .block-quote.bg-not-color a:not(.btn-2), .block-quote.bg-not-color h2, .block-quote.bg-not-color h3, .block-quote.bg-not-color h4, .block-quote.bg-not-color h5, .block-quote.bg-not-color h6, .block-quote.bg-not-color ul > li, .block-quote.bg-not-color ul li > p, .block-quote.bg-not-color ol > li, .block-quote.bg-not-color ol li > p {
      color: #3d3d3d !important;
      border-color: #3d3d3d !important; }
      .block-quote.bg-not-color p strong, .block-quote.bg-not-color p em, .block-quote.bg-not-color p span, .block-quote.bg-not-color span strong, .block-quote.bg-not-color span em, .block-quote.bg-not-color span span, .block-quote.bg-not-color strong strong, .block-quote.bg-not-color strong em, .block-quote.bg-not-color strong span, .block-quote.bg-not-color a:not(.btn-2) strong, .block-quote.bg-not-color a:not(.btn-2) em, .block-quote.bg-not-color a:not(.btn-2) span, .block-quote.bg-not-color h2 strong, .block-quote.bg-not-color h2 em, .block-quote.bg-not-color h2 span, .block-quote.bg-not-color h3 strong, .block-quote.bg-not-color h3 em, .block-quote.bg-not-color h3 span, .block-quote.bg-not-color h4 strong, .block-quote.bg-not-color h4 em, .block-quote.bg-not-color h4 span, .block-quote.bg-not-color h5 strong, .block-quote.bg-not-color h5 em, .block-quote.bg-not-color h5 span, .block-quote.bg-not-color h6 strong, .block-quote.bg-not-color h6 em, .block-quote.bg-not-color h6 span, .block-quote.bg-not-color ul > li strong, .block-quote.bg-not-color ul > li em, .block-quote.bg-not-color ul > li span, .block-quote.bg-not-color ul li > p strong, .block-quote.bg-not-color ul li > p em, .block-quote.bg-not-color ul li > p span, .block-quote.bg-not-color ol > li strong, .block-quote.bg-not-color ol > li em, .block-quote.bg-not-color ol > li span, .block-quote.bg-not-color ol li > p strong, .block-quote.bg-not-color ol li > p em, .block-quote.bg-not-color ol li > p span {
        color: #3d3d3d !important; }
    .block-quote.bg-not-color ol li::before, .block-quote.bg-not-color ol.list li::before {
      color: #3d3d3d !important; }
    .block-quote.bg-not-color ul li, .block-quote.bg-not-color ul.list li {
      color: #3d3d3d !important; }
      .block-quote.bg-not-color ul li::before, .block-quote.bg-not-color ul.list li::before {
        background: #3d3d3d !important; }
  .block-quote.bg-primary {
    background-color: #ac0d5f !important; }
    .block-quote.bg-primary .big-title {
      font-size: 60px !important;
      font-weight: 800;
      letter-spacing: 0.3px;
      color: #ffffff; }
    .block-quote.bg-primary h2, .block-quote.bg-primary h3, .block-quote.bg-primary h4, .block-quote.bg-primary h5, .block-quote.bg-primary h6 {
      font-weight: bold !important;
      line-height: 0.84 !important;
      letter-spacing: 1.5px !important; }
    .block-quote.bg-primary p, .block-quote.bg-primary span, .block-quote.bg-primary strong, .block-quote.bg-primary a:not(.btn-2), .block-quote.bg-primary h2, .block-quote.bg-primary h3, .block-quote.bg-primary h4, .block-quote.bg-primary h5, .block-quote.bg-primary h6, .block-quote.bg-primary ul > li, .block-quote.bg-primary ul li > p, .block-quote.bg-primary ol > li, .block-quote.bg-primary ol li > p {
      color: #ffffff !important;
      border-color: #ffffff !important; }
      .block-quote.bg-primary p strong, .block-quote.bg-primary p em, .block-quote.bg-primary p span, .block-quote.bg-primary span strong, .block-quote.bg-primary span em, .block-quote.bg-primary span span, .block-quote.bg-primary strong strong, .block-quote.bg-primary strong em, .block-quote.bg-primary strong span, .block-quote.bg-primary a:not(.btn-2) strong, .block-quote.bg-primary a:not(.btn-2) em, .block-quote.bg-primary a:not(.btn-2) span, .block-quote.bg-primary h2 strong, .block-quote.bg-primary h2 em, .block-quote.bg-primary h2 span, .block-quote.bg-primary h3 strong, .block-quote.bg-primary h3 em, .block-quote.bg-primary h3 span, .block-quote.bg-primary h4 strong, .block-quote.bg-primary h4 em, .block-quote.bg-primary h4 span, .block-quote.bg-primary h5 strong, .block-quote.bg-primary h5 em, .block-quote.bg-primary h5 span, .block-quote.bg-primary h6 strong, .block-quote.bg-primary h6 em, .block-quote.bg-primary h6 span, .block-quote.bg-primary ul > li strong, .block-quote.bg-primary ul > li em, .block-quote.bg-primary ul > li span, .block-quote.bg-primary ul li > p strong, .block-quote.bg-primary ul li > p em, .block-quote.bg-primary ul li > p span, .block-quote.bg-primary ol > li strong, .block-quote.bg-primary ol > li em, .block-quote.bg-primary ol > li span, .block-quote.bg-primary ol li > p strong, .block-quote.bg-primary ol li > p em, .block-quote.bg-primary ol li > p span {
        color: #ffffff !important; }
    .block-quote.bg-primary ol li::before, .block-quote.bg-primary ol.list li::before {
      color: #ffffff !important; }
    .block-quote.bg-primary ul li, .block-quote.bg-primary ul.list li {
      color: #ffffff !important; }
      .block-quote.bg-primary ul li::before, .block-quote.bg-primary ul.list li::before {
        background: #ffffff !important; }
  .block-quote.bg-secondary {
    background-color: #5d0230 !important; }
    .block-quote.bg-secondary p, .block-quote.bg-secondary span, .block-quote.bg-secondary strong, .block-quote.bg-secondary a:not(.btn-2), .block-quote.bg-secondary h2, .block-quote.bg-secondary h3, .block-quote.bg-secondary h4, .block-quote.bg-secondary h5, .block-quote.bg-secondary h6, .block-quote.bg-secondary ul > li, .block-quote.bg-secondary ul li > p, .block-quote.bg-secondary ol > li, .block-quote.bg-secondary ol li > p {
      color: #ffffff !important;
      border-color: #ffffff !important; }
      .block-quote.bg-secondary p strong, .block-quote.bg-secondary p em, .block-quote.bg-secondary p span, .block-quote.bg-secondary span strong, .block-quote.bg-secondary span em, .block-quote.bg-secondary span span, .block-quote.bg-secondary strong strong, .block-quote.bg-secondary strong em, .block-quote.bg-secondary strong span, .block-quote.bg-secondary a:not(.btn-2) strong, .block-quote.bg-secondary a:not(.btn-2) em, .block-quote.bg-secondary a:not(.btn-2) span, .block-quote.bg-secondary h2 strong, .block-quote.bg-secondary h2 em, .block-quote.bg-secondary h2 span, .block-quote.bg-secondary h3 strong, .block-quote.bg-secondary h3 em, .block-quote.bg-secondary h3 span, .block-quote.bg-secondary h4 strong, .block-quote.bg-secondary h4 em, .block-quote.bg-secondary h4 span, .block-quote.bg-secondary h5 strong, .block-quote.bg-secondary h5 em, .block-quote.bg-secondary h5 span, .block-quote.bg-secondary h6 strong, .block-quote.bg-secondary h6 em, .block-quote.bg-secondary h6 span, .block-quote.bg-secondary ul > li strong, .block-quote.bg-secondary ul > li em, .block-quote.bg-secondary ul > li span, .block-quote.bg-secondary ul li > p strong, .block-quote.bg-secondary ul li > p em, .block-quote.bg-secondary ul li > p span, .block-quote.bg-secondary ol > li strong, .block-quote.bg-secondary ol > li em, .block-quote.bg-secondary ol > li span, .block-quote.bg-secondary ol li > p strong, .block-quote.bg-secondary ol li > p em, .block-quote.bg-secondary ol li > p span {
        color: #ffffff !important; }
    .block-quote.bg-secondary ol li::before, .block-quote.bg-secondary ol.list li::before {
      color: #ffffff !important; }
    .block-quote.bg-secondary ul li, .block-quote.bg-secondary ul.list li {
      color: #ffffff !important; }
      .block-quote.bg-secondary ul li::before, .block-quote.bg-secondary ul.list li::before {
        background: #ffffff !important; }
  .block-quote.bg-neutral {
    background-color: #f8f8f8;
    position: relative;
    z-index: 0; }
  .block-quote.color-white p, .block-quote.color-white span, .block-quote.color-white strong, .block-quote.color-white a:not(.btn-2), .block-quote.color-white h2, .block-quote.color-white h3, .block-quote.color-white h4, .block-quote.color-white h5, .block-quote.color-white h6, .block-quote.color-white ul > li, .block-quote.color-white ul li > p, .block-quote.color-white ol > li, .block-quote.color-white ol li > p {
    color: #ffffff !important;
    border-color: #ffffff !important; }
    .block-quote.color-white p strong, .block-quote.color-white p em, .block-quote.color-white p span, .block-quote.color-white span strong, .block-quote.color-white span em, .block-quote.color-white span span, .block-quote.color-white strong strong, .block-quote.color-white strong em, .block-quote.color-white strong span, .block-quote.color-white a:not(.btn-2) strong, .block-quote.color-white a:not(.btn-2) em, .block-quote.color-white a:not(.btn-2) span, .block-quote.color-white h2 strong, .block-quote.color-white h2 em, .block-quote.color-white h2 span, .block-quote.color-white h3 strong, .block-quote.color-white h3 em, .block-quote.color-white h3 span, .block-quote.color-white h4 strong, .block-quote.color-white h4 em, .block-quote.color-white h4 span, .block-quote.color-white h5 strong, .block-quote.color-white h5 em, .block-quote.color-white h5 span, .block-quote.color-white h6 strong, .block-quote.color-white h6 em, .block-quote.color-white h6 span, .block-quote.color-white ul > li strong, .block-quote.color-white ul > li em, .block-quote.color-white ul > li span, .block-quote.color-white ul li > p strong, .block-quote.color-white ul li > p em, .block-quote.color-white ul li > p span, .block-quote.color-white ol > li strong, .block-quote.color-white ol > li em, .block-quote.color-white ol > li span, .block-quote.color-white ol li > p strong, .block-quote.color-white ol li > p em, .block-quote.color-white ol li > p span {
      color: #ffffff !important; }
  .block-quote.color-white ol li::before, .block-quote.color-white ol.list li::before {
    color: #ffffff !important; }
  .block-quote.color-white ul li, .block-quote.color-white ul.list li {
    color: #ffffff !important; }
    .block-quote.color-white ul li::before, .block-quote.color-white ul.list li::before {
      background: #ffffff !important; }
  .block-quote.text-center {
    text-align: center;
    position: relative; }
  .block-quote.text-left {
    text-align: left;
    position: relative; }
  .block-quote.text-right {
    text-align: right; }
  .block-quote.color-neutral p, .block-quote.color-neutral span, .block-quote.color-neutral strong, .block-quote.color-neutral a, .block-quote.color-neutral h2, .block-quote.color-neutral h3, .block-quote.color-neutral h4, .block-quote.color-neutral h5, .block-quote.color-neutral h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #3d3d3d !important; }

.interior-donate {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding-top: 115px;
  overflow-y: auto; }
  .interior-donate .bg-template {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .interior-donate .bg-template img {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .interior-donate .container {
    position: relative;
    min-height: 70vh; }
    .interior-donate .container .row-donate {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      z-index: 50;
      width: calc(100% - 30px); }
  .interior-donate .left-side .frame-donate, .interior-donate .right-side .frame-donate {
    width: 389px;
    max-width: 100%;
    min-height: 288px;
    padding: 20px;
    border-radius: 9px;
    background-color: #ffffff;
    display: block;
    margin-left: auto; }
  .interior-donate .left-side h3, .interior-donate .right-side h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.83);
    margin-bottom: 20px;
    text-transform: uppercase; }
  .interior-donate .left-side p, .interior-donate .right-side p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.83); }

@media only screen and (max-width: 1199.98px) {
  .interior-donate .container .row-donate {
    flex-wrap: wrap;
    margin: 0 auto; } }
@media only screen and (max-width: 991px) {
  .interior-donate .container .row-donate {
    left: unset;
    padding: 50px 0;
    position: relative;
    top: unset;
    transform: unset; }
    .interior-donate .container .row-donate .left-side {
      text-align: center;
      margin: 50px auto; }

  .interior-donate .left-side .frame-donate, .interior-donate .right-side .frame-donate {
    margin: 0 auto !important; } }
@media only screen and (max-width: 576px) {
  .interior-donate .container .row-donate {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .interior-donate .container .row-donate {
    width: 100%; } }
@media only screen and (max-width: 480px) and (max-width: 400px) {
  .interior-donate .container .frame-donate {
    margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw;
    width: auto;
    padding: 20px 10px; } }

body.page-template-newsroom .interior-banner {
  height: 600px;
  min-height: 600px; }
  @media (max-width: 767px) {
    body.page-template-newsroom .interior-banner {
      height: auto;
      min-height: 300px;
      max-height: inherit; } }
body.page-template-newsroom .interior-page {
  overflow: hidden; }

#section-news-featured {
  padding: 50px 0 30px; }
  #section-news-featured .container {
    padding: 0; }
  #section-news-featured .news-grid-row {
    margin: 0 !important; }
    #section-news-featured .news-grid-row .left-side {
      flex: 1 0 460px;
      padding-right: 10px; }
      #section-news-featured .news-grid-row .left-side .featured-post {
        position: relative;
        height: 623px;
        z-index: 1; }
        #section-news-featured .news-grid-row .left-side .featured-post .image-wrapping-post {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
          #section-news-featured .news-grid-row .left-side .featured-post .image-wrapping-post img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 20%; }
          #section-news-featured .news-grid-row .left-side .featured-post .image-wrapping-post::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(40, 40, 40, 0.62); }
        #section-news-featured .news-grid-row .left-side .featured-post .body-post {
          background-color: transparent;
          bottom: 0;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          text-align: left;
          padding: 65px;
          width: 100%;
          height: auto; }
          #section-news-featured .news-grid-row .left-side .featured-post .body-post::before {
            content: none; }
          #section-news-featured .news-grid-row .left-side .featured-post .body-post .date-post {
            color: #ffffff;
            text-align: left;
            margin-bottom: 18px;
            text-transform: uppercase; }
          #section-news-featured .news-grid-row .left-side .featured-post .body-post .title-post {
            font-family: 'Poppins', sans-serif;
            font-size: 38px;
            font-weight: 800;
            line-height: 1.18;
            letter-spacing: -0.48px;
            color: #ffffff;
            margin-bottom: 110px; }
          #section-news-featured .news-grid-row .left-side .featured-post .body-post .button-post {
            border-top: none;
            padding: 0;
            position: relative; }
            #section-news-featured .news-grid-row .left-side .featured-post .body-post .button-post .btn-2.pink {
              font-size: 18px !important;
              padding: 16px 35px 15px !important; }
    #section-news-featured .news-grid-row .right-side {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #section-news-featured .news-grid-row .right-side .single-post .btn-1 {
        color: #b1025b !important; }
      #section-news-featured .news-grid-row .right-side .single-post:nth-child(1), #section-news-featured .news-grid-row .right-side .single-post:nth-child(2) {
        flex: 0 1 calc(50% - 6px); }
        #section-news-featured .news-grid-row .right-side .single-post:nth-child(1) .body-post .title-post, #section-news-featured .news-grid-row .right-side .single-post:nth-child(2) .body-post .title-post {
          margin-bottom: 15px; }
        #section-news-featured .news-grid-row .right-side .single-post:nth-child(1) .body-post .content-post, #section-news-featured .news-grid-row .right-side .single-post:nth-child(2) .body-post .content-post {
          display: none; }
      #section-news-featured .news-grid-row .right-side .single-post:last-child {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%; }
        #section-news-featured .news-grid-row .right-side .single-post:last-child .image-wrapping {
          width: 266px;
          height: 100%; }
        #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post {
          height: 100%;
          padding-top: 30px;
          width: calc(100% - 266px); }
          #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post .title-post {
            font-family: 'Open Sans', sans-serif;
            color: #3d3d3d;
            font-size: 18px !important;
            font-weight: 800;
            letter-spacing: -0.32px;
            line-height: 1.22;
            margin-bottom: 20px; }
          #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post .content-post, #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post .content-post p {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px !important;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            letter-spacing: -0.25px;
            line-height: 1.29; }
    @media (max-width: 1200px) {
      #section-news-featured .news-grid-row {
        flex-wrap: wrap !important; }
        #section-news-featured .news-grid-row .right-side, #section-news-featured .news-grid-row .left-side {
          flex: 1 0 100%;
          padding: 0; }
          #section-news-featured .news-grid-row .right-side .single-post, #section-news-featured .news-grid-row .left-side .single-post {
            margin-bottom: 40px; }
            #section-news-featured .news-grid-row .right-side .single-post .body-post .title-post, #section-news-featured .news-grid-row .left-side .single-post .body-post .title-post {
              font-size: 18px; }
        #section-news-featured .news-grid-row .left-side .featured-post {
          height: 460px; }
          #section-news-featured .news-grid-row .left-side .featured-post .body-post .title-post {
            font-size: 33px;
            width: 60%; }
        #section-news-featured .news-grid-row .right-side .single-post:last-child .image-wrapping {
          width: 50%; }
        #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post {
          width: 50%; } }
    @media (max-width: 767px) {
      #section-news-featured .news-grid-row .left-side .featured-post {
        height: 352px; }
        #section-news-featured .news-grid-row .left-side .featured-post .body-post {
          padding: 35px 42px; }
          #section-news-featured .news-grid-row .left-side .featured-post .body-post .title-post {
            font-size: 33px;
            width: 100%; }
      #section-news-featured .news-grid-row .right-side .single-post {
        width: 100%;
        flex: 0 0 100% !important; }
        #section-news-featured .news-grid-row .right-side .single-post .image-wrapping {
          height: 185px; }
        #section-news-featured .news-grid-row .right-side .single-post .body-post {
          width: 100%;
          height: auto; }
      #section-news-featured .news-grid-row .right-side .single-post:last-child {
        flex-wrap: wrap; }
        #section-news-featured .news-grid-row .right-side .single-post:last-child .image-wrapping {
          width: 100%;
          flex: 1 0 100%;
          height: 185px; }
        #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post {
          width: 100%;
          height: auto; }
          #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post .content-post {
            display: none; } }
  #section-news-featured .single-post {
    border-radius: 3px;
    border: solid 1px rgba(217, 217, 217, 0.42);
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 27px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    #section-news-featured .single-post .image-wrapping {
      flex: 0 0 auto;
      height: 157px;
      margin-bottom: 0 !important;
      overflow: hidden;
      padding-top: inherit;
      position: relative;
      width: 100%; }
      #section-news-featured .single-post .image-wrapping img {
        height: 101%;
        object-fit: cover;
        width: 101%; }
    #section-news-featured .single-post .body-post {
      background: #fff;
      height: calc(100% - 157px);
      overflow: hidden;
      padding: 15px 30px 57px;
      position: relative;
      transition: all 0.4s ease;
      width: 100%; }
      #section-news-featured .single-post .body-post .date-post {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left; }
      #section-news-featured .single-post .body-post .title-post {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        color: #3d3d3d;
        margin-bottom: 7px; }
      #section-news-featured .single-post .body-post .content-post, #section-news-featured .single-post .body-post .content-post p {
        font-family: 'Open Sans', sans-serif;
        color: #3d3d3d;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.47;
        letter-spacing: -0.3px; }
      #section-news-featured .single-post .body-post span.btn-read-more {
        background-color: transparent;
        border: none;
        color: #ff6929;
        padding: 0; }
      #section-news-featured .single-post .body-post .button-post {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        border-top: 1px solid #d9d9d9; }
        #section-news-featured .single-post .body-post .button-post span {
          font-family: 'Open Sans', sans-serif;
          display: flex;
          align-items: center;
          font-size: 10px;
          font-stretch: normal;
          font-style: normal;
          font-weight: 600;
          letter-spacing: normal;
          line-height: normal;
          margin: 0 !important;
          text-transform: uppercase;
          text-align: left;
          color: #67686a; }
        #section-news-featured .single-post .body-post .button-post .date-post {
          position: relative;
          display: flex;
          align-items: center;
          margin-right: 25px; }
          #section-news-featured .single-post .body-post .button-post .date-post::before {
            content: "";
            display: inline-block;
            background-image: url("../images/icons/clock.svg");
            background-repeat: no-repeat;
            width: 15px;
            height: 16px;
            position: relative;
            margin-right: 10px; }
        #section-news-featured .single-post .body-post .button-post .author-post {
          position: relative;
          margin-left: 15px; }
          #section-news-featured .single-post .body-post .button-post .author-post::before {
            content: "";
            border-radius: 50%;
            display: inline-block;
            height: 3px;
            margin: 0 5px;
            width: 3px;
            background: #67686a;
            position: relative; }
    #section-news-featured .single-post:hover {
      text-decoration: none;
      box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.06); }
      #section-news-featured .single-post:hover .body-post::before {
        top: 0; }
  #section-news-featured .bottom-section a {
    font-family: 'Open Sans', sans-serif;
    background-color: #5bc1a5 !important;
    border-radius: 4px !important;
    border: none !important;
    color: white !important;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1.13px !important;
    line-height: 1.57 !important;
    text-align: left;
    padding: 16px 30px 17px;
    text-transform: uppercase;
    width: 100%; }

.section-social-media {
  padding-top: 60px;
  padding-bottom: 90px; }
  .section-social-media h4, .section-social-media .title-section-social {
    font-family: 'Open Sans', sans-serif;
    color: rgba(145, 145, 145, 0.66) !important;
    font-size: 22px !important;
    font-weight: bold !important;
    letter-spacing: -0.39px !important;
    line-height: 1 !important;
    margin-bottom: 65px !important; }

.grid-3 .single_feed {
  flex: 1 1 calc(33% - 16px); }
  @media (max-width: 600px) {
    .grid-3 .single_feed {
      flex: 1 1 calc(100% - 16px); } }

.grid-2 .single_feed {
  flex: 1 1 calc(50% - 30px); }
  @media (max-width: 600px) {
    .grid-2 .single_feed {
      flex: 1 1 calc(100% - 16px); } }

.social_feed_lvtn {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .social_feed_lvtn .single_feed {
    border-radius: 4px;
    margin-right: 15px;
    border: solid 1px rgba(217, 217, 217, 0.65);
    margin-bottom: 30px; }
    .social_feed_lvtn .single_feed .img_feed {
      height: 216px;
      overflow: hidden; }
      .social_feed_lvtn .single_feed .img_feed img {
        width: 100%;
        object-fit: cover;
        height: 100% !important; }
    .social_feed_lvtn .single_feed .body_feed {
      padding: 27px 45px 80px;
      position: relative;
      height: 100%; }
      .social_feed_lvtn .single_feed .body_feed.has-image {
        height: calc(100% - 216px); }
      .social_feed_lvtn .single_feed .body_feed .meta_user {
        margin-bottom: 10px;
        display: block; }
        .social_feed_lvtn .single_feed .body_feed .meta_user .user_nickname, .social_feed_lvtn .single_feed .body_feed .meta_user .user_nickname a {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-weight: 800;
          line-height: 1.22;
          letter-spacing: -0.32px;
          color: #3d3d3d !important;
          border: none !important;
          margin-bottom: 5px;
          display: block; }
        .social_feed_lvtn .single_feed .body_feed .meta_user .user_id {
          font-family: 'Open Sans', sans-serif;
          border: none !important;
          font-size: 16px;
          font-weight: 800;
          line-height: 1.38;
          letter-spacing: -0.29px;
          color: #a1a1a1; }
      .social_feed_lvtn .single_feed .body_feed .text_feed {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 1.31;
        letter-spacing: -0.23px;
        color: #3d3d3d; }
        .social_feed_lvtn .single_feed .body_feed .text_feed > a {
          font-family: 'Open Sans', sans-serif;
          color: #2aa1ff !important;
          font-size: 13px !important;
          border: none !important;
          letter-spacing: -0.23px !important;
          line-height: 1.31 !important; }
      .social_feed_lvtn .single_feed .body_feed .bottom_feed {
        align-items: center;
        bottom: 20px;
        display: flex;
        justify-content: space-between;
        left: 0;
        margin: 0 auto;
        text-align: left;
        position: absolute;
        right: 0;
        width: calc(100% - 90px); }
        .social_feed_lvtn .single_feed .body_feed .bottom_feed a.icon_feed, .social_feed_lvtn .single_feed .body_feed .bottom_feed i {
          font-size: 22px;
          color: #000000;
          border: none !important; }
        .social_feed_lvtn .single_feed .body_feed .bottom_feed .date-elapsed, .social_feed_lvtn .single_feed .body_feed .bottom_feed span a {
          font-family: 'Open Sans', sans-serif;
          font-size: 10px !important;
          font-weight: 600 !important;
          text-align: left !important;
          color: #67686a !important;
          text-transform: uppercase;
          border: none !important; }

@media only screen and (max-width: 767px) {
  #section-news-featured .news-grid-row .left-side .featured-post .body-post .title-post {
    margin-bottom: 20px; } }
body.page-template-programs .entry-content .block-content:first-child {
  padding-top: 60px !important; }

.block-content .btn-2 {
  margin-top: 50px !important; }

.program-block-gallery {
  padding-top: 80px;
  padding-bottom: 100px; }
  .program-block-gallery .container-text .title-section {
    padding-top: 55px; }
    .program-block-gallery .container-text .title-section .big-title {
      letter-spacing: 0.26px !important;
      font-size: 52px;
      width: 100%; }
  .program-block-gallery .container-text h2, .program-block-gallery .container-text h3, .program-block-gallery .container-text h4, .program-block-gallery .container-text h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px !important;
    font-weight: bold !important;
    line-height: 0.84;
    text-align: center;
    color: #0c0c0c !important;
    text-transform: uppercase;
    margin-bottom: 0 !important; }
  .program-block-gallery .container-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.83); }
  .program-block-gallery .programs-block-container {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap; }
    .program-block-gallery .programs-block-container .single-program-block {
      position: relative;
      overflow: hidden;
      text-decoration: none;
      border: none !important;
      flex: 1 1 auto;
      transition: all 0.4s ease; }
      .program-block-gallery .programs-block-container .single-program-block .figure-program {
        position: relative;
        height: 264px;
        z-index: 0; }
        .program-block-gallery .programs-block-container .single-program-block .figure-program img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          position: absolute;
          width: 101%;
          height: 101%;
          object-fit: cover;
          z-index: 1; }
        .program-block-gallery .programs-block-container .single-program-block .figure-program::before {
          content: "";
          background-color: rgba(177, 2, 91, 0.7);
          height: 100%;
          left: 0;
          opacity: 0;
          position: absolute;
          top: 0;
          transition: opacity 0.25s ease-in-out;
          width: 100%;
          z-index: 2; }
      .program-block-gallery .programs-block-container .single-program-block .body-block {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 50%;
        margin: 0 auto;
        padding: 30px;
        position: absolute;
        top: 250%;
        width: 100%;
        z-index: 5;
        transition: top 0.35s ease-in-out; }
        .program-block-gallery .programs-block-container .single-program-block .body-block h3, .program-block-gallery .programs-block-container .single-program-block .body-block h4, .program-block-gallery .programs-block-container .single-program-block .body-block h5, .program-block-gallery .programs-block-container .single-program-block .body-block h6 {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px !important;
          font-weight: bold;
          text-align: center;
          color: #ffffff !important;
          margin-bottom: 17px !important; }
        .program-block-gallery .programs-block-container .single-program-block .body-block p {
          font-family: 'Open Sans', sans-serif;
          font-size: 14px !important;
          text-align: center;
          color: #ffffff; }
      .program-block-gallery .programs-block-container .single-program-block:first-child {
        flex-basis: 48%; }
      .program-block-gallery .programs-block-container .single-program-block:nth-child(2) {
        flex-basis: 26%; }
      .program-block-gallery .programs-block-container .single-program-block:nth-child(3) {
        flex-basis: 26%; }
      .program-block-gallery .programs-block-container .single-program-block:nth-child(4) {
        flex-basis: 25%; }
      .program-block-gallery .programs-block-container .single-program-block:nth-child(5) {
        flex-basis: 45%; }
      .program-block-gallery .programs-block-container .single-program-block:nth-child(6) {
        flex-basis: 30%; }
      .program-block-gallery .programs-block-container .single-program-block:hover .figure-program::before {
        opacity: 1; }
      .program-block-gallery .programs-block-container .single-program-block:hover .body-block {
        top: 50%; }

.box-grid-row {
  margin: 60px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  .box-grid-row .frame-img {
    border: none !important;
    display: block;
    flex: 0 1 calc(33.3% - 15px);
    height: 360px;
    margin: 0;
    max-width: 100%;
    position: relative;
    z-index: 5; }
    .box-grid-row .frame-img .image-wrapping {
      overflow: hidden;
      position: relative;
      z-index: 1; }
      .box-grid-row .frame-img .image-wrapping::before {
        content: "";
        background-color: rgba(93, 2, 48, 0.75);
        border: solid 5px #ffffff;
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.3s ease-out;
        width: 100%;
        z-index: 2; }
      .box-grid-row .frame-img .image-wrapping.ratio-5x7 {
        height: 100%;
        max-width: 100%;
        padding-top: unset !important;
        width: 100%; }
      .box-grid-row .frame-img .image-wrapping::after {
        content: "";
        background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0) 50%);
        height: 100%;
        position: absolute;
        top: 0;
        transition: all 0.4s ease;
        width: 100%;
        z-index: 2; }
      .box-grid-row .frame-img .image-wrapping img {
        position: relative;
        z-index: 1;
        width: 101%;
        height: 101%; }
      .box-grid-row .frame-img .image-wrapping .caption-box {
        bottom: 30px;
        color: #ffffff !important;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        transition: bottom 0.3s ease-out;
        width: calc(100% - 60px) !important;
        z-index: 10; }
        .box-grid-row .frame-img .image-wrapping .caption-box h3 {
          font-family: 'Poppins', sans-serif;
          color: #ffffff !important;
          font-size: 18px;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: 0.38px;
          line-height: 1;
          margin: 20px auto;
          position: relative;
          text-transform: uppercase; }
        .box-grid-row .frame-img .image-wrapping .caption-box .content-active {
          margin-top: 0;
          max-height: 0;
          overflow: hidden;
          padding-top: 0;
          position: relative;
          transition: max-height 0.5s ease-out, padding-top 0.5s ease-out;
          width: 100%; }
          .box-grid-row .frame-img .image-wrapping .caption-box .content-active p {
            font-family: 'Open Sans', sans-serif;
            color: #ffffff;
            font-size: 18px;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            letter-spacing: 0.5px;
            line-height: 1.56; }
          .box-grid-row .frame-img .image-wrapping .caption-box .content-active a[class^="btn-"] {
            margin-bottom: 20px;
            width: 75%; }
    .box-grid-row .frame-img:hover {
      border-color: transparent !important; }
      .box-grid-row .frame-img:hover .image-wrapping {
        background-color: #b1025b; }
        .box-grid-row .frame-img:hover .image-wrapping::before {
          opacity: 1;
          transition: opacity 0.3s ease-in; }
        .box-grid-row .frame-img:hover .image-wrapping::after {
          content: none; }
        .box-grid-row .frame-img:hover .image-wrapping .caption-box .content-active {
          max-height: 360px;
          transition: max-height 0.5s ease-out, padding-top 0.5s ease-out, bottom 0.5s ease-out; }
      .box-grid-row .frame-img:hover::after {
        opacity: 1; }

@media only screen and (max-width: 991px) {
  .program-block-gallery {
    padding-top: 30px;
    padding-bottom: 50px; }
    .program-block-gallery .programs-block-container .single-program-block:first-child {
      flex-basis: 60%; }
      .program-block-gallery .programs-block-container .single-program-block:first-child .body-block {
        top: 50%;
        padding: 20px 15px; }
      .program-block-gallery .programs-block-container .single-program-block:first-child .figure-program::before {
        opacity: 1; }
    .program-block-gallery .programs-block-container .single-program-block:nth-child(2) {
      flex-basis: 40%; }
    .program-block-gallery .programs-block-container .single-program-block:nth-child(3) {
      flex-basis: 30%; }
    .program-block-gallery .programs-block-container .single-program-block:nth-child(4) {
      flex-basis: 30%; }
    .program-block-gallery .programs-block-container .single-program-block:nth-child(5) {
      flex-basis: 60%; }
    .program-block-gallery .programs-block-container .single-program-block:nth-child(6) {
      flex-basis: 40%; }

  .box-grid-row .frame-img {
    flex: 1 1 100%;
    margin-bottom: 15px; }
    .box-grid-row .frame-img .image-wrapping::after {
      opacity: 0; }
    .box-grid-row .frame-img .image-wrapping::before {
      opacity: 1; }
    .box-grid-row .frame-img .image-wrapping .caption-box .content-active {
      min-height: unset;
      max-height: 360px; } }
@media only screen and (max-width: 767px) {
  .program-block-gallery .programs-block-container .single-program-block {
    flex-basis: 100% !important;
    margin-bottom: 10px; } }
.filter-category div.ajaxsearchpro[id^='ajaxsearchpro'], .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] {
  background-image: radial-gradient(ellipse at center, #ffffff, #ffffff) !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid #979797 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  max-width: 400px !important;
  flex: 0 0 auto !important; }
  .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'].vertical, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'].vertical {
    background-color: #b1025b !important; }
  .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox {
    height: 40px !important;
    background: transparent !important;
    box-shadow: none !important;
    border-color: #979797 !important; }
    .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .promagnifier, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .promagnifier {
      background: #ffffff !important;
      border: none !important;
      box-shadow: none !important;
      width: 50px !important;
      height: 40px !important; }
      .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .promagnifier .innericon, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .promagnifier .innericon {
        width: 50px !important;
        position: relative;
        height: 40px !important; }
        .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .promagnifier .innericon::after, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .promagnifier .innericon::after {
          content: '';
          background-image: url("../images/icons/search-icon-color.svg");
          background-size: 18px 18px;
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%; }
        .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .promagnifier .innericon svg, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .promagnifier .innericon svg {
          display: none !important;
          fill: black !important; }
    .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput {
      background: transparent !important;
      height: auto !important;
      padding: 10px 5px !important;
      margin: 0 !important; }
      .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select {
        border-radius: 3px !important;
        box-shadow: none !important;
        color: rgba(145, 145, 145, 0.66) !important;
        font-family: 'Martel', sans-serif !important;
        font-size: 14px !important;
        font-weight: normal !important;
        height: auto !important;
        outline: none !important;
        padding: 10px 15px !important;
        position: absolute;
        top: 0;
        width: 100%; }
        .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input.autocomplete, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea.autocomplete, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select.autocomplete, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input.autocomplete, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea.autocomplete, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select.autocomplete {
          top: 20px !important;
          margin-top: -41px !important; }
        .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input:active, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input:focus, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea:active, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea:focus, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select:active, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select:focus, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input:active, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input:focus, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea:active, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea:focus, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select:active, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select:focus {
          border: none !important;
          outline: none !important; }
        .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input::-webkit-input-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input::-moz-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input:-ms-input-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input:-moz-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea::-webkit-input-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea::-moz-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea:-ms-input-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea:-moz-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select::-webkit-input-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select::-moz-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select:-ms-input-placeholder, .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select:-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input::-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form input:-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea::-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form textarea:-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select::-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput form select:-moz-placeholder {
          color: rgba(145, 145, 145, 0.66) !important;
          font-family: 'Martel', sans-serif !important;
          font-size: 14px !important;
          font-weight: normal !important;
          opacity: 1 !important; }
      .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.autocomplete, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.autocomplete {
        top: 12px !important; }
      .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.orig, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.orig {
        font-size: 14px !important;
        height: 25px !important;
        margin: 0 !important;
        padding: 0 !important;
        /* firefox 19+ */
        /* ie */ }
        .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.orig::-webkit-input-placeholder {
          color: #3d3d3d !important;
          font-size: 14px !important;
          opacity: 1 !important; }
        .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.orig::-moz-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.orig::-moz-placeholder {
          color: #3d3d3d !important;
          font-size: 14px !important;
          opacity: 1 !important; }
        .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput input.orig:-ms-input-placeholder {
          color: #3d3d3d !important;
          font-size: 14px !important;
          opacity: 1 !important; }
    .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proloading, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proloading {
      align-self: center; }
    .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proclose, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proclose {
      align-self: center; }
  .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .results .item .asp_content h3 a, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .results .item .asp_content h3 a {
    color: rgba(145, 145, 145, 0.66) !important; }

/*search result ajax pro*/
div[id^="ajaxsearchprores"].vertical, div[class^="asp_r_"].vertical {
  background: #b1025b !important; }
div[id^="ajaxsearchprores"] .resdrg .item h3, div[id^="ajaxsearchprores"] .resdrg .item h3 a, div[class^="asp_r_"] .resdrg .item h3, div[class^="asp_r_"] .resdrg .item h3 a {
  color: #b1025b !important; }

@media only screen and (max-width: 991px) {
  #ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    flex-basis: auto !important; }

  .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'], .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] {
    flex-basis: auto !important; } }
@media only screen and (max-width: 767px) {
  #ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
    margin: 0 !important; }

  .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proinput {
    padding: 5px 5px !important; }

  #ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
    line-height: 1.5 !important; } }
ul.breadcrumbs {
  margin-bottom: 5px;
  padding: 0px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Open Sans', sans-serif;
      color: #b1025b;
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /*--adjust as necessary--*/
        color: #b1025b;
        display: inline-block;
        font-size: 0.9rem;
        position: relative; }
    ul.breadcrumbs li a {
      font-family: 'Open Sans', sans-serif;
      color: #292929;
      font-size: 15px;
      font-weight: normal;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #b1025b; }

.tml .tml-action-links a {
  color: #b1025b !important; }

.tml input, .tml textarea, .tml select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  min-height: 50px;
  padding: 3px 10px !important; }

#loginform {
  margin-bottom: 70px; }
  #loginform .tml-submit-wrap input[type="submit"] {
    background-color: #182955;
    border-radius: 7px;
    border: none;
    box-shadow: none;
    color: #ffffff !important;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 16px 28px;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
  #loginform .login-username, #loginform .login-password {
    margin-bottom: 10px !important; }
    #loginform .login-username label, #loginform .login-password label {
      display: block;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      line-height: 1em; }
    #loginform .login-username input, #loginform .login-password input {
      background: #f0f0f0;
      border-radius: 0;
      border: 1px solid #f0f0f0;
      box-shadow: none;
      color: #2d1a09;
      min-height: 50px;
      width: calc(50% - 8px);
      padding: 3px 10px !important; }
      #loginform .login-username input:active, #loginform .login-username input:focus, #loginform .login-password input:active, #loginform .login-password input:focus {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        outline: none; }
  #loginform .login-submit {
    display: inline-block;
    margin: 0 !important;
    position: relative;
    padding: 0 !important;
    width: auto !important;
    margin-top: 0 !important; }
    #loginform .login-submit::after {
      content: none;
      background-image: url("../images/icons/chevron-black-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      height: 11px;
      margin-left: 0;
      position: absolute;
      right: 10px;
      left: unset;
      top: 50%;
      width: 8px;
      z-index: 9; }
    #loginform .login-submit #wp-submit, #loginform .login-submit input[type="submit"] {
      background-color: #b1025b;
      border-radius: 30px;
      border: 2px solid #b1025b !important;
      color: #ffffff !important;
      cursor: pointer;
      display: inline-block;
      font-family: 'Avenir-Heavy' !important;
      font-size: 16px !important;
      letter-spacing: normal !important;
      line-height: 1.2 !important;
      margin: 0 !important;
      max-width: 100%;
      opacity: 1;
      padding: 14px 25px 14px !important;
      position: relative;
      text-align: center !important;
      text-decoration: none !important;
      text-transform: none;
      transition: all 0.4s ease; }
      #loginform .login-submit #wp-submit:hover, #loginform .login-submit #wp-submit:focus, #loginform .login-submit #wp-submit:active, #loginform .login-submit input[type="submit"]:hover, #loginform .login-submit input[type="submit"]:focus, #loginform .login-submit input[type="submit"]:active {
        background-color: #5d0230 !important;
        color: #fff !important;
        text-decoration: none; }

#gtranslate_selector {
  font-family: 'Open Sans', sans-serif; }

.gform_wrapper:not(#gform_wrapper_1) .gform_heading {
  margin-bottom: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1) .gform_heading .gform_title {
    font-family: 'Poppins' !important;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.02;
    letter-spacing: -0.6px;
    color: #960851;
    margin-bottom: 10px !important; }
  .gform_wrapper:not(#gform_wrapper_1) .gform_heading .gform_description {
    color: #3d3d3d;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.31;
    margin-bottom: 0 !important; }
.gform_wrapper:not(#gform_wrapper_1) .gform_body {
  margin-top: 30px !important; }
  .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield {
    padding-left: 0 !important;
    margin-top: 0 !important;
    padding-right: 15px !important;
    margin-bottom: 15px !important;
    /*checkbox*/
    /*field address */ }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio {
      /*RADIO Button circular style*/ }
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li input {
        cursor: pointer;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
        font-family: 'Open Sans', sans-serif;
        color: #3d3d3d;
        cursor: pointer;
        display: inline-block !important;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1.67;
        margin: 0 auto;
        padding: 0 0 0 25px !important;
        position: relative;
        vertical-align: middle;
        z-index: 1; }
        .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
        .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
          content: "";
          -webkit-transition: all 0.2s ease;
          background: transparent;
          border-radius: 50%;
          border: 5px solid #b1025b;
          height: 14px;
          left: 0;
          position: absolute;
          top: 7px;
          transition: all 0.2s ease;
          width: 14px;
          z-index: -1; }
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
        margin: 0 !important; }
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
        content: "";
        transition: all 0.2s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 5px solid #e5e5e5;
        background: transparent; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label {
      font-family: 'Open Sans', sans-serif;
      color: #b1025b;
      cursor: pointer;
      display: inline-block !important;
      font-size: 18px;
      font-weight: 400;
      line-height: 1em;
      margin: 0 auto;
      padding: 0 0 0 25px !important;
      position: relative;
      vertical-align: middle;
      max-width: 100%;
      z-index: 1; }
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: #ffffff;
        border-radius: 0;
        border: 4px solid #b1025b;
        height: 15px;
        left: 0;
        position: absolute;
        top: 1px;
        transition: all 0.2s ease;
        width: 15px;
        z-index: -1; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked,
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) {
      position: absolute;
      left: -9999px;
      margin: 0 !important; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::before {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      /*--adjust as necessary--*/
      color: #fff;
      font-size: 12px;
      left: 1px;
      position: absolute;
      top: 0px; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 4px solid #e5e5e5;
      background: transparent; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label {
      font-family: 'Open Sans', sans-serif;
      color: #3d3d3d;
      cursor: pointer;
      display: inline-block !important;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1em;
      margin: 0 auto;
      padding: 0 0 0 22px !important;
      position: relative;
      vertical-align: middle;
      z-index: 1; }
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: #b1025b;
        border-radius: 2.6667px;
        border: 3.5552px solid #b1025b;
        height: 13.3333px;
        left: 0;
        position: absolute;
        top: 0.05555555555555555rem;
        transition: all 0.2s ease;
        width: 13.3333px;
        z-index: -1; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked,
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) {
      position: absolute;
      left: -9999px;
      margin: 0 !important; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label::before {
      content: "\f00c";
      font: normal normal normal 14px/1 FontAwesome;
      font-family: "Font Awesome 5 Free";
      font-weight: 900 !important;
      font-style: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #fff;
      display: inline-block;
      font-size: 0.6666666666666666rem;
      left: 0.05555555555555555rem;
      position: absolute;
      top: 2px; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 0.2222222222222222rem solid #e5e5e5;
      background: transparent; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_address .address_country select {
      line-height: 1.5em !important; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .top_label .gfield_label {
      font-family: 'Open Sans', sans-serif;
      color: #b1025b;
      font-size: 14px;
      font-weight: bold;
      line-height: 1em; }
.gform_wrapper:not(#gform_wrapper_1) .gform_footer {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  .gform_wrapper:not(#gform_wrapper_1) .gform_footer::after {
    content: "";
    background-image: url("../images/icons/arrow-right-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 17px;
    height: 15px; }
  .gform_wrapper:not(#gform_wrapper_1) .gform_footer input[type="submit"], .gform_wrapper:not(#gform_wrapper_1) .gform_footer input.button {
    background-color: #960851;
    border-radius: 30px;
    border: 2px solid #960851 !important;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: 0.72px !important;
    line-height: 1.43 !important;
    margin: 0 !important;
    max-width: 100%;
    opacity: 1;
    padding: 14px 48px 14px 27px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
    .gform_wrapper:not(#gform_wrapper_1) .gform_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_1) .gform_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_1) .gform_footer input[type="submit"]:active, .gform_wrapper:not(#gform_wrapper_1) .gform_footer input.button:hover, .gform_wrapper:not(#gform_wrapper_1) .gform_footer input.button:focus, .gform_wrapper:not(#gform_wrapper_1) .gform_footer input.button:active {
      background-color: #5d0230 !important;
      color: #fff !important;
      text-decoration: none; }

.interior .gform_confirmation_wrapper {
  font-size: 16px !important;
  color: #b1025b !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  color: #fff;
  display: block;
  background: #b1025b;
  padding: 10px 20px;
  position: relative; }

/*Error Form Css*/
.gform_wrapper div.validation_error {
  font-family: 'Open Sans', sans-serif !important;
  border: none !important;
  color: #ff0000 !important;
  font-size: 13px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0 !important;
  padding: 18px 0 !important;
  text-align: left !important;
  width: 300px !important; }

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%; }

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: solid 2px #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff0000 !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0 !important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff0000; }

.gform_wrapper.gform_validation_error .gform_body .gform_fields li.gfield {
  padding-right: 0 !important;
  margin-top: 5px !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0 !important; }

.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin: 5px 0 0; }

/*Error Form*/
/*Global Styles Gform*/
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important; }

.gform_wrapper ul li::before {
  content: none !important; }
.gform_wrapper li.gsection .gsection_title {
  font-size: 30px !important; }
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-bottom: 0 !important; }
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important; }
.gform_wrapper .field_sublabel_above .gfield_description {
  padding-top: 5px;
  margin-top: 0 !important; }
.gform_wrapper li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 0 !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 5px !important; }
.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
  font-family: 'Open Sans', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #b1025b;
  font-size: 13px !important;
  font-weight: 600;
  min-height: 46px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .gform_wrapper input:not([type="submit"])::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .gform_wrapper input:not([type="submit"])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):active, .gform_wrapper input:not([type="submit"]):focus, .gform_wrapper textarea:active, .gform_wrapper textarea:focus, .gform_wrapper select:active, .gform_wrapper select:focus {
    box-shadow: none;
    border-color: #b1025b;
    outline: none;
    color: #b1025b;
    /* firefox 19+ */
    /* ie */ }
    .gform_wrapper input:not([type="submit"]):active::-webkit-input-placeholder, .gform_wrapper input:not([type="submit"]):focus::-webkit-input-placeholder, .gform_wrapper textarea:active::-webkit-input-placeholder, .gform_wrapper textarea:focus::-webkit-input-placeholder, .gform_wrapper select:active::-webkit-input-placeholder, .gform_wrapper select:focus::-webkit-input-placeholder {
      color: #b1025b;
      opacity: 1; }
    .gform_wrapper input:not([type="submit"]):active::-moz-placeholder, .gform_wrapper input:not([type="submit"]):focus::-moz-placeholder, .gform_wrapper textarea:active::-moz-placeholder, .gform_wrapper textarea:focus::-moz-placeholder, .gform_wrapper select:active::-moz-placeholder, .gform_wrapper select:focus::-moz-placeholder {
      color: #b1025b;
      opacity: 1; }
    .gform_wrapper input:not([type="submit"]):active:-ms-input-placeholder, .gform_wrapper input:not([type="submit"]):focus:-ms-input-placeholder, .gform_wrapper textarea:active:-ms-input-placeholder, .gform_wrapper textarea:focus:-ms-input-placeholder, .gform_wrapper select:active:-ms-input-placeholder, .gform_wrapper select:focus:-ms-input-placeholder {
      color: #b1025b;
      opacity: 1; }
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .gform_wrapper select option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .gform_wrapper select:focus, .gform_wrapper select:active {
    border-color: #b1025b;
    background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
    transition: all 0.4s ease;
    color: #b1025b; }
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  height: 30px; }
.gform_wrapper label.gfield_label {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #3d3d3d !important; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important; }

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 5px !important; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important; }
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_street input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_street select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_city input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_city select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_state input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_state select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_zip input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_zip select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_country input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.has_country select, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.ginput_container_address input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container.ginput_container_address select {
  margin-bottom: 10px !important; }

/*START Sign Up--------------------------------------------------*/
.sign-up-form {
  background-color: transparent;
  width: 100%;
  text-align: right;
  z-index: 10; }
  .sign-up-form .gform_wrapper, .sign-up-form .newsletterForm_wrapper {
    margin: 0 !important;
    padding: !important;
    position: relative; }
    .sign-up-form .gform_wrapper form, .sign-up-form .newsletterForm_wrapper form {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end;
      align-items: center; }
    .sign-up-form .gform_wrapper .gform_heading, .sign-up-form .newsletterForm_wrapper .gform_heading {
      flex: 1 1 35%;
      margin: 0; }
      .sign-up-form .gform_wrapper .gform_heading .gform_title, .sign-up-form .newsletterForm_wrapper .gform_heading .gform_title {
        font-family: 'Poppins', sans-serif;
        color: #797e80;
        font-size: 50px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.36px !important;
        line-height: 1.12;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        text-transform: none !important; }
      .sign-up-form .gform_wrapper .gform_heading h3, .sign-up-form .newsletterForm_wrapper .gform_heading h3 {
        margin-bottom: 15px !important; }
      .sign-up-form .gform_wrapper .gform_heading span, .sign-up-form .newsletterForm_wrapper .gform_heading span {
        font-weight: bold;
        color: #960851; }
      .sign-up-form .gform_wrapper .gform_heading .gform_description, .sign-up-form .newsletterForm_wrapper .gform_heading .gform_description {
        font-family: 'Lato', sans-serif;
        color: #ffffff;
        font-size: 15px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: -0.08px;
        line-height: 1.47;
        width: 100%; }
    .sign-up-form .gform_wrapper .gform_body, .sign-up-form .newsletterForm_wrapper .gform_body {
      flex: 1 0 366px;
      margin: 0 !important;
      position: relative;
      width: 366px !important;
      z-index: 1;
      max-width: 100%; }
      .sign-up-form .gform_wrapper .gform_body ul.gform_fields, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields {
        flex-flow: row wrap;
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding-left: 0;
        position: relative; }
        .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li {
          margin: 0 0 10px 0 !important;
          padding: 0 !important;
          width: 100%; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .gfield_label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .gfield_label {
            display: none; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container {
            margin: 0 !important; }
            .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input {
              background: #d8d8d8 !important;
              border-radius: 39.5px !important;
              border: 2px solid transparent !important;
              color: #adadad;
              font-family: 'Open Sans', sans-serif !important;
              font-size: 18px !important;
              font-weight: 600;
              line-height: 1.43;
              height: 70px;
              min-height: auto;
              padding: 11px 35px 13px 35px !important;
              text-align: left;
              margin-bottom: 0 !important;
              width: 100% !important;
              /* firefox 19+ */
              /* ie */ }
              .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder {
                color: #adadad;
                opacity: 1; }
              .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder {
                color: #adadad;
                opacity: 1; }
              .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder {
                color: #adadad;
                opacity: 1; }
              .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:hover, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:active, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus {
                box-shadow: none;
                outline: none; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_email input, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container_email input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_email input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container_email input {
            width: 100% !important;
            max-width: 100%; }
    .sign-up-form .gform_wrapper .gform_footer, .sign-up-form .newsletterForm_wrapper .gform_footer {
      -ms-flex-item-align: center;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      align-self: center;
      height: 70px;
      margin: 0 !important;
      padding: 0 !important;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      transition: all 0.4s ease;
      width: auto;
      z-index: 20; }
      .sign-up-form .gform_wrapper .gform_footer input.gform_button, .sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button {
        font-family: 'Poppins', sans-serif;
        background-color: #960851;
        border-radius: 30px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
        border: none;
        color: #ffffff;
        cursor: pointer;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 600;
        letter-spacing: normal;
        line-height: normal !important;
        margin: 5px;
        min-height: unset !important;
        padding: 16px 25px 17px;
        text-align: center !important;
        text-transform: uppercase;
        transition: all 0.4s ease;
        width: 196px; }
        .sign-up-form .gform_wrapper .gform_footer input.gform_button:hover, .sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button:hover {
          text-decoration: none;
          box-shadow: 0 0 0 0 transparent; }
      .sign-up-form .gform_wrapper .gform_footer input[name=gform_ajax], .sign-up-form .newsletterForm_wrapper .gform_footer input[name=gform_ajax] {
        position: absolute;
        bottom: -10px; }
    .sign-up-form .gform_wrapper .gfield_description, .sign-up-form .newsletterForm_wrapper .gfield_description {
      display: none; }
    .sign-up-form .gform_wrapper div.validation_error, .sign-up-form .newsletterForm_wrapper div.validation_error {
      background: #790000;
      border-radius: 0;
      color: #ffffff !important;
      display: block;
      font-size: 15px !important;
      left: 0;
      text-align: center !important;
      margin-bottom: 0;
      padding: 10px 15px !important;
      position: absolute;
      right: 0;
      top: -80px;
      width: 100% !important;
      z-index: 999; }
  .sign-up-form .gform_confirmation_wrapper {
    float: none;
    margin-top: 0;
    text-align: center; }
  .sign-up-form .gform_confirmation_wrapper .gform_confirmation_message {
    color: #ffffff;
    font-size: 25px;
    display: block;
    background: #b1025b;
    padding: 10px 20px;
    position: relative; }
  .sign-up-form img.gform_ajax_spinner {
    display: none !important; }

.gform_wrapper.newsletterForm_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

@media only screen and (max-width: 991px) {
  .sign-up-form {
    max-width: 90%;
    margin: 0 auto 30px; }
    .sign-up-form .gform_wrapper form .gform_heading {
      width: 100%; }
      .sign-up-form .gform_wrapper form .gform_heading .gform_title {
        text-align: center; }
    .sign-up-form .gform_wrapper form .gform_body {
      width: 100%; }
    .sign-up-form .gform_wrapper form .gform_footer {
      text-align: center;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      top: unset;
      bottom: 0; }
    .sign-up-form .gform_wrapper form .validation_error {
      bottom: -80px;
      top: unset; } }
@media only screen and (max-width: 576px) {
  .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input {
    padding-right: 35px !important;
    text-align: center; }

  .sign-up-form .gform_wrapper .gform_heading .gform_title, .sign-up-form .newsletterForm_wrapper .gform_heading .gform_title {
    font-size: 35px; }
  .sign-up-form .gform_wrapper .gform_footer, .sign-up-form .newsletterForm_wrapper .gform_footer {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 15px auto !important; } }
/*END Sign Up------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #000000;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 600px;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .interior-banner .banner-wrapping {
    padding-top: inherit !important;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    .interior-banner .banner-wrapping img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
  .interior-banner::after {
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    opacity: 0.48;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
  .interior-banner .container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10; }
  .interior-banner .title-page {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: unset;
    left: 50%;
    max-width: 100%;
    min-width: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 15; }
    .interior-banner .title-page h1, .interior-banner .title-page h2 {
      font-family: 'Poppins', sans-serif;
      font-size: 60px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.1;
      letter-spacing: normal;
      color: #ffffff;
      margin: 0 !important;
      text-align: center;
      text-transform: uppercase; }
      .interior-banner .title-page h1 strong, .interior-banner .title-page h2 strong {
        font-size: 40px;
        font-weight: bold;
        color: #ffffff; }
    .interior-banner .title-page p {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5;
      margin: 0;
      text-align: center; }
  .interior-banner.i-singular-post .title-page h1, .interior-banner.i-single .title-page h1 {
    font-size: 45px !important; }

/*END Interior Top (BANNER)------------------------------------------*/
@media only screen and (max-width: 991px) {
  .interior-banner {
    min-height: 300px; }
    .interior-banner .title-page {
      width: calc(100% - 30px);
      margin-bottom: 0; }
      .interior-banner .title-page h1 {
        font-size: 35px;
        margin-bottom: 0 !important; } }
@media only screen and (max-width: 767px) {
  .interior-banner {
    min-height: 300px; }
    .interior-banner .title-page {
      top: 50%;
      width: calc(100% - 40px) !important; }
      .interior-banner .title-page h1 {
        font-size: 30px; } }
@media only screen and (max-width: 576px) {
  .interior-banner .title-page h1 {
    font-size: 24px !important; } }
#comments h2.comments-title {
  font-family: 'Open Sans', sans-serif;
  color: #04d282 !important;
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px; }
#comments .count-comments {
  font-family: 'Open Sans', sans-serif;
  color: #eaeaea !important;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px; }
#comments ol.comment-list {
  border-bottom: 1px solid #c7c7c7;
  counter-reset: none;
  list-style-type: none;
  margin: 30px 0;
  padding: 20px 0; }
  #comments ol.comment-list li {
    counter-increment: none;
    padding: 0;
    margin: 0 0 50px 0;
    display: block; }
    #comments ol.comment-list li::before {
      content: none; }
    #comments ol.comment-list li ol {
      margin-top: 30px;
      padding-left: 20px; }
      #comments ol.comment-list li ol li {
        padding-left: 50px !important; }
  #comments ol.comment-list .comment-body {
    padding-left: 120px;
    position: relative; }
    #comments ol.comment-list .comment-body .comment-author.vcard img {
      border-radius: 50%;
      border: 5px solid #e2e2e2;
      height: 100px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100px; }
    #comments ol.comment-list .comment-body .comment-author.vcard cite, #comments ol.comment-list .comment-body .comment-author.vcard a.url {
      font-family: 'Open Sans', sans-serif;
      color: #2c2c2c;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      text-decoration: none; }
    #comments ol.comment-list .comment-body .comment-author.vcard .says {
      display: none; }
    #comments ol.comment-list .comment-body .comment-meta {
      font-size: 15px !important; }
      #comments ol.comment-list .comment-body .comment-meta a {
        text-decoration: none;
        font-size: 15px !important;
        font-weight: 400;
        position: relative; }
        #comments ol.comment-list .comment-body .comment-meta a::before {
          content: "\f017";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          /*--adjust as necessary--*/
          color: #aaaaaa;
          font-size: 17px;
          display: inline-block;
          position: relative;
          margin-right: 10px; }
      #comments ol.comment-list .comment-body .comment-meta .comment-edit-link {
        font-size: 14px;
        margin-left: 20px; }
        #comments ol.comment-list .comment-body .comment-meta .comment-edit-link::before {
          content: "\f044";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          /*--adjust as necessary--*/
          color: #aaaaaa;
          font-size: 17px;
          display: inline-block;
          position: relative;
          margin-right: 5px; }
    #comments ol.comment-list .comment-body h1, #comments ol.comment-list .comment-body h2, #comments ol.comment-list .comment-body h3, #comments ol.comment-list .comment-body h4, #comments ol.comment-list .comment-body h5, #comments ol.comment-list .comment-body h6 {
      font-size: 22px;
      margin-bottom: 5px; }
    #comments ol.comment-list .comment-body p, #comments ol.comment-list .comment-body p a, #comments ol.comment-list .comment-body p strong {
      font-size: 18px;
      font-weight: 400; }
    #comments ol.comment-list .comment-body h1, #comments ol.comment-list .comment-body h2, #comments ol.comment-list .comment-body h3, #comments ol.comment-list .comment-body h4, #comments ol.comment-list .comment-body h5, #comments ol.comment-list .comment-body h6, #comments ol.comment-list .comment-body p, #comments ol.comment-list .comment-body a, #comments ol.comment-list .comment-body strong {
      font-family: 'Open Sans', sans-serif;
      color: #727272;
      line-height: 1.4em;
      margin: 0; }
  #comments ol.comment-list .reply a {
    font-family: 'Open Sans', sans-serif;
    color: #aaaaaa;
    font-size: 17px;
    font-weight: 300;
    line-height: 1em;
    margin-top: 20px;
    position: relative;
    text-decoration: none;
    display: inline-block; }
    #comments ol.comment-list .reply a::before {
      content: "\f075";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      /*--adjust as necessary--*/
      color: #aaaaaa;
      font-size: 17px;
      display: inline-block;
      position: relative;
      margin-right: 10px; }
#comments .comment-respond {
  /*form Comments*/ }
  #comments .comment-respond .comment-reply-title {
    font-family: 'Open Sans', sans-serif;
    color: #0aaacb;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px; }
  #comments .comment-respond #commentform p.logged-in-as {
    margin: 0; }
  #comments .comment-respond #commentform .comment-form-comment label, #comments .comment-respond #commentform .comment-form-author label, #comments .comment-respond #commentform .comment-form-email label, #comments .comment-respond #commentform .comment-form-url label {
    font-family: 'Open Sans', sans-serif;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 900;
    display: block; }
  #comments .comment-respond #commentform .comment-form-comment textarea, #comments .comment-respond #commentform .comment-form-comment input, #comments .comment-respond #commentform .comment-form-author textarea, #comments .comment-respond #commentform .comment-form-author input, #comments .comment-respond #commentform .comment-form-email textarea, #comments .comment-respond #commentform .comment-form-email input, #comments .comment-respond #commentform .comment-form-url textarea, #comments .comment-respond #commentform .comment-form-url input {
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    color: #2c2c2c;
    display: block;
    padding: 7px 10px;
    width: 100%; }
  #comments .comment-respond #commentform .comment-form-email, #comments .comment-respond #commentform .comment-form-url {
    width: 48%;
    display: inline-block; }
  #comments .comment-respond #commentform .comment-form-url {
    margin-left: 2%;
    float: right; }
  #comments .comment-respond #commentform .form-submit input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    background: #0165ae;
    border-radius: 30px;
    border: none;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin: 20px auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s; }

.filter-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 20px 40px !important; }
  .filter-category span {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.88px;
    color: #979797; }
  .filter-category select {
    background: #ffffff url("../images/icons/chevron-down-blue.svg") 95%/auto no-repeat;
    appearance: none;
    border-bottom: 2px solid #979797 !important;
    border-radius: 0;
    border: none;
    color: rgba(145, 145, 145, 0.66);
    font-size: 14px;
    display: block;
    line-height: 1.4;
    margin: 0 0 0 35px;
    max-width: 100% !important;
    min-height: 40px;
    padding: 10px 50px 10px 18px;
    width: 260px;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .filter-category select option {
      font-family: 'Open Sans', sans-serif;
      color: rgba(145, 145, 145, 0.66);
      font-size: 14px;
      letter-spacing: -0.25px;
      line-height: 1.57;
      opacity: 0.66; }

/*start container post structure*/
.container-blog-post {
  margin-bottom: 40px; }
  .container-blog-post .card, .container-blog-post .single-post {
    border-radius: 4px;
    border: solid 1px rgba(217, 217, 217, 0.65) !important;
    background-color: #ffffff;
    margin-bottom: 27px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    width: calc(33% - 20px);
    margin: 0 10px 20px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap; }
    .container-blog-post .card:hover, .container-blog-post .single-post:hover {
      text-decoration: none;
      box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.06); }
      .container-blog-post .card:hover .body-post::before, .container-blog-post .single-post:hover .body-post::before {
        top: 0; }
    .container-blog-post .card .image-wrapping, .container-blog-post .single-post .image-wrapping {
      flex: 0 0 auto;
      height: 178px;
      margin-bottom: 0 !important;
      overflow: hidden;
      padding-top: inherit;
      position: relative;
      width: 101% !important; }
      .container-blog-post .card .image-wrapping img, .container-blog-post .single-post .image-wrapping img {
        height: 101%;
        object-fit: cover;
        width: 101%; }
    .container-blog-post .card .card-body, .container-blog-post .card .body-post, .container-blog-post .single-post .card-body, .container-blog-post .single-post .body-post {
      background: #fff;
      overflow: hidden;
      padding: 25px 39px 70px;
      position: relative;
      transition: all 0.4s ease; }
      .container-blog-post .card .card-body .card-title, .container-blog-post .card .card-body .card-title a, .container-blog-post .card .body-post .card-title, .container-blog-post .card .body-post .card-title a, .container-blog-post .single-post .card-body .card-title, .container-blog-post .single-post .card-body .card-title a, .container-blog-post .single-post .body-post .card-title, .container-blog-post .single-post .body-post .card-title a {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.22;
        letter-spacing: -0.32px;
        color: #3d3d3d;
        margin-bottom: 11px; }
      .container-blog-post .card .card-body p.card-text, .container-blog-post .card .card-body .content-post, .container-blog-post .card .card-body .content-post p, .container-blog-post .card .body-post p.card-text, .container-blog-post .card .body-post .content-post, .container-blog-post .card .body-post .content-post p, .container-blog-post .single-post .card-body p.card-text, .container-blog-post .single-post .card-body .content-post, .container-blog-post .single-post .card-body .content-post p, .container-blog-post .single-post .body-post p.card-text, .container-blog-post .single-post .body-post .content-post, .container-blog-post .single-post .body-post .content-post p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.21;
        letter-spacing: -0.25px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal; }
      .container-blog-post .card .card-body .btn-1, .container-blog-post .card .body-post .btn-1, .container-blog-post .single-post .card-body .btn-1, .container-blog-post .single-post .body-post .btn-1 {
        font-family: 'Open Sans', sans-serif;
        color: #b1025b !important;
        font-size: 14px !important;
        font-weight: bold;
        letter-spacing: -0.25px;
        line-height: 1.93;
        text-transform: none !important; }
        .container-blog-post .card .card-body .btn-1.arrow::after, .container-blog-post .card .body-post .btn-1.arrow::after, .container-blog-post .single-post .card-body .btn-1.arrow::after, .container-blog-post .single-post .body-post .btn-1.arrow::after {
          background-image: url("../images/icons/arrow-right-pink.svg") !important; }
      .container-blog-post .card .card-body .button-post, .container-blog-post .card .body-post .button-post, .container-blog-post .single-post .card-body .button-post, .container-blog-post .single-post .body-post .button-post {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 39px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        border-top: 1px solid #d9d9d9; }
        .container-blog-post .card .card-body .button-post span, .container-blog-post .card .body-post .button-post span, .container-blog-post .single-post .card-body .button-post span, .container-blog-post .single-post .body-post .button-post span {
          font-family: 'Open Sans', sans-serif;
          display: flex;
          align-items: center;
          font-size: 10px;
          line-height: normal;
          margin: 0 !important;
          text-transform: uppercase;
          text-align: left;
          color: #67686a; }
        .container-blog-post .card .card-body .button-post .date-post, .container-blog-post .card .body-post .button-post .date-post, .container-blog-post .single-post .card-body .button-post .date-post, .container-blog-post .single-post .body-post .button-post .date-post {
          position: relative;
          display: flex;
          align-items: center;
          margin-right: 25px; }
          .container-blog-post .card .card-body .button-post .date-post::before, .container-blog-post .card .body-post .button-post .date-post::before, .container-blog-post .single-post .card-body .button-post .date-post::before, .container-blog-post .single-post .body-post .button-post .date-post::before {
            content: "";
            display: inline-block;
            background-image: url("../images/icons/clock.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 15px;
            height: 16px;
            position: relative;
            margin-right: 10px; }
        .container-blog-post .card .card-body .button-post .author-post, .container-blog-post .card .body-post .button-post .author-post, .container-blog-post .single-post .card-body .button-post .author-post, .container-blog-post .single-post .body-post .button-post .author-post {
          position: relative;
          margin-left: 15px; }
          .container-blog-post .card .card-body .button-post .author-post::before, .container-blog-post .card .body-post .button-post .author-post::before, .container-blog-post .single-post .card-body .button-post .author-post::before, .container-blog-post .single-post .body-post .button-post .author-post::before {
            content: "";
            border-radius: 50%;
            display: inline-block;
            height: 3px;
            margin: 0 5px;
            width: 3px;
            background: #67686a;
            position: relative; }
    @media (max-width: 1199.98px) {
      .container-blog-post .card, .container-blog-post .single-post {
        width: calc(50% - 20px); } }
    @media (max-width: 767.98px) {
      .container-blog-post .card, .container-blog-post .single-post {
        width: 100%; } }

@media only screen and (max-width: 1199.98px) {
  .filter-wrap {
    flex-flow: wrap row;
    justify-content: space-between;
    margin: 20px auto 70px !important;
    max-width: 100%; } }
@media only screen and (max-width: 991px) {
  .interior-category .filter-category select {
    margin: 0 !important;
    width: 100%;
    padding: 10px 50px 10px 0px; }

  .interior-category .single-blog-post .info-single-post {
    text-align: center; }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center; } }
@media only screen and (max-width: 767px) {
  .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
    text-align: center; }

  .container-blog-post .card {
    flex-basis: 100%; }

  .interior-category .single-blog-post .info-single-post {
    text-align: center; }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center; } }
@media only screen and (max-width: 576px) {
  .interior-category .content-page {
    padding: 0 !important; } }
/*Heading's Size Variables*/
/*
body:not(.page-template-default){
  .page{
    .entry-content{
      //padding: 40px 0 20px;
    }
  }
}
*/
.interior-page {
  padding: 75px 0 0; }
  @media (max-width: 1199.98px) {
    .interior-page {
      padding-top: 30px !important; } }

.interior-page.no-padding {
  padding: 0  !important; }

.interior-page.single {
  padding-top: 40px; }

body:not(.home) .interior-page,
body.single-tribe_events .interior-page,
body.single-event .interior-page,
body.page-template-default:not(.home) .interior-page {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 1.47;
  position: relative;
  /*.content-page{
    padding: 20px 0 30px;
  }*/
  /*---entry-content----*/ }
  body:not(.home) .interior-page .entry-content, body:not(.home) .interior-page .content-page,
  body.single-tribe_events .interior-page .entry-content,
  body.single-tribe_events .interior-page .content-page,
  body.single-event .interior-page .entry-content,
  body.single-event .interior-page .content-page,
  body.page-template-default:not(.home) .interior-page .entry-content,
  body.page-template-default:not(.home) .interior-page .content-page {
    /*--- Images With Caption (wordpress) ---*/
    /*--- Images With Caption (wordpress) ---*/
    /*---- Table Styles ----*/
    /*---- Table Styles ----*/
    /*--- Undesorder List ---*/
    /*--- Undesorder List ---*/
    /*--- Order List ---*/
    /*----- Order List ----- */
    /*--- Definition List ---*/
    /*--- Definition List ---*/ }
    body:not(.home) .interior-page .entry-content img, body:not(.home) .interior-page .content-page img,
    body.single-tribe_events .interior-page .entry-content img,
    body.single-tribe_events .interior-page .content-page img,
    body.single-event .interior-page .entry-content img,
    body.single-event .interior-page .content-page img,
    body.page-template-default:not(.home) .interior-page .entry-content img,
    body.page-template-default:not(.home) .interior-page .content-page img {
      max-width: 100%;
      height: auto; }
    body:not(.home) .interior-page .entry-content .title-page, body:not(.home) .interior-page .entry-content .sub-title, body:not(.home) .interior-page .content-page .title-page, body:not(.home) .interior-page .content-page .sub-title,
    body.single-tribe_events .interior-page .entry-content .title-page,
    body.single-tribe_events .interior-page .entry-content .sub-title,
    body.single-tribe_events .interior-page .content-page .title-page,
    body.single-tribe_events .interior-page .content-page .sub-title,
    body.single-event .interior-page .entry-content .title-page,
    body.single-event .interior-page .entry-content .sub-title,
    body.single-event .interior-page .content-page .title-page,
    body.single-event .interior-page .content-page .sub-title,
    body.page-template-default:not(.home) .interior-page .entry-content .title-page,
    body.page-template-default:not(.home) .interior-page .entry-content .sub-title,
    body.page-template-default:not(.home) .interior-page .content-page .title-page,
    body.page-template-default:not(.home) .interior-page .content-page .sub-title {
      font-family: 'Poppins', sans-serif;
      color: #b1025b !important;
      font-size: 60px;
      font-stretch: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 40px;
      text-align: center; }
    body:not(.home) .interior-page .entry-content .sub-title, body:not(.home) .interior-page .content-page .sub-title,
    body.single-tribe_events .interior-page .entry-content .sub-title,
    body.single-tribe_events .interior-page .content-page .sub-title,
    body.single-event .interior-page .entry-content .sub-title,
    body.single-event .interior-page .content-page .sub-title,
    body.page-template-default:not(.home) .interior-page .entry-content .sub-title,
    body.page-template-default:not(.home) .interior-page .content-page .sub-title {
      color: #3d3d3d; }
    body:not(.home) .interior-page .entry-content h1, body:not(.home) .interior-page .entry-content h2, body:not(.home) .interior-page .entry-content h3, body:not(.home) .interior-page .content-page h1, body:not(.home) .interior-page .content-page h2, body:not(.home) .interior-page .content-page h3,
    body.single-tribe_events .interior-page .entry-content h1,
    body.single-tribe_events .interior-page .entry-content h2,
    body.single-tribe_events .interior-page .entry-content h3,
    body.single-tribe_events .interior-page .content-page h1,
    body.single-tribe_events .interior-page .content-page h2,
    body.single-tribe_events .interior-page .content-page h3,
    body.single-event .interior-page .entry-content h1,
    body.single-event .interior-page .entry-content h2,
    body.single-event .interior-page .entry-content h3,
    body.single-event .interior-page .content-page h1,
    body.single-event .interior-page .content-page h2,
    body.single-event .interior-page .content-page h3,
    body.page-template-default:not(.home) .interior-page .entry-content h1,
    body.page-template-default:not(.home) .interior-page .entry-content h2,
    body.page-template-default:not(.home) .interior-page .entry-content h3,
    body.page-template-default:not(.home) .interior-page .content-page h1,
    body.page-template-default:not(.home) .interior-page .content-page h2,
    body.page-template-default:not(.home) .interior-page .content-page h3 {
      font-family: 'Poppins', sans-serif;
      font-stretch: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 30px;
      margin-top: 0; }
      body:not(.home) .interior-page .entry-content h1 strong, body:not(.home) .interior-page .entry-content h2 strong, body:not(.home) .interior-page .entry-content h3 strong, body:not(.home) .interior-page .content-page h1 strong, body:not(.home) .interior-page .content-page h2 strong, body:not(.home) .interior-page .content-page h3 strong,
      body.single-tribe_events .interior-page .entry-content h1 strong,
      body.single-tribe_events .interior-page .entry-content h2 strong,
      body.single-tribe_events .interior-page .entry-content h3 strong,
      body.single-tribe_events .interior-page .content-page h1 strong,
      body.single-tribe_events .interior-page .content-page h2 strong,
      body.single-tribe_events .interior-page .content-page h3 strong,
      body.single-event .interior-page .entry-content h1 strong,
      body.single-event .interior-page .entry-content h2 strong,
      body.single-event .interior-page .entry-content h3 strong,
      body.single-event .interior-page .content-page h1 strong,
      body.single-event .interior-page .content-page h2 strong,
      body.single-event .interior-page .content-page h3 strong,
      body.page-template-default:not(.home) .interior-page .entry-content h1 strong,
      body.page-template-default:not(.home) .interior-page .entry-content h2 strong,
      body.page-template-default:not(.home) .interior-page .entry-content h3 strong,
      body.page-template-default:not(.home) .interior-page .content-page h1 strong,
      body.page-template-default:not(.home) .interior-page .content-page h2 strong,
      body.page-template-default:not(.home) .interior-page .content-page h3 strong {
        font-weight: 400; }
      body:not(.home) .interior-page .entry-content h1.has-purple-color, body:not(.home) .interior-page .entry-content h2.has-purple-color, body:not(.home) .interior-page .entry-content h3.has-purple-color, body:not(.home) .interior-page .content-page h1.has-purple-color, body:not(.home) .interior-page .content-page h2.has-purple-color, body:not(.home) .interior-page .content-page h3.has-purple-color,
      body.single-tribe_events .interior-page .entry-content h1.has-purple-color,
      body.single-tribe_events .interior-page .entry-content h2.has-purple-color,
      body.single-tribe_events .interior-page .entry-content h3.has-purple-color,
      body.single-tribe_events .interior-page .content-page h1.has-purple-color,
      body.single-tribe_events .interior-page .content-page h2.has-purple-color,
      body.single-tribe_events .interior-page .content-page h3.has-purple-color,
      body.single-event .interior-page .entry-content h1.has-purple-color,
      body.single-event .interior-page .entry-content h2.has-purple-color,
      body.single-event .interior-page .entry-content h3.has-purple-color,
      body.single-event .interior-page .content-page h1.has-purple-color,
      body.single-event .interior-page .content-page h2.has-purple-color,
      body.single-event .interior-page .content-page h3.has-purple-color,
      body.page-template-default:not(.home) .interior-page .entry-content h1.has-purple-color,
      body.page-template-default:not(.home) .interior-page .entry-content h2.has-purple-color,
      body.page-template-default:not(.home) .interior-page .entry-content h3.has-purple-color,
      body.page-template-default:not(.home) .interior-page .content-page h1.has-purple-color,
      body.page-template-default:not(.home) .interior-page .content-page h2.has-purple-color,
      body.page-template-default:not(.home) .interior-page .content-page h3.has-purple-color {
        color: #b1025b; }
      body:not(.home) .interior-page .entry-content h1:not(.has-text-color), body:not(.home) .interior-page .entry-content h2:not(.has-text-color), body:not(.home) .interior-page .entry-content h3:not(.has-text-color), body:not(.home) .interior-page .content-page h1:not(.has-text-color), body:not(.home) .interior-page .content-page h2:not(.has-text-color), body:not(.home) .interior-page .content-page h3:not(.has-text-color),
      body.single-tribe_events .interior-page .entry-content h1:not(.has-text-color),
      body.single-tribe_events .interior-page .entry-content h2:not(.has-text-color),
      body.single-tribe_events .interior-page .entry-content h3:not(.has-text-color),
      body.single-tribe_events .interior-page .content-page h1:not(.has-text-color),
      body.single-tribe_events .interior-page .content-page h2:not(.has-text-color),
      body.single-tribe_events .interior-page .content-page h3:not(.has-text-color),
      body.single-event .interior-page .entry-content h1:not(.has-text-color),
      body.single-event .interior-page .entry-content h2:not(.has-text-color),
      body.single-event .interior-page .entry-content h3:not(.has-text-color),
      body.single-event .interior-page .content-page h1:not(.has-text-color),
      body.single-event .interior-page .content-page h2:not(.has-text-color),
      body.single-event .interior-page .content-page h3:not(.has-text-color),
      body.page-template-default:not(.home) .interior-page .entry-content h1:not(.has-text-color),
      body.page-template-default:not(.home) .interior-page .entry-content h2:not(.has-text-color),
      body.page-template-default:not(.home) .interior-page .entry-content h3:not(.has-text-color),
      body.page-template-default:not(.home) .interior-page .content-page h1:not(.has-text-color),
      body.page-template-default:not(.home) .interior-page .content-page h2:not(.has-text-color),
      body.page-template-default:not(.home) .interior-page .content-page h3:not(.has-text-color) {
        color: unset; }
      body:not(.home) .interior-page .entry-content h1.font-diferent, body:not(.home) .interior-page .entry-content h2.font-diferent, body:not(.home) .interior-page .entry-content h3.font-diferent, body:not(.home) .interior-page .content-page h1.font-diferent, body:not(.home) .interior-page .content-page h2.font-diferent, body:not(.home) .interior-page .content-page h3.font-diferent,
      body.single-tribe_events .interior-page .entry-content h1.font-diferent,
      body.single-tribe_events .interior-page .entry-content h2.font-diferent,
      body.single-tribe_events .interior-page .entry-content h3.font-diferent,
      body.single-tribe_events .interior-page .content-page h1.font-diferent,
      body.single-tribe_events .interior-page .content-page h2.font-diferent,
      body.single-tribe_events .interior-page .content-page h3.font-diferent,
      body.single-event .interior-page .entry-content h1.font-diferent,
      body.single-event .interior-page .entry-content h2.font-diferent,
      body.single-event .interior-page .entry-content h3.font-diferent,
      body.single-event .interior-page .content-page h1.font-diferent,
      body.single-event .interior-page .content-page h2.font-diferent,
      body.single-event .interior-page .content-page h3.font-diferent,
      body.page-template-default:not(.home) .interior-page .entry-content h1.font-diferent,
      body.page-template-default:not(.home) .interior-page .entry-content h2.font-diferent,
      body.page-template-default:not(.home) .interior-page .entry-content h3.font-diferent,
      body.page-template-default:not(.home) .interior-page .content-page h1.font-diferent,
      body.page-template-default:not(.home) .interior-page .content-page h2.font-diferent,
      body.page-template-default:not(.home) .interior-page .content-page h3.font-diferent {
        font-family: 'Lato', sans-serif !important;
        text-transform: capitalize !important; }
      body:not(.home) .interior-page .entry-content h1::selection, body:not(.home) .interior-page .entry-content h2::selection, body:not(.home) .interior-page .entry-content h3::selection, body:not(.home) .interior-page .content-page h1::selection, body:not(.home) .interior-page .content-page h2::selection, body:not(.home) .interior-page .content-page h3::selection,
      body.single-tribe_events .interior-page .entry-content h1::selection,
      body.single-tribe_events .interior-page .entry-content h2::selection,
      body.single-tribe_events .interior-page .entry-content h3::selection,
      body.single-tribe_events .interior-page .content-page h1::selection,
      body.single-tribe_events .interior-page .content-page h2::selection,
      body.single-tribe_events .interior-page .content-page h3::selection,
      body.single-event .interior-page .entry-content h1::selection,
      body.single-event .interior-page .entry-content h2::selection,
      body.single-event .interior-page .entry-content h3::selection,
      body.single-event .interior-page .content-page h1::selection,
      body.single-event .interior-page .content-page h2::selection,
      body.single-event .interior-page .content-page h3::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h1::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h2::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h3::selection,
      body.page-template-default:not(.home) .interior-page .content-page h1::selection,
      body.page-template-default:not(.home) .interior-page .content-page h2::selection,
      body.page-template-default:not(.home) .interior-page .content-page h3::selection {
        background-color: #b1025b;
        color: white; }
      body:not(.home) .interior-page .entry-content h1.h1, body:not(.home) .interior-page .entry-content h2.h1, body:not(.home) .interior-page .entry-content h3.h1, body:not(.home) .interior-page .content-page h1.h1, body:not(.home) .interior-page .content-page h2.h1, body:not(.home) .interior-page .content-page h3.h1,
      body.single-tribe_events .interior-page .entry-content h1.h1,
      body.single-tribe_events .interior-page .entry-content h2.h1,
      body.single-tribe_events .interior-page .entry-content h3.h1,
      body.single-tribe_events .interior-page .content-page h1.h1,
      body.single-tribe_events .interior-page .content-page h2.h1,
      body.single-tribe_events .interior-page .content-page h3.h1,
      body.single-event .interior-page .entry-content h1.h1,
      body.single-event .interior-page .entry-content h2.h1,
      body.single-event .interior-page .entry-content h3.h1,
      body.single-event .interior-page .content-page h1.h1,
      body.single-event .interior-page .content-page h2.h1,
      body.single-event .interior-page .content-page h3.h1,
      body.page-template-default:not(.home) .interior-page .entry-content h1.h1,
      body.page-template-default:not(.home) .interior-page .entry-content h2.h1,
      body.page-template-default:not(.home) .interior-page .entry-content h3.h1,
      body.page-template-default:not(.home) .interior-page .content-page h1.h1,
      body.page-template-default:not(.home) .interior-page .content-page h2.h1,
      body.page-template-default:not(.home) .interior-page .content-page h3.h1 {
        font-size: 60px; }
      body:not(.home) .interior-page .entry-content h1.h2, body:not(.home) .interior-page .entry-content h2.h2, body:not(.home) .interior-page .entry-content h3.h2, body:not(.home) .interior-page .content-page h1.h2, body:not(.home) .interior-page .content-page h2.h2, body:not(.home) .interior-page .content-page h3.h2,
      body.single-tribe_events .interior-page .entry-content h1.h2,
      body.single-tribe_events .interior-page .entry-content h2.h2,
      body.single-tribe_events .interior-page .entry-content h3.h2,
      body.single-tribe_events .interior-page .content-page h1.h2,
      body.single-tribe_events .interior-page .content-page h2.h2,
      body.single-tribe_events .interior-page .content-page h3.h2,
      body.single-event .interior-page .entry-content h1.h2,
      body.single-event .interior-page .entry-content h2.h2,
      body.single-event .interior-page .entry-content h3.h2,
      body.single-event .interior-page .content-page h1.h2,
      body.single-event .interior-page .content-page h2.h2,
      body.single-event .interior-page .content-page h3.h2,
      body.page-template-default:not(.home) .interior-page .entry-content h1.h2,
      body.page-template-default:not(.home) .interior-page .entry-content h2.h2,
      body.page-template-default:not(.home) .interior-page .entry-content h3.h2,
      body.page-template-default:not(.home) .interior-page .content-page h1.h2,
      body.page-template-default:not(.home) .interior-page .content-page h2.h2,
      body.page-template-default:not(.home) .interior-page .content-page h3.h2 {
        font-size: 48px; }
      body:not(.home) .interior-page .entry-content h1.h3, body:not(.home) .interior-page .entry-content h2.h3, body:not(.home) .interior-page .entry-content h3.h3, body:not(.home) .interior-page .content-page h1.h3, body:not(.home) .interior-page .content-page h2.h3, body:not(.home) .interior-page .content-page h3.h3,
      body.single-tribe_events .interior-page .entry-content h1.h3,
      body.single-tribe_events .interior-page .entry-content h2.h3,
      body.single-tribe_events .interior-page .entry-content h3.h3,
      body.single-tribe_events .interior-page .content-page h1.h3,
      body.single-tribe_events .interior-page .content-page h2.h3,
      body.single-tribe_events .interior-page .content-page h3.h3,
      body.single-event .interior-page .entry-content h1.h3,
      body.single-event .interior-page .entry-content h2.h3,
      body.single-event .interior-page .entry-content h3.h3,
      body.single-event .interior-page .content-page h1.h3,
      body.single-event .interior-page .content-page h2.h3,
      body.single-event .interior-page .content-page h3.h3,
      body.page-template-default:not(.home) .interior-page .entry-content h1.h3,
      body.page-template-default:not(.home) .interior-page .entry-content h2.h3,
      body.page-template-default:not(.home) .interior-page .entry-content h3.h3,
      body.page-template-default:not(.home) .interior-page .content-page h1.h3,
      body.page-template-default:not(.home) .interior-page .content-page h2.h3,
      body.page-template-default:not(.home) .interior-page .content-page h3.h3 {
        font-size: 38px; }
      body:not(.home) .interior-page .entry-content h1.h4, body:not(.home) .interior-page .entry-content h2.h4, body:not(.home) .interior-page .entry-content h3.h4, body:not(.home) .interior-page .content-page h1.h4, body:not(.home) .interior-page .content-page h2.h4, body:not(.home) .interior-page .content-page h3.h4,
      body.single-tribe_events .interior-page .entry-content h1.h4,
      body.single-tribe_events .interior-page .entry-content h2.h4,
      body.single-tribe_events .interior-page .entry-content h3.h4,
      body.single-tribe_events .interior-page .content-page h1.h4,
      body.single-tribe_events .interior-page .content-page h2.h4,
      body.single-tribe_events .interior-page .content-page h3.h4,
      body.single-event .interior-page .entry-content h1.h4,
      body.single-event .interior-page .entry-content h2.h4,
      body.single-event .interior-page .entry-content h3.h4,
      body.single-event .interior-page .content-page h1.h4,
      body.single-event .interior-page .content-page h2.h4,
      body.single-event .interior-page .content-page h3.h4,
      body.page-template-default:not(.home) .interior-page .entry-content h1.h4,
      body.page-template-default:not(.home) .interior-page .entry-content h2.h4,
      body.page-template-default:not(.home) .interior-page .entry-content h3.h4,
      body.page-template-default:not(.home) .interior-page .content-page h1.h4,
      body.page-template-default:not(.home) .interior-page .content-page h2.h4,
      body.page-template-default:not(.home) .interior-page .content-page h3.h4 {
        font-size: 28px; }
      body:not(.home) .interior-page .entry-content h1.h5, body:not(.home) .interior-page .entry-content h2.h5, body:not(.home) .interior-page .entry-content h3.h5, body:not(.home) .interior-page .content-page h1.h5, body:not(.home) .interior-page .content-page h2.h5, body:not(.home) .interior-page .content-page h3.h5,
      body.single-tribe_events .interior-page .entry-content h1.h5,
      body.single-tribe_events .interior-page .entry-content h2.h5,
      body.single-tribe_events .interior-page .entry-content h3.h5,
      body.single-tribe_events .interior-page .content-page h1.h5,
      body.single-tribe_events .interior-page .content-page h2.h5,
      body.single-tribe_events .interior-page .content-page h3.h5,
      body.single-event .interior-page .entry-content h1.h5,
      body.single-event .interior-page .entry-content h2.h5,
      body.single-event .interior-page .entry-content h3.h5,
      body.single-event .interior-page .content-page h1.h5,
      body.single-event .interior-page .content-page h2.h5,
      body.single-event .interior-page .content-page h3.h5,
      body.page-template-default:not(.home) .interior-page .entry-content h1.h5,
      body.page-template-default:not(.home) .interior-page .entry-content h2.h5,
      body.page-template-default:not(.home) .interior-page .entry-content h3.h5,
      body.page-template-default:not(.home) .interior-page .content-page h1.h5,
      body.page-template-default:not(.home) .interior-page .content-page h2.h5,
      body.page-template-default:not(.home) .interior-page .content-page h3.h5 {
        font-size: 18px; }
      body:not(.home) .interior-page .entry-content h1.h6, body:not(.home) .interior-page .entry-content h2.h6, body:not(.home) .interior-page .entry-content h3.h6, body:not(.home) .interior-page .content-page h1.h6, body:not(.home) .interior-page .content-page h2.h6, body:not(.home) .interior-page .content-page h3.h6,
      body.single-tribe_events .interior-page .entry-content h1.h6,
      body.single-tribe_events .interior-page .entry-content h2.h6,
      body.single-tribe_events .interior-page .entry-content h3.h6,
      body.single-tribe_events .interior-page .content-page h1.h6,
      body.single-tribe_events .interior-page .content-page h2.h6,
      body.single-tribe_events .interior-page .content-page h3.h6,
      body.single-event .interior-page .entry-content h1.h6,
      body.single-event .interior-page .entry-content h2.h6,
      body.single-event .interior-page .entry-content h3.h6,
      body.single-event .interior-page .content-page h1.h6,
      body.single-event .interior-page .content-page h2.h6,
      body.single-event .interior-page .content-page h3.h6,
      body.page-template-default:not(.home) .interior-page .entry-content h1.h6,
      body.page-template-default:not(.home) .interior-page .entry-content h2.h6,
      body.page-template-default:not(.home) .interior-page .entry-content h3.h6,
      body.page-template-default:not(.home) .interior-page .content-page h1.h6,
      body.page-template-default:not(.home) .interior-page .content-page h2.h6,
      body.page-template-default:not(.home) .interior-page .content-page h3.h6 {
        font-size: 14px; }
    body:not(.home) .interior-page .entry-content h4, body:not(.home) .interior-page .entry-content h5, body:not(.home) .interior-page .entry-content h6, body:not(.home) .interior-page .content-page h4, body:not(.home) .interior-page .content-page h5, body:not(.home) .interior-page .content-page h6,
    body.single-tribe_events .interior-page .entry-content h4,
    body.single-tribe_events .interior-page .entry-content h5,
    body.single-tribe_events .interior-page .entry-content h6,
    body.single-tribe_events .interior-page .content-page h4,
    body.single-tribe_events .interior-page .content-page h5,
    body.single-tribe_events .interior-page .content-page h6,
    body.single-event .interior-page .entry-content h4,
    body.single-event .interior-page .entry-content h5,
    body.single-event .interior-page .entry-content h6,
    body.single-event .interior-page .content-page h4,
    body.single-event .interior-page .content-page h5,
    body.single-event .interior-page .content-page h6,
    body.page-template-default:not(.home) .interior-page .entry-content h4,
    body.page-template-default:not(.home) .interior-page .entry-content h5,
    body.page-template-default:not(.home) .interior-page .entry-content h6,
    body.page-template-default:not(.home) .interior-page .content-page h4,
    body.page-template-default:not(.home) .interior-page .content-page h5,
    body.page-template-default:not(.home) .interior-page .content-page h6 {
      font-family: 'Open Sans', sans-serif;
      font-stretch: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 30px; }
      body:not(.home) .interior-page .entry-content h4.font-diferent, body:not(.home) .interior-page .entry-content h5.font-diferent, body:not(.home) .interior-page .entry-content h6.font-diferent, body:not(.home) .interior-page .content-page h4.font-diferent, body:not(.home) .interior-page .content-page h5.font-diferent, body:not(.home) .interior-page .content-page h6.font-diferent,
      body.single-tribe_events .interior-page .entry-content h4.font-diferent,
      body.single-tribe_events .interior-page .entry-content h5.font-diferent,
      body.single-tribe_events .interior-page .entry-content h6.font-diferent,
      body.single-tribe_events .interior-page .content-page h4.font-diferent,
      body.single-tribe_events .interior-page .content-page h5.font-diferent,
      body.single-tribe_events .interior-page .content-page h6.font-diferent,
      body.single-event .interior-page .entry-content h4.font-diferent,
      body.single-event .interior-page .entry-content h5.font-diferent,
      body.single-event .interior-page .entry-content h6.font-diferent,
      body.single-event .interior-page .content-page h4.font-diferent,
      body.single-event .interior-page .content-page h5.font-diferent,
      body.single-event .interior-page .content-page h6.font-diferent,
      body.page-template-default:not(.home) .interior-page .entry-content h4.font-diferent,
      body.page-template-default:not(.home) .interior-page .entry-content h5.font-diferent,
      body.page-template-default:not(.home) .interior-page .entry-content h6.font-diferent,
      body.page-template-default:not(.home) .interior-page .content-page h4.font-diferent,
      body.page-template-default:not(.home) .interior-page .content-page h5.font-diferent,
      body.page-template-default:not(.home) .interior-page .content-page h6.font-diferent {
        font-family: 'Nunito Sans', sans-serif !important;
        text-transform: capitalize !important; }
      body:not(.home) .interior-page .entry-content h4::selection, body:not(.home) .interior-page .entry-content h5::selection, body:not(.home) .interior-page .entry-content h6::selection, body:not(.home) .interior-page .content-page h4::selection, body:not(.home) .interior-page .content-page h5::selection, body:not(.home) .interior-page .content-page h6::selection,
      body.single-tribe_events .interior-page .entry-content h4::selection,
      body.single-tribe_events .interior-page .entry-content h5::selection,
      body.single-tribe_events .interior-page .entry-content h6::selection,
      body.single-tribe_events .interior-page .content-page h4::selection,
      body.single-tribe_events .interior-page .content-page h5::selection,
      body.single-tribe_events .interior-page .content-page h6::selection,
      body.single-event .interior-page .entry-content h4::selection,
      body.single-event .interior-page .entry-content h5::selection,
      body.single-event .interior-page .entry-content h6::selection,
      body.single-event .interior-page .content-page h4::selection,
      body.single-event .interior-page .content-page h5::selection,
      body.single-event .interior-page .content-page h6::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h4::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h5::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h6::selection,
      body.page-template-default:not(.home) .interior-page .content-page h4::selection,
      body.page-template-default:not(.home) .interior-page .content-page h5::selection,
      body.page-template-default:not(.home) .interior-page .content-page h6::selection {
        background-color: #7f0141;
        color: white; }
      body:not(.home) .interior-page .entry-content h4 strong::selection, body:not(.home) .interior-page .entry-content h5 strong::selection, body:not(.home) .interior-page .entry-content h6 strong::selection, body:not(.home) .interior-page .content-page h4 strong::selection, body:not(.home) .interior-page .content-page h5 strong::selection, body:not(.home) .interior-page .content-page h6 strong::selection,
      body.single-tribe_events .interior-page .entry-content h4 strong::selection,
      body.single-tribe_events .interior-page .entry-content h5 strong::selection,
      body.single-tribe_events .interior-page .entry-content h6 strong::selection,
      body.single-tribe_events .interior-page .content-page h4 strong::selection,
      body.single-tribe_events .interior-page .content-page h5 strong::selection,
      body.single-tribe_events .interior-page .content-page h6 strong::selection,
      body.single-event .interior-page .entry-content h4 strong::selection,
      body.single-event .interior-page .entry-content h5 strong::selection,
      body.single-event .interior-page .entry-content h6 strong::selection,
      body.single-event .interior-page .content-page h4 strong::selection,
      body.single-event .interior-page .content-page h5 strong::selection,
      body.single-event .interior-page .content-page h6 strong::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h4 strong::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h5 strong::selection,
      body.page-template-default:not(.home) .interior-page .entry-content h6 strong::selection,
      body.page-template-default:not(.home) .interior-page .content-page h4 strong::selection,
      body.page-template-default:not(.home) .interior-page .content-page h5 strong::selection,
      body.page-template-default:not(.home) .interior-page .content-page h6 strong::selection {
        background-color: #7f0141;
        color: white; }
      body:not(.home) .interior-page .entry-content h4.h3, body:not(.home) .interior-page .entry-content h5.h3, body:not(.home) .interior-page .entry-content h6.h3, body:not(.home) .interior-page .content-page h4.h3, body:not(.home) .interior-page .content-page h5.h3, body:not(.home) .interior-page .content-page h6.h3,
      body.single-tribe_events .interior-page .entry-content h4.h3,
      body.single-tribe_events .interior-page .entry-content h5.h3,
      body.single-tribe_events .interior-page .entry-content h6.h3,
      body.single-tribe_events .interior-page .content-page h4.h3,
      body.single-tribe_events .interior-page .content-page h5.h3,
      body.single-tribe_events .interior-page .content-page h6.h3,
      body.single-event .interior-page .entry-content h4.h3,
      body.single-event .interior-page .entry-content h5.h3,
      body.single-event .interior-page .entry-content h6.h3,
      body.single-event .interior-page .content-page h4.h3,
      body.single-event .interior-page .content-page h5.h3,
      body.single-event .interior-page .content-page h6.h3,
      body.page-template-default:not(.home) .interior-page .entry-content h4.h3,
      body.page-template-default:not(.home) .interior-page .entry-content h5.h3,
      body.page-template-default:not(.home) .interior-page .entry-content h6.h3,
      body.page-template-default:not(.home) .interior-page .content-page h4.h3,
      body.page-template-default:not(.home) .interior-page .content-page h5.h3,
      body.page-template-default:not(.home) .interior-page .content-page h6.h3 {
        font-size: 38px; }
      body:not(.home) .interior-page .entry-content h4.h4, body:not(.home) .interior-page .entry-content h5.h4, body:not(.home) .interior-page .entry-content h6.h4, body:not(.home) .interior-page .content-page h4.h4, body:not(.home) .interior-page .content-page h5.h4, body:not(.home) .interior-page .content-page h6.h4,
      body.single-tribe_events .interior-page .entry-content h4.h4,
      body.single-tribe_events .interior-page .entry-content h5.h4,
      body.single-tribe_events .interior-page .entry-content h6.h4,
      body.single-tribe_events .interior-page .content-page h4.h4,
      body.single-tribe_events .interior-page .content-page h5.h4,
      body.single-tribe_events .interior-page .content-page h6.h4,
      body.single-event .interior-page .entry-content h4.h4,
      body.single-event .interior-page .entry-content h5.h4,
      body.single-event .interior-page .entry-content h6.h4,
      body.single-event .interior-page .content-page h4.h4,
      body.single-event .interior-page .content-page h5.h4,
      body.single-event .interior-page .content-page h6.h4,
      body.page-template-default:not(.home) .interior-page .entry-content h4.h4,
      body.page-template-default:not(.home) .interior-page .entry-content h5.h4,
      body.page-template-default:not(.home) .interior-page .entry-content h6.h4,
      body.page-template-default:not(.home) .interior-page .content-page h4.h4,
      body.page-template-default:not(.home) .interior-page .content-page h5.h4,
      body.page-template-default:not(.home) .interior-page .content-page h6.h4 {
        font-size: 28px; }
      body:not(.home) .interior-page .entry-content h4.h5, body:not(.home) .interior-page .entry-content h5.h5, body:not(.home) .interior-page .entry-content h6.h5, body:not(.home) .interior-page .content-page h4.h5, body:not(.home) .interior-page .content-page h5.h5, body:not(.home) .interior-page .content-page h6.h5,
      body.single-tribe_events .interior-page .entry-content h4.h5,
      body.single-tribe_events .interior-page .entry-content h5.h5,
      body.single-tribe_events .interior-page .entry-content h6.h5,
      body.single-tribe_events .interior-page .content-page h4.h5,
      body.single-tribe_events .interior-page .content-page h5.h5,
      body.single-tribe_events .interior-page .content-page h6.h5,
      body.single-event .interior-page .entry-content h4.h5,
      body.single-event .interior-page .entry-content h5.h5,
      body.single-event .interior-page .entry-content h6.h5,
      body.single-event .interior-page .content-page h4.h5,
      body.single-event .interior-page .content-page h5.h5,
      body.single-event .interior-page .content-page h6.h5,
      body.page-template-default:not(.home) .interior-page .entry-content h4.h5,
      body.page-template-default:not(.home) .interior-page .entry-content h5.h5,
      body.page-template-default:not(.home) .interior-page .entry-content h6.h5,
      body.page-template-default:not(.home) .interior-page .content-page h4.h5,
      body.page-template-default:not(.home) .interior-page .content-page h5.h5,
      body.page-template-default:not(.home) .interior-page .content-page h6.h5 {
        font-size: 18px; }
      body:not(.home) .interior-page .entry-content h4.h6, body:not(.home) .interior-page .entry-content h5.h6, body:not(.home) .interior-page .entry-content h6.h6, body:not(.home) .interior-page .content-page h4.h6, body:not(.home) .interior-page .content-page h5.h6, body:not(.home) .interior-page .content-page h6.h6,
      body.single-tribe_events .interior-page .entry-content h4.h6,
      body.single-tribe_events .interior-page .entry-content h5.h6,
      body.single-tribe_events .interior-page .entry-content h6.h6,
      body.single-tribe_events .interior-page .content-page h4.h6,
      body.single-tribe_events .interior-page .content-page h5.h6,
      body.single-tribe_events .interior-page .content-page h6.h6,
      body.single-event .interior-page .entry-content h4.h6,
      body.single-event .interior-page .entry-content h5.h6,
      body.single-event .interior-page .entry-content h6.h6,
      body.single-event .interior-page .content-page h4.h6,
      body.single-event .interior-page .content-page h5.h6,
      body.single-event .interior-page .content-page h6.h6,
      body.page-template-default:not(.home) .interior-page .entry-content h4.h6,
      body.page-template-default:not(.home) .interior-page .entry-content h5.h6,
      body.page-template-default:not(.home) .interior-page .entry-content h6.h6,
      body.page-template-default:not(.home) .interior-page .content-page h4.h6,
      body.page-template-default:not(.home) .interior-page .content-page h5.h6,
      body.page-template-default:not(.home) .interior-page .content-page h6.h6 {
        font-size: 14px; }
    body:not(.home) .interior-page .entry-content h1, body:not(.home) .interior-page .content-page h1,
    body.single-tribe_events .interior-page .entry-content h1,
    body.single-tribe_events .interior-page .content-page h1,
    body.single-event .interior-page .entry-content h1,
    body.single-event .interior-page .content-page h1,
    body.page-template-default:not(.home) .interior-page .entry-content h1,
    body.page-template-default:not(.home) .interior-page .content-page h1 {
      font-size: 60px;
      line-height: 1.11;
      margin-bottom: 30px;
      margin-top: 0; }
    body:not(.home) .interior-page .entry-content h2, body:not(.home) .interior-page .content-page h2,
    body.single-tribe_events .interior-page .entry-content h2,
    body.single-tribe_events .interior-page .content-page h2,
    body.single-event .interior-page .entry-content h2,
    body.single-event .interior-page .content-page h2,
    body.page-template-default:not(.home) .interior-page .entry-content h2,
    body.page-template-default:not(.home) .interior-page .content-page h2 {
      font-size: 48px; }
    body:not(.home) .interior-page .entry-content h3, body:not(.home) .interior-page .content-page h3,
    body.single-tribe_events .interior-page .entry-content h3,
    body.single-tribe_events .interior-page .content-page h3,
    body.single-event .interior-page .entry-content h3,
    body.single-event .interior-page .content-page h3,
    body.page-template-default:not(.home) .interior-page .entry-content h3,
    body.page-template-default:not(.home) .interior-page .content-page h3 {
      font-size: 38px; }
    body:not(.home) .interior-page .entry-content h4, body:not(.home) .interior-page .content-page h4,
    body.single-tribe_events .interior-page .entry-content h4,
    body.single-tribe_events .interior-page .content-page h4,
    body.single-event .interior-page .entry-content h4,
    body.single-event .interior-page .content-page h4,
    body.page-template-default:not(.home) .interior-page .entry-content h4,
    body.page-template-default:not(.home) .interior-page .content-page h4 {
      font-size: 28px; }
    body:not(.home) .interior-page .entry-content h5, body:not(.home) .interior-page .content-page h5,
    body.single-tribe_events .interior-page .entry-content h5,
    body.single-tribe_events .interior-page .content-page h5,
    body.single-event .interior-page .entry-content h5,
    body.single-event .interior-page .content-page h5,
    body.page-template-default:not(.home) .interior-page .entry-content h5,
    body.page-template-default:not(.home) .interior-page .content-page h5 {
      font-size: 18px; }
    body:not(.home) .interior-page .entry-content h6, body:not(.home) .interior-page .content-page h6,
    body.single-tribe_events .interior-page .entry-content h6,
    body.single-tribe_events .interior-page .content-page h6,
    body.single-event .interior-page .entry-content h6,
    body.single-event .interior-page .content-page h6,
    body.page-template-default:not(.home) .interior-page .entry-content h6,
    body.page-template-default:not(.home) .interior-page .content-page h6 {
      font-size: 14px; }
    body:not(.home) .interior-page .entry-content hr, body:not(.home) .interior-page .content-page hr,
    body.single-tribe_events .interior-page .entry-content hr,
    body.single-tribe_events .interior-page .content-page hr,
    body.single-event .interior-page .entry-content hr,
    body.single-event .interior-page .content-page hr,
    body.page-template-default:not(.home) .interior-page .entry-content hr,
    body.page-template-default:not(.home) .interior-page .content-page hr {
      border-color: #b1025b !important;
      border-style: dashed none none;
      border-width: 1px 0px 0px;
      margin-bottom: 25px;
      margin-top: 25px; }
    body:not(.home) .interior-page .entry-content p, body:not(.home) .interior-page .content-page p,
    body.single-tribe_events .interior-page .entry-content p,
    body.single-tribe_events .interior-page .content-page p,
    body.single-event .interior-page .entry-content p,
    body.single-event .interior-page .content-page p,
    body.page-template-default:not(.home) .interior-page .entry-content p,
    body.page-template-default:not(.home) .interior-page .content-page p {
      font-family: 'Open Sans', sans-serif;
      color: #3d3d3d;
      font-size: 18px;
      font-stretch: normal;
      letter-spacing: normal;
      line-height: 1.47;
      margin-bottom: 20px;
      overflow-wrap: break-word;
      white-space: normal;
      word-break: break-word; }
      body:not(.home) .interior-page .entry-content p strong, body:not(.home) .interior-page .content-page p strong,
      body.single-tribe_events .interior-page .entry-content p strong,
      body.single-tribe_events .interior-page .content-page p strong,
      body.single-event .interior-page .entry-content p strong,
      body.single-event .interior-page .content-page p strong,
      body.page-template-default:not(.home) .interior-page .entry-content p strong,
      body.page-template-default:not(.home) .interior-page .content-page p strong {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2; }
      body:not(.home) .interior-page .entry-content p em, body:not(.home) .interior-page .content-page p em,
      body.single-tribe_events .interior-page .entry-content p em,
      body.single-tribe_events .interior-page .content-page p em,
      body.single-event .interior-page .entry-content p em,
      body.single-event .interior-page .content-page p em,
      body.page-template-default:not(.home) .interior-page .entry-content p em,
      body.page-template-default:not(.home) .interior-page .content-page p em {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-style: italic; }
      body:not(.home) .interior-page .entry-content p::selection, body:not(.home) .interior-page .content-page p::selection,
      body.single-tribe_events .interior-page .entry-content p::selection,
      body.single-tribe_events .interior-page .content-page p::selection,
      body.single-event .interior-page .entry-content p::selection,
      body.single-event .interior-page .content-page p::selection,
      body.page-template-default:not(.home) .interior-page .entry-content p::selection,
      body.page-template-default:not(.home) .interior-page .content-page p::selection {
        background-color: #b1025b;
        color: white; }
      body:not(.home) .interior-page .entry-content p strong, body:not(.home) .interior-page .entry-content p em, body:not(.home) .interior-page .entry-content p a, body:not(.home) .interior-page .entry-content p span, body:not(.home) .interior-page .content-page p strong, body:not(.home) .interior-page .content-page p em, body:not(.home) .interior-page .content-page p a, body:not(.home) .interior-page .content-page p span,
      body.single-tribe_events .interior-page .entry-content p strong,
      body.single-tribe_events .interior-page .entry-content p em,
      body.single-tribe_events .interior-page .entry-content p a,
      body.single-tribe_events .interior-page .entry-content p span,
      body.single-tribe_events .interior-page .content-page p strong,
      body.single-tribe_events .interior-page .content-page p em,
      body.single-tribe_events .interior-page .content-page p a,
      body.single-tribe_events .interior-page .content-page p span,
      body.single-event .interior-page .entry-content p strong,
      body.single-event .interior-page .entry-content p em,
      body.single-event .interior-page .entry-content p a,
      body.single-event .interior-page .entry-content p span,
      body.single-event .interior-page .content-page p strong,
      body.single-event .interior-page .content-page p em,
      body.single-event .interior-page .content-page p a,
      body.single-event .interior-page .content-page p span,
      body.page-template-default:not(.home) .interior-page .entry-content p strong,
      body.page-template-default:not(.home) .interior-page .entry-content p em,
      body.page-template-default:not(.home) .interior-page .entry-content p a,
      body.page-template-default:not(.home) .interior-page .entry-content p span,
      body.page-template-default:not(.home) .interior-page .content-page p strong,
      body.page-template-default:not(.home) .interior-page .content-page p em,
      body.page-template-default:not(.home) .interior-page .content-page p a,
      body.page-template-default:not(.home) .interior-page .content-page p span {
        margin: 0 !important; }
        body:not(.home) .interior-page .entry-content p strong::selection, body:not(.home) .interior-page .entry-content p em::selection, body:not(.home) .interior-page .entry-content p a::selection, body:not(.home) .interior-page .entry-content p span::selection, body:not(.home) .interior-page .content-page p strong::selection, body:not(.home) .interior-page .content-page p em::selection, body:not(.home) .interior-page .content-page p a::selection, body:not(.home) .interior-page .content-page p span::selection,
        body.single-tribe_events .interior-page .entry-content p strong::selection,
        body.single-tribe_events .interior-page .entry-content p em::selection,
        body.single-tribe_events .interior-page .entry-content p a::selection,
        body.single-tribe_events .interior-page .entry-content p span::selection,
        body.single-tribe_events .interior-page .content-page p strong::selection,
        body.single-tribe_events .interior-page .content-page p em::selection,
        body.single-tribe_events .interior-page .content-page p a::selection,
        body.single-tribe_events .interior-page .content-page p span::selection,
        body.single-event .interior-page .entry-content p strong::selection,
        body.single-event .interior-page .entry-content p em::selection,
        body.single-event .interior-page .entry-content p a::selection,
        body.single-event .interior-page .entry-content p span::selection,
        body.single-event .interior-page .content-page p strong::selection,
        body.single-event .interior-page .content-page p em::selection,
        body.single-event .interior-page .content-page p a::selection,
        body.single-event .interior-page .content-page p span::selection,
        body.page-template-default:not(.home) .interior-page .entry-content p strong::selection,
        body.page-template-default:not(.home) .interior-page .entry-content p em::selection,
        body.page-template-default:not(.home) .interior-page .entry-content p a::selection,
        body.page-template-default:not(.home) .interior-page .entry-content p span::selection,
        body.page-template-default:not(.home) .interior-page .content-page p strong::selection,
        body.page-template-default:not(.home) .interior-page .content-page p em::selection,
        body.page-template-default:not(.home) .interior-page .content-page p a::selection,
        body.page-template-default:not(.home) .interior-page .content-page p span::selection {
          background-color: #7f0141;
          color: white; }
    body:not(.home) .interior-page .entry-content .quote-container, body:not(.home) .interior-page .content-page .quote-container,
    body.single-tribe_events .interior-page .entry-content .quote-container,
    body.single-tribe_events .interior-page .content-page .quote-container,
    body.single-event .interior-page .entry-content .quote-container,
    body.single-event .interior-page .content-page .quote-container,
    body.page-template-default:not(.home) .interior-page .entry-content .quote-container,
    body.page-template-default:not(.home) .interior-page .content-page .quote-container {
      background-color: #e9e9e9; }
    body:not(.home) .interior-page .entry-content blockquote, body:not(.home) .interior-page .entry-content .wp-block-quote, body:not(.home) .interior-page .content-page blockquote, body:not(.home) .interior-page .content-page .wp-block-quote,
    body.single-tribe_events .interior-page .entry-content blockquote,
    body.single-tribe_events .interior-page .entry-content .wp-block-quote,
    body.single-tribe_events .interior-page .content-page blockquote,
    body.single-tribe_events .interior-page .content-page .wp-block-quote,
    body.single-event .interior-page .entry-content blockquote,
    body.single-event .interior-page .entry-content .wp-block-quote,
    body.single-event .interior-page .content-page blockquote,
    body.single-event .interior-page .content-page .wp-block-quote,
    body.page-template-default:not(.home) .interior-page .entry-content blockquote,
    body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote,
    body.page-template-default:not(.home) .interior-page .content-page blockquote,
    body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote {
      font-family: 'Open Sans', sans-serif;
      background-color: #e9e9e9;
      border: none;
      border-radius: 0;
      color: #ffffff;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      line-height: 1.2;
      margin: 20px auto;
      padding: 70px 80px 50px 95px;
      position: relative;
      text-align: left;
      width: 100%;
      z-index: 1; }
      body:not(.home) .interior-page .entry-content blockquote::after, body:not(.home) .interior-page .entry-content .wp-block-quote::after, body:not(.home) .interior-page .content-page blockquote::after, body:not(.home) .interior-page .content-page .wp-block-quote::after,
      body.single-tribe_events .interior-page .entry-content blockquote::after,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote::after,
      body.single-tribe_events .interior-page .content-page blockquote::after,
      body.single-tribe_events .interior-page .content-page .wp-block-quote::after,
      body.single-event .interior-page .entry-content blockquote::after,
      body.single-event .interior-page .entry-content .wp-block-quote::after,
      body.single-event .interior-page .content-page blockquote::after,
      body.single-event .interior-page .content-page .wp-block-quote::after,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote::after,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote::after,
      body.page-template-default:not(.home) .interior-page .content-page blockquote::after,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote::after {
        content: '';
        background-image: url("../images/icons/quote-block.svg");
        background-repeat: no-repeat;
        background-size: 66px 57px;
        background-position: center center;
        background-color: transparent;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: inline-block;
        height: 57px;
        left: 0;
        position: absolute;
        top: 45%;
        width: 66px; }
      body:not(.home) .interior-page .entry-content blockquote::before, body:not(.home) .interior-page .entry-content .wp-block-quote::before, body:not(.home) .interior-page .content-page blockquote::before, body:not(.home) .interior-page .content-page .wp-block-quote::before,
      body.single-tribe_events .interior-page .entry-content blockquote::before,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote::before,
      body.single-tribe_events .interior-page .content-page blockquote::before,
      body.single-tribe_events .interior-page .content-page .wp-block-quote::before,
      body.single-event .interior-page .entry-content blockquote::before,
      body.single-event .interior-page .entry-content .wp-block-quote::before,
      body.single-event .interior-page .content-page blockquote::before,
      body.single-event .interior-page .content-page .wp-block-quote::before,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote::before,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote::before,
      body.page-template-default:not(.home) .interior-page .content-page blockquote::before,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote::before {
        content: '';
        background-color: #e9e9e9;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-size: cover;
        display: block;
        height: 101%;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 100vw;
        z-index: -1; }
      body:not(.home) .interior-page .entry-content blockquote p, body:not(.home) .interior-page .entry-content blockquote a, body:not(.home) .interior-page .entry-content blockquote address, body:not(.home) .interior-page .entry-content blockquote span, body:not(.home) .interior-page .entry-content blockquote strong, body:not(.home) .interior-page .entry-content blockquote time, body:not(.home) .interior-page .entry-content blockquote dl.list > dd, body:not(.home) .interior-page .entry-content blockquote dl.list > dt, body:not(.home) .interior-page .entry-content blockquote cite, body:not(.home) .interior-page .entry-content .wp-block-quote p, body:not(.home) .interior-page .entry-content .wp-block-quote a, body:not(.home) .interior-page .entry-content .wp-block-quote address, body:not(.home) .interior-page .entry-content .wp-block-quote span, body:not(.home) .interior-page .entry-content .wp-block-quote strong, body:not(.home) .interior-page .entry-content .wp-block-quote time, body:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dd, body:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dt, body:not(.home) .interior-page .entry-content .wp-block-quote cite, body:not(.home) .interior-page .content-page blockquote p, body:not(.home) .interior-page .content-page blockquote a, body:not(.home) .interior-page .content-page blockquote address, body:not(.home) .interior-page .content-page blockquote span, body:not(.home) .interior-page .content-page blockquote strong, body:not(.home) .interior-page .content-page blockquote time, body:not(.home) .interior-page .content-page blockquote dl.list > dd, body:not(.home) .interior-page .content-page blockquote dl.list > dt, body:not(.home) .interior-page .content-page blockquote cite, body:not(.home) .interior-page .content-page .wp-block-quote p, body:not(.home) .interior-page .content-page .wp-block-quote a, body:not(.home) .interior-page .content-page .wp-block-quote address, body:not(.home) .interior-page .content-page .wp-block-quote span, body:not(.home) .interior-page .content-page .wp-block-quote strong, body:not(.home) .interior-page .content-page .wp-block-quote time, body:not(.home) .interior-page .content-page .wp-block-quote dl.list > dd, body:not(.home) .interior-page .content-page .wp-block-quote dl.list > dt, body:not(.home) .interior-page .content-page .wp-block-quote cite,
      body.single-tribe_events .interior-page .entry-content blockquote p,
      body.single-tribe_events .interior-page .entry-content blockquote a,
      body.single-tribe_events .interior-page .entry-content blockquote address,
      body.single-tribe_events .interior-page .entry-content blockquote span,
      body.single-tribe_events .interior-page .entry-content blockquote strong,
      body.single-tribe_events .interior-page .entry-content blockquote time,
      body.single-tribe_events .interior-page .entry-content blockquote dl.list > dd,
      body.single-tribe_events .interior-page .entry-content blockquote dl.list > dt,
      body.single-tribe_events .interior-page .entry-content blockquote cite,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote p,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote a,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote address,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote span,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote strong,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote time,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote dl.list > dd,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote dl.list > dt,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote cite,
      body.single-tribe_events .interior-page .content-page blockquote p,
      body.single-tribe_events .interior-page .content-page blockquote a,
      body.single-tribe_events .interior-page .content-page blockquote address,
      body.single-tribe_events .interior-page .content-page blockquote span,
      body.single-tribe_events .interior-page .content-page blockquote strong,
      body.single-tribe_events .interior-page .content-page blockquote time,
      body.single-tribe_events .interior-page .content-page blockquote dl.list > dd,
      body.single-tribe_events .interior-page .content-page blockquote dl.list > dt,
      body.single-tribe_events .interior-page .content-page blockquote cite,
      body.single-tribe_events .interior-page .content-page .wp-block-quote p,
      body.single-tribe_events .interior-page .content-page .wp-block-quote a,
      body.single-tribe_events .interior-page .content-page .wp-block-quote address,
      body.single-tribe_events .interior-page .content-page .wp-block-quote span,
      body.single-tribe_events .interior-page .content-page .wp-block-quote strong,
      body.single-tribe_events .interior-page .content-page .wp-block-quote time,
      body.single-tribe_events .interior-page .content-page .wp-block-quote dl.list > dd,
      body.single-tribe_events .interior-page .content-page .wp-block-quote dl.list > dt,
      body.single-tribe_events .interior-page .content-page .wp-block-quote cite,
      body.single-event .interior-page .entry-content blockquote p,
      body.single-event .interior-page .entry-content blockquote a,
      body.single-event .interior-page .entry-content blockquote address,
      body.single-event .interior-page .entry-content blockquote span,
      body.single-event .interior-page .entry-content blockquote strong,
      body.single-event .interior-page .entry-content blockquote time,
      body.single-event .interior-page .entry-content blockquote dl.list > dd,
      body.single-event .interior-page .entry-content blockquote dl.list > dt,
      body.single-event .interior-page .entry-content blockquote cite,
      body.single-event .interior-page .entry-content .wp-block-quote p,
      body.single-event .interior-page .entry-content .wp-block-quote a,
      body.single-event .interior-page .entry-content .wp-block-quote address,
      body.single-event .interior-page .entry-content .wp-block-quote span,
      body.single-event .interior-page .entry-content .wp-block-quote strong,
      body.single-event .interior-page .entry-content .wp-block-quote time,
      body.single-event .interior-page .entry-content .wp-block-quote dl.list > dd,
      body.single-event .interior-page .entry-content .wp-block-quote dl.list > dt,
      body.single-event .interior-page .entry-content .wp-block-quote cite,
      body.single-event .interior-page .content-page blockquote p,
      body.single-event .interior-page .content-page blockquote a,
      body.single-event .interior-page .content-page blockquote address,
      body.single-event .interior-page .content-page blockquote span,
      body.single-event .interior-page .content-page blockquote strong,
      body.single-event .interior-page .content-page blockquote time,
      body.single-event .interior-page .content-page blockquote dl.list > dd,
      body.single-event .interior-page .content-page blockquote dl.list > dt,
      body.single-event .interior-page .content-page blockquote cite,
      body.single-event .interior-page .content-page .wp-block-quote p,
      body.single-event .interior-page .content-page .wp-block-quote a,
      body.single-event .interior-page .content-page .wp-block-quote address,
      body.single-event .interior-page .content-page .wp-block-quote span,
      body.single-event .interior-page .content-page .wp-block-quote strong,
      body.single-event .interior-page .content-page .wp-block-quote time,
      body.single-event .interior-page .content-page .wp-block-quote dl.list > dd,
      body.single-event .interior-page .content-page .wp-block-quote dl.list > dt,
      body.single-event .interior-page .content-page .wp-block-quote cite,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote p,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote a,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote address,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote span,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote strong,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote time,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote dl.list > dd,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote dl.list > dt,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote cite,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote p,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote a,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote address,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote span,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote strong,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote time,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dd,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote dl.list > dt,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote cite,
      body.page-template-default:not(.home) .interior-page .content-page blockquote p,
      body.page-template-default:not(.home) .interior-page .content-page blockquote a,
      body.page-template-default:not(.home) .interior-page .content-page blockquote address,
      body.page-template-default:not(.home) .interior-page .content-page blockquote span,
      body.page-template-default:not(.home) .interior-page .content-page blockquote strong,
      body.page-template-default:not(.home) .interior-page .content-page blockquote time,
      body.page-template-default:not(.home) .interior-page .content-page blockquote dl.list > dd,
      body.page-template-default:not(.home) .interior-page .content-page blockquote dl.list > dt,
      body.page-template-default:not(.home) .interior-page .content-page blockquote cite,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote p,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote a,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote address,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote span,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote strong,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote time,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote dl.list > dd,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote dl.list > dt,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote cite {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size: 18px;
        font-stretch: normal;
        font-weight: 600;
        letter-spacing: normal;
        line-height: 1.89;
        margin-bottom: 0;
        position: relative;
        text-align: left;
        font-style: normal !important; }
      body:not(.home) .interior-page .entry-content blockquote cite, body:not(.home) .interior-page .entry-content .wp-block-quote cite, body:not(.home) .interior-page .content-page blockquote cite, body:not(.home) .interior-page .content-page .wp-block-quote cite,
      body.single-tribe_events .interior-page .entry-content blockquote cite,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote cite,
      body.single-tribe_events .interior-page .content-page blockquote cite,
      body.single-tribe_events .interior-page .content-page .wp-block-quote cite,
      body.single-event .interior-page .entry-content blockquote cite,
      body.single-event .interior-page .entry-content .wp-block-quote cite,
      body.single-event .interior-page .content-page blockquote cite,
      body.single-event .interior-page .content-page .wp-block-quote cite,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote cite,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote cite,
      body.page-template-default:not(.home) .interior-page .content-page blockquote cite,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote cite {
        font-weight: 800 !important; }
      body:not(.home) .interior-page .entry-content blockquote .has-text-align-center p, body:not(.home) .interior-page .entry-content blockquote .has-text-align-center cite, body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center p, body:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center cite, body:not(.home) .interior-page .content-page blockquote .has-text-align-center p, body:not(.home) .interior-page .content-page blockquote .has-text-align-center cite, body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center p, body:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center cite,
      body.single-tribe_events .interior-page .entry-content blockquote .has-text-align-center p,
      body.single-tribe_events .interior-page .entry-content blockquote .has-text-align-center cite,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote .has-text-align-center p,
      body.single-tribe_events .interior-page .entry-content .wp-block-quote .has-text-align-center cite,
      body.single-tribe_events .interior-page .content-page blockquote .has-text-align-center p,
      body.single-tribe_events .interior-page .content-page blockquote .has-text-align-center cite,
      body.single-tribe_events .interior-page .content-page .wp-block-quote .has-text-align-center p,
      body.single-tribe_events .interior-page .content-page .wp-block-quote .has-text-align-center cite,
      body.single-event .interior-page .entry-content blockquote .has-text-align-center p,
      body.single-event .interior-page .entry-content blockquote .has-text-align-center cite,
      body.single-event .interior-page .entry-content .wp-block-quote .has-text-align-center p,
      body.single-event .interior-page .entry-content .wp-block-quote .has-text-align-center cite,
      body.single-event .interior-page .content-page blockquote .has-text-align-center p,
      body.single-event .interior-page .content-page blockquote .has-text-align-center cite,
      body.single-event .interior-page .content-page .wp-block-quote .has-text-align-center p,
      body.single-event .interior-page .content-page .wp-block-quote .has-text-align-center cite,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center p,
      body.page-template-default:not(.home) .interior-page .entry-content blockquote .has-text-align-center cite,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center p,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-block-quote .has-text-align-center cite,
      body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center p,
      body.page-template-default:not(.home) .interior-page .content-page blockquote .has-text-align-center cite,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center p,
      body.page-template-default:not(.home) .interior-page .content-page .wp-block-quote .has-text-align-center cite {
        text-align: center !important; }
    body:not(.home) .interior-page .entry-content a,
    body:not(.home) .interior-page .entry-content a:not([role="button"]),
    body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]),
    body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link),
    body:not(.home) .interior-page .entry-content a:not([rel="noopener"]),
    body:not(.home) .interior-page .entry-content a:not(.page-numbers), body:not(.home) .interior-page .content-page a,
    body:not(.home) .interior-page .content-page a:not([role="button"]),
    body:not(.home) .interior-page .content-page a:not([rel="bookmark"]),
    body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link),
    body:not(.home) .interior-page .content-page a:not([rel="noopener"]),
    body:not(.home) .interior-page .content-page a:not(.page-numbers),
    body.single-tribe_events .interior-page .entry-content a,
    body.single-tribe_events .interior-page .entry-content a:not([role="button"]),
    body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]),
    body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link),
    body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]),
    body.single-tribe_events .interior-page .entry-content a:not(.page-numbers),
    body.single-tribe_events .interior-page .content-page a,
    body.single-tribe_events .interior-page .content-page a:not([role="button"]),
    body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]),
    body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link),
    body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]),
    body.single-tribe_events .interior-page .content-page a:not(.page-numbers),
    body.single-event .interior-page .entry-content a,
    body.single-event .interior-page .entry-content a:not([role="button"]),
    body.single-event .interior-page .entry-content a:not([rel="bookmark"]),
    body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link),
    body.single-event .interior-page .entry-content a:not([rel="noopener"]),
    body.single-event .interior-page .entry-content a:not(.page-numbers),
    body.single-event .interior-page .content-page a,
    body.single-event .interior-page .content-page a:not([role="button"]),
    body.single-event .interior-page .content-page a:not([rel="bookmark"]),
    body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link),
    body.single-event .interior-page .content-page a:not([rel="noopener"]),
    body.single-event .interior-page .content-page a:not(.page-numbers),
    body.page-template-default:not(.home) .interior-page .entry-content a,
    body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]),
    body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]),
    body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link),
    body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]),
    body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers),
    body.page-template-default:not(.home) .interior-page .content-page a,
    body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]),
    body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]),
    body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link),
    body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]),
    body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers) {
      font-family: 'Open Sans', sans-serif;
      border-bottom: 1px solid #d50e4c;
      color: #d50e4c;
      font-size: 18px;
      letter-spacing: normal;
      line-height: 1.47;
      text-align: left;
      text-decoration: none;
      transition: all 0.4s ease; }
      body:not(.home) .interior-page .entry-content a:hover,
      body:not(.home) .interior-page .entry-content a:not([role="button"]):hover,
      body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]):hover,
      body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover,
      body:not(.home) .interior-page .entry-content a:not([rel="noopener"]):hover,
      body:not(.home) .interior-page .entry-content a:not(.page-numbers):hover, body:not(.home) .interior-page .content-page a:hover,
      body:not(.home) .interior-page .content-page a:not([role="button"]):hover,
      body:not(.home) .interior-page .content-page a:not([rel="bookmark"]):hover,
      body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover,
      body:not(.home) .interior-page .content-page a:not([rel="noopener"]):hover,
      body:not(.home) .interior-page .content-page a:not(.page-numbers):hover,
      body.single-tribe_events .interior-page .entry-content a:hover,
      body.single-tribe_events .interior-page .entry-content a:not([role="button"]):hover,
      body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]):hover,
      body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover,
      body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]):hover,
      body.single-tribe_events .interior-page .entry-content a:not(.page-numbers):hover,
      body.single-tribe_events .interior-page .content-page a:hover,
      body.single-tribe_events .interior-page .content-page a:not([role="button"]):hover,
      body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]):hover,
      body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover,
      body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]):hover,
      body.single-tribe_events .interior-page .content-page a:not(.page-numbers):hover,
      body.single-event .interior-page .entry-content a:hover,
      body.single-event .interior-page .entry-content a:not([role="button"]):hover,
      body.single-event .interior-page .entry-content a:not([rel="bookmark"]):hover,
      body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover,
      body.single-event .interior-page .entry-content a:not([rel="noopener"]):hover,
      body.single-event .interior-page .entry-content a:not(.page-numbers):hover,
      body.single-event .interior-page .content-page a:hover,
      body.single-event .interior-page .content-page a:not([role="button"]):hover,
      body.single-event .interior-page .content-page a:not([rel="bookmark"]):hover,
      body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover,
      body.single-event .interior-page .content-page a:not([rel="noopener"]):hover,
      body.single-event .interior-page .content-page a:not(.page-numbers):hover,
      body.page-template-default:not(.home) .interior-page .entry-content a:hover,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]):hover,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]):hover,
      body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]):hover,
      body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers):hover,
      body.page-template-default:not(.home) .interior-page .content-page a:hover,
      body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]):hover,
      body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]):hover,
      body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover,
      body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]):hover,
      body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers):hover {
        border-color: #5d0230;
        color: #5d0230;
        text-decoration: none; }
      body:not(.home) .interior-page .entry-content a::selection,
      body:not(.home) .interior-page .entry-content a:not([role="button"])::selection,
      body:not(.home) .interior-page .entry-content a:not([rel="bookmark"])::selection,
      body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection,
      body:not(.home) .interior-page .entry-content a:not([rel="noopener"])::selection,
      body:not(.home) .interior-page .entry-content a:not(.page-numbers)::selection, body:not(.home) .interior-page .content-page a::selection,
      body:not(.home) .interior-page .content-page a:not([role="button"])::selection,
      body:not(.home) .interior-page .content-page a:not([rel="bookmark"])::selection,
      body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection,
      body:not(.home) .interior-page .content-page a:not([rel="noopener"])::selection,
      body:not(.home) .interior-page .content-page a:not(.page-numbers)::selection,
      body.single-tribe_events .interior-page .entry-content a::selection,
      body.single-tribe_events .interior-page .entry-content a:not([role="button"])::selection,
      body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"])::selection,
      body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection,
      body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"])::selection,
      body.single-tribe_events .interior-page .entry-content a:not(.page-numbers)::selection,
      body.single-tribe_events .interior-page .content-page a::selection,
      body.single-tribe_events .interior-page .content-page a:not([role="button"])::selection,
      body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"])::selection,
      body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection,
      body.single-tribe_events .interior-page .content-page a:not([rel="noopener"])::selection,
      body.single-tribe_events .interior-page .content-page a:not(.page-numbers)::selection,
      body.single-event .interior-page .entry-content a::selection,
      body.single-event .interior-page .entry-content a:not([role="button"])::selection,
      body.single-event .interior-page .entry-content a:not([rel="bookmark"])::selection,
      body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection,
      body.single-event .interior-page .entry-content a:not([rel="noopener"])::selection,
      body.single-event .interior-page .entry-content a:not(.page-numbers)::selection,
      body.single-event .interior-page .content-page a::selection,
      body.single-event .interior-page .content-page a:not([role="button"])::selection,
      body.single-event .interior-page .content-page a:not([rel="bookmark"])::selection,
      body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection,
      body.single-event .interior-page .content-page a:not([rel="noopener"])::selection,
      body.single-event .interior-page .content-page a:not(.page-numbers)::selection,
      body.page-template-default:not(.home) .interior-page .entry-content a::selection,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"])::selection,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"])::selection,
      body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"])::selection,
      body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers)::selection,
      body.page-template-default:not(.home) .interior-page .content-page a::selection,
      body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"])::selection,
      body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"])::selection,
      body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection,
      body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"])::selection,
      body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers)::selection {
        background-color: #b1025b;
        border-color: white;
        color: white; }
      body:not(.home) .interior-page .entry-content a strong,
      body:not(.home) .interior-page .entry-content a:not([role="button"]) strong,
      body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]) strong,
      body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link) strong,
      body:not(.home) .interior-page .entry-content a:not([rel="noopener"]) strong,
      body:not(.home) .interior-page .entry-content a:not(.page-numbers) strong, body:not(.home) .interior-page .content-page a strong,
      body:not(.home) .interior-page .content-page a:not([role="button"]) strong,
      body:not(.home) .interior-page .content-page a:not([rel="bookmark"]) strong,
      body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link) strong,
      body:not(.home) .interior-page .content-page a:not([rel="noopener"]) strong,
      body:not(.home) .interior-page .content-page a:not(.page-numbers) strong,
      body.single-tribe_events .interior-page .entry-content a strong,
      body.single-tribe_events .interior-page .entry-content a:not([role="button"]) strong,
      body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]) strong,
      body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link) strong,
      body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]) strong,
      body.single-tribe_events .interior-page .entry-content a:not(.page-numbers) strong,
      body.single-tribe_events .interior-page .content-page a strong,
      body.single-tribe_events .interior-page .content-page a:not([role="button"]) strong,
      body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]) strong,
      body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link) strong,
      body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]) strong,
      body.single-tribe_events .interior-page .content-page a:not(.page-numbers) strong,
      body.single-event .interior-page .entry-content a strong,
      body.single-event .interior-page .entry-content a:not([role="button"]) strong,
      body.single-event .interior-page .entry-content a:not([rel="bookmark"]) strong,
      body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link) strong,
      body.single-event .interior-page .entry-content a:not([rel="noopener"]) strong,
      body.single-event .interior-page .entry-content a:not(.page-numbers) strong,
      body.single-event .interior-page .content-page a strong,
      body.single-event .interior-page .content-page a:not([role="button"]) strong,
      body.single-event .interior-page .content-page a:not([rel="bookmark"]) strong,
      body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link) strong,
      body.single-event .interior-page .content-page a:not([rel="noopener"]) strong,
      body.single-event .interior-page .content-page a:not(.page-numbers) strong,
      body.page-template-default:not(.home) .interior-page .entry-content a strong,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]) strong,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]) strong,
      body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link) strong,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]) strong,
      body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers) strong,
      body.page-template-default:not(.home) .interior-page .content-page a strong,
      body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]) strong,
      body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]) strong,
      body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link) strong,
      body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]) strong,
      body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers) strong {
        line-height: 1.47;
        color: #b1025b; }
      body:not(.home) .interior-page .entry-content a.read-more,
      body:not(.home) .interior-page .entry-content a:not([role="button"]).read-more,
      body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more,
      body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more,
      body:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more,
      body:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more, body:not(.home) .interior-page .content-page a.read-more,
      body:not(.home) .interior-page .content-page a:not([role="button"]).read-more,
      body:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more,
      body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more,
      body:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more,
      body:not(.home) .interior-page .content-page a:not(.page-numbers).read-more,
      body.single-tribe_events .interior-page .entry-content a.read-more,
      body.single-tribe_events .interior-page .entry-content a:not([role="button"]).read-more,
      body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]).read-more,
      body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more,
      body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]).read-more,
      body.single-tribe_events .interior-page .entry-content a:not(.page-numbers).read-more,
      body.single-tribe_events .interior-page .content-page a.read-more,
      body.single-tribe_events .interior-page .content-page a:not([role="button"]).read-more,
      body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]).read-more,
      body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more,
      body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]).read-more,
      body.single-tribe_events .interior-page .content-page a:not(.page-numbers).read-more,
      body.single-event .interior-page .entry-content a.read-more,
      body.single-event .interior-page .entry-content a:not([role="button"]).read-more,
      body.single-event .interior-page .entry-content a:not([rel="bookmark"]).read-more,
      body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more,
      body.single-event .interior-page .entry-content a:not([rel="noopener"]).read-more,
      body.single-event .interior-page .entry-content a:not(.page-numbers).read-more,
      body.single-event .interior-page .content-page a.read-more,
      body.single-event .interior-page .content-page a:not([role="button"]).read-more,
      body.single-event .interior-page .content-page a:not([rel="bookmark"]).read-more,
      body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more,
      body.single-event .interior-page .content-page a:not([rel="noopener"]).read-more,
      body.single-event .interior-page .content-page a:not(.page-numbers).read-more,
      body.page-template-default:not(.home) .interior-page .entry-content a.read-more,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]).read-more,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more,
      body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more,
      body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more,
      body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more,
      body.page-template-default:not(.home) .interior-page .content-page a.read-more,
      body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]).read-more,
      body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more,
      body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more,
      body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more,
      body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers).read-more {
        background: transparent;
        border-bottom: 2px solid #d50e4c !important;
        border-radius: 0;
        border: none;
        color: #d50e4c;
        display: inline-block;
        font-family: 'Nunito Sans', sans-serif !important;
        font-size: 18px !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-weight: normal !important;
        letter-spacing: normal !important;
        line-height: 1.2 !important;
        margin: 15px auto;
        max-width: 100%;
        padding: 0;
        position: relative;
        text-decoration: none !important;
        text-transform: none;
        transition: all 0.4s ease;
        vertical-align: middle; }
        body:not(.home) .interior-page .entry-content a.read-more strong,
        body:not(.home) .interior-page .entry-content a:not([role="button"]).read-more strong,
        body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more strong,
        body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong,
        body:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more strong,
        body:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more strong, body:not(.home) .interior-page .content-page a.read-more strong,
        body:not(.home) .interior-page .content-page a:not([role="button"]).read-more strong,
        body:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more strong,
        body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong,
        body:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more strong,
        body:not(.home) .interior-page .content-page a:not(.page-numbers).read-more strong,
        body.single-tribe_events .interior-page .entry-content a.read-more strong,
        body.single-tribe_events .interior-page .entry-content a:not([role="button"]).read-more strong,
        body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]).read-more strong,
        body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong,
        body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]).read-more strong,
        body.single-tribe_events .interior-page .entry-content a:not(.page-numbers).read-more strong,
        body.single-tribe_events .interior-page .content-page a.read-more strong,
        body.single-tribe_events .interior-page .content-page a:not([role="button"]).read-more strong,
        body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]).read-more strong,
        body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong,
        body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]).read-more strong,
        body.single-tribe_events .interior-page .content-page a:not(.page-numbers).read-more strong,
        body.single-event .interior-page .entry-content a.read-more strong,
        body.single-event .interior-page .entry-content a:not([role="button"]).read-more strong,
        body.single-event .interior-page .entry-content a:not([rel="bookmark"]).read-more strong,
        body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong,
        body.single-event .interior-page .entry-content a:not([rel="noopener"]).read-more strong,
        body.single-event .interior-page .entry-content a:not(.page-numbers).read-more strong,
        body.single-event .interior-page .content-page a.read-more strong,
        body.single-event .interior-page .content-page a:not([role="button"]).read-more strong,
        body.single-event .interior-page .content-page a:not([rel="bookmark"]).read-more strong,
        body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong,
        body.single-event .interior-page .content-page a:not([rel="noopener"]).read-more strong,
        body.single-event .interior-page .content-page a:not(.page-numbers).read-more strong,
        body.page-template-default:not(.home) .interior-page .entry-content a.read-more strong,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]).read-more strong,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more strong,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more strong,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more strong,
        body.page-template-default:not(.home) .interior-page .content-page a.read-more strong,
        body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]).read-more strong,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more strong,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more strong,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers).read-more strong {
          font-weight: bold; }
        body:not(.home) .interior-page .entry-content a.read-more::after,
        body:not(.home) .interior-page .entry-content a:not([role="button"]).read-more::after,
        body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more::after,
        body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after,
        body:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more::after,
        body:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more::after, body:not(.home) .interior-page .content-page a.read-more::after,
        body:not(.home) .interior-page .content-page a:not([role="button"]).read-more::after,
        body:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more::after,
        body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after,
        body:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more::after,
        body:not(.home) .interior-page .content-page a:not(.page-numbers).read-more::after,
        body.single-tribe_events .interior-page .entry-content a.read-more::after,
        body.single-tribe_events .interior-page .entry-content a:not([role="button"]).read-more::after,
        body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]).read-more::after,
        body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after,
        body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]).read-more::after,
        body.single-tribe_events .interior-page .entry-content a:not(.page-numbers).read-more::after,
        body.single-tribe_events .interior-page .content-page a.read-more::after,
        body.single-tribe_events .interior-page .content-page a:not([role="button"]).read-more::after,
        body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]).read-more::after,
        body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after,
        body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]).read-more::after,
        body.single-tribe_events .interior-page .content-page a:not(.page-numbers).read-more::after,
        body.single-event .interior-page .entry-content a.read-more::after,
        body.single-event .interior-page .entry-content a:not([role="button"]).read-more::after,
        body.single-event .interior-page .entry-content a:not([rel="bookmark"]).read-more::after,
        body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after,
        body.single-event .interior-page .entry-content a:not([rel="noopener"]).read-more::after,
        body.single-event .interior-page .entry-content a:not(.page-numbers).read-more::after,
        body.single-event .interior-page .content-page a.read-more::after,
        body.single-event .interior-page .content-page a:not([role="button"]).read-more::after,
        body.single-event .interior-page .content-page a:not([rel="bookmark"]).read-more::after,
        body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after,
        body.single-event .interior-page .content-page a:not([rel="noopener"]).read-more::after,
        body.single-event .interior-page .content-page a:not(.page-numbers).read-more::after,
        body.page-template-default:not(.home) .interior-page .entry-content a.read-more::after,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]).read-more::after,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more::after,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more::after,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more::after,
        body.page-template-default:not(.home) .interior-page .content-page a.read-more::after,
        body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]).read-more::after,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more::after,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more::after,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers).read-more::after {
          content: none; }
        body:not(.home) .interior-page .entry-content a.read-more:hover, body:not(.home) .interior-page .entry-content a.read-more:focus, body:not(.home) .interior-page .entry-content a.read-more:active,
        body:not(.home) .interior-page .entry-content a:not([role="button"]).read-more:hover,
        body:not(.home) .interior-page .entry-content a:not([role="button"]).read-more:focus,
        body:not(.home) .interior-page .entry-content a:not([role="button"]).read-more:active,
        body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more:hover,
        body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more:focus,
        body:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more:active,
        body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover,
        body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus,
        body:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active,
        body:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more:hover,
        body:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more:focus,
        body:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more:active,
        body:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more:hover,
        body:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more:focus,
        body:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more:active, body:not(.home) .interior-page .content-page a.read-more:hover, body:not(.home) .interior-page .content-page a.read-more:focus, body:not(.home) .interior-page .content-page a.read-more:active,
        body:not(.home) .interior-page .content-page a:not([role="button"]).read-more:hover,
        body:not(.home) .interior-page .content-page a:not([role="button"]).read-more:focus,
        body:not(.home) .interior-page .content-page a:not([role="button"]).read-more:active,
        body:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more:hover,
        body:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more:focus,
        body:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more:active,
        body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover,
        body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus,
        body:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active,
        body:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more:hover,
        body:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more:focus,
        body:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more:active,
        body:not(.home) .interior-page .content-page a:not(.page-numbers).read-more:hover,
        body:not(.home) .interior-page .content-page a:not(.page-numbers).read-more:focus,
        body:not(.home) .interior-page .content-page a:not(.page-numbers).read-more:active,
        body.single-tribe_events .interior-page .entry-content a.read-more:hover,
        body.single-tribe_events .interior-page .entry-content a.read-more:focus,
        body.single-tribe_events .interior-page .entry-content a.read-more:active,
        body.single-tribe_events .interior-page .entry-content a:not([role="button"]).read-more:hover,
        body.single-tribe_events .interior-page .entry-content a:not([role="button"]).read-more:focus,
        body.single-tribe_events .interior-page .entry-content a:not([role="button"]).read-more:active,
        body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]).read-more:hover,
        body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]).read-more:focus,
        body.single-tribe_events .interior-page .entry-content a:not([rel="bookmark"]).read-more:active,
        body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover,
        body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus,
        body.single-tribe_events .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active,
        body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]).read-more:hover,
        body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]).read-more:focus,
        body.single-tribe_events .interior-page .entry-content a:not([rel="noopener"]).read-more:active,
        body.single-tribe_events .interior-page .entry-content a:not(.page-numbers).read-more:hover,
        body.single-tribe_events .interior-page .entry-content a:not(.page-numbers).read-more:focus,
        body.single-tribe_events .interior-page .entry-content a:not(.page-numbers).read-more:active,
        body.single-tribe_events .interior-page .content-page a.read-more:hover,
        body.single-tribe_events .interior-page .content-page a.read-more:focus,
        body.single-tribe_events .interior-page .content-page a.read-more:active,
        body.single-tribe_events .interior-page .content-page a:not([role="button"]).read-more:hover,
        body.single-tribe_events .interior-page .content-page a:not([role="button"]).read-more:focus,
        body.single-tribe_events .interior-page .content-page a:not([role="button"]).read-more:active,
        body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]).read-more:hover,
        body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]).read-more:focus,
        body.single-tribe_events .interior-page .content-page a:not([rel="bookmark"]).read-more:active,
        body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover,
        body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus,
        body.single-tribe_events .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active,
        body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]).read-more:hover,
        body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]).read-more:focus,
        body.single-tribe_events .interior-page .content-page a:not([rel="noopener"]).read-more:active,
        body.single-tribe_events .interior-page .content-page a:not(.page-numbers).read-more:hover,
        body.single-tribe_events .interior-page .content-page a:not(.page-numbers).read-more:focus,
        body.single-tribe_events .interior-page .content-page a:not(.page-numbers).read-more:active,
        body.single-event .interior-page .entry-content a.read-more:hover,
        body.single-event .interior-page .entry-content a.read-more:focus,
        body.single-event .interior-page .entry-content a.read-more:active,
        body.single-event .interior-page .entry-content a:not([role="button"]).read-more:hover,
        body.single-event .interior-page .entry-content a:not([role="button"]).read-more:focus,
        body.single-event .interior-page .entry-content a:not([role="button"]).read-more:active,
        body.single-event .interior-page .entry-content a:not([rel="bookmark"]).read-more:hover,
        body.single-event .interior-page .entry-content a:not([rel="bookmark"]).read-more:focus,
        body.single-event .interior-page .entry-content a:not([rel="bookmark"]).read-more:active,
        body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover,
        body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus,
        body.single-event .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active,
        body.single-event .interior-page .entry-content a:not([rel="noopener"]).read-more:hover,
        body.single-event .interior-page .entry-content a:not([rel="noopener"]).read-more:focus,
        body.single-event .interior-page .entry-content a:not([rel="noopener"]).read-more:active,
        body.single-event .interior-page .entry-content a:not(.page-numbers).read-more:hover,
        body.single-event .interior-page .entry-content a:not(.page-numbers).read-more:focus,
        body.single-event .interior-page .entry-content a:not(.page-numbers).read-more:active,
        body.single-event .interior-page .content-page a.read-more:hover,
        body.single-event .interior-page .content-page a.read-more:focus,
        body.single-event .interior-page .content-page a.read-more:active,
        body.single-event .interior-page .content-page a:not([role="button"]).read-more:hover,
        body.single-event .interior-page .content-page a:not([role="button"]).read-more:focus,
        body.single-event .interior-page .content-page a:not([role="button"]).read-more:active,
        body.single-event .interior-page .content-page a:not([rel="bookmark"]).read-more:hover,
        body.single-event .interior-page .content-page a:not([rel="bookmark"]).read-more:focus,
        body.single-event .interior-page .content-page a:not([rel="bookmark"]).read-more:active,
        body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover,
        body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus,
        body.single-event .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active,
        body.single-event .interior-page .content-page a:not([rel="noopener"]).read-more:hover,
        body.single-event .interior-page .content-page a:not([rel="noopener"]).read-more:focus,
        body.single-event .interior-page .content-page a:not([rel="noopener"]).read-more:active,
        body.single-event .interior-page .content-page a:not(.page-numbers).read-more:hover,
        body.single-event .interior-page .content-page a:not(.page-numbers).read-more:focus,
        body.single-event .interior-page .content-page a:not(.page-numbers).read-more:active,
        body.page-template-default:not(.home) .interior-page .entry-content a.read-more:hover,
        body.page-template-default:not(.home) .interior-page .entry-content a.read-more:focus,
        body.page-template-default:not(.home) .interior-page .entry-content a.read-more:active,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]).read-more:hover,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]).read-more:focus,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([role="button"]).read-more:active,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more:hover,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more:focus,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="bookmark"]).read-more:active,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more:hover,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more:focus,
        body.page-template-default:not(.home) .interior-page .entry-content a:not([rel="noopener"]).read-more:active,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more:hover,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more:focus,
        body.page-template-default:not(.home) .interior-page .entry-content a:not(.page-numbers).read-more:active,
        body.page-template-default:not(.home) .interior-page .content-page a.read-more:hover,
        body.page-template-default:not(.home) .interior-page .content-page a.read-more:focus,
        body.page-template-default:not(.home) .interior-page .content-page a.read-more:active,
        body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]).read-more:hover,
        body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]).read-more:focus,
        body.page-template-default:not(.home) .interior-page .content-page a:not([role="button"]).read-more:active,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more:hover,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more:focus,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="bookmark"]).read-more:active,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more:hover,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more:focus,
        body.page-template-default:not(.home) .interior-page .content-page a:not([rel="noopener"]).read-more:active,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers).read-more:hover,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers).read-more:focus,
        body.page-template-default:not(.home) .interior-page .content-page a:not(.page-numbers).read-more:active {
          border-color: #5d0230;
          color: #3d3d3d;
          text-decoration: none; }
    body:not(.home) .interior-page .entry-content a[rel=external], body:not(.home) .interior-page .content-page a[rel=external],
    body.single-tribe_events .interior-page .entry-content a[rel=external],
    body.single-tribe_events .interior-page .content-page a[rel=external],
    body.single-event .interior-page .entry-content a[rel=external],
    body.single-event .interior-page .content-page a[rel=external],
    body.page-template-default:not(.home) .interior-page .entry-content a[rel=external],
    body.page-template-default:not(.home) .interior-page .content-page a[rel=external] {
      position: relative; }
      body:not(.home) .interior-page .entry-content a[rel=external]::before, body:not(.home) .interior-page .content-page a[rel=external]::before,
      body.single-tribe_events .interior-page .entry-content a[rel=external]::before,
      body.single-tribe_events .interior-page .content-page a[rel=external]::before,
      body.single-event .interior-page .entry-content a[rel=external]::before,
      body.single-event .interior-page .content-page a[rel=external]::before,
      body.page-template-default:not(.home) .interior-page .entry-content a[rel=external]::before,
      body.page-template-default:not(.home) .interior-page .content-page a[rel=external]::before {
        content: '\f35d';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /*--adjust as necessary--*/
        color: #d50e4c;
        position: relative;
        font-size: 16px;
        padding-right: 5px;
        margin-left: 7px; }
    body:not(.home) .interior-page .entry-content .post-image-css, body:not(.home) .interior-page .content-page .post-image-css,
    body.single-tribe_events .interior-page .entry-content .post-image-css,
    body.single-tribe_events .interior-page .content-page .post-image-css,
    body.single-event .interior-page .entry-content .post-image-css,
    body.single-event .interior-page .content-page .post-image-css,
    body.page-template-default:not(.home) .interior-page .entry-content .post-image-css,
    body.page-template-default:not(.home) .interior-page .content-page .post-image-css {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
    body:not(.home) .interior-page .entry-content .image-wrapping, body:not(.home) .interior-page .entry-content .image-post-thumb, body:not(.home) .interior-page .entry-content .post-image-css, body:not(.home) .interior-page .content-page .image-wrapping, body:not(.home) .interior-page .content-page .image-post-thumb, body:not(.home) .interior-page .content-page .post-image-css,
    body.single-tribe_events .interior-page .entry-content .image-wrapping,
    body.single-tribe_events .interior-page .entry-content .image-post-thumb,
    body.single-tribe_events .interior-page .entry-content .post-image-css,
    body.single-tribe_events .interior-page .content-page .image-wrapping,
    body.single-tribe_events .interior-page .content-page .image-post-thumb,
    body.single-tribe_events .interior-page .content-page .post-image-css,
    body.single-event .interior-page .entry-content .image-wrapping,
    body.single-event .interior-page .entry-content .image-post-thumb,
    body.single-event .interior-page .entry-content .post-image-css,
    body.single-event .interior-page .content-page .image-wrapping,
    body.single-event .interior-page .content-page .image-post-thumb,
    body.single-event .interior-page .content-page .post-image-css,
    body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping,
    body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb,
    body.page-template-default:not(.home) .interior-page .entry-content .post-image-css,
    body.page-template-default:not(.home) .interior-page .content-page .image-wrapping,
    body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb,
    body.page-template-default:not(.home) .interior-page .content-page .post-image-css {
      margin-bottom: 20px;
      overflow: hidden;
      padding-top: 66.66%;
      /* 3:2 Aspect Ratio */
      position: relative;
      /* If you want text inside of it */
      width: 100%; }
      body:not(.home) .interior-page .entry-content .image-wrapping.ratio-1x1, body:not(.home) .interior-page .entry-content .image-post-thumb.ratio-1x1, body:not(.home) .interior-page .entry-content .post-image-css.ratio-1x1, body:not(.home) .interior-page .content-page .image-wrapping.ratio-1x1, body:not(.home) .interior-page .content-page .image-post-thumb.ratio-1x1, body:not(.home) .interior-page .content-page .post-image-css.ratio-1x1,
      body.single-tribe_events .interior-page .entry-content .image-wrapping.ratio-1x1,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb.ratio-1x1,
      body.single-tribe_events .interior-page .entry-content .post-image-css.ratio-1x1,
      body.single-tribe_events .interior-page .content-page .image-wrapping.ratio-1x1,
      body.single-tribe_events .interior-page .content-page .image-post-thumb.ratio-1x1,
      body.single-tribe_events .interior-page .content-page .post-image-css.ratio-1x1,
      body.single-event .interior-page .entry-content .image-wrapping.ratio-1x1,
      body.single-event .interior-page .entry-content .image-post-thumb.ratio-1x1,
      body.single-event .interior-page .entry-content .post-image-css.ratio-1x1,
      body.single-event .interior-page .content-page .image-wrapping.ratio-1x1,
      body.single-event .interior-page .content-page .image-post-thumb.ratio-1x1,
      body.single-event .interior-page .content-page .post-image-css.ratio-1x1,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping.ratio-1x1,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb.ratio-1x1,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css.ratio-1x1,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping.ratio-1x1,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb.ratio-1x1,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css.ratio-1x1 {
        padding-top: 100% !important; }
      body:not(.home) .interior-page .entry-content .image-wrapping.ratio-16x9, body:not(.home) .interior-page .entry-content .image-post-thumb.ratio-16x9, body:not(.home) .interior-page .entry-content .post-image-css.ratio-16x9, body:not(.home) .interior-page .content-page .image-wrapping.ratio-16x9, body:not(.home) .interior-page .content-page .image-post-thumb.ratio-16x9, body:not(.home) .interior-page .content-page .post-image-css.ratio-16x9,
      body.single-tribe_events .interior-page .entry-content .image-wrapping.ratio-16x9,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb.ratio-16x9,
      body.single-tribe_events .interior-page .entry-content .post-image-css.ratio-16x9,
      body.single-tribe_events .interior-page .content-page .image-wrapping.ratio-16x9,
      body.single-tribe_events .interior-page .content-page .image-post-thumb.ratio-16x9,
      body.single-tribe_events .interior-page .content-page .post-image-css.ratio-16x9,
      body.single-event .interior-page .entry-content .image-wrapping.ratio-16x9,
      body.single-event .interior-page .entry-content .image-post-thumb.ratio-16x9,
      body.single-event .interior-page .entry-content .post-image-css.ratio-16x9,
      body.single-event .interior-page .content-page .image-wrapping.ratio-16x9,
      body.single-event .interior-page .content-page .image-post-thumb.ratio-16x9,
      body.single-event .interior-page .content-page .post-image-css.ratio-16x9,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping.ratio-16x9,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb.ratio-16x9,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css.ratio-16x9,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping.ratio-16x9,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb.ratio-16x9,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css.ratio-16x9 {
        padding-top: 56.25% !important; }
      body:not(.home) .interior-page .entry-content .image-wrapping.ratio-4x3, body:not(.home) .interior-page .entry-content .image-post-thumb.ratio-4x3, body:not(.home) .interior-page .entry-content .post-image-css.ratio-4x3, body:not(.home) .interior-page .content-page .image-wrapping.ratio-4x3, body:not(.home) .interior-page .content-page .image-post-thumb.ratio-4x3, body:not(.home) .interior-page .content-page .post-image-css.ratio-4x3,
      body.single-tribe_events .interior-page .entry-content .image-wrapping.ratio-4x3,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb.ratio-4x3,
      body.single-tribe_events .interior-page .entry-content .post-image-css.ratio-4x3,
      body.single-tribe_events .interior-page .content-page .image-wrapping.ratio-4x3,
      body.single-tribe_events .interior-page .content-page .image-post-thumb.ratio-4x3,
      body.single-tribe_events .interior-page .content-page .post-image-css.ratio-4x3,
      body.single-event .interior-page .entry-content .image-wrapping.ratio-4x3,
      body.single-event .interior-page .entry-content .image-post-thumb.ratio-4x3,
      body.single-event .interior-page .entry-content .post-image-css.ratio-4x3,
      body.single-event .interior-page .content-page .image-wrapping.ratio-4x3,
      body.single-event .interior-page .content-page .image-post-thumb.ratio-4x3,
      body.single-event .interior-page .content-page .post-image-css.ratio-4x3,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping.ratio-4x3,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb.ratio-4x3,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css.ratio-4x3,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping.ratio-4x3,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb.ratio-4x3,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css.ratio-4x3 {
        padding-top: 75% !important; }
      body:not(.home) .interior-page .entry-content .image-wrapping.ratio-3x2, body:not(.home) .interior-page .entry-content .image-post-thumb.ratio-3x2, body:not(.home) .interior-page .entry-content .post-image-css.ratio-3x2, body:not(.home) .interior-page .content-page .image-wrapping.ratio-3x2, body:not(.home) .interior-page .content-page .image-post-thumb.ratio-3x2, body:not(.home) .interior-page .content-page .post-image-css.ratio-3x2,
      body.single-tribe_events .interior-page .entry-content .image-wrapping.ratio-3x2,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb.ratio-3x2,
      body.single-tribe_events .interior-page .entry-content .post-image-css.ratio-3x2,
      body.single-tribe_events .interior-page .content-page .image-wrapping.ratio-3x2,
      body.single-tribe_events .interior-page .content-page .image-post-thumb.ratio-3x2,
      body.single-tribe_events .interior-page .content-page .post-image-css.ratio-3x2,
      body.single-event .interior-page .entry-content .image-wrapping.ratio-3x2,
      body.single-event .interior-page .entry-content .image-post-thumb.ratio-3x2,
      body.single-event .interior-page .entry-content .post-image-css.ratio-3x2,
      body.single-event .interior-page .content-page .image-wrapping.ratio-3x2,
      body.single-event .interior-page .content-page .image-post-thumb.ratio-3x2,
      body.single-event .interior-page .content-page .post-image-css.ratio-3x2,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping.ratio-3x2,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb.ratio-3x2,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css.ratio-3x2,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping.ratio-3x2,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb.ratio-3x2,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css.ratio-3x2 {
        padding-top: 66.66% !important; }
      body:not(.home) .interior-page .entry-content .image-wrapping.ratio-8x5, body:not(.home) .interior-page .entry-content .image-post-thumb.ratio-8x5, body:not(.home) .interior-page .entry-content .post-image-css.ratio-8x5, body:not(.home) .interior-page .content-page .image-wrapping.ratio-8x5, body:not(.home) .interior-page .content-page .image-post-thumb.ratio-8x5, body:not(.home) .interior-page .content-page .post-image-css.ratio-8x5,
      body.single-tribe_events .interior-page .entry-content .image-wrapping.ratio-8x5,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb.ratio-8x5,
      body.single-tribe_events .interior-page .entry-content .post-image-css.ratio-8x5,
      body.single-tribe_events .interior-page .content-page .image-wrapping.ratio-8x5,
      body.single-tribe_events .interior-page .content-page .image-post-thumb.ratio-8x5,
      body.single-tribe_events .interior-page .content-page .post-image-css.ratio-8x5,
      body.single-event .interior-page .entry-content .image-wrapping.ratio-8x5,
      body.single-event .interior-page .entry-content .image-post-thumb.ratio-8x5,
      body.single-event .interior-page .entry-content .post-image-css.ratio-8x5,
      body.single-event .interior-page .content-page .image-wrapping.ratio-8x5,
      body.single-event .interior-page .content-page .image-post-thumb.ratio-8x5,
      body.single-event .interior-page .content-page .post-image-css.ratio-8x5,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping.ratio-8x5,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb.ratio-8x5,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css.ratio-8x5,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping.ratio-8x5,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb.ratio-8x5,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css.ratio-8x5 {
        padding-top: 62.5% !important; }
      body:not(.home) .interior-page .entry-content .image-wrapping img, body:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image, body:not(.home) .interior-page .entry-content .image-post-thumb img, body:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image, body:not(.home) .interior-page .entry-content .post-image-css img, body:not(.home) .interior-page .entry-content .post-image-css .wrapped-image, body:not(.home) .interior-page .content-page .image-wrapping img, body:not(.home) .interior-page .content-page .image-wrapping .wrapped-image, body:not(.home) .interior-page .content-page .image-post-thumb img, body:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image, body:not(.home) .interior-page .content-page .post-image-css img, body:not(.home) .interior-page .content-page .post-image-css .wrapped-image,
      body.single-tribe_events .interior-page .entry-content .image-wrapping img,
      body.single-tribe_events .interior-page .entry-content .image-wrapping .wrapped-image,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb img,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb .wrapped-image,
      body.single-tribe_events .interior-page .entry-content .post-image-css img,
      body.single-tribe_events .interior-page .entry-content .post-image-css .wrapped-image,
      body.single-tribe_events .interior-page .content-page .image-wrapping img,
      body.single-tribe_events .interior-page .content-page .image-wrapping .wrapped-image,
      body.single-tribe_events .interior-page .content-page .image-post-thumb img,
      body.single-tribe_events .interior-page .content-page .image-post-thumb .wrapped-image,
      body.single-tribe_events .interior-page .content-page .post-image-css img,
      body.single-tribe_events .interior-page .content-page .post-image-css .wrapped-image,
      body.single-event .interior-page .entry-content .image-wrapping img,
      body.single-event .interior-page .entry-content .image-wrapping .wrapped-image,
      body.single-event .interior-page .entry-content .image-post-thumb img,
      body.single-event .interior-page .entry-content .image-post-thumb .wrapped-image,
      body.single-event .interior-page .entry-content .post-image-css img,
      body.single-event .interior-page .entry-content .post-image-css .wrapped-image,
      body.single-event .interior-page .content-page .image-wrapping img,
      body.single-event .interior-page .content-page .image-wrapping .wrapped-image,
      body.single-event .interior-page .content-page .image-post-thumb img,
      body.single-event .interior-page .content-page .image-post-thumb .wrapped-image,
      body.single-event .interior-page .content-page .post-image-css img,
      body.single-event .interior-page .content-page .post-image-css .wrapped-image,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping img,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping .wrapped-image,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb img,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb .wrapped-image,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css img,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css .wrapped-image,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping img,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping .wrapped-image,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb img,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb .wrapped-image,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css img,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css .wrapped-image {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 101%;
        left: 50%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        width: 101%; }
      body:not(.home) .interior-page .entry-content .image-wrapping.h-100, body:not(.home) .interior-page .entry-content .image-post-thumb.h-100, body:not(.home) .interior-page .entry-content .post-image-css.h-100, body:not(.home) .interior-page .content-page .image-wrapping.h-100, body:not(.home) .interior-page .content-page .image-post-thumb.h-100, body:not(.home) .interior-page .content-page .post-image-css.h-100,
      body.single-tribe_events .interior-page .entry-content .image-wrapping.h-100,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb.h-100,
      body.single-tribe_events .interior-page .entry-content .post-image-css.h-100,
      body.single-tribe_events .interior-page .content-page .image-wrapping.h-100,
      body.single-tribe_events .interior-page .content-page .image-post-thumb.h-100,
      body.single-tribe_events .interior-page .content-page .post-image-css.h-100,
      body.single-event .interior-page .entry-content .image-wrapping.h-100,
      body.single-event .interior-page .entry-content .image-post-thumb.h-100,
      body.single-event .interior-page .entry-content .post-image-css.h-100,
      body.single-event .interior-page .content-page .image-wrapping.h-100,
      body.single-event .interior-page .content-page .image-post-thumb.h-100,
      body.single-event .interior-page .content-page .post-image-css.h-100,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping.h-100,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb.h-100,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css.h-100,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping.h-100,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb.h-100,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css.h-100 {
        height: 100%; }
      body:not(.home) .interior-page .entry-content .image-wrapping .photo-credit, body:not(.home) .interior-page .entry-content .image-post-thumb .photo-credit, body:not(.home) .interior-page .entry-content .post-image-css .photo-credit, body:not(.home) .interior-page .content-page .image-wrapping .photo-credit, body:not(.home) .interior-page .content-page .image-post-thumb .photo-credit, body:not(.home) .interior-page .content-page .post-image-css .photo-credit,
      body.single-tribe_events .interior-page .entry-content .image-wrapping .photo-credit,
      body.single-tribe_events .interior-page .entry-content .image-post-thumb .photo-credit,
      body.single-tribe_events .interior-page .entry-content .post-image-css .photo-credit,
      body.single-tribe_events .interior-page .content-page .image-wrapping .photo-credit,
      body.single-tribe_events .interior-page .content-page .image-post-thumb .photo-credit,
      body.single-tribe_events .interior-page .content-page .post-image-css .photo-credit,
      body.single-event .interior-page .entry-content .image-wrapping .photo-credit,
      body.single-event .interior-page .entry-content .image-post-thumb .photo-credit,
      body.single-event .interior-page .entry-content .post-image-css .photo-credit,
      body.single-event .interior-page .content-page .image-wrapping .photo-credit,
      body.single-event .interior-page .content-page .image-post-thumb .photo-credit,
      body.single-event .interior-page .content-page .post-image-css .photo-credit,
      body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping .photo-credit,
      body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb .photo-credit,
      body.page-template-default:not(.home) .interior-page .entry-content .post-image-css .photo-credit,
      body.page-template-default:not(.home) .interior-page .content-page .image-wrapping .photo-credit,
      body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb .photo-credit,
      body.page-template-default:not(.home) .interior-page .content-page .post-image-css .photo-credit {
        font-family: 'Open Sans', sans-serif;
        bottom: 10px;
        color: #ffffff;
        font-family: Helvetica;
        font-size: 11px;
        font-stretch: normal;
        font-weight: bold;
        left: 20px;
        letter-spacing: normal;
        line-height: normal;
        max-width: 140px;
        position: absolute;
        text-align: left;
        width: 80%;
        z-index: 2; }
        body:not(.home) .interior-page .entry-content .image-wrapping .photo-credit.center, body:not(.home) .interior-page .entry-content .image-post-thumb .photo-credit.center, body:not(.home) .interior-page .entry-content .post-image-css .photo-credit.center, body:not(.home) .interior-page .content-page .image-wrapping .photo-credit.center, body:not(.home) .interior-page .content-page .image-post-thumb .photo-credit.center, body:not(.home) .interior-page .content-page .post-image-css .photo-credit.center,
        body.single-tribe_events .interior-page .entry-content .image-wrapping .photo-credit.center,
        body.single-tribe_events .interior-page .entry-content .image-post-thumb .photo-credit.center,
        body.single-tribe_events .interior-page .entry-content .post-image-css .photo-credit.center,
        body.single-tribe_events .interior-page .content-page .image-wrapping .photo-credit.center,
        body.single-tribe_events .interior-page .content-page .image-post-thumb .photo-credit.center,
        body.single-tribe_events .interior-page .content-page .post-image-css .photo-credit.center,
        body.single-event .interior-page .entry-content .image-wrapping .photo-credit.center,
        body.single-event .interior-page .entry-content .image-post-thumb .photo-credit.center,
        body.single-event .interior-page .entry-content .post-image-css .photo-credit.center,
        body.single-event .interior-page .content-page .image-wrapping .photo-credit.center,
        body.single-event .interior-page .content-page .image-post-thumb .photo-credit.center,
        body.single-event .interior-page .content-page .post-image-css .photo-credit.center,
        body.page-template-default:not(.home) .interior-page .entry-content .image-wrapping .photo-credit.center,
        body.page-template-default:not(.home) .interior-page .entry-content .image-post-thumb .photo-credit.center,
        body.page-template-default:not(.home) .interior-page .entry-content .post-image-css .photo-credit.center,
        body.page-template-default:not(.home) .interior-page .content-page .image-wrapping .photo-credit.center,
        body.page-template-default:not(.home) .interior-page .content-page .image-post-thumb .photo-credit.center,
        body.page-template-default:not(.home) .interior-page .content-page .post-image-css .photo-credit.center {
          text-align: center !important; }
    body:not(.home) .interior-page .entry-content .box-3x2, body:not(.home) .interior-page .content-page .box-3x2,
    body.single-tribe_events .interior-page .entry-content .box-3x2,
    body.single-tribe_events .interior-page .content-page .box-3x2,
    body.single-event .interior-page .entry-content .box-3x2,
    body.single-event .interior-page .content-page .box-3x2,
    body.page-template-default:not(.home) .interior-page .entry-content .box-3x2,
    body.page-template-default:not(.home) .interior-page .content-page .box-3x2 {
      width: 600px;
      height: 400px;
      overflow: hidden; }
    body:not(.home) .interior-page .entry-content .image-fit-cover, body:not(.home) .interior-page .content-page .image-fit-cover,
    body.single-tribe_events .interior-page .entry-content .image-fit-cover,
    body.single-tribe_events .interior-page .content-page .image-fit-cover,
    body.single-event .interior-page .entry-content .image-fit-cover,
    body.single-event .interior-page .content-page .image-fit-cover,
    body.page-template-default:not(.home) .interior-page .entry-content .image-fit-cover,
    body.page-template-default:not(.home) .interior-page .content-page .image-fit-cover {
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }
    body:not(.home) .interior-page .entry-content .image-fit-contain, body:not(.home) .interior-page .content-page .image-fit-contain,
    body.single-tribe_events .interior-page .entry-content .image-fit-contain,
    body.single-tribe_events .interior-page .content-page .image-fit-contain,
    body.single-event .interior-page .entry-content .image-fit-contain,
    body.single-event .interior-page .content-page .image-fit-contain,
    body.page-template-default:not(.home) .interior-page .entry-content .image-fit-contain,
    body.page-template-default:not(.home) .interior-page .content-page .image-fit-contain {
      object-fit: contain;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }
    body:not(.home) .interior-page .entry-content .wp-caption, body:not(.home) .interior-page .content-page .wp-caption,
    body.single-tribe_events .interior-page .entry-content .wp-caption,
    body.single-tribe_events .interior-page .content-page .wp-caption,
    body.single-event .interior-page .entry-content .wp-caption,
    body.single-event .interior-page .content-page .wp-caption,
    body.page-template-default:not(.home) .interior-page .entry-content .wp-caption,
    body.page-template-default:not(.home) .interior-page .content-page .wp-caption {
      display: block;
      max-width: 100%; }
      body:not(.home) .interior-page .entry-content .wp-caption img, body:not(.home) .interior-page .content-page .wp-caption img,
      body.single-tribe_events .interior-page .entry-content .wp-caption img,
      body.single-tribe_events .interior-page .content-page .wp-caption img,
      body.single-event .interior-page .entry-content .wp-caption img,
      body.single-event .interior-page .content-page .wp-caption img,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-caption img,
      body.page-template-default:not(.home) .interior-page .content-page .wp-caption img {
        display: block;
        margin: 0 auto 10px;
        max-width: 100%;
        width: 100%; }
      body:not(.home) .interior-page .entry-content .wp-caption .wp-caption-text, body:not(.home) .interior-page .content-page .wp-caption .wp-caption-text,
      body.single-tribe_events .interior-page .entry-content .wp-caption .wp-caption-text,
      body.single-tribe_events .interior-page .content-page .wp-caption .wp-caption-text,
      body.single-event .interior-page .entry-content .wp-caption .wp-caption-text,
      body.single-event .interior-page .content-page .wp-caption .wp-caption-text,
      body.page-template-default:not(.home) .interior-page .entry-content .wp-caption .wp-caption-text,
      body.page-template-default:not(.home) .interior-page .content-page .wp-caption .wp-caption-text {
        font-family: 'Open Sans', sans-serif;
        color: #3d3d3d !important;
        font-size: 16px;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.69;
        text-align: left; }
    body:not(.home) .interior-page .entry-content figure, body:not(.home) .interior-page .content-page figure,
    body.single-tribe_events .interior-page .entry-content figure,
    body.single-tribe_events .interior-page .content-page figure,
    body.single-event .interior-page .entry-content figure,
    body.single-event .interior-page .content-page figure,
    body.page-template-default:not(.home) .interior-page .entry-content figure,
    body.page-template-default:not(.home) .interior-page .content-page figure {
      margin-bottom: 0; }
      body:not(.home) .interior-page .entry-content figure a, body:not(.home) .interior-page .content-page figure a,
      body.single-tribe_events .interior-page .entry-content figure a,
      body.single-tribe_events .interior-page .content-page figure a,
      body.single-event .interior-page .entry-content figure a,
      body.single-event .interior-page .content-page figure a,
      body.page-template-default:not(.home) .interior-page .entry-content figure a,
      body.page-template-default:not(.home) .interior-page .content-page figure a {
        border: none !important; }
      body:not(.home) .interior-page .entry-content figure img, body:not(.home) .interior-page .content-page figure img,
      body.single-tribe_events .interior-page .entry-content figure img,
      body.single-tribe_events .interior-page .content-page figure img,
      body.single-event .interior-page .entry-content figure img,
      body.single-event .interior-page .content-page figure img,
      body.page-template-default:not(.home) .interior-page .entry-content figure img,
      body.page-template-default:not(.home) .interior-page .content-page figure img {
        max-width: 100%; }
    body:not(.home) .interior-page .entry-content .table-responsive .table tr td a, body:not(.home) .interior-page .entry-content .table-responsive table tr td a, body:not(.home) .interior-page .content-page .table-responsive .table tr td a, body:not(.home) .interior-page .content-page .table-responsive table tr td a,
    body.single-tribe_events .interior-page .entry-content .table-responsive .table tr td a,
    body.single-tribe_events .interior-page .entry-content .table-responsive table tr td a,
    body.single-tribe_events .interior-page .content-page .table-responsive .table tr td a,
    body.single-tribe_events .interior-page .content-page .table-responsive table tr td a,
    body.single-event .interior-page .entry-content .table-responsive .table tr td a,
    body.single-event .interior-page .entry-content .table-responsive table tr td a,
    body.single-event .interior-page .content-page .table-responsive .table tr td a,
    body.single-event .interior-page .content-page .table-responsive table tr td a,
    body.page-template-default:not(.home) .interior-page .entry-content .table-responsive .table tr td a,
    body.page-template-default:not(.home) .interior-page .entry-content .table-responsive table tr td a,
    body.page-template-default:not(.home) .interior-page .content-page .table-responsive .table tr td a,
    body.page-template-default:not(.home) .interior-page .content-page .table-responsive table tr td a {
      display: inline !important; }
    body:not(.home) .interior-page .entry-content .table-responsive .table tr:nth-child(even) td, body:not(.home) .interior-page .entry-content .table-responsive table tr:nth-child(even) td, body:not(.home) .interior-page .content-page .table-responsive .table tr:nth-child(even) td, body:not(.home) .interior-page .content-page .table-responsive table tr:nth-child(even) td,
    body.single-tribe_events .interior-page .entry-content .table-responsive .table tr:nth-child(even) td,
    body.single-tribe_events .interior-page .entry-content .table-responsive table tr:nth-child(even) td,
    body.single-tribe_events .interior-page .content-page .table-responsive .table tr:nth-child(even) td,
    body.single-tribe_events .interior-page .content-page .table-responsive table tr:nth-child(even) td,
    body.single-event .interior-page .entry-content .table-responsive .table tr:nth-child(even) td,
    body.single-event .interior-page .entry-content .table-responsive table tr:nth-child(even) td,
    body.single-event .interior-page .content-page .table-responsive .table tr:nth-child(even) td,
    body.single-event .interior-page .content-page .table-responsive table tr:nth-child(even) td,
    body.page-template-default:not(.home) .interior-page .entry-content .table-responsive .table tr:nth-child(even) td,
    body.page-template-default:not(.home) .interior-page .entry-content .table-responsive table tr:nth-child(even) td,
    body.page-template-default:not(.home) .interior-page .content-page .table-responsive .table tr:nth-child(even) td,
    body.page-template-default:not(.home) .interior-page .content-page .table-responsive table tr:nth-child(even) td {
      padding: 10px 15px; }
    body:not(.home) .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td, body:not(.home) .interior-page .entry-content .table-responsive table tr:nth-child(odd) td, body:not(.home) .interior-page .content-page .table-responsive .table tr:nth-child(odd) td, body:not(.home) .interior-page .content-page .table-responsive table tr:nth-child(odd) td,
    body.single-tribe_events .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td,
    body.single-tribe_events .interior-page .entry-content .table-responsive table tr:nth-child(odd) td,
    body.single-tribe_events .interior-page .content-page .table-responsive .table tr:nth-child(odd) td,
    body.single-tribe_events .interior-page .content-page .table-responsive table tr:nth-child(odd) td,
    body.single-event .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td,
    body.single-event .interior-page .entry-content .table-responsive table tr:nth-child(odd) td,
    body.single-event .interior-page .content-page .table-responsive .table tr:nth-child(odd) td,
    body.single-event .interior-page .content-page .table-responsive table tr:nth-child(odd) td,
    body.page-template-default:not(.home) .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td,
    body.page-template-default:not(.home) .interior-page .entry-content .table-responsive table tr:nth-child(odd) td,
    body.page-template-default:not(.home) .interior-page .content-page .table-responsive .table tr:nth-child(odd) td,
    body.page-template-default:not(.home) .interior-page .content-page .table-responsive table tr:nth-child(odd) td {
      padding: 10px 15px; }
    body:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube, body:not(.home) .interior-page .content-page figure.wp-block-embed-youtube,
    body.single-tribe_events .interior-page .entry-content figure.wp-block-embed-youtube,
    body.single-tribe_events .interior-page .content-page figure.wp-block-embed-youtube,
    body.single-event .interior-page .entry-content figure.wp-block-embed-youtube,
    body.single-event .interior-page .content-page figure.wp-block-embed-youtube,
    body.page-template-default:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube,
    body.page-template-default:not(.home) .interior-page .content-page figure.wp-block-embed-youtube {
      height: 600px;
      width: 100%; }
      body:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, body:not(.home) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper,
      body.single-tribe_events .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
      body.single-tribe_events .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper,
      body.single-event .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
      body.single-event .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper,
      body.page-template-default:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper,
      body.page-template-default:not(.home) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper {
        height: 600px; }
        body:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, body:not(.home) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
        body.single-tribe_events .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
        body.single-tribe_events .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
        body.single-event .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
        body.single-event .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
        body.page-template-default:not(.home) .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
        body.page-template-default:not(.home) .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
          height: 100%;
          width: 100%; }
    body:not(.home) .interior-page .entry-content ul,
    body:not(.home) .interior-page .entry-content ul.list,
    body:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list), body:not(.home) .interior-page .content-page ul,
    body:not(.home) .interior-page .content-page ul.list,
    body:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list),
    body.single-tribe_events .interior-page .entry-content ul,
    body.single-tribe_events .interior-page .entry-content ul.list,
    body.single-tribe_events .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list),
    body.single-tribe_events .interior-page .content-page ul,
    body.single-tribe_events .interior-page .content-page ul.list,
    body.single-tribe_events .interior-page .content-page ul:not(.tribe-events-c-view-selector__list),
    body.single-event .interior-page .entry-content ul,
    body.single-event .interior-page .entry-content ul.list,
    body.single-event .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list),
    body.single-event .interior-page .content-page ul,
    body.single-event .interior-page .content-page ul.list,
    body.single-event .interior-page .content-page ul:not(.tribe-events-c-view-selector__list),
    body.page-template-default:not(.home) .interior-page .entry-content ul,
    body.page-template-default:not(.home) .interior-page .entry-content ul.list,
    body.page-template-default:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list),
    body.page-template-default:not(.home) .interior-page .content-page ul,
    body.page-template-default:not(.home) .interior-page .content-page ul.list,
    body.page-template-default:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) {
      padding: 0 !important; }
      body:not(.home) .interior-page .entry-content ul br,
      body:not(.home) .interior-page .entry-content ul.list br,
      body:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) br, body:not(.home) .interior-page .content-page ul br,
      body:not(.home) .interior-page .content-page ul.list br,
      body:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) br,
      body.single-tribe_events .interior-page .entry-content ul br,
      body.single-tribe_events .interior-page .entry-content ul.list br,
      body.single-tribe_events .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) br,
      body.single-tribe_events .interior-page .content-page ul br,
      body.single-tribe_events .interior-page .content-page ul.list br,
      body.single-tribe_events .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) br,
      body.single-event .interior-page .entry-content ul br,
      body.single-event .interior-page .entry-content ul.list br,
      body.single-event .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) br,
      body.single-event .interior-page .content-page ul br,
      body.single-event .interior-page .content-page ul.list br,
      body.single-event .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) br,
      body.page-template-default:not(.home) .interior-page .entry-content ul br,
      body.page-template-default:not(.home) .interior-page .entry-content ul.list br,
      body.page-template-default:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) br,
      body.page-template-default:not(.home) .interior-page .content-page ul br,
      body.page-template-default:not(.home) .interior-page .content-page ul.list br,
      body.page-template-default:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) br {
        display: none; }
      body:not(.home) .interior-page .entry-content ul > li,
      body:not(.home) .interior-page .entry-content ul.list > li,
      body:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li, body:not(.home) .interior-page .content-page ul > li,
      body:not(.home) .interior-page .content-page ul.list > li,
      body:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li,
      body.single-tribe_events .interior-page .entry-content ul > li,
      body.single-tribe_events .interior-page .entry-content ul.list > li,
      body.single-tribe_events .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li,
      body.single-tribe_events .interior-page .content-page ul > li,
      body.single-tribe_events .interior-page .content-page ul.list > li,
      body.single-tribe_events .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li,
      body.single-event .interior-page .entry-content ul > li,
      body.single-event .interior-page .entry-content ul.list > li,
      body.single-event .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li,
      body.single-event .interior-page .content-page ul > li,
      body.single-event .interior-page .content-page ul.list > li,
      body.single-event .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li,
      body.page-template-default:not(.home) .interior-page .entry-content ul > li,
      body.page-template-default:not(.home) .interior-page .entry-content ul.list > li,
      body.page-template-default:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li,
      body.page-template-default:not(.home) .interior-page .content-page ul > li,
      body.page-template-default:not(.home) .interior-page .content-page ul.list > li,
      body.page-template-default:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li {
        font-family: 'Open Sans', sans-serif;
        color: #919191 !important;
        font-size: 18px;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.47;
        list-style-type: none;
        margin: 0 0 2px 0px !important;
        padding-left: 25px;
        position: relative;
        text-align: left; }
        body:not(.home) .interior-page .entry-content ul > li::before,
        body:not(.home) .interior-page .entry-content ul.list > li::before,
        body:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li::before, body:not(.home) .interior-page .content-page ul > li::before,
        body:not(.home) .interior-page .content-page ul.list > li::before,
        body:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li::before,
        body.single-tribe_events .interior-page .entry-content ul > li::before,
        body.single-tribe_events .interior-page .entry-content ul.list > li::before,
        body.single-tribe_events .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li::before,
        body.single-tribe_events .interior-page .content-page ul > li::before,
        body.single-tribe_events .interior-page .content-page ul.list > li::before,
        body.single-tribe_events .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li::before,
        body.single-event .interior-page .entry-content ul > li::before,
        body.single-event .interior-page .entry-content ul.list > li::before,
        body.single-event .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li::before,
        body.single-event .interior-page .content-page ul > li::before,
        body.single-event .interior-page .content-page ul.list > li::before,
        body.single-event .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li::before,
        body.page-template-default:not(.home) .interior-page .entry-content ul > li::before,
        body.page-template-default:not(.home) .interior-page .entry-content ul.list > li::before,
        body.page-template-default:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li::before,
        body.page-template-default:not(.home) .interior-page .content-page ul > li::before,
        body.page-template-default:not(.home) .interior-page .content-page ul.list > li::before,
        body.page-template-default:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li::before {
          content: "";
          background: #b1025b;
          border-radius: 50%;
          display: inline-block;
          left: 0;
          margin-left: 0;
          margin-right: 5px;
          margin-top: 5px;
          position: absolute;
          top: 5px;
          width: 5px;
          height: 5px; }
        body:not(.home) .interior-page .entry-content ul > li p,
        body:not(.home) .interior-page .entry-content ul.list > li p,
        body:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li p, body:not(.home) .interior-page .content-page ul > li p,
        body:not(.home) .interior-page .content-page ul.list > li p,
        body:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li p,
        body.single-tribe_events .interior-page .entry-content ul > li p,
        body.single-tribe_events .interior-page .entry-content ul.list > li p,
        body.single-tribe_events .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li p,
        body.single-tribe_events .interior-page .content-page ul > li p,
        body.single-tribe_events .interior-page .content-page ul.list > li p,
        body.single-tribe_events .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li p,
        body.single-event .interior-page .entry-content ul > li p,
        body.single-event .interior-page .entry-content ul.list > li p,
        body.single-event .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li p,
        body.single-event .interior-page .content-page ul > li p,
        body.single-event .interior-page .content-page ul.list > li p,
        body.single-event .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li p,
        body.page-template-default:not(.home) .interior-page .entry-content ul > li p,
        body.page-template-default:not(.home) .interior-page .entry-content ul.list > li p,
        body.page-template-default:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li p,
        body.page-template-default:not(.home) .interior-page .content-page ul > li p,
        body.page-template-default:not(.home) .interior-page .content-page ul.list > li p,
        body.page-template-default:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li p {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-stretch: normal;
          line-height: 1.47;
          letter-spacing: normal;
          text-align: left;
          color: #3d3d3d !important; }
          body:not(.home) .interior-page .entry-content ul > li p strong,
          body:not(.home) .interior-page .entry-content ul.list > li p strong,
          body:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li p strong, body:not(.home) .interior-page .content-page ul > li p strong,
          body:not(.home) .interior-page .content-page ul.list > li p strong,
          body:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li p strong,
          body.single-tribe_events .interior-page .entry-content ul > li p strong,
          body.single-tribe_events .interior-page .entry-content ul.list > li p strong,
          body.single-tribe_events .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li p strong,
          body.single-tribe_events .interior-page .content-page ul > li p strong,
          body.single-tribe_events .interior-page .content-page ul.list > li p strong,
          body.single-tribe_events .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li p strong,
          body.single-event .interior-page .entry-content ul > li p strong,
          body.single-event .interior-page .entry-content ul.list > li p strong,
          body.single-event .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li p strong,
          body.single-event .interior-page .content-page ul > li p strong,
          body.single-event .interior-page .content-page ul.list > li p strong,
          body.single-event .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li p strong,
          body.page-template-default:not(.home) .interior-page .entry-content ul > li p strong,
          body.page-template-default:not(.home) .interior-page .entry-content ul.list > li p strong,
          body.page-template-default:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li p strong,
          body.page-template-default:not(.home) .interior-page .content-page ul > li p strong,
          body.page-template-default:not(.home) .interior-page .content-page ul.list > li p strong,
          body.page-template-default:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li p strong {
            color: #b1025b !important;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.47; }
        body:not(.home) .interior-page .entry-content ul > li ul,
        body:not(.home) .interior-page .entry-content ul.list > li ul,
        body:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li ul, body:not(.home) .interior-page .content-page ul > li ul,
        body:not(.home) .interior-page .content-page ul.list > li ul,
        body:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li ul,
        body.single-tribe_events .interior-page .entry-content ul > li ul,
        body.single-tribe_events .interior-page .entry-content ul.list > li ul,
        body.single-tribe_events .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li ul,
        body.single-tribe_events .interior-page .content-page ul > li ul,
        body.single-tribe_events .interior-page .content-page ul.list > li ul,
        body.single-tribe_events .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li ul,
        body.single-event .interior-page .entry-content ul > li ul,
        body.single-event .interior-page .entry-content ul.list > li ul,
        body.single-event .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li ul,
        body.single-event .interior-page .content-page ul > li ul,
        body.single-event .interior-page .content-page ul.list > li ul,
        body.single-event .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li ul,
        body.page-template-default:not(.home) .interior-page .entry-content ul > li ul,
        body.page-template-default:not(.home) .interior-page .entry-content ul.list > li ul,
        body.page-template-default:not(.home) .interior-page .entry-content ul:not(.tribe-events-c-view-selector__list) > li ul,
        body.page-template-default:not(.home) .interior-page .content-page ul > li ul,
        body.page-template-default:not(.home) .interior-page .content-page ul.list > li ul,
        body.page-template-default:not(.home) .interior-page .content-page ul:not(.tribe-events-c-view-selector__list) > li ul {
          padding-left: 10px; }
    body:not(.home) .interior-page .entry-content ol, body:not(.home) .interior-page .entry-content ol.list, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination), body:not(.home) .interior-page .content-page ol, body:not(.home) .interior-page .content-page ol.list, body:not(.home) .interior-page .content-page ol:not(.tw-pagination),
    body.single-tribe_events .interior-page .entry-content ol,
    body.single-tribe_events .interior-page .entry-content ol.list,
    body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination),
    body.single-tribe_events .interior-page .content-page ol,
    body.single-tribe_events .interior-page .content-page ol.list,
    body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination),
    body.single-event .interior-page .entry-content ol,
    body.single-event .interior-page .entry-content ol.list,
    body.single-event .interior-page .entry-content ol:not(.tw-pagination),
    body.single-event .interior-page .content-page ol,
    body.single-event .interior-page .content-page ol.list,
    body.single-event .interior-page .content-page ol:not(.tw-pagination),
    body.page-template-default:not(.home) .interior-page .entry-content ol,
    body.page-template-default:not(.home) .interior-page .entry-content ol.list,
    body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination),
    body.page-template-default:not(.home) .interior-page .content-page ol,
    body.page-template-default:not(.home) .interior-page .content-page ol.list,
    body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) {
      counter-reset: item;
      list-style-type: none;
      margin-bottom: 1rem;
      padding: 0;
      position: relative; }
      body:not(.home) .interior-page .entry-content ol > li, body:not(.home) .interior-page .entry-content ol.list > li, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) > li, body:not(.home) .interior-page .content-page ol > li, body:not(.home) .interior-page .content-page ol.list > li, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) > li,
      body.single-tribe_events .interior-page .entry-content ol > li,
      body.single-tribe_events .interior-page .entry-content ol.list > li,
      body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) > li,
      body.single-tribe_events .interior-page .content-page ol > li,
      body.single-tribe_events .interior-page .content-page ol.list > li,
      body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) > li,
      body.single-event .interior-page .entry-content ol > li,
      body.single-event .interior-page .entry-content ol.list > li,
      body.single-event .interior-page .entry-content ol:not(.tw-pagination) > li,
      body.single-event .interior-page .content-page ol > li,
      body.single-event .interior-page .content-page ol.list > li,
      body.single-event .interior-page .content-page ol:not(.tw-pagination) > li,
      body.page-template-default:not(.home) .interior-page .entry-content ol > li,
      body.page-template-default:not(.home) .interior-page .entry-content ol.list > li,
      body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) > li,
      body.page-template-default:not(.home) .interior-page .content-page ol > li,
      body.page-template-default:not(.home) .interior-page .content-page ol.list > li,
      body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) > li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em; }
        body:not(.home) .interior-page .entry-content ol > li:before, body:not(.home) .interior-page .entry-content ol.list > li:before, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) > li:before, body:not(.home) .interior-page .content-page ol > li:before, body:not(.home) .interior-page .content-page ol.list > li:before, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) > li:before,
        body.single-tribe_events .interior-page .entry-content ol > li:before,
        body.single-tribe_events .interior-page .entry-content ol.list > li:before,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) > li:before,
        body.single-tribe_events .interior-page .content-page ol > li:before,
        body.single-tribe_events .interior-page .content-page ol.list > li:before,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) > li:before,
        body.single-event .interior-page .entry-content ol > li:before,
        body.single-event .interior-page .entry-content ol.list > li:before,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) > li:before,
        body.single-event .interior-page .content-page ol > li:before,
        body.single-event .interior-page .content-page ol.list > li:before,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) > li:before,
        body.page-template-default:not(.home) .interior-page .entry-content ol > li:before,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list > li:before,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) > li:before,
        body.page-template-default:not(.home) .interior-page .content-page ol > li:before,
        body.page-template-default:not(.home) .interior-page .content-page ol.list > li:before,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) > li:before {
          content: counters(item,".") ". ";
          display: table-cell;
          padding-right: 0.6em; }
        body:not(.home) .interior-page .entry-content ol > li ol > li:before, body:not(.home) .interior-page .entry-content ol.list > li ol > li:before, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) > li ol > li:before, body:not(.home) .interior-page .content-page ol > li ol > li:before, body:not(.home) .interior-page .content-page ol.list > li ol > li:before, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) > li ol > li:before,
        body.single-tribe_events .interior-page .entry-content ol > li ol > li:before,
        body.single-tribe_events .interior-page .entry-content ol.list > li ol > li:before,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) > li ol > li:before,
        body.single-tribe_events .interior-page .content-page ol > li ol > li:before,
        body.single-tribe_events .interior-page .content-page ol.list > li ol > li:before,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) > li ol > li:before,
        body.single-event .interior-page .entry-content ol > li ol > li:before,
        body.single-event .interior-page .entry-content ol.list > li ol > li:before,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) > li ol > li:before,
        body.single-event .interior-page .content-page ol > li ol > li:before,
        body.single-event .interior-page .content-page ol.list > li ol > li:before,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) > li ol > li:before,
        body.page-template-default:not(.home) .interior-page .entry-content ol > li ol > li:before,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list > li ol > li:before,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) > li ol > li:before,
        body.page-template-default:not(.home) .interior-page .content-page ol > li ol > li:before,
        body.page-template-default:not(.home) .interior-page .content-page ol.list > li ol > li:before,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) > li ol > li:before {
          content: counters(item,".") " "; }
      body:not(.home) .interior-page .entry-content ol li, body:not(.home) .interior-page .entry-content ol.list li, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li, body:not(.home) .interior-page .content-page ol li, body:not(.home) .interior-page .content-page ol.list li, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li,
      body.single-tribe_events .interior-page .entry-content ol li,
      body.single-tribe_events .interior-page .entry-content ol.list li,
      body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li,
      body.single-tribe_events .interior-page .content-page ol li,
      body.single-tribe_events .interior-page .content-page ol.list li,
      body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li,
      body.single-event .interior-page .entry-content ol li,
      body.single-event .interior-page .entry-content ol.list li,
      body.single-event .interior-page .entry-content ol:not(.tw-pagination) li,
      body.single-event .interior-page .content-page ol li,
      body.single-event .interior-page .content-page ol.list li,
      body.single-event .interior-page .content-page ol:not(.tw-pagination) li,
      body.page-template-default:not(.home) .interior-page .entry-content ol li,
      body.page-template-default:not(.home) .interior-page .entry-content ol.list li,
      body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li,
      body.page-template-default:not(.home) .interior-page .content-page ol li,
      body.page-template-default:not(.home) .interior-page .content-page ol.list li,
      body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li {
        font-family: 'Open Sans', sans-serif;
        color: #919191;
        font-size: 18px;
        line-height: 1.47;
        list-style-type: none;
        margin-bottom: 0;
        margin-left: 0;
        position: relative;
        padding-left: 25px; }
        body:not(.home) .interior-page .entry-content ol li h1, body:not(.home) .interior-page .entry-content ol li h2, body:not(.home) .interior-page .entry-content ol li h3, body:not(.home) .interior-page .entry-content ol li h4, body:not(.home) .interior-page .entry-content ol li h5, body:not(.home) .interior-page .entry-content ol li h6, body:not(.home) .interior-page .entry-content ol.list li h1, body:not(.home) .interior-page .entry-content ol.list li h2, body:not(.home) .interior-page .entry-content ol.list li h3, body:not(.home) .interior-page .entry-content ol.list li h4, body:not(.home) .interior-page .entry-content ol.list li h5, body:not(.home) .interior-page .entry-content ol.list li h6, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h1, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h2, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h3, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h4, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h5, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h6, body:not(.home) .interior-page .content-page ol li h1, body:not(.home) .interior-page .content-page ol li h2, body:not(.home) .interior-page .content-page ol li h3, body:not(.home) .interior-page .content-page ol li h4, body:not(.home) .interior-page .content-page ol li h5, body:not(.home) .interior-page .content-page ol li h6, body:not(.home) .interior-page .content-page ol.list li h1, body:not(.home) .interior-page .content-page ol.list li h2, body:not(.home) .interior-page .content-page ol.list li h3, body:not(.home) .interior-page .content-page ol.list li h4, body:not(.home) .interior-page .content-page ol.list li h5, body:not(.home) .interior-page .content-page ol.list li h6, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h1, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h2, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h3, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h4, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h5, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h6,
        body.single-tribe_events .interior-page .entry-content ol li h1,
        body.single-tribe_events .interior-page .entry-content ol li h2,
        body.single-tribe_events .interior-page .entry-content ol li h3,
        body.single-tribe_events .interior-page .entry-content ol li h4,
        body.single-tribe_events .interior-page .entry-content ol li h5,
        body.single-tribe_events .interior-page .entry-content ol li h6,
        body.single-tribe_events .interior-page .entry-content ol.list li h1,
        body.single-tribe_events .interior-page .entry-content ol.list li h2,
        body.single-tribe_events .interior-page .entry-content ol.list li h3,
        body.single-tribe_events .interior-page .entry-content ol.list li h4,
        body.single-tribe_events .interior-page .entry-content ol.list li h5,
        body.single-tribe_events .interior-page .entry-content ol.list li h6,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li h1,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li h2,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li h3,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li h4,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li h5,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li h6,
        body.single-tribe_events .interior-page .content-page ol li h1,
        body.single-tribe_events .interior-page .content-page ol li h2,
        body.single-tribe_events .interior-page .content-page ol li h3,
        body.single-tribe_events .interior-page .content-page ol li h4,
        body.single-tribe_events .interior-page .content-page ol li h5,
        body.single-tribe_events .interior-page .content-page ol li h6,
        body.single-tribe_events .interior-page .content-page ol.list li h1,
        body.single-tribe_events .interior-page .content-page ol.list li h2,
        body.single-tribe_events .interior-page .content-page ol.list li h3,
        body.single-tribe_events .interior-page .content-page ol.list li h4,
        body.single-tribe_events .interior-page .content-page ol.list li h5,
        body.single-tribe_events .interior-page .content-page ol.list li h6,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li h1,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li h2,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li h3,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li h4,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li h5,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li h6,
        body.single-event .interior-page .entry-content ol li h1,
        body.single-event .interior-page .entry-content ol li h2,
        body.single-event .interior-page .entry-content ol li h3,
        body.single-event .interior-page .entry-content ol li h4,
        body.single-event .interior-page .entry-content ol li h5,
        body.single-event .interior-page .entry-content ol li h6,
        body.single-event .interior-page .entry-content ol.list li h1,
        body.single-event .interior-page .entry-content ol.list li h2,
        body.single-event .interior-page .entry-content ol.list li h3,
        body.single-event .interior-page .entry-content ol.list li h4,
        body.single-event .interior-page .entry-content ol.list li h5,
        body.single-event .interior-page .entry-content ol.list li h6,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) li h1,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) li h2,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) li h3,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) li h4,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) li h5,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) li h6,
        body.single-event .interior-page .content-page ol li h1,
        body.single-event .interior-page .content-page ol li h2,
        body.single-event .interior-page .content-page ol li h3,
        body.single-event .interior-page .content-page ol li h4,
        body.single-event .interior-page .content-page ol li h5,
        body.single-event .interior-page .content-page ol li h6,
        body.single-event .interior-page .content-page ol.list li h1,
        body.single-event .interior-page .content-page ol.list li h2,
        body.single-event .interior-page .content-page ol.list li h3,
        body.single-event .interior-page .content-page ol.list li h4,
        body.single-event .interior-page .content-page ol.list li h5,
        body.single-event .interior-page .content-page ol.list li h6,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) li h1,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) li h2,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) li h3,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) li h4,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) li h5,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) li h6,
        body.page-template-default:not(.home) .interior-page .entry-content ol li h1,
        body.page-template-default:not(.home) .interior-page .entry-content ol li h2,
        body.page-template-default:not(.home) .interior-page .entry-content ol li h3,
        body.page-template-default:not(.home) .interior-page .entry-content ol li h4,
        body.page-template-default:not(.home) .interior-page .entry-content ol li h5,
        body.page-template-default:not(.home) .interior-page .entry-content ol li h6,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list li h1,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list li h2,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list li h3,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list li h4,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list li h5,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list li h6,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h1,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h2,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h3,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h4,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h5,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li h6,
        body.page-template-default:not(.home) .interior-page .content-page ol li h1,
        body.page-template-default:not(.home) .interior-page .content-page ol li h2,
        body.page-template-default:not(.home) .interior-page .content-page ol li h3,
        body.page-template-default:not(.home) .interior-page .content-page ol li h4,
        body.page-template-default:not(.home) .interior-page .content-page ol li h5,
        body.page-template-default:not(.home) .interior-page .content-page ol li h6,
        body.page-template-default:not(.home) .interior-page .content-page ol.list li h1,
        body.page-template-default:not(.home) .interior-page .content-page ol.list li h2,
        body.page-template-default:not(.home) .interior-page .content-page ol.list li h3,
        body.page-template-default:not(.home) .interior-page .content-page ol.list li h4,
        body.page-template-default:not(.home) .interior-page .content-page ol.list li h5,
        body.page-template-default:not(.home) .interior-page .content-page ol.list li h6,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h1,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h2,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h3,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h4,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h5,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li h6 {
          margin-top: 0 !important;
          display: inline-block !important; }
        body:not(.home) .interior-page .entry-content ol li::before, body:not(.home) .interior-page .entry-content ol.list li::before, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li::before, body:not(.home) .interior-page .content-page ol li::before, body:not(.home) .interior-page .content-page ol.list li::before, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li::before,
        body.single-tribe_events .interior-page .entry-content ol li::before,
        body.single-tribe_events .interior-page .entry-content ol.list li::before,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li::before,
        body.single-tribe_events .interior-page .content-page ol li::before,
        body.single-tribe_events .interior-page .content-page ol.list li::before,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li::before,
        body.single-event .interior-page .entry-content ol li::before,
        body.single-event .interior-page .entry-content ol.list li::before,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) li::before,
        body.single-event .interior-page .content-page ol li::before,
        body.single-event .interior-page .content-page ol.list li::before,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) li::before,
        body.page-template-default:not(.home) .interior-page .entry-content ol li::before,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list li::before,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li::before,
        body.page-template-default:not(.home) .interior-page .content-page ol li::before,
        body.page-template-default:not(.home) .interior-page .content-page ol.list li::before,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li::before {
          font-family: 'Open Sans', sans-serif;
          background: transparent;
          border-radius: 0;
          color: #3d3d3d;
          display: inline-block;
          font-size: 18px;
          font-weight: bold;
          left: 0;
          padding-right: 0;
          position: absolute;
          top: 0; }
        body:not(.home) .interior-page .entry-content ol li ol, body:not(.home) .interior-page .entry-content ol.list li ol, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li ol, body:not(.home) .interior-page .content-page ol li ol, body:not(.home) .interior-page .content-page ol.list li ol, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li ol,
        body.single-tribe_events .interior-page .entry-content ol li ol,
        body.single-tribe_events .interior-page .entry-content ol.list li ol,
        body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li ol,
        body.single-tribe_events .interior-page .content-page ol li ol,
        body.single-tribe_events .interior-page .content-page ol.list li ol,
        body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li ol,
        body.single-event .interior-page .entry-content ol li ol,
        body.single-event .interior-page .entry-content ol.list li ol,
        body.single-event .interior-page .entry-content ol:not(.tw-pagination) li ol,
        body.single-event .interior-page .content-page ol li ol,
        body.single-event .interior-page .content-page ol.list li ol,
        body.single-event .interior-page .content-page ol:not(.tw-pagination) li ol,
        body.page-template-default:not(.home) .interior-page .entry-content ol li ol,
        body.page-template-default:not(.home) .interior-page .entry-content ol.list li ol,
        body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li ol,
        body.page-template-default:not(.home) .interior-page .content-page ol li ol,
        body.page-template-default:not(.home) .interior-page .content-page ol.list li ol,
        body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li ol {
          margin-top: 10px; }
          body:not(.home) .interior-page .entry-content ol li ol li, body:not(.home) .interior-page .entry-content ol.list li ol li, body:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li ol li, body:not(.home) .interior-page .content-page ol li ol li, body:not(.home) .interior-page .content-page ol.list li ol li, body:not(.home) .interior-page .content-page ol:not(.tw-pagination) li ol li,
          body.single-tribe_events .interior-page .entry-content ol li ol li,
          body.single-tribe_events .interior-page .entry-content ol.list li ol li,
          body.single-tribe_events .interior-page .entry-content ol:not(.tw-pagination) li ol li,
          body.single-tribe_events .interior-page .content-page ol li ol li,
          body.single-tribe_events .interior-page .content-page ol.list li ol li,
          body.single-tribe_events .interior-page .content-page ol:not(.tw-pagination) li ol li,
          body.single-event .interior-page .entry-content ol li ol li,
          body.single-event .interior-page .entry-content ol.list li ol li,
          body.single-event .interior-page .entry-content ol:not(.tw-pagination) li ol li,
          body.single-event .interior-page .content-page ol li ol li,
          body.single-event .interior-page .content-page ol.list li ol li,
          body.single-event .interior-page .content-page ol:not(.tw-pagination) li ol li,
          body.page-template-default:not(.home) .interior-page .entry-content ol li ol li,
          body.page-template-default:not(.home) .interior-page .entry-content ol.list li ol li,
          body.page-template-default:not(.home) .interior-page .entry-content ol:not(.tw-pagination) li ol li,
          body.page-template-default:not(.home) .interior-page .content-page ol li ol li,
          body.page-template-default:not(.home) .interior-page .content-page ol.list li ol li,
          body.page-template-default:not(.home) .interior-page .content-page ol:not(.tw-pagination) li ol li {
            padding-left: 35px; }
    body:not(.home) .interior-page .entry-content dl.list dt, body:not(.home) .interior-page .content-page dl.list dt,
    body.single-tribe_events .interior-page .entry-content dl.list dt,
    body.single-tribe_events .interior-page .content-page dl.list dt,
    body.single-event .interior-page .entry-content dl.list dt,
    body.single-event .interior-page .content-page dl.list dt,
    body.page-template-default:not(.home) .interior-page .entry-content dl.list dt,
    body.page-template-default:not(.home) .interior-page .content-page dl.list dt {
      font-family: 'Open Sans', sans-serif;
      color: #b1025b !important;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      line-height: 1.47;
      letter-spacing: normal;
      margin-bottom: 10px; }
      body:not(.home) .interior-page .entry-content dl.list dt.h3, body:not(.home) .interior-page .content-page dl.list dt.h3,
      body.single-tribe_events .interior-page .entry-content dl.list dt.h3,
      body.single-tribe_events .interior-page .content-page dl.list dt.h3,
      body.single-event .interior-page .entry-content dl.list dt.h3,
      body.single-event .interior-page .content-page dl.list dt.h3,
      body.page-template-default:not(.home) .interior-page .entry-content dl.list dt.h3,
      body.page-template-default:not(.home) .interior-page .content-page dl.list dt.h3 {
        font-size: 36px; }
      body:not(.home) .interior-page .entry-content dl.list dt.h4, body:not(.home) .interior-page .content-page dl.list dt.h4,
      body.single-tribe_events .interior-page .entry-content dl.list dt.h4,
      body.single-tribe_events .interior-page .content-page dl.list dt.h4,
      body.single-event .interior-page .entry-content dl.list dt.h4,
      body.single-event .interior-page .content-page dl.list dt.h4,
      body.page-template-default:not(.home) .interior-page .entry-content dl.list dt.h4,
      body.page-template-default:not(.home) .interior-page .content-page dl.list dt.h4 {
        font-size: 30px; }
      body:not(.home) .interior-page .entry-content dl.list dt.h5, body:not(.home) .interior-page .content-page dl.list dt.h5,
      body.single-tribe_events .interior-page .entry-content dl.list dt.h5,
      body.single-tribe_events .interior-page .content-page dl.list dt.h5,
      body.single-event .interior-page .entry-content dl.list dt.h5,
      body.single-event .interior-page .content-page dl.list dt.h5,
      body.page-template-default:not(.home) .interior-page .entry-content dl.list dt.h5,
      body.page-template-default:not(.home) .interior-page .content-page dl.list dt.h5 {
        font-size: 28px; }
      body:not(.home) .interior-page .entry-content dl.list dt.h6, body:not(.home) .interior-page .content-page dl.list dt.h6,
      body.single-tribe_events .interior-page .entry-content dl.list dt.h6,
      body.single-tribe_events .interior-page .content-page dl.list dt.h6,
      body.single-event .interior-page .entry-content dl.list dt.h6,
      body.single-event .interior-page .content-page dl.list dt.h6,
      body.page-template-default:not(.home) .interior-page .entry-content dl.list dt.h6,
      body.page-template-default:not(.home) .interior-page .content-page dl.list dt.h6 {
        font-size: 24px; }
    body:not(.home) .interior-page .entry-content dl.list dd, body:not(.home) .interior-page .content-page dl.list dd,
    body.single-tribe_events .interior-page .entry-content dl.list dd,
    body.single-tribe_events .interior-page .content-page dl.list dd,
    body.single-event .interior-page .entry-content dl.list dd,
    body.single-event .interior-page .content-page dl.list dd,
    body.page-template-default:not(.home) .interior-page .entry-content dl.list dd,
    body.page-template-default:not(.home) .interior-page .content-page dl.list dd {
      font-family: 'Open Sans', sans-serif;
      color: #3d3d3d !important;
      font-size: 18px;
      line-height: 1.47;
      margin-bottom: 0px;
      margin-left: 5px;
      padding-left: 20px;
      position: relative; }
      body:not(.home) .interior-page .entry-content dl.list dd::before, body:not(.home) .interior-page .content-page dl.list dd::before,
      body.single-tribe_events .interior-page .entry-content dl.list dd::before,
      body.single-tribe_events .interior-page .content-page dl.list dd::before,
      body.single-event .interior-page .entry-content dl.list dd::before,
      body.single-event .interior-page .content-page dl.list dd::before,
      body.page-template-default:not(.home) .interior-page .entry-content dl.list dd::before,
      body.page-template-default:not(.home) .interior-page .content-page dl.list dd::before {
        content: "";
        border-radius: 50%;
        background: #b1025b;
        display: inline-block;
        left: 0;
        margin-left: 0;
        margin-right: 5px;
        margin-top: 10px;
        position: absolute;
        width: 5px;
        height: 5px; }
      body:not(.home) .interior-page .entry-content dl.list dd dl, body:not(.home) .interior-page .content-page dl.list dd dl,
      body.single-tribe_events .interior-page .entry-content dl.list dd dl,
      body.single-tribe_events .interior-page .content-page dl.list dd dl,
      body.single-event .interior-page .entry-content dl.list dd dl,
      body.single-event .interior-page .content-page dl.list dd dl,
      body.page-template-default:not(.home) .interior-page .entry-content dl.list dd dl,
      body.page-template-default:not(.home) .interior-page .content-page dl.list dd dl {
        margin-top: 10px; }

@media only screen and (max-width: 991px) {
  /*.interior-page .elevated-container .elevated-container{
    margin-top: 0 !important;
  }
  .interior-page {
    //padding: 30px 0;
    p {
      margin-bottom: 15px;  
    }    
  }*/ }
@media only screen and (max-width: 767px) {
  .interior-page .entry-content .title-page {
    margin-bottom: 20px !important;
    font-size: 35px; }

  .interior-page .entry-content h1, .interior-page .entry-content h2, .interior-page .entry-content h3, .page-template-default:not(.home) h1, .page-template-default:not(.home) h2, .page-template-default:not(.home) h3, .page-template:not(.home) h1, .page-template:not(.home) h2, .page-template:not(.home) h3 {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word; }
    .interior-page .entry-content h1 strong, .interior-page .entry-content h2 strong, .interior-page .entry-content h3 strong, .page-template-default:not(.home) h1 strong, .page-template-default:not(.home) h2 strong, .page-template-default:not(.home) h3 strong, .page-template:not(.home) h1 strong, .page-template:not(.home) h2 strong, .page-template:not(.home) h3 strong {
      white-space: normal;
      overflow-wrap: break-word; }
  .interior-page .entry-content h1, .page-template-default:not(.home) h1, .page-template:not(.home) h1 {
    font-size: 35px; }
  .interior-page .entry-content h2, .page-template-default:not(.home) h2, .page-template:not(.home) h2 {
    font-size: 31px !important; }
  .interior-page .entry-content h3, .page-template-default:not(.home) h3, .page-template:not(.home) h3 {
    font-size: 25px; }
  .interior-page .entry-content h4, .page-template-default:not(.home) h4, .page-template:not(.home) h4 {
    font-size: 19px; }
  .interior-page .entry-content h5, .page-template-default:not(.home) h5, .page-template:not(.home) h5 {
    font-size: 16px; }
  .interior-page .entry-content h6, .page-template-default:not(.home) h6, .page-template:not(.home) h6 {
    font-size: 14px; }
  .interior-page .entry-content blockquote, .interior-page .entry-content blockquote p, .page-template-default:not(.home) blockquote, .page-template-default:not(.home) blockquote p, .page-template:not(.home) blockquote, .page-template:not(.home) blockquote p {
    font-size: 18px;
    margin: 30px auto 20px; }
  .interior-page .entry-content ul.list li a, .page-template-default:not(.home) ul.list li a, .page-template:not(.home) ul.list li a {
    word-break: break-all; }

  .interior-page p, .single-tribe_events p, .single-event p, .page-template-default:not(.home) p, .page-template:not(.home) p {
    margin-bottom: 15px; }
  .interior-page blockquote, .single-tribe_events blockquote, .single-event blockquote, .page-template-default:not(.home) blockquote, .page-template:not(.home) blockquote {
    font-size: 19px !important;
    margin: 0 auto 20px !important;
    text-align: center !important;
    padding: 20px 30px !important;
    min-height: inherit !important; }
    .interior-page blockquote p, .interior-page blockquote a, .interior-page blockquote address, .interior-page blockquote span, .interior-page blockquote strong, .interior-page blockquote time, .interior-page blockquote dl.list > dd, .interior-page blockquote dl.list > dt, .single-tribe_events blockquote p, .single-tribe_events blockquote a, .single-tribe_events blockquote address, .single-tribe_events blockquote span, .single-tribe_events blockquote strong, .single-tribe_events blockquote time, .single-tribe_events blockquote dl.list > dd, .single-tribe_events blockquote dl.list > dt, .single-event blockquote p, .single-event blockquote a, .single-event blockquote address, .single-event blockquote span, .single-event blockquote strong, .single-event blockquote time, .single-event blockquote dl.list > dd, .single-event blockquote dl.list > dt, .page-template-default:not(.home) blockquote p, .page-template-default:not(.home) blockquote a, .page-template-default:not(.home) blockquote address, .page-template-default:not(.home) blockquote span, .page-template-default:not(.home) blockquote strong, .page-template-default:not(.home) blockquote time, .page-template-default:not(.home) blockquote dl.list > dd, .page-template-default:not(.home) blockquote dl.list > dt, .page-template:not(.home) blockquote p, .page-template:not(.home) blockquote a, .page-template:not(.home) blockquote address, .page-template:not(.home) blockquote span, .page-template:not(.home) blockquote strong, .page-template:not(.home) blockquote time, .page-template:not(.home) blockquote dl.list > dd, .page-template:not(.home) blockquote dl.list > dt {
      font-size: 19px !important;
      margin: 0 auto !important;
      text-align: center !important;
      width: 100%; }
    .interior-page blockquote cite, .single-tribe_events blockquote cite, .single-event blockquote cite, .page-template-default:not(.home) blockquote cite, .page-template:not(.home) blockquote cite {
      margin-top: 10px;
      display: block; }
  .interior-page .entry-content figure.wp-block-embed-youtube, .single-tribe_events .entry-content figure.wp-block-embed-youtube, .single-event .entry-content figure.wp-block-embed-youtube, .page-template-default:not(.home) .entry-content figure.wp-block-embed-youtube, .page-template:not(.home) .entry-content figure.wp-block-embed-youtube {
    height: 250px !important;
    width: 100%; }
    .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .single-tribe_events .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .single-event .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .page-template-default:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .page-template:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper {
      height: 250px !important; }
      .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .single-tribe_events .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .single-event .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .page-template-default:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .page-template:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
        height: 100%;
        width: 100%; }

  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%; }
    .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
      text-align: center; }

  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }

  .wp-block-media-text {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; } }
@media only screen and (max-width: 576px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto 20px;
    display: block;
    text-align: center; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
/*START Error Page------------------------------------------*/
.interior-404 {
  padding-top: 40px; }

.fourerror {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin: 0 auto;
  width: 535px;
  max-width: 100%; }
  .fourerror .ghost-404 {
    position: relative;
    height: 230px;
    margin: 0 auto;
    width: 140px; }
    .fourerror .ghost-404 .ghost-icon, .fourerror .ghost-404 .ghost-base {
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-color: transparent;
      position: relative;
      width: 130px; }
    .fourerror .ghost-404 .ghost-icon {
      background-image: url("../images/icons/ghost.svg");
      height: 132px; }
    .fourerror .ghost-404 .ghost-base {
      background-image: url("../images/icons/base-ghost.svg");
      height: 17px;
      margin-top: 30px; }
  .fourerror h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b1025b; }
  .fourerror p {
    font-size: 24px !important;
    text-align: center !important;
    color: #000000 !important; }
  .fourerror a[class^="btn-"] {
    margin: 40px auto; }

/*END Error Page------------------------------------------*/
.container-paginator {
  background-color: #ffffff;
  margin: 0 auto 30px;
  max-width: 100%;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  box-shadow: none; }

.pagination {
  align-items: center;
  margin: 30px auto 30px;
  width: 100%; }
  .pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .pagination .page-numbers.current, .pagination .current {
    position: relative;
    z-index: 0; }
    .pagination .page-numbers.current::after, .pagination .current::after {
      content: '';
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #b1025b;
      border-radius: 50%;
      height: 48px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 47px;
      z-index: -1; }
  .pagination .pagination, .pagination .page-numbers, .pagination .pagination.current, .pagination .nav-links > a, .pagination .page {
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    border: none !important;
    color: #b1025b;
    display: inline-block;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 20px;
    text-decoration: none;
    transition: all 0.4s ease; }
    .pagination .pagination:hover, .pagination .page-numbers:hover, .pagination .pagination.current:hover, .pagination .nav-links > a:hover, .pagination .page:hover {
      text-decoration: none;
      border-color: #000; }
    .pagination .pagination.prev, .pagination .pagination.next, .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .pagination.current.prev, .pagination .pagination.current.next, .pagination .nav-links > a.prev, .pagination .nav-links > a.next, .pagination .page.prev, .pagination .page.next {
      border: none !important;
      font-stretch: normal;
      font-style: normal;
      font-weight: 800;
      color: #000000 !important;
      letter-spacing: normal;
      line-height: normal;
      padding: 0;
      margin: 0 28px;
      position: relative;
      text-align: center; }
      .pagination .pagination.prev span, .pagination .pagination.next span, .pagination .page-numbers.prev span, .pagination .page-numbers.next span, .pagination .pagination.current.prev span, .pagination .pagination.current.next span, .pagination .nav-links > a.prev span, .pagination .nav-links > a.next span, .pagination .page.prev span, .pagination .page.next span {
        font-size: 0 !important; }
        .pagination .pagination.prev span::before, .pagination .pagination.next span::before, .pagination .page-numbers.prev span::before, .pagination .page-numbers.next span::before, .pagination .pagination.current.prev span::before, .pagination .pagination.current.next span::before, .pagination .nav-links > a.prev span::before, .pagination .nav-links > a.next span::before, .pagination .page.prev span::before, .pagination .page.next span::before {
          color: #000000;
          display: inline-block;
          font-size: 16px !important;
          line-height: 1 !important;
          width: 40px; }
      .pagination .pagination.prev::after, .pagination .pagination.next::after, .pagination .page-numbers.prev::after, .pagination .page-numbers.next::after, .pagination .pagination.current.prev::after, .pagination .pagination.current.next::after, .pagination .nav-links > a.prev::after, .pagination .nav-links > a.next::after, .pagination .page.prev::after, .pagination .page.next::after {
        content: "";
        background-image: url("../images/icons/arrow-right-pink.svg");
        background-repeat: no-repeat;
        background-size: 19px 13px;
        background-position: center;
        display: block;
        top: 0;
        position: absolute;
        width: 19px;
        height: 100%; }
      .pagination .pagination.prev:hover::after, .pagination .pagination.next:hover::after, .pagination .page-numbers.prev:hover::after, .pagination .page-numbers.next:hover::after, .pagination .pagination.current.prev:hover::after, .pagination .pagination.current.next:hover::after, .pagination .nav-links > a.prev:hover::after, .pagination .nav-links > a.next:hover::after, .pagination .page.prev:hover::after, .pagination .page.next:hover::after {
        color: #d3d3d3; }
    .pagination .pagination.prev span::before, .pagination .page-numbers.prev span::before, .pagination .pagination.current.prev span::before, .pagination .nav-links > a.prev span::before, .pagination .page.prev span::before {
      content: "Prev"; }
    .pagination .pagination.prev::after, .pagination .page-numbers.prev::after, .pagination .pagination.current.prev::after, .pagination .nav-links > a.prev::after, .pagination .page.prev::after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      left: -30px; }
    .pagination .pagination.next, .pagination .page-numbers.next, .pagination .pagination.current.next, .pagination .nav-links > a.next, .pagination .page.next {
      margin-left: auto !important; }
      .pagination .pagination.next::after, .pagination .page-numbers.next::after, .pagination .pagination.current.next::after, .pagination .nav-links > a.next::after, .pagination .page.next::after {
        right: -30px; }
      .pagination .pagination.next span::before, .pagination .page-numbers.next span::before, .pagination .pagination.current.next span::before, .pagination .nav-links > a.next span::before, .pagination .page.next span::before {
        content: "Next"; }
    .pagination .pagination.current, .pagination .page-numbers.current, .pagination .pagination.current.current, .pagination .nav-links > a.current, .pagination .page.current {
      color: #ffffff; }

@media only screen and (max-width: 767px) {
  .pagination .pagination.prev, .pagination .pagination.next, .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .pagination.current.prev, .pagination .pagination.current.next, .pagination .nav-links > a.prev, .pagination .nav-links > a.next, .pagination .page.prev, .pagination .page.next {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px; }

  .pagination {
    padding: 0;
    flex-wrap: wrap; }
    .pagination .page-numbers,
    .pagination .current,
    .pagination .nav-links > a,
    .pagination .page {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 15px;
      margin-right: 15px; }

  .pagination .pagination {
    margin: 0 !important;
    padding: 0 !important; }

  .pagination .nav-links > a.prev, .pagination .nav-links > a.next {
    font-size: 0 !important;
    margin: 0; }
    .pagination .nav-links > a.prev span::before, .pagination .nav-links > a.next span::before {
      font-size: 0;
      width: 0; }
    .pagination .nav-links > a.prev::after, .pagination .nav-links > a.next::after {
      top: 50%;
      position: relative;
      width: 30px;
      height: 30px;
      left: 0;
      right: 0; } }
#pmpro_levels_table thead tr th {
  background-color: #b1025b; }

.wpcw-form .wpcw-form-row input.wpcw-input-text, .wpcw-form .wpcw-form-row textarea {
  background-color: #f0f0f0 !important;
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  height: 40px;
  padding: 3px 10px !important; }

#pmpro_levels_table tbody tr td a.pmpro_btn {
  background-color: #d3d3d3 !important;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Nunito Sans',   sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 16px 28px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }

#pmpro_levels_table tbody tr td a.pmpro_btn.pmpro_btn-select {
  background-color: #b1025b !important;
  color: #ffffff !important;
  width: 100%; }

.pmpro_checkout-fields #date_div, .pmpro_checkout-fields #date_d, .pmpro_checkout-fields #date_y {
  margin: 0 10px 10px 0; }
.pmpro_checkout-fields form.pmpro_form .pmpro_checkout-fields div {
  margin: 0 10px 20px 0; }

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
  margin-right: 10px !important; }

.wpcw-form .wpcw-form-row input.wpcw-input-text, .wpcw-form .wpcw-form-row textarea {
  background-color: #b1025b !important;
  color: #ffffff !important;
  width: 100%; }

#pmpro_levels_table {
  margin-bottom: 40px; }
  #pmpro_levels_table thead tr th {
    padding: 15px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase; }
  #pmpro_levels_table tbody tr {
    border-bottom: 1px solid #000000; }
    #pmpro_levels_table tbody tr td {
      padding: 5px 10px; }
      #pmpro_levels_table tbody tr td a.pmpro_btn {
        background-color: #000000;
        color: #ffffff !important;
        border-radius: 0;
        border: none;
        display: inline-block;
        font-family: 'Lato', sans-serif !important;
        font-size: 18px !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-weight: normal !important;
        letter-spacing: normal !important;
        line-height: 1.39 !important;
        max-width: 100%;
        padding: 10px 15px 11px;
        position: relative;
        text-align: center;
        margin: 0 auto;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease; }
        #pmpro_levels_table tbody tr td a.pmpro_btn:hover, #pmpro_levels_table tbody tr td a.pmpro_btn:focus, #pmpro_levels_table tbody tr td a.pmpro_btn:active {
          background: #ffa900;
          color: #000000 !important;
          text-decoration: none; }
        #pmpro_levels_table tbody tr td a.pmpro_btn.pmpro_btn-select {
          background-color: #ffa900 !important;
          color: #000000 !important; }

div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  margin-bottom: 10px;
  position: relative; }
  div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px; }
    div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default {
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      background-color: #fff;
      border-color: #ddd;
      border-radius: 0px;
      border: 1px solid #000000;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      height: 100%; }
      div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading {
        color: #ffffff !important;
        background-color: #000000 !important;
        border-color: #000000 !important;
        padding: 15px !important; }
        div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h2, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h3, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h4 {
          color: #ffffff !important;
          font-size: 25px !important; }
      div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body {
        text-align: left;
        padding: 15px 15px 120px;
        position: relative;
        height: calc(100% - 60px); }
        div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer {
          bottom: 15px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          width: calc(100% - 30px); }
          div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary {
            background-color: #182955;
            border-radius: 7px;
            border: none;
            box-shadow: none;
            color: #ffffff !important;
            display: inline-block;
            font-family: 'Nunito Sans', sans-serif !important;
            font-size: 16px !important;
            font-stretch: normal !important;
            font-style: normal !important;
            font-weight: bold !important;
            letter-spacing: normal !important;
            line-height: 1 !important;
            max-width: 100%;
            overflow-wrap: break-word;
            padding: 16px 28px;
            position: relative;
            text-align: center !important;
            text-decoration: none !important;
            text-transform: uppercase;
            transition: all 0.4s ease; }
            div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary:hover, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary:focus, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary:active {
              background: #bababa;
              box-shadow: none;
              color: #ffffff !important;
              text-decoration: none; }

form.pmpro_form .pmpro_checkout-fields div {
  margin-bottom: 10px !important; }

form.pmpro_form label {
  margin-bottom: 10px !important; }

.pmpro_checkout input[type="checkbox"], .pmpro_checkout input[type="radio"] {
  height: inherit !important; }
.pmpro_checkout input:not([type="submit"]), .pmpro_checkout textarea, .pmpro_checkout select {
  background: #f0f0f0;
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  height: 40px;
  padding: 3px 10px !important; }
  .pmpro_checkout input:not([type="submit"]):active, .pmpro_checkout input:not([type="submit"]):focus, .pmpro_checkout textarea:active, .pmpro_checkout textarea:focus, .pmpro_checkout select:active, .pmpro_checkout select:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    outline: none; }
.pmpro_checkout input[type="button"] {
  background-color: #182955 !important;
  border-radius: 7px;
  border: none !important;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 16px 28px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all 0.4s ease; }

#pmpro_submit_span {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  #pmpro_submit_span input[type="submit"], #pmpro_submit_span input.button {
    background-color: #182955;
    border-radius: 7px;
    border: none;
    box-shadow: none;
    color: #ffffff !important;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 16px 28px;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
    #pmpro_submit_span input[type="submit"]:hover, #pmpro_submit_span input[type="submit"]:focus, #pmpro_submit_span input[type="submit"]:active, #pmpro_submit_span input.button:hover, #pmpro_submit_span input.button:focus, #pmpro_submit_span input.button:active {
      background: #000000;
      color: #fff !important;
      text-decoration: none; }
      #pmpro_submit_span input[type="submit"]:hover::after, #pmpro_submit_span input[type="submit"]:focus::after, #pmpro_submit_span input[type="submit"]:active::after, #pmpro_submit_span input.button:hover::after, #pmpro_submit_span input.button:focus::after, #pmpro_submit_span input.button:active::after {
        background-image: url("../images/chevron-white-right.svg"); }

.pmpro_checkout-field {
  margin-bottom: 5px !important; }

#pmpro_levels .text-muted {
  text-align: center;
  display: block;
  float: left;
  margin-top: 10px;
  width: 100%; }

#pmpro_level-3 .entry-content {
  min-height: 124px; }

#pmpro_level-5 .entry-content {
  min-height: 232px; }

@media only screen and (max-width: 991px) {
  #pmpro_levels_table {
    margin: 0 auto 25px; }

  #pmpro_levels .pmpro_level.col-md-12 {
    max-width: 100%;
    margin-bottom: 0px; } }
@media only screen and (max-width: 767px) {
  .wpcw-form .wpcw-form-row-first, .wpcw-form .wpcw-form-row-last {
    width: 100%; } }
body.search h1 span {
  font-size: inherit; }

.content-search {
  padding-top: 50px; }

.search-section {
  display: none;
  background: #b1025b;
  z-index: 9999;
  position: relative; }

div.search {
  font-family: 'Open Sans', sans-serif;
  background: #b1025b;
  display: block;
  position: relative; }
  div.search::before {
    content: "";
    background: #b1025b;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #b1025b;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 1px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent url("../images/icons/search-icon-white.svg") no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 40px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    width: calc(100% - 70px); }
    div.search #s:hover, div.search #s:focus, div.search #s:active {
      outline: none;
      box-shadow: none; }
    div.search #s::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    div.search #s::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    div.search #s:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    div.search #s:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  @media (max-width: 1200px) {
    div.search #s {
      height: 40px; } }

/*START Search Page------------------------------------------*/
body.search-results {
  display: block;
  padding-top: 0px;
  margin-left: 0; }
  body.search-results .content-search h1.search-title {
    font-size: 30px;
    text-transform: none; }
  body.search-results .content-search ul.search-list-result {
    padding: 0;
    margin: 0;
    text-align: left; }
    body.search-results .content-search ul.search-list-result li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 30px;
      line-height: 1.66; }
      body.search-results .content-search ul.search-list-result li::before {
        content: none !important; }
      body.search-results .content-search ul.search-list-result li h3 {
        margin-bottom: 20px;
        font-family: 'Poppins', sans-serif; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #b1025b;
          font-size: 30px;
          font-family: 'Poppins', sans-serif;
          line-height: 1.4;
          padding-bottom: 5px;
          text-decoration: none;
          border-bottom: 2px solid #b1025b; }
      body.search-results .content-search ul.search-list-result li .read-more {
        margin-top: 0px;
        text-align: left;
        padding: 10px 0;
        display: block; }
        body.search-results .content-search ul.search-list-result li .read-more a.read-more {
          background: transparent;
          border-bottom: 2px solid transparent !important;
          border-radius: 0;
          border: none;
          color: #000000 !important;
          display: inline-block;
          font-family: 'Open Sans', sans-serif !important;
          font-size: 18px !important;
          font-stretch: normal !important;
          font-style: normal !important;
          font-weight: 600 !important;
          letter-spacing: normal !important;
          line-height: 1.2 !important;
          margin: 15px auto;
          max-width: 100%;
          overflow-wrap: break-word;
          padding: 0;
          position: relative;
          text-decoration: none !important;
          text-transform: none;
          transition: all 0.4s ease;
          vertical-align: middle; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover {
            text-decoration: none;
            border-color: #000; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more::after {
            content: "";
            background-image: url("../images/icons/btn-arrow-black.svg");
            background-size: 24px 24px;
            background-repeat: no-repeat;
            height: 25px;
            position: absolute;
            right: -40px;
            top: -2px;
            width: 25px; }

/*END Search Page-----------------------------------*/
body.single-post .interior-banner .title-page {
  width: 100%;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
    text-align: left  !important; } }
.social-network-vertical {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 0;
  line-height: 1em;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 5px;
  position: absolute;
  right: 50px;
  text-align: center;
  top: 50%;
  width: 60px; }
  .social-network-vertical li {
    display: block;
    font-size: 18px;
    margin: 0 !important; }
    .social-network-vertical li a {
      background-color: transparent;
      display: block;
      margin: 10px 0;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      transition: all 0.4s ease; }
      .social-network-vertical li a span {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        display: block;
        height: 50px;
        transition: all 0.4s ease;
        width: 50px; }
      .social-network-vertical li a span[class^="icon"] {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
      .social-network-vertical li a span[class^="facebook"] {
        background-image: url("../images/facebook.svg"); }
      .social-network-vertical li a span[class^="twitter"] {
        background-image: url("../images/twitter.svg"); }
      .social-network-vertical li a span[class^="instagram"] {
        background-image: url("../images/instagram.svg"); }
      .social-network-vertical li a span[class^="youtube"] {
        background-image: url("../images/youtube.svg"); }
      .social-network-vertical li a:hover {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
        .social-network-vertical li a:hover span {
          -webkit-transform: scale(1.2, 1.2);
          -moz-transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }

ul.social-network {
  display: inline-block;
  font-size: 0;
  line-height: 1em;
  margin: 0 !important;
  padding: 0;
  text-align: left !important;
  list-style-type: none !important; }
  ul.social-network li {
    display: inline-block;
    font-size: 18px;
    margin: 0 !important; }
    ul.social-network li a {
      background: #ffffff;
      border-radius: 50%;
      border: none !important;
      box-shadow: none !important;
      color: #000000;
      display: inherit !important;
      height: 35px !important;
      margin: 5px !important;
      position: relative !important;
      text-decoration: none !important;
      transition: background 0.2s, color 0.2s !important;
      width: 35px !important; }
      ul.social-network li a::after {
        content: "";
        border-radius: 50%;
        box-shadow: 0 0 0 4px #fff;
        height: 90%;
        left: 50%;
        padding: 5px;
        pointer-events: none;
        position: absolute;
        top: 50%;
        width: 90%;
        box-sizing: content-box;
        transform: translate(-50%, -50%) scale(0.8);
        transition: transform 0.2s, opacity 0.2s;
        opacity: 0; }
      ul.social-network li a i[class^="fa"], ul.social-network li a i[class^="fas"], ul.social-network li a i[class^="far"], ul.social-network li a svg[class^="fa"], ul.social-network li a svg[class^="fas"], ul.social-network li a svg[class^="far"], ul.social-network li a .svg-inline--fa {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #000000;
        font-size: 1.3rem;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        left: 50%;
        letter-spacing: normal;
        line-height: 1;
        position: absolute;
        text-align: center;
        top: 50%;
        transition: all 0.4s ease;
        z-index: 2; }
        ul.social-network li a i[class^="fa"]::after, ul.social-network li a i[class^="fas"]::after, ul.social-network li a i[class^="far"]::after, ul.social-network li a svg[class^="fa"]::after, ul.social-network li a svg[class^="fas"]::after, ul.social-network li a svg[class^="far"]::after, ul.social-network li a .svg-inline--fa::after {
          content: "";
          opacity: 0;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          border-radius: 50%;
          height: 30px;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 30px;
          z-index: -1; }
      ul.social-network li a i[class~="fa-facebook"]::after, ul.social-network li a svg[class~="fa-facebook"]::after, ul.social-network li a svg[class~="fas-facebook"]::after,
      ul.social-network li a i[class~="fa-facebook-f"]::after, ul.social-network li a svg[class~="fa-facebook-f"]::after, ul.social-network li a svg[class~="fas-facebook-f"]::after,
      ul.social-network li a i[class~="fa-facebook-square"]::after, ul.social-network li a svg[class~="fa-facebook-square"]::after, ul.social-network li a svg[class~="fas-facebook-square"]::after {
        background-color: #3b5998; }
      ul.social-network li a i[class~="fa-twitter"]::after, ul.social-network li a svg[class~="fa-twitter"]::after,
      ul.social-network li a i[class~="fa-twitter-square"]::after, ul.social-network li a svg[class~="fa-twitter-square"]::after {
        background-color: #00acee; }
      ul.social-network li a i[class~="fa-instagram"]::after, ul.social-network li a svg[class~="fa-instagram"]::after {
        background-color: #fe4164; }
      ul.social-network li a i[class~="fa-youtube"]::after, ul.social-network li a svg[class~="fa-youtube"]::after,
      ul.social-network li a i[class~="fa-youtube-square"]::after, ul.social-network li a svg[class~="fa-youtube-square"]::after {
        background-color: #c4302b; }
      ul.social-network li a i[class~="fa-envelope"]::after, ul.social-network li a svg[class~="fa-envelope"]::after {
        background-color: #990000; }
      ul.social-network li a:hover {
        box-shadow: none !important;
        background: #ffffff; }
        ul.social-network li a:hover::after {
          -webkit-transform: translate(-50%, -50%) scale(1);
          -moz-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          opacity: 1; }
        ul.social-network li a:hover i {
          color: #000000; }

.team-vList .name-member::after {
  background-color: #d3d3d3 !important; }

.team-vGrid-square .single-member .featured-member-images {
  background-color: #b1025b !important; }

.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle {
  font-size: inherit !important; }

.social-networks a i, .social-networks a svg[class^="fa"], .social-networks a svg[class^="fas"], .social-networks a .svg-inline--fa, .social-networks li i, .social-networks li svg[class^="fa"], .social-networks li svg[class^="fas"], .social-networks li .svg-inline--fa, .social-networks li a i, .social-networks li a svg[class^="fa"], .social-networks li a svg[class^="fas"], .social-networks li a .svg-inline--fa {
  color: #fff !important; }

@media only screen and (max-width: 991px) {
  .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 576px) {
  .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/*Tribe events CSS*/
.entry-content .tribe-common ol > li, .entry-content .tribe-common ul > li, .entry-content-wrapper .tribe-common li, .entry-content .tribe-common ol, .entry-content .tribe-common ul, .tribe-theme-genesis .tribe-common ol, .tribe-theme-genesis .tribe-common ul {
  padding: 0 !important; }
  .entry-content .tribe-common ol > li::before, .entry-content .tribe-common ul > li::before, .entry-content-wrapper .tribe-common li::before, .entry-content .tribe-common ol::before, .entry-content .tribe-common ul::before, .tribe-theme-genesis .tribe-common ol::before, .tribe-theme-genesis .tribe-common ul::before {
    content: none !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  background-color: #d3d3d3 !important;
  border-radius: 3px !important;
  border: 2px solid #d3d3d3 !important;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Lato' !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: 0.72px !important;
  line-height: 1 !important;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 25px 15px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }

/*event Calendar Month*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
  margin-bottom: 0 !important;
  text-align: center !important; }

div[id*="tribe-events-calendar-day-"] h3, div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__day-date {
  margin-bottom: 0 !important; }
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner h3 {
  font-size: 14px !important; }
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar,
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }
div[id*="tribe-events-calendar-day-"] .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  height: auto; }
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper a.tribe-events-calendar-month__multiday-event-hidden-link h3, div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper a.tribe-events-calendar-month__multiday-event-hidden-link h3.tribe-events-calendar-month__multiday-event-hidden-title {
  font-size: 14px !important;
  margin: 0 !important; }
div[id*="tribe-events-calendar-day-"] .tribe-events-calendar-month__events article.tribe-events-calendar-month__calendar-event.has-post-thumbnail .tribe-events-calendar-month__calendar-event-details h3.tribe-events-calendar-month__calendar-event-title > a {
  font-size: 14px !important;
  line-height: 1.2 !important; }

/*Map View*/
.tribe-events-pro .tribe-events-pro-map__event-title, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h7--min-medium {
  margin-bottom: 10px; }

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-actions--spacer {
  display: flex;
  flex-direction: row; }

.tribe-events .tribe-events-c-small-cta {
  line-height: 1 !important; }
  .tribe-events .tribe-events-c-small-cta > * {
    font-size: 14px !important;
    line-height: 1 !important; }

/*week view*/
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum,
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
  color: #d50e4c; }

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-hidden-title {
  font-size: 15px !important;
  line-height: 1 !important;
  margin-bottom: 0 !important; }

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__prev {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list {
  align-items: center; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li {
    padding: 0 10px !important; }
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li::before {
      content: none !important; }
    .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li a {
      line-height: 1 !important;
      height: auto !important;
      display: flex;
      align-items: center; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-view-selector__list li {
  padding: 0 !important; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-c-view-selector__list li::before {
    content: none !important; }
.tribe-common--breakpoint-medium.tribe-events #tribe-events-footer .tribe-events-sub-nav li::before, .tribe-common--breakpoint-medium.tribe-events #tribe-events-header .tribe-events-sub-nav li::before {
  content: none !important; }
.tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li, .tribe-common--breakpoint-medium.tribe-events nav.tribe-events-pro-map__nav ul.tribe-events-c-nav__list li {
  padding: 0 !important; }
  .tribe-common--breakpoint-medium.tribe-events nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li::before, .tribe-common--breakpoint-medium.tribe-events nav.tribe-events-pro-map__nav ul.tribe-events-c-nav__list li::before {
    content: none; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link {
  background-color: transparent;
  border-radius: 3px !important;
  border: 2px solid #0b1217 !important;
  box-shadow: none;
  color: #0b1217 !important;
  display: inline-block;
  font-family: 'Lato' !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: 0.72px !important;
  line-height: 1 !important;
  margin: 5px auto 20px;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 25px 15px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link::before {
    content: none; }
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link:active {
    background-color: #0b1217 !important;
    color: #ffffff !important;
    text-decoration: none; }

.tribe-events-sub-nav li a {
  background: transparent; }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #b1025b !important; }

#tribe-events-footer .tribe-events-sub-nav li::before, #tribe-events-header .tribe-events-sub-nav li::before {
  content: none !important; }

.tribe-events-pro .tribe-events-pro-week-day-selector__day--active {
  border-color: #b1025b !important; }

.tribe-events .tribe-events-c-view-selector__button:focus {
  outline-color: #b1025b !important; }
.tribe-events .tribe-events-c-view-selector__button:before {
  background-color: #b1025b !important; }

@media only screen and (max-width: 1199.98px) {
  .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #b1025b !important;
    font-family: 'Lato' !important; } }
@media only screen and (max-width: 991px) {
  .tribe-events-pro .tribe-events-pro-map__map {
    height: 600px; }

  .tribe-events-pro .tribe-events-pro-map__event-column {
    height: 400px; }

  .tribe-events .tribe-events-c-ical__link::before {
    content: none; }

  #tribe-events {
    padding-top: 30px; }

  .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #b1025b !important; }

  .tribe-common * {
    font-size: 22px; }

  .tribe-events .tribe-events-c-nav__list {
    align-items: center !important; }
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next {
      display: block !important;
      text-align: center !important; }
      .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item button, .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item a,
      .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next button,
      .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next a {
        margin: 0 auto !important;
        font-weight: bold;
        display: inline-flex;
        text-align: center; } }
@media only screen and (max-width: 767px) {
  .tribe-common * {
    font-size: 16px; }

  .tribe-events-sub-nav li a {
    background: transparent; }

  .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list {
    width: 70px; }
    .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li {
      text-align: center; }
      .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li a {
        width: 100%; }
        .tribe-events .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list li a span.tribe-events-c-view-selector__list-item-icon {
          display: none; }

  .tribe-events .tribe-events-c-nav__list {
    align-items: center !important; }
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item,
    .tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--next {
      display: block !important;
      text-align: center; }

  .tribe-common .tribe-common-b2 {
    font-size: 16px !important; }

  .tribe-events .tribe-events-c-view-selector__list-item-link {
    padding: 0 !important; } }
.ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper {
  box-shadow: -3px 2px 7px 0px rgba(33, 33, 33, 0.25);
  background-color: #ffffff !important;
  border: 5px solid #fff !important;
  outline: none !important; }
  .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-thumb-overlay, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper img, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-tile-image-overlay, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-tile-image-overlay img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50% !important;
    position: absolute; }

/*
.ug-tile-navigation-wrapper{
	.ug-button-tile-navigation{
		border-radius: 50%;
		background: $white;
	}
	.ug-button-tile-left{
		background-image: url('../images/tile_button_left.png') !important;				
	}
	.ug-button-tile-play{
		background-image: url('../images/tile_button_play_pause.png') !important;
	}
	.ug-button-tile-right
	{
		background-image: url('../images/tile_button_right.png') !important;
	}
}*/
.filter-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start; }

.filter-wrap .mdf_shortcode_container {
  width: auto !important; }

.mdf_input_container, .mdf_taxonomy_child_container {
  margin: 0 15px;
  width: auto !important;
  text-align: center !important; }

.filters {
  margin: 0 0 50px 0; }
  .filters .filter-description {
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold; }

.page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
  flex-flow: column !important; }
  .page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container {
    margin-bottom: 10px; }

html[lang="es"] .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies::before {
  content: "Filtrar"; }

.mdf_shortcode_skin_custom form {
  /*Flex*/
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  float: none; }
  .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit], .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button {
    font-family: 'Open Sans', sans-serif !important;
    background: #b1025b;
    border-radius: 0;
    border: none;
    color: #0b1217;
    display: block;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease; }
    .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit]:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button:hover {
      text-decoration: none;
      background: #ffa900;
      color: #ffffff; }
  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    float: none;
    position: relative; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
      background: #ffffff url("../images/icons/chevron-down-blue.svg") 95%/auto no-repeat;
      appearance: none;
      border-bottom: 2px solid #979797 !important;
      border-radius: 0;
      border: none;
      color: rgba(145, 145, 145, 0.66);
      font-size: 14px;
      display: block;
      line-height: 1.4;
      margin: 0 0 0 35px;
      max-width: 100% !important;
      min-height: 40px;
      padding: 10px 50px 10px 18px;
      width: 260px;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select option {
        font-family: 'Open Sans', sans-serif;
        color: rgba(145, 145, 145, 0.66);
        font-size: 14px;
        letter-spacing: -0.25px;
        line-height: 1.57; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container input {
      border-radius: 10px;
      border: 1px solid #0b1217;
      display: block;
      line-height: 2em;
      margin: 0 !important;
      max-width: 90%;
      padding: 5px 20px;
      width: 330px; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_taxonomy_child_container {
      margin: 0 !important; }

#mdf_results_by_ajax .navigation ol.tw-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  float: none;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important; }
  #mdf_results_by_ajax .navigation ol.tw-pagination li::before {
    content: none !important; }
  #mdf_results_by_ajax .navigation ol.tw-pagination li {
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    text-align: center;
    line-height: 1; }
    #mdf_results_by_ajax .navigation ol.tw-pagination li:first-child {
      display: none; }
    #mdf_results_by_ajax .navigation ol.tw-pagination li .title {
      font-weight: bold;
      display: none; }
    #mdf_results_by_ajax .navigation ol.tw-pagination li span.current {
      font-family: 'Open Sans', sans-serif;
      color: #ffffff;
      display: block;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: normal;
      line-height: normal;
      padding: 10px;
      margin: 0 20px;
      position: relative;
      z-index: 0; }
      #mdf_results_by_ajax .navigation ol.tw-pagination li span.current::after {
        content: '';
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #b1025b;
        border-radius: 50%;
        height: 48px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 47px;
        z-index: -1; }
    #mdf_results_by_ajax .navigation ol.tw-pagination li a {
      font-family: 'Open Sans', sans-serif;
      background: transparent;
      border: none !important;
      color: #b1025b;
      display: inline-block;
      font-size: 16px;
      font-style: normal;
      font-weight: 800;
      letter-spacing: normal;
      line-height: normal;
      margin: 0 20px;
      text-align: center;
      text-decoration: none;
      transition: all 0.4s ease; }
      #mdf_results_by_ajax .navigation ol.tw-pagination li a.page {
        font-family: 'Open Sans', sans-serif;
        background: transparent;
        border: none !important;
        color: #b1025b;
        display: inline-block;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        letter-spacing: normal;
        line-height: normal;
        margin: 0 20px;
        text-align: center;
        text-decoration: none;
        transition: all 0.4s ease; }
      #mdf_results_by_ajax .navigation ol.tw-pagination li a.prev, #mdf_results_by_ajax .navigation ol.tw-pagination li a.next {
        border: none !important;
        font-size: 0 !important;
        font-stretch: normal;
        font-style: normal;
        font-weight: 800;
        letter-spacing: normal;
        line-height: normal;
        margin: 0 28px;
        padding: 0;
        position: relative;
        text-align: center; }
        #mdf_results_by_ajax .navigation ol.tw-pagination li a.prev::before, #mdf_results_by_ajax .navigation ol.tw-pagination li a.next::before {
          font-family: 'Open Sans', sans-serif;
          background: transparent;
          border: none !important;
          color: #000000;
          display: inline-block;
          font-size: 16px !important;
          font-style: normal;
          font-weight: 800;
          letter-spacing: normal;
          line-height: normal;
          margin: 0;
          text-align: center;
          text-decoration: none;
          transition: all 0.4s ease; }
        #mdf_results_by_ajax .navigation ol.tw-pagination li a.prev::after, #mdf_results_by_ajax .navigation ol.tw-pagination li a.next::after {
          content: "";
          background-image: url("../images/icons/arrow-right-pink.svg");
          background-repeat: no-repeat;
          background-size: 19px 13px;
          background-position: center;
          display: block;
          top: 0;
          position: absolute;
          width: 19px;
          height: 100%; }
      #mdf_results_by_ajax .navigation ol.tw-pagination li a.prev::before {
        content: "Prev"; }
      #mdf_results_by_ajax .navigation ol.tw-pagination li a.prev::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: -30px; }
      #mdf_results_by_ajax .navigation ol.tw-pagination li a.next::before {
        content: "Next"; }
      #mdf_results_by_ajax .navigation ol.tw-pagination li a.next::after {
        right: -30px; }
    #mdf_results_by_ajax .navigation ol.tw-pagination li:last-child {
      margin-left: auto; }

@media only screen and (max-width: 991px) {
  .filter-wrap {
    flex-flow: column wrap;
    width: 300px !important;
    margin: 20px auto !important; }
    .filter-wrap .mdf_shortcode_container {
      width: 100% !important;
      margin-top: 0; }
      .filter-wrap .mdf_shortcode_container .mdf_input_container, .filter-wrap .mdf_shortcode_container .mdf_taxonomy_child_container {
        margin: 0 auto 10px !important; }

  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
    width: 100%;
    margin: 0;
    padding: 10px 50px 10px 0; }

  .filters .filter-description {
    margin-bottom: 25px; }

  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    justify-content: center;
    width: 100%;
    flex-flow: row wrap; }

  .mdf_input_container_block {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .navigation {
    padding: 20px 0px; }
    .navigation ol.tw-pagination {
      margin: 0; }

  #mdf_results_by_ajax .navigation ol.tw-pagination li span.current {
    margin: 0 10px !important; }

  #mdf_results_by_ajax .navigation ol.tw-pagination li a.page {
    margin: 15px !important; }

  #mdf_results_by_ajax .navigation ol.tw-pagination li a.prev, #mdf_results_by_ajax .navigation ol.tw-pagination li a.next {
    margin: 0 !important; }
    #mdf_results_by_ajax .navigation ol.tw-pagination li a.prev::before, #mdf_results_by_ajax .navigation ol.tw-pagination li a.next::before {
      font-size: 12px !important; }

  #mdf_results_by_ajax .navigation ol.tw-pagination li a.next::after {
    right: -20px; }

  #mdf_results_by_ajax .navigation ol.tw-pagination li a.prev::after {
    left: -20px; } }
.yottie li::before {
  content: none !important; }

a.fe_btn_navigation {
  background-color: #b1025b !important;
  border: none !important;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 7px;
  padding: 16px 28px;
  line-height: 1;
  text-transform: none; }
  a.fe_btn_navigation:hover {
    background-color: #d3d3d3 !important; }

.wpcw_fe_navigation_box {
  padding: 20px; }
  .wpcw_fe_navigation_box a {
    margin: 0 10px; }

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body main[role="main"] {
    overflow: hidden;
    position: relative; }

body.home h2 {
  font-stretch: normal; }
body.home h1.red, body.home h2.red, body.home h3.red, body.home h4.red, body.home h5.red {
  color: #990000; }
body.home h1.yellow, body.home h2.yellow, body.home h3.yellow, body.home h4.yellow, body.home h5.yellow {
  color: #ffa900; }
body.home h1.blue, body.home h2.blue, body.home h3.blue, body.home h4.blue, body.home h5.blue {
  color: #007bc1; }
body.home p {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal; }

body.page-template h1, body.page-template h2, body.page-template h3, body.page-template h4, body.page-template h5 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2; }
body.page-template h2 {
  font-weight: bold; }
body.page-template h3 {
  font-weight: bold; }

/**************************************************
  Useful CSS on Theme
**************************************************/
.image-wrapping, .image-post-thumb, .post-image-css {
  padding-top: 85%;
  position: relative;
  overflow: hidden; }
  .image-wrapping img, .image-wrapping .wrapped-image, .image-post-thumb img, .image-post-thumb .wrapped-image, .post-image-css img, .post-image-css .wrapped-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.title-section {
  margin-bottom: 60px;
  position: relative;
  padding-top: 70px; }
  .title-section h2, .title-section h3 {
    font-family: 'Poppins', sans-serif;
    color: #960851;
    display: inline-block;
    font-size: 3.75rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.43px;
    line-height: 0.93 !important;
    margin: 0;
    position: relative;
    text-transform: uppercase; }
  .title-section.text-center, .title-section.center {
    text-align: center; }
    .title-section.text-center .big-title, .title-section.center .big-title {
      margin: 0 auto !important;
      text-align: center; }
  .title-section.text-left, .title-section.left {
    text-align: left;
    position: relative; }
  .title-section.text-right, .title-section.right {
    text-align: right; }
    .title-section.text-right .big-title, .title-section.right .big-title {
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      left: unset;
      right: 0; }
  .title-section.light-color h2, .title-section.light-color h3 {
    color: #ffffff !important; }
  .title-section .big-title {
    -webkit-text-stroke: 1px #979797;
    font-family: 'Poppins', sans-serif;
    color: #d5d5d6;
    font-size: 6.25rem;
    font-weight: 800;
    letter-spacing: -0.4px;
    line-height: 1;
    opacity: 0.12;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word; }
    .title-section .big-title.center {
      left: 0;
      right: 0;
      margin: 0 auto; }
    .title-section .big-title.right {
      right: 0;
      left: unset; }
    @media (max-width: 1199.98px) {
      .title-section .big-title {
        font-size: 3rem;
        width: 100%; } }

.bottom-link-section {
  display: block; }
  .bottom-link-section.left {
    text-align: left; }
  .bottom-link-section.right {
    text-align: right; }
  .bottom-link-section.center {
    margin: 40px auto;
    text-align: center; }
  @media (max-width: 767) {
    .bottom-link-section {
      text-align: center !important; } }

.top-section {
  margin-bottom: 50px; }
  .top-section h2, .top-section .view-all > a {
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal; }
  .top-section h2 {
    font-size: 36px;
    color: #b1025b; }
  .top-section .view-all > a {
    position: relative; }
    .top-section .view-all > a::after {
      content: "";
      background-image: url("../images/icons/arrow-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: 0;
      margin-left: 12px;
      position: relative;
      padding-left: 10px;
      transition: all 0.4s ease;
      display: inline-block;
      width: 12px;
      height: 9px; }
    .top-section .view-all > a:hover {
      text-decoration: none; }
      .top-section .view-all > a:hover::after {
        right: -7px; }

.right-side {
  position: relative; }
  .right-side .outside-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: calc((100vw - 1100px)/(-2));
    top: 0;
    width: calc(100% + ((100vw - 1100px)/(2)));
    z-index: 40; }

.left-side {
  position: relative; }
  .left-side .outside-container {
    height: 100%;
    left: calc((100vw - 1100px)/(-2));
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + ((100vw - 1100px)/(2)));
    z-index: 40; }

.container-text {
  padding: 0 10%; }
  .container-text.center {
    text-align: center; }
  @media (max-width: 1200) {
    .container-text {
      padding: 0 15px; } }

.container-frame-diagonal {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #ffffff;
  height: 180%;
  left: 7%;
  overflow: hidden;
  position: absolute;
  top: -30%;
  width: 100%; }
  .container-frame-diagonal .frame-diagonal {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%; }
    .container-frame-diagonal .frame-diagonal img {
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-transform: translate(-50%, -50%) rotate(-10deg);
      -ms-transform: translate(-50%, -50%) rotate(-10deg);
      transform: translate(-50%, -50%) rotate(-10deg);
      height: auto;
      left: 51%;
      margin-top: -60px;
      max-width: 100%;
      min-height: inherit;
      position: absolute;
      top: 50%;
      width: auto; }

.frame-image {
  background-color: #ffffff;
  box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
  height: auto;
  padding: 23px; }
  .frame-image figure {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
    padding-bottom: 75%; }

.parallel-lines {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute; }
  .parallel-lines.horizontal {
    width: 200px;
    height: 53px; }
  .parallel-lines.vertical {
    height: 170px;
    width: 57px; }
  .parallel-lines.top {
    top: 0; }
  .parallel-lines.right {
    right: 0;
    left: unset; }
  .parallel-lines.bottom {
    bottom: 0;
    top: unset; }
  @media (max-width: 1199.98px) {
    .parallel-lines {
      opacity: 0.5; } }

.spin-animation {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  min-height: 150px;
  min-width: 150px;
  z-index: 50; }
  .spin-animation.size-1 {
    width: 150px;
    height: 150px; }
    .spin-animation.size-1.left {
      left: -75px; }
    .spin-animation.size-1.right {
      right: -75px; }
  .spin-animation.size-2 {
    width: 320px;
    height: 320px; }
    .spin-animation.size-2.left {
      left: -160px; }
    .spin-animation.size-2.right {
      right: -160px; }
  .spin-animation.size-3 {
    width: 400px;
    height: 400px; }
    .spin-animation.size-3.left {
      left: -200px; }
    .spin-animation.size-3.right {
      right: -200px; }
  .spin-animation.size-4 {
    width: 450px;
    height: 450px; }
    .spin-animation.size-4.left {
      left: -225px; }
    .spin-animation.size-4.right {
      right: -225px; }
  .spin-animation.size-5 {
    width: 750px;
    height: 750px; }
    .spin-animation.size-5.left {
      left: -375px; }
    .spin-animation.size-5.right {
      right: -375px; }
  .spin-animation.left {
    -webkit-animation: spinL 6s linear infinite;
    -moz-animation: spinL 6s linear infinite;
    animation: spinL 6s linear infinite; }
  .spin-animation.right {
    -webkit-animation: spinR 6s linear infinite;
    -moz-animation: spinR 6s linear infinite;
    animation: spinR 6s linear infinite; }

/**************************************************
  Useful CSS Homepage/Page/Template
**************************************************/
/**************************************************
  general CSS overwriting
**************************************************/
html, body {
  -webkit-font-smoothing: subpixel-antialiased; }
  html figure, body figure {
    margin-bottom: 0 !important; }
  html .selector-for-some-widget, body .selector-for-some-widget {
    box-sizing: content-box; }

/**************************************************
  general CSS overwriting
**************************************************/
/* Media queries----------------------------------*/
@media only screen and (max-width: 1199.98px) {
  .right-side .outside-container {
    right: calc((100vw - 940px)/(-2));
    width: calc(100% + ((100vw - 940px)/(2))); }

  .left-side .outside-container {
    left: calc((100vw - 940px)/(-2));
    width: calc(100% + ((100vw - 940px)/(2))); } }
@media only screen and (max-width: 991px) {
  .right-side .outside-container {
    right: calc((100vw - 690px)/(-2));
    width: calc(100% + ((100vw - 690px)/(2))); }

  .left-side .outside-container {
    left: calc((100vw - 690px)/(-2));
    width: calc(100% + ((100vw - 690px)/(2))); }

  .title-section h2, .title-section h3 {
    font-size: 2.75rem; } }
@media only screen and (max-width: 767px) {
  .right-side .outside-container {
    right: calc((100vw - 524px)/(-2));
    width: calc(100% + ((100vw - 524px)/(2))); }

  .left-side .outside-container {
    left: calc((100vw - 524px)/(-2));
    width: calc(100% + ((100vw - 524px)/(2))); } }
#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
  margin: 0 !important; }

.gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::after {
  background: #b1025b; }

.interior-banner::after {
  background-color: rgba(0, 0, 0, 0.9); }

.sign-up-form .gform_wrapper .gform_footer, .sign-up-form .newsletterForm_wrapper .gform_footer {
  transform: translate(0%, 0%);
  top: 0;
  width: 50%;
  position: relative; }

.sign-up-form .gform_wrapper .gform_footer input.gform_button, .sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button {
  width: 70%;
  max-width: 100%; }

.section-projects .frame-img:hover .image-wrapping::before {
  opacity: 0.9; }

.program-block-gallery .programs-block-container .single-program-block .figure-program::before {
  background-color: rgba(177, 2, 91, 0.9); }

.mdf_sort_panel .mdf_sort_panel_select
.mdf_sort_panel_order_by {
  display: none; }

.mdf_input_container_block {
  width: 100%; }

#sortby {
  display: none; }

label#sortby {
  font-size: 0.9rem;
  margin: 0; }

.sortby {
  display: flex;
  margin-bottom: 45px;
  align-content: center;
  align-items: center;
  justify-content: center; }

.mdf_sort_panel_select {
  display: flex;
  /* 	margin: 0 auto 45px; */
  text-align: center; }

.mdf_sort_panel_select select {
  background: #ffffff url("/wp-content/themes/elevation_theme/assets/images/icons/chevron-down-blue.svg") 95%/auto no-repeat;
  appearance: none;
  border-bottom: 2px solid #979797 !important;
  border-radius: 0;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  color: rgba(145, 145, 145, 0.66);
  font-size: 14px;
  display: block;
  line-height: 1.4;
  margin: 0 0 0 35px;
  max-width: 100% !important;
  min-height: 40px;
  padding: 10px 50px 10px 18px;
  width: 260px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.filter-wrap .mdf_shortcode_container {
  width: calc(100% - 300px) !important; }

.filter-wrap {
  flex-flow: wrap; }

#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
  width: 300px; }

.filter-wrap .mdf_shortcode_container {
  width: calc(100% - 300px) !important; }

.mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
  width: 100%; }

#pop-up-press {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none; }

#pop-up-press.active {
  display: block;
  animation: fadeInPress 1s forwards; }

@keyframes fadeInPress {
  from {
    visibility: hidden;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }
@keyframes fadeInPressIn {
  from {
    visibility: hidden;
    opacity: 0;
    top: 150%; }
  to {
    visibility: visible;
    opacity: 1;
    top: 50%; } }
#container-press {
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: calc(100% - 30px);
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.65s; }

#pop-up-press.active #container-press {
  animation: fadeInPressIn 1s forwards; }

#close-press {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 3;
  background: none;
  border: none;
  color: #b1025b;
  font-size: 40px;
  cursor: pointer;
  transition: 0.3s; }

#close-press:hover {
  color: white; }

@media screen and (max-width: 991px) {
  .filter-wrap .mdf_shortcode_container {
    width: 100% !important; }

  .sign-up-form .gform_wrapper .gform_footer, .sign-up-form .newsletterForm_wrapper .gform_footer {
    width: 100%; }

  .mdf_sort_panel_select select, .mdf_sort_panel_select {
    display: block;
    margin: 0 auto; }

  .sortby {
    display: block;
    text-align: center; }

  #close-press {
    background: white;
    font-size: 20px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 0;
    text-align: center;
    padding: 0; }

  #close-press:hover {
    color: rgba(0, 0, 0, 0.4); } }

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