@import url(font-awesome.css);
/* infinite animation vertical*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@-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; }
.has-primary-color {
  color: #0488a5; }

.has-primaryLight-color {
  color: #0fadd0; }

.has-primaryDark-color {
  color: #075a6c; }

.has-secondary-color {
  color: #d4e953; }

.has-secondaryLight-color {
  color: #ecfc8c; }

.has-secondaryDark-color {
  color: #bdd814; }

.has-secondaryDarken-color {
  color: #606f03; }

.has-tertiary-color {
  color: #034857; }

.has-quaternary-color {
  color: #e6fbff; }

.has-gray-color {
  color: #eaeaea; }

.has-text-color {
  color: #000000; }

/*used Colors*/
/*used Colors*/
/*Others Colors*/
/*START Buttons------------------------------------------*/
a.icon-left, button.icon-left, span.icon-left {
  margin-left: 25px;
  text-align: left; }
  a.icon-left:before, button.icon-left:before, span.icon-left:before {
    content: "";
    display: block;
    left: -25px;
    top: 0;
    position: absolute; }
a.icon-right, button.icon-right, span.icon-right {
  display: flex;
  text-align: right; }
  a.icon-right::after, button.icon-right::after, span.icon-right::after {
    content: "";
    display: block;
    position: relative;
    margin-left: 10px; }
a.btn-1, button.btn-1, span.btn-1 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #0488a5;
  border-radius: 6.25rem !important;
  border: 2px solid #0488a5 !important;
  box-shadow: none;
  display: inline-block;
  max-width: 100%;
  min-width: 10.625rem;
  overflow-wrap: break-word;
  padding: 1rem 1.8125rem;
  position: relative;
  text-align: center !important;
  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, span.btn-1:hover, span.btn-1:focus, span.btn-1:active {
    background-color: #034857 !important;
    border-color: #034857 !important;
    color: #0fadd0 !important;
    text-decoration: none; }
a.btn-2, button.btn-2, span.btn-2 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: #0488a5 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #d4e953;
  border-radius: 6.25rem !important;
  border: 2px solid #d4e953 !important;
  box-shadow: none;
  display: inline-block;
  max-width: 100%;
  min-width: 10.625rem;
  overflow-wrap: break-word;
  padding: 1rem 1.8125rem;
  position: relative;
  text-align: center !important;
  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, span.btn-2:hover, span.btn-2:focus, span.btn-2:active {
    background-color: #bdd814 !important;
    border-color: #bdd814 !important;
    color: #034857 !important;
    text-decoration: none; }
a.btn-3, button.btn-3, span.btn-3 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: #606f03 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #bdd814;
  border-radius: 6.25rem !important;
  border: 2px solid #bdd814 !important;
  box-shadow: none;
  display: inline-block;
  max-width: 100%;
  min-width: 10.625rem;
  overflow-wrap: break-word;
  padding: 1rem 1.8125rem;
  position: relative;
  text-align: center !important;
  transition: all 0.4s ease; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active, span.btn-3:hover, span.btn-3:focus, span.btn-3:active {
    background-color: #606f03 !important;
    border-color: #606f03 !important;
    color: #bdd814 !important;
    text-decoration: none; }
a.btn-4, button.btn-4, span.btn-4 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: #034857 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #d4e953;
  border-radius: 6.25rem !important;
  border: 2px solid #d4e953 !important;
  box-shadow: none;
  display: inline-block;
  max-width: 100%;
  min-width: 10.625rem;
  overflow-wrap: break-word;
  padding: 1rem 1.8125rem;
  position: relative;
  text-align: center !important;
  transition: all 0.4s ease; }
  a.btn-4:hover, a.btn-4:focus, a.btn-4:active, button.btn-4:hover, button.btn-4:focus, button.btn-4:active, span.btn-4:hover, span.btn-4:focus, span.btn-4:active {
    background-color: #034857 !important;
    border-color: #034857 !important;
    color: #d4e953 !important;
    text-decoration: none; }
a.btn-blog, button.btn-blog, span.btn-blog {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  color: #0fadd0 !important;
  text-transform: none;
  text-decoration: none !important;
  background: transparent;
  border: none;
  display: flex !important;
  max-width: 100%;
  min-width: 10.625rem;
  overflow-wrap: break-word;
  position: relative;
  transition: all 0.4s ease; }
  a.btn-blog:hover, a.btn-blog:focus, a.btn-blog:active, button.btn-blog:hover, button.btn-blog:focus, button.btn-blog:active, span.btn-blog:hover, span.btn-blog:focus, span.btn-blog:active {
    color: #bdd814 !important;
    text-decoration: none; }
    a.btn-blog:hover.icon-left:before, a.btn-blog:hover.icon-left:after, a.btn-blog:hover.icon-right:before, a.btn-blog:hover.icon-right:after, a.btn-blog:focus.icon-left:before, a.btn-blog:focus.icon-left:after, a.btn-blog:focus.icon-right:before, a.btn-blog:focus.icon-right:after, a.btn-blog:active.icon-left:before, a.btn-blog:active.icon-left:after, a.btn-blog:active.icon-right:before, a.btn-blog:active.icon-right:after, button.btn-blog:hover.icon-left:before, button.btn-blog:hover.icon-left:after, button.btn-blog:hover.icon-right:before, button.btn-blog:hover.icon-right:after, button.btn-blog:focus.icon-left:before, button.btn-blog:focus.icon-left:after, button.btn-blog:focus.icon-right:before, button.btn-blog:focus.icon-right:after, button.btn-blog:active.icon-left:before, button.btn-blog:active.icon-left:after, button.btn-blog:active.icon-right:before, button.btn-blog:active.icon-right:after, span.btn-blog:hover.icon-left:before, span.btn-blog:hover.icon-left:after, span.btn-blog:hover.icon-right:before, span.btn-blog:hover.icon-right:after, span.btn-blog:focus.icon-left:before, span.btn-blog:focus.icon-left:after, span.btn-blog:focus.icon-right:before, span.btn-blog:focus.icon-right:after, span.btn-blog:active.icon-left:before, span.btn-blog:active.icon-left:after, span.btn-blog:active.icon-right:before, span.btn-blog:active.icon-right:after {
      background-image: url("../images/icons/arrow-btn-3-hover.svg");
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(90deg); }
  a.btn-blog.icon-left, button.btn-blog.icon-left, span.btn-blog.icon-left {
    margin-left: 25px; }
    a.btn-blog.icon-left:before, button.btn-blog.icon-left:before, span.btn-blog.icon-left:before {
      content: "";
      background-image: url("../images/icons/arrow-btn-3.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 1.1875rem;
      height: 1.1875rem;
      transition: 0.4s; }
  a.btn-blog.icon-right, button.btn-blog.icon-right, span.btn-blog.icon-right {
    display: flex; }
    a.btn-blog.icon-right::after, button.btn-blog.icon-right::after, span.btn-blog.icon-right::after {
      content: "";
      background-image: url("../images/icons/arrow-btn-3.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 1.1875rem;
      height: 1.1875rem;
      transition: 0.4s; }
a.btn-read-more, button.btn-read-more, span.btn-read-more {
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  border-radius: none !important;
  border: none;
  box-shadow: none;
  color: #0488a5 !important;
  cursor: pointer;
  display: inline-block !important;
  font-family: 'Rubik', sans-serif !important;
  font-size: 1rem !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal !important;
  max-width: 100%;
  overflow-wrap: break-word;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  a.btn-read-more:hover, a.btn-read-more:focus, a.btn-read-more:active, button.btn-read-more:hover, button.btn-read-more:focus, button.btn-read-more:active, span.btn-read-more:hover, span.btn-read-more:focus, span.btn-read-more:active {
    text-decoration: none;
    border-bottom: 2px solid #0488a5 !important; }
    a.btn-read-more:hover.arrow::after, a.btn-read-more:focus.arrow::after, a.btn-read-more:active.arrow::after, button.btn-read-more:hover.arrow::after, button.btn-read-more:focus.arrow::after, button.btn-read-more:active.arrow::after, span.btn-read-more:hover.arrow::after, span.btn-read-more:focus.arrow::after, span.btn-read-more:active.arrow::after {
      background-image: url("../images/icons/btn-arrow-orange.svg"); }

/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  background-image: url("../images/footer-bg.png");
  background-size: contain;
  background-color: #0488a5;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  footer.footer .container {
    position: relative;
    z-index: 2; }
  footer.footer .footer-top {
    position: relative;
    padding: 8.25rem 0 2.5rem; }
  footer.footer h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 3.375rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #0488a5;
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase; }
  footer.footer .logo-footer {
    height: 68px;
    width: 207px; }
    footer.footer .logo-footer img {
      object-fit: contain; }
  footer.footer address, footer.footer p, footer.footer a {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: white;
    margin: 0; }
    footer.footer address a, footer.footer p a, footer.footer a a {
      color: inherit;
      text-decoration: underline; }
      footer.footer address a:hover, footer.footer p a:hover, footer.footer a a:hover {
        text-decoration: none; }
  footer.footer .certification-wrap {
    display: flex;
    justify-content: space-around; }
    footer.footer .certification-wrap .img-wrap {
      width: 6.125rem;
      height: 6.125rem;
      margin-right: .5rem; }
      footer.footer .certification-wrap .img-wrap img {
        object-fit: contain; }
      footer.footer .certification-wrap .img-wrap:last-child {
        margin-right: 0; }
  footer.footer .footer-bottom {
    padding: 1.1875rem 0;
    position: relative;
    z-index: 2; }
    footer.footer .footer-bottom .container {
      position: relative; }
    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 p {
      font-family: 'Quicksand', sans-serif;
      font-size: 1rem;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: white;
      margin-bottom: 0; }
      footer.footer .footer-bottom .copy-r strong, footer.footer .footer-bottom .copy-r p strong, footer.footer .footer-bottom .created-by strong, footer.footer .footer-bottom .created-by p strong {
        color: inherit;
        font-weight: 800; }
      footer.footer .footer-bottom .copy-r a, footer.footer .footer-bottom .copy-r p a, footer.footer .footer-bottom .created-by a, footer.footer .footer-bottom .created-by p a {
        color: inherit; }
  footer.footer ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
    footer.footer ul.social li {
      display: inline-block;
      margin: 0px !important; }
      footer.footer ul.social li a {
        display: inherit;
        border-radius: 50%;
        color: white;
        border: 0.1111111111111111rem solid white;
        border: none;
        background: transparent;
        height: 50px;
        margin: 0 4px;
        position: relative;
        transition: 0.4s;
        width: 50px; }
        footer.footer ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 26px;
          left: 50%;
          position: absolute;
          top: 50%; }
        footer.footer ul.social li a:hover {
          color: white;
          background: #075a6c; }
  footer.footer .classic-text-widget {
    display: block !important; }

hr {
  position: relative; }

@media only screen and (max-width: 991px) {
  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 p {
    font-size: 0.875rem; }

  footer.footer .logo-footer {
    margin: 0 auto; } }
@media only screen and (max-width: 480px) {
  footer.footer h3 {
    font-size: 2.375rem; }

  footer.footer {
    background-position: center; } }
/*END footer------------------------------------------*/
/* START header-------------*/
/*START Sticky header*/
body.fixed header.header {
  background: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.47);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  /* 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 #NavDropdown ul {
    align-items: center; }
  body.fixed header.header #NavDropdown ul li > a, body.fixed header.header #NavDropdown ul li.open > a {
    color: #000000; }
    body.fixed header.header #NavDropdown ul li > a::after, body.fixed header.header #NavDropdown ul li.open > a::after {
      background-color: #0488a5 !important; }
    body.fixed header.header #NavDropdown ul li > a:hover, body.fixed header.header #NavDropdown ul li.open > a:hover {
      color: #0488a5; }
  body.fixed header.header #NavDropdown ul li ul li a, body.fixed header.header #NavDropdown ul li.open ul li a {
    color: white !important;
    padding: 10px 35px 11px !important; }
  body.fixed header.header #NavDropdown ul li ul li.active a, body.fixed header.header #NavDropdown ul li.open ul li.active a {
    color: #034857 !important; }

/*End Sticky header*/
header.header {
  font-family: 'Rubik', sans-serif;
  background: white;
  width: 100%;
  z-index: 1030; }
  header.header .textwidget {
    display: inline-block; }
  header.header p {
    margin-bottom: 0 !important; }
  header.header #open-search {
    background-image: url("../images/icons/search-icon-color.png");
    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;
    border: none;
    color: white;
    font-size: 1rem;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0 !important;
    position: absolute;
    left: calc(100% + 15px);
    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-------------------------------------*/
/*:root[user-agent*="Windows"]{
	background-color: #000000;
	.height-wrap{
		&::before {
			right: calc(40vw - ((1130px - 100vw)/(-2))) !important;
		}
	}
}*/
.height-wrap {
  position: relative;
  width: 100%; }
  .height-wrap::before {
    content: none;
    background: white;
    display: block;
    height: 100%;
    position: absolute;
    right: calc(40vw - ((1110px - 100vw)/(-2)));
    top: 0;
    width: 60vw;
    z-index: -1; }
  @media (max-width: 1300px) {
    .height-wrap::before {
      right: calc(40vw - ((1110px - 100vw)/(-2))); } }

.header-top {
  padding: 2.3125rem 0 1.875rem; }
  .header-top .box {
    margin: 0 0.1875rem; }
    .header-top .box:last-child {
      margin-left: 0.5rem;
      margin-right: 0; }

.btn-login, .btn-logout {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #0488a5;
  text-transform: uppercase;
  padding: 0.6875rem 1.8125rem;
  border-radius: 100px;
  border: solid 1.5px #0488a5;
  background: white;
  text-decoration: none;
  min-height: 40px;
  display: block;
  transition: 0.4s; }
  .btn-login:hover, .btn-logout:hover {
    color: white;
    background: #0488a5;
    text-decoration: none; }

.btn-donate {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: white;
  text-transform: uppercase;
  padding: 0.6875rem 1.8125rem;
  border-radius: 100px;
  border: solid 1.5px #0488a5;
  background: #0488a5;
  text-decoration: none;
  min-height: 40px;
  display: block;
  transition: 0.4s; }
  .btn-donate:hover {
    color: #0488a5;
    background: white;
    text-decoration: none; }

.btn-kart {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #034857;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #bdd814;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .btn-kart:hover {
    color: #bdd814;
    background: #034857;
    text-decoration: none; }

/*START Main Navigation------------------------------------------*/
.navbar, .navbar.navbar-expand-xl {
  padding: 0;
  display: flex;
  flex-direction: column;
  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: 0;
      overflow: hidden;
      position: relative;
      padding: 1.125rem 0.625rem 1.125rem 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: 248px;
        max-width: 100%;
        transition: all 0.4s ease; }

.col-middle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .col-middle::before {
    content: "";
    display: block;
    width: 110vw;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: calc((110vw - 926px) / -2); }

#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 {
    justify-content: end;
    align-items: center;
    flex-flow: row wrap; }
    #NavDropdown ul li, #NavDropdown ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle;
      padding: 0 0.75rem; }
      #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: 100% !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: 'Quicksand', sans-serif;
        font-size: 0.875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        color: #000000;
        background: transparent;
        border-radius: 0;
        border: none;
        display: block;
        padding: 1.0625rem 0;
        position: relative;
        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: #034857;
          border: none;
          bottom: 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: 100%; }
      #NavDropdown ul li ul, #NavDropdown ul li.open ul {
        background: #075a6c;
        border: none;
        display: none;
        height: unset;
        min-height: 0;
        text-align: left;
        left: 0;
        isolation: isolate;
        padding: 0 !important;
        border-radius: 0 !important;
        margin-top: 0 !important; }
        #NavDropdown ul li ul li, #NavDropdown ul li.open ul li {
          display: block;
          margin: 0 !important;
          padding: 0;
          width: 256px;
          border-radius: 0; }
          #NavDropdown ul li ul li.active > a, #NavDropdown ul li.open ul li.active > a {
            background: #d4e953;
            color: #034857 !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: 'Quicksand', sans-serif;
            border-top: 0;
            color: white !important;
            margin-top: 0;
            padding: 10px 15px 11px !important;
            text-transform: none;
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.67;
            letter-spacing: normal; }
            #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: #0488a5;
              color: white !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: #0488a5 !important; }
            #NavDropdown ul li ul li ul li a, #NavDropdown ul li.open ul li ul li a {
              color: #0488a5 !important; }
              #NavDropdown ul li ul li ul li a:hover, #NavDropdown ul li.open ul li ul li a:hover {
                background-color: #d4e953; }
      #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: 1rem;
        padding: 0 !important;
        border: none;
        transition: all 0.4s ease; }
        #NavDropdown ul li.btn-donate > a, #NavDropdown ul li.open.btn-donate > a {
          font-family: 'Quicksand', sans-serif;
          background-color: #0488a5;
          border: 2px solid #0488a5;
          color: white !important;
          border-radius: 1rem;
          font-size: 12px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: 0.4px;
          padding: 15px 30px;
          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;
          background-color: #bdd814;
          color: white !important;
          border: 2px solid #bdd814; }
        #NavDropdown ul li.btn-donate ul li a, #NavDropdown ul li.open.btn-donate ul li a {
          font-family: 'Rubik', sans-serif;
          border-top: 0;
          color: black !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: #0488a5;
  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 section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icons/menu-icon-mobile.svg"); }
  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; }
  body.fixed section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
    margin: 0 11px 0 7px; }
  body.fixed section.header-navigation #NavDropdown .height-wrap ul:not(.social) li a {
    padding: 15px 40px 15px 33px; }

  body.fixed header.header #NavDropdown ul:not(.social) ul:not(.dropdown-menu) > li:not(.btn-donate) > a, body.fixed header.header #NavDropdown ul:not(.social) ul:not(.dropdown-menu) > li.open > a {
    padding: 15px 40px 15px 33px; }

  body.fixed header.header #NavDropdown ul li.btn-donate, body.fixed header.header #NavDropdown ul li.btn-member, body.fixed header.header #NavDropdown ul li.open.btn-donate, body.fixed header.header #NavDropdown ul li.open.btn-member {
    padding: 0;
    padding-bottom: 15px; }

  body.fixed header.header #NavDropdown ul.social li a {
    padding: 0 !important; }

  .extra-links-bar {
    padding: 0 35px;
    display: block; }
    .extra-links-bar::before {
      display: none; }
    .extra-links-bar .custom-links a {
      color: #034857;
      display: block;
      text-align: left;
      margin-bottom: 24px; }
    .extra-links-bar .networks {
      text-align: left;
      margin-bottom: 30px; }
      .extra-links-bar .networks span.title {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.28px;
        color: #034857;
        display: block;
        text-align: left;
        margin-bottom: 16px; }
      .extra-links-bar .networks .social {
        display: flex;
        margin-left: -10px; }
        .extra-links-bar .networks .social a {
          color: #034857; }
    .extra-links-bar .search-box #open-search {
      display: block;
      margin: 0;
      background-image: url("../images/icons/search-icon.svg");
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: 16px 16px;
      background-position: center;
      width: 16px;
      height: 16px; }

  header.header #NavDropdown .height-wrap #open-search {
    position: relative;
    left: auto;
    top: auto;
    margin: 0; }

  #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: auto;
      margin-left: 15px; }
    section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
      background-image: url("../images/icons/menu-icon-mobile.svg");
      width: 41px;
      height: 41px;
      margin: 0 11px 0 7px; }
    section.header-navigation .navbar .navbar-header .navbar-toggler:focus {
      outline: none; }
    section.header-navigation .navbar .navbar-header .navbar-toggler.active {
      -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
      section.header-navigation .navbar .navbar-header .navbar-toggler.active .navbar-toggler-icon {
        background-image: url("../images/icons/close-menu.svg") !important;
        background-size: 55%;
        -webkit-filter: brightness(100%) invert(0%);
        filter: brightness(100%) invert(0%); }
  @-webkit-keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1; }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; } }
  @keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1; }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; } }
  section.header-navigation #NavDropdown {
    background: transparent;
    display: none;
    height: 100vh;
    position: absolute;
    right: -100%;
    top: 0;
    width: auto;
    z-index: 999;
    transition: 0.4s;
    display: block; }
    section.header-navigation #NavDropdown .height-wrap {
      background-color: #e0f1f4;
      height: calc(100vh - 0px);
      margin-left: auto;
      overflow-y: scroll !important;
      padding: 130px 0px 300px 0px;
      width: 300px;
      top: 0px;
      display: block !important; }
      section.header-navigation #NavDropdown .height-wrap::before {
        content: none; }
      section.header-navigation #NavDropdown .height-wrap ul:not(.social) {
        width: 100%;
        display: block; }
        section.header-navigation #NavDropdown .height-wrap ul:not(.social) li {
          display: block;
          width: 100%;
          position: relative;
          margin-bottom: 15px;
          padding: 0;
          -webkit-transform: translateZ(0); }
          section.header-navigation #NavDropdown .height-wrap ul:not(.social) li a {
            mix-blend-mode: inherit;
            padding: 15px 40px 15px 33px;
            color: #000000 !important;
            text-align: left; }
            section.header-navigation #NavDropdown .height-wrap ul:not(.social) li a::after {
              content: none; }
          section.header-navigation #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn {
            background-color: transparent;
            color: #000000 !important;
            border: 1px solid transparent;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            border-radius: 4px;
            height: 40px;
            padding: 0;
            position: absolute;
            right: 18px;
            top: 6px;
            width: 40px; }
            section.header-navigation #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn::after {
              content: none; }
            section.header-navigation #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span {
              font-size: 12px; }
            section.header-navigation #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:active, section.header-navigation #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:focus {
              outline: none; }
          section.header-navigation #NavDropdown .height-wrap ul:not(.social) li.only-mobile {
            display: block; }
            section.header-navigation #NavDropdown .height-wrap ul:not(.social) 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: #000000;
              position: absolute;
              font-size: 16px;
              right: 12px;
              top: 12px; }
          section.header-navigation #NavDropdown .height-wrap ul:not(.social) li.btn-donate, section.header-navigation #NavDropdown .height-wrap ul:not(.social) li.btn-member {
            margin: 10px 0 0 0 !important;
            padding: 0;
            padding-bottom: 15px;
            width: 100% !important;
            text-align-last: left; }
            section.header-navigation #NavDropdown .height-wrap ul:not(.social) li.btn-donate a, section.header-navigation #NavDropdown .height-wrap ul:not(.social) li.btn-member a {
              color: white !important;
              margin-bottom: 15px;
              margin-left: 31px;
              display: inline-block;
              border-radius: 30px; }
              section.header-navigation #NavDropdown .height-wrap ul:not(.social) li.btn-donate a:hover, section.header-navigation #NavDropdown .height-wrap ul:not(.social) li.btn-member a:hover {
                background: #0488a5; }
          section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul {
            background-color: #e0f1f4;
            border-radius: 0;
            border-bottom: 0;
            -webkit-transform: translateZ(0);
            overflow: hidden;
            position: relative;
            z-index: 5; }
            section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li {
              overflow: hidden; }
              section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li a {
                padding: 10px 15px;
                padding-left: 70px;
                color: #034857 !important; }
                section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li a:hover, section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li a:focus, section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li a:active {
                  background: #0fadd0;
                  color: white !important; }
              section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li ul {
                overflow: hidden;
                position: relative;
                z-index: 5; }
                section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li ul li {
                  overflow: hidden; }
                  section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li ul li a {
                    color: #034857 !important;
                    padding: 10px 15px;
                    padding-left: 70px; }
                    section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:hover, section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:focus, section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:active {
                      background: #0fadd0;
                      color: white !important; }
              section.header-navigation #NavDropdown .height-wrap ul:not(.social) li ul li.active a {
                color: white !important; }

  .mobile-container {
    margin-top: 2rem; }
    .mobile-container .box {
      display: block;
      width: 100%;
      padding: 0 33px;
      margin-bottom: 15px; } }
@media only screen and (max-width: 576px) {
  .navbar .navbar-header .navbar-brand img, .navbar.navbar-expand-xl .navbar-header .navbar-brand img,
  body.fixed header.header .navbar .navbar-header .navbar-brand img, body.fixed header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
    width: 200px; }

  section.header-navigation #NavDropdown {
    margin-top: 99px; }

  section.header-navigation #NavDropdown .height-wrap {
    padding-top: 30px; }

  section.header-navigation #NavDropdown {
    width: 100%; }

  section.header-navigation #NavDropdown .height-wrap {
    width: 100%; }

  section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon, body.fixed section.header-navigation .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
    width: 41px;
    height: 41px;
    margin-left: 15px; } }
@media only screen and (max-width: 480px) {
  .just-for-mobile .btn-member {
    display: none; }

  .just-for-mobile .btn-donate, .just-for-mobile .btn-member {
    margin: 0; }

  section.header-navigation .navbar .navbar-header .navbar-toggler {
    margin-right: 0px !important;
    padding: 0; }

  section.header-navigation #NavDropdown .height-wrap #open-search {
    padding: 21px !important; }

  section.header-navigation #NavDropdown .height-wrap ul li.btn-donate a, section.header-navigation #NavDropdown .height-wrap ul li.btn-member a {
    margin-bottom: 0; }

  .navbar .navbar-header .navbar-brand, .navbar.navbar-expand-xl .navbar-header .navbar-brand {
    width: 310px; }

  .just-for-mobile .btn-donate > a, .just-for-mobile .btn-member > a {
    font-size: 13px;
    padding: 11px 22px; } }
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #ffffff;
  padding: 90px 0;
  position: relative;
  z-index: 5; }
  .boxes-interior-footer .container-boxes {
    position: relative; }
  .boxes-interior-footer .item-col {
    background-color: transparent;
    border: none;
    max-width: 100%;
    padding: 0 !important;
    position: relative;
    text-decoration: none; }
    .boxes-interior-footer .item-col:nth-child(1) .featured-box-images {
      background-color: #0fadd0; }
      .boxes-interior-footer .item-col:nth-child(1) .featured-box-images::after {
        background: #0fadd0; }
    .boxes-interior-footer .item-col:nth-child(2) .featured-box-images {
      background-color: #0488a5; }
      .boxes-interior-footer .item-col:nth-child(2) .featured-box-images::after {
        background: #0488a5; }
    .boxes-interior-footer .item-col:nth-child(3) .featured-box-images {
      background-color: #034857; }
      .boxes-interior-footer .item-col:nth-child(3) .featured-box-images::after {
        background: #034857; }
    .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;
        background-position: center;
        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%;
          opacity: 0; }
      .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 {
          color: white;
          font-family: 'Rubik', sans-serif;
          font-size: 28px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.21;
          letter-spacing: -0.35px;
          text-align: center;
          text-transform: uppercase;
          z-index: 20;
          position: relative; }

@media only screen and (max-width: 1199.98px) {
  .boxes-interior-footer {
    padding: 40px 0; } }
@media only screen and (max-width: 991px) {
  .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
    font-size: 24px; } }
@media only screen and (max-width: 767px) {
  .boxes-interior-footer {
    padding: 40px 0; }
    .boxes-interior-footer .container-boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      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 {
  margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
  margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
  max-width: 100vw; }
  .entry-content .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: 'Rubik', sans-serif;
  color: #0488a5;
  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: #0488a5 !important;
    width: 24px !important;
    height: 24px !important; }
    .addtoany_content .a2a_kit a span svg path {
      fill: #0488a5 !important; }

.addtoany_shortcode {
  margin-left: 22px; }
  .addtoany_shortcode a.addtoany_share {
    background-color: transparent;
    border-radius: 3px !important;
    border: 2px solid #fd5d5d !important;
    box-shadow: none;
    color: #fd5d5d !important;
    display: inline-block;
    font-family: 'Quicksand' !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: #fd5d5d;
      color: white !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: 100%;
    left: 50%;
    max-height: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    transition: 0.4s; }

.gray-scale {
  background-color: #000;
  background-blend-mode: luminosity; }

.bg-cin {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.bg-cer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-hor-a {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat; }

.bg-ver-a {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat; }

.bg-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .85; }

.container-full-width {
  width: 100vw;
  left: calc((100vw - 1110px) / -2);
  height: 100%; }

.container-partial-width {
  width: calc(((100vw - 1110px) / 2) + (100% + 15px));
  height: 100%; }
  .container-partial-width.left-side {
    left: calc((100vw - 1110px) / -2); }
  .container-partial-width.right-side {
    left: -15px; }
  .container-partial-width.into-interior.left-side {
    left: calc(((100vw - 1110px) / -2) - 15px); }
  .container-partial-width.into-interior.right-side {
    left: -30px; }

button, input, textarea, select {
  outline: none !important; }

.bg-positive {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%); }

/*
.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: 1199.98px) {
  .container-full-width {
    width: 100vw;
    left: calc((100vw - 930px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 930px) / 2) + (100% + 15px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2); }
    .container-partial-width.right-side {
      left: -15px; }
    .container-partial-width.into-interior.left-side {
      left: calc(((100vw - 930px) / -2) - 15px); }
    .container-partial-width.into-interior.right-side {
      left: -30px; } }
@media only screen and (max-width: 991px) {
  .container-full-width {
    width: 100vw;
    left: calc((100vw - 690px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 690px) / 2) + (100% + 15px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2); }
    .container-partial-width.right-side {
      left: -15px; }
    .container-partial-width.into-interior.left-side {
      left: calc(((100vw - 690px) / -2) - 15px); }
    .container-partial-width.into-interior.right-side {
      left: -30px; } }
@media only screen and (max-width: 767px) {
  .alignright, .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px;
    text-align: center; }

  .container-full-width {
    width: 100vw;
    left: calc((100vw - 510px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 510px) / 2) + (100% + 45px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2); }
    .container-partial-width.right-side {
      left: -15px; }
    .container-partial-width.into-interior.left-side {
      left: calc(((100vw - 510px) / -2) - 15px); }
    .container-partial-width.into-interior.right-side {
      left: -30px; } }
@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; }

  .container-full-width {
    width: 100vw;
    left: -15px;
    height: 100%; }

  .container-partial-width {
    width: 100vw;
    height: 100%; }
    .container-partial-width.left-side {
      left: -15px; }
    .container-partial-width.right-side {
      left: -15px; } }
/*END Helper Classes-------------------------------------*/
#button-play-popup {
  display: flex;
  justify-content: space-between;
  font-family: 'Quicksand', sans-serif;
  align-items: center;
  background-color: transparent;
  border: none;
  bottom: 130px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 1;
  padding: 5px 0 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.49);
  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: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 17px 0 rgba(255, 0, 70, 0.45);
    margin: 0 0 0 20px;
    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(#fd5d5d, #fd5d5d);
  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 {
  overflow: hidden;
  position: relative;
  background-image: white;
  padding-top: 0px; }
  .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-item .slider-caption, .slider-widget .slider-a #home-slider-video .carousel-item .slider-caption {
          opacity: 0;
          left: -10%;
          transition: .9s; }
        .slider-widget .slider-a #home-slider .carousel-item.active .slider-caption, .slider-widget .slider-a #home-slider-video .carousel-item.active .slider-caption {
          opacity: 1;
          left: calc(0% + 15px); }
      .slider-widget .slider-a #home-slider .bullets, .slider-widget .slider-a #home-slider-video .bullets {
        display: block;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0; }
        .slider-widget .slider-a #home-slider .bullets .carousel-indicators, .slider-widget .slider-a #home-slider-video .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 .bullets .carousel-indicators li, .slider-widget .slider-a #home-slider-video .bullets .carousel-indicators li {
            background: transparent;
            border-radius: 50%;
            border: 2px solid #0488a5;
            display: inherit;
            margin: 5px 7.5px;
            opacity: 1;
            transition: all 0.4s ease;
            width: 14px;
            height: 14px; }
            .slider-widget .slider-a #home-slider .bullets .carousel-indicators li::after, .slider-widget .slider-a #home-slider-video .bullets .carousel-indicators li::after {
              content: none !important; }
            .slider-widget .slider-a #home-slider .bullets .carousel-indicators li.active, .slider-widget .slider-a #home-slider-video .bullets .carousel-indicators li.active {
              opacity: 1;
              width: 14px;
              height: 14px;
              background-color: #0488a5; }
              .slider-widget .slider-a #home-slider .bullets .carousel-indicators li.active::before, .slider-widget .slider-a #home-slider-video .bullets .carousel-indicators li.active::before {
                display: block; }
      .slider-widget .slider-a #home-slider .carousel-control-next, .slider-widget .slider-a #home-slider .carousel-control-prev, .slider-widget .slider-a #home-slider-video .carousel-control-next, .slider-widget .slider-a #home-slider-video .carousel-control-prev {
        border-radius: 50%;
        bottom: 50px;
        opacity: 1;
        position: absolute;
        top: calc(50% - 1rem);
        transition: all 0.4s ease;
        width: 1.25rem;
        height: 2rem;
        display: none; }
        .slider-widget .slider-a #home-slider .carousel-control-next .carousel-control-next-icon, .slider-widget .slider-a #home-slider .carousel-control-next .carousel-control-prev-icon, .slider-widget .slider-a #home-slider .carousel-control-prev .carousel-control-next-icon, .slider-widget .slider-a #home-slider .carousel-control-prev .carousel-control-prev-icon, .slider-widget .slider-a #home-slider-video .carousel-control-next .carousel-control-next-icon, .slider-widget .slider-a #home-slider-video .carousel-control-next .carousel-control-prev-icon, .slider-widget .slider-a #home-slider-video .carousel-control-prev .carousel-control-next-icon, .slider-widget .slider-a #home-slider-video .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: contain; }
      .slider-widget .slider-a #home-slider .carousel-control-next, .slider-widget .slider-a #home-slider-video .carousel-control-next {
        right: 2%;
        left: unset; }
        .slider-widget .slider-a #home-slider .carousel-control-next .carousel-control-next-icon, .slider-widget .slider-a #home-slider-video .carousel-control-next .carousel-control-next-icon {
          background-image: url("../images/icons/arrow_banner_right.svg"); }
      .slider-widget .slider-a #home-slider .carousel-control-prev, .slider-widget .slider-a #home-slider-video .carousel-control-prev {
        left: 2%; }
        .slider-widget .slider-a #home-slider .carousel-control-prev .carousel-control-prev-icon, .slider-widget .slider-a #home-slider-video .carousel-control-prev .carousel-control-prev-icon {
          background-image: url("../images/icons/arrow_banner_left.svg"); }
    .slider-widget .slider-a .slider-box {
      height: calc(100vh - 0px);
      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 .bg-img {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      right: 0;
      position: absolute;
      top: 0;
      width: 100vw; }
      .slider-widget .slider-a .bg-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .slider-widget .slider-a .container {
      position: relative;
      height: 100%; }
  .slider-widget .caption-container {
    position: relative; }
  .slider-widget .slider-caption {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: inherit;
    left: calc(0% + 15px);
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: absolute;
    right: inherit;
    text-align: left;
    top: 50%;
    width: 46%;
    z-index: 10; }
    .slider-widget .slider-caption h2 {
      font-family: 'Rubik', sans-serif;
      font-size: 3.75rem;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.98;
      letter-spacing: -0.6px;
      color: white;
      margin-bottom: 1.5625rem !important;
      text-transform: none !important; }
    .slider-widget .slider-caption h3 {
      font-family: 'Rubik', sans-serif;
      font-size: 1.75rem;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 1rem; }
    .slider-widget .slider-caption p {
      font-family: 'Quicksand', sans-serif;
      font-size: 1.125rem;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.28;
      letter-spacing: normal;
      color: #000000 !important;
      margin: 0 !important;
      text-align: left;
      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: #000000 !important;
        font-size: inherit !important;
        font-weight: bold !important; }
    .slider-widget .slider-caption a[class^="btn-"] {
      display: inline-block;
      color: #d4e953;
      border-color: #d4e953;
      margin-top: 50px; }

@media only screen and (max-width: 1199px) {
  .slider-widget .slider-a .bg-img:before {
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 1;
    z-index: 5; }

  .slider-widget .slider-caption {
    width: 100%;
    text-align: center; }

  .slider-widget .slider-a #home-slider .bullets .carousel-indicators, .slider-widget .slider-a #home-slider-video .bullets .carousel-indicators {
    flex-direction: row !important;
    justify-content: center;
    left: 100%;
    margin: 0;
    text-align: center;
    top: auto;
    width: 100%;
    bottom: 40px; } }
@media only screen and (max-width: 1199.98px) {
  .slider-widget .slider-caption h2 {
    color: black; } }
@media only screen and (max-width: 991px) {
  .slider-widget .slider-caption h2 {
    font-size: 2.375rem; }

  .slider-widget .slider-caption h3 {
    font-size: 1.125rem; }

  .slider-widget .slider-caption p {
    font-size: 0.875rem;
    width: 100%; }

  .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 {
    width: 0.625rem;
    height: 1.25rem; } }
@media only screen and (max-width: 576px) {
  .slider-widget .slider-a #home-slider .carousel-item.active .slider-caption, .slider-widget .slider-a #home-slider-video .carousel-item.active .slider-caption {
    left: 0; }

  .slider-widget .slider-caption h2 {
    font-size: 1.7rem; }

  .slider-widget .slider-caption a[class^="btn-"] {
    margin-top: 0; }

  .slider-widget .slider-caption {
    -webkit-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%); } }
/*END Slider--------------------------------------------------*/
.section-b {
  background: white;
  position: relative;
  padding: 5.1875rem 0; }
  .section-b::before {
    content: "";
    display: block;
    background-image: url("../images/leafs.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 245px;
    height: 245px;
    position: absolute;
    left: -122.5px;
    top: calc(50% - 122.5px); }
  .section-b::after {
    content: "";
    display: block;
    background-image: url("../images/leafs-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 245px;
    height: 245px;
    position: absolute;
    right: -122.5px;
    top: calc(50% - 122.5px); }
  .section-b::before, .section-b::after {
    -webkit-animation: spin 40s linear infinite;
    -moz-animation: spin 40s linear infinite;
    animation: spin 40s linear infinite; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .section-b .content-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
  .section-b .single-box a {
    text-decoration: none; }
  .section-b .card {
    border: none;
    border-radius: 0; }
    .section-b .card:hover .img-wrap:before {
      background-image: linear-gradient(to bottom, rgba(79, 202, 229, 0.84), #0488a5); }
  .section-b .card-img-overlay {
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .section-b .card-title {
    font-family: 'Rubik', sans-serif;
    font-size: 0.8125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 0; }
  .section-b .img-wrap {
    border-radius: 0;
    margin: 0; }
    .section-b .img-wrap:before {
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1;
      z-index: 5; }
  .section-b .link {
    margin-top: 1.9375rem; }

@media only screen and (max-width: 991px) {
  .section-b .content-wrap {
    grid-template-columns: repeat(3, 1fr); }

  .section-b {
    padding: 3.188rem 0; } }
@media only screen and (max-width: 576px) {
  .section-b .content-wrap {
    grid-template-columns: repeat(1, 1fr);
    width: 100vw;
    margin-left: -15px; }

  .section-b .img-wrap {
    height: 150px; }

  .section-b {
    padding: 0; } }
.section-c {
  background-color: #075a6c;
  padding: 4.5rem 0 8.75rem;
  color: white;
  position: relative; }
  .section-c::before {
    content: "";
    display: block;
    background-image: url("../images/leafs-3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 420px;
    height: 519.6px;
    position: absolute;
    left: -122.5px;
    bottom: 0; }
  .section-c::after {
    content: "";
    display: block;
    background-image: url("../images/border-c.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: auto;
    padding-bottom: 10.227272727272727%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .section-c h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ecfc8c;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 4.375rem; }
    .section-c h2::after {
      content: "";
      display: block;
      width: 154px;
      height: 2px;
      background: white;
      position: absolute;
      bottom: 8px;
      left: calc(100% + 22px); }
  .section-c p, .section-c dt, .section-c dd {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff; }
  .section-c dl dt {
    margin-bottom: 2.5625rem; }
  .section-c dl dd {
    margin-bottom: 1.625rem;
    padding-left: 30px;
    margin-left: 30px;
    position: relative; }
    .section-c dl dd::before {
      content: "";
      display: block;
      background-image: url("../images/icons/icon-bullet.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 16.8px;
      height: 18.5px;
      position: absolute;
      left: -17px;
      top: 0; }
  .section-c .content-top {
    margin-bottom: 4.875rem; }
  .section-c .single-box {
    height: 100%;
    margin: 0.375rem 0; }
    .section-c .single-box a {
      text-decoration: none; }
  .section-c .card {
    border: none;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    min-height: 300px;
    transition: 0.4s;
    display: flex;
    justify-content: center; }
    .section-c .card:hover {
      min-height: 394px; }
      .section-c .card:hover .card-img-overlay {
        opacity: 1; }
      .section-c .card:hover .img-wrap:before {
        opacity: 0.8; }
      .section-c .card:hover .img-wrap img {
        width: 125%;
        height: 125%; }
  .section-c .card-img-overlay {
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative; }
  .section-c .img-wrap {
    transition: 0.4s;
    height: 101%;
    position: absolute;
    margin: 0; }
    .section-c .img-wrap:before {
      opacity: 0;
      background-image: linear-gradient(326deg, #0488a5, #d4e953);
      z-index: 5; }
    .section-c .img-wrap img {
      width: 101%;
      height: 101%; }
  .section-c .card-title {
    font-family: 'Rubik', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white; }
    .section-c .card-title:hover {
      color: #d4e953; }
  .section-c .card-text p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: white; }
  .section-c .link {
    padding-top: 1rem; }
    .section-c .link span {
      font-family: 'Quicksand', sans-serif;
      font-size: 0.75rem;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.17;
      letter-spacing: normal;
      color: white;
      text-transform: uppercase; }
  .section-c .big-link {
    margin-top: 5.3125rem; }

@media only screen and (max-width: 1199px) {
  .section-c h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .section-c h2:before {
      content: '';
      display: block;
      width: 154px;
      height: 2px;
      background: white;
      position: relative;
      margin-right: 47px; }
    .section-c h2:after {
      position: relative;
      margin-left: 47px;
      left: auto;
      bottom: auto; }

  .section-c p {
    text-align: center; }

  .section-c dl dt {
    margin-top: 35px;
    text-align: center; } }
@media only screen and (max-width: 1199.98px) {
  .section-c .img-wrap::before {
    opacity: .85; }

  .section-c .card {
    min-height: 394px; }

  .section-c .single-box {
    margin: 0 0 0.625rem; } }
@media only screen and (max-width: 991px) {
  .section-c h2 {
    font-size: 1.75rem;
    margin-bottom: 1.375rem; }

  .section-c h2::before, .section-c h2::after {
    width: 100px; }

  .section-c h2::before {
    margin-right: 15px; }

  .section-c h2::after {
    margin-left: 15px; } }
@media only screen and (max-width: 576px) {
  .section-c h2::before, .section-c h2::after {
    display: none; }

  .section-c h2 {
    font-size: 1.125rem; }

  .section-c p, .section-c dt, .section-c dd {
    font-size: 14px; }

  .section-c {
    padding: 3.5rem 0 3.75rem; } }
.section-d {
  background: #f5f5f5;
  padding: 4.375rem 0;
  position: relative; }
  .section-d::after {
    content: "";
    display: block;
    background-image: url("../images/ilustracion-about.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 261.2px;
    height: 382px;
    position: absolute;
    right: -80px;
    top: calc(50% - 191px); }
  .section-d .single-box a {
    text-decoration: none; }
  .section-d .single-box:last-child {
    margin-bottom: 0; }
  .section-d .card {
    border: none;
    border-radius: 0;
    background: transparent; }
  .section-d .img-wrap {
    width: 90px;
    height: 90px;
    margin-bottom: 2rem;
    display: block; }
    .section-d .img-wrap img {
      object-fit: contain; }
  .section-d .card-body {
    display: block;
    position: relative;
    padding: 0; }
  .section-d .card-title {
    font-family: 'Rubik', sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #0488a5;
    position: relative;
    z-index: 5; }
  .section-d .card-text p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #707070;
    position: relative;
    z-index: 5; }
  .section-d .big-link {
    margin-top: 4rem; }

@media only screen and (max-width: 991px) {
  .section-d .img-wrap {
    margin: 0 auto 2rem; }

  .section-d .card-title {
    margin-bottom: 1.875rem; } }
@media only screen and (max-width: 576px) {
  .section-d::after {
    display: none; } }
.section-e {
  background: white;
  padding: 0; }
  .section-e .img-wrap {
    margin: 0 !important;
    height: 100% !important; }
    .section-e .img-wrap img {
      height: 100% !important; }

@media only screen and (max-width: 767px) {
  .section-e .img-wrap {
    margin: 0;
    height: 150px !important; } }
.section-f {
  padding: 5.4375rem 0 3.1875rem; }
  .section-f h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3.9375rem; }
    .section-f h2::after {
      content: "";
      display: block;
      width: 306px;
      height: 5px;
      background: #075a6c;
      position: relative;
      margin: 1rem auto 0; }
  .section-f .col-12:nth-child(2) h2::after {
    background: #0fadd0; }
  .section-f p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #707070; }
  .section-f .single-box a {
    text-decoration: none; }
  .section-f .card {
    border: none; }
    .section-f .card:hover p {
      color: #034857; }
    .section-f .card:hover .img-wrap img {
      width: 125%;
      height: 125%; }
  .section-f .img-wrap {
    height: 18.0625rem;
    border-radius: 30px; }

@media only screen and (max-width: 991px) {
  .section-f h2 {
    font-size: 1rem; }

  .section-f h2::after {
    width: 161px; } }
.section-g {
  padding: 3.625rem 0;
  background-color: #e6fbff; }
  .section-g .image-container {
    padding: 55px;
    position: relative; }
  .section-g .image-bg {
    background-image: linear-gradient(to right, #4fcae5 2%, #0488a5 125%);
    width: calc(((100vw - 1110px) / 2) + ((1110px - 41.666667%) + 45px));
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 245px 0 0 245px; }
  .section-g #image-slider {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    position: relative;
    padding: 38px; }
    .section-g #image-slider:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid white;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .section-g #image-slider .carousel-inner {
      height: 100%;
      overflow: visible; }
    .section-g #image-slider .carousel-item {
      height: 100%; }
      .section-g #image-slider .carousel-item::before {
        content: "";
        display: block;
        background-image: url("../images/leafs-effect.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 400px;
        height: 400px;
        position: absolute;
        left: -100px;
        top: calc(60% - 200px);
        z-index: 0;
        transform: scale(0);
        transition: 1.2s; }
      .section-g #image-slider .carousel-item::after {
        content: "";
        display: block;
        background-image: url("../images/leafs-2-effect.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 400px;
        height: 400px;
        position: absolute;
        left: -130px;
        top: calc(55% - 200px);
        z-index: 0;
        transform: scale(0);
        transition: 2.4s; }
      .section-g #image-slider .carousel-item.active:before {
        transform: scale(1); }
      .section-g #image-slider .carousel-item.active::after {
        transform: scale(1); }
    .section-g #image-slider .img-wrap {
      height: 100%;
      border-radius: 50%; }
  .section-g .info-container h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: white;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5625rem; }
    .section-g .info-container h2::after {
      content: "";
      display: block;
      width: 128px;
      height: 2px;
      background: white;
      position: absolute;
      bottom: 8px;
      left: calc(100% + 14px); }
    .section-g .info-container h2::before {
      content: "";
      display: block;
      background-image: url("../images/icons/quote-icon.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 85.3px;
      height: 66.8px;
      position: relative;
      z-index: 0;
      transition: 2.8s;
      margin-bottom: 2.3125rem; }
  .section-g .info-container blockquote {
    min-height: 140px; }
  .section-g .info-container blockquote, .section-g .info-container blockquote p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff; }
    .section-g .info-container blockquote a, .section-g .info-container blockquote p a {
      color: inherit;
      font-weight: 700;
      text-decoration: underline; }
      .section-g .info-container blockquote a:hover, .section-g .info-container blockquote p a:hover {
        text-decoration: none; }
  .section-g .info-container .link {
    margin-top: 1rem; }
  .section-g #info-slider .carousel-control-next, .section-g #info-slider .carousel-control-prev {
    display: none; }
  .section-g #info-slider .carousel-indicators {
    bottom: -8rem;
    display: none; }
    .section-g #info-slider .carousel-indicators li {
      background: transparent;
      border-radius: 50%;
      border: 2px solid #034857;
      display: inherit;
      margin: 0 5px;
      opacity: 1;
      transition: all 0.4s ease;
      width: 14px;
      height: 14px; }
      .section-g #info-slider .carousel-indicators li::after {
        content: none !important; }
      .section-g #info-slider .carousel-indicators li.active {
        opacity: 1;
        width: 14px;
        height: 14px;
        background-color: #034857; }
        .section-g #info-slider .carousel-indicators li.active::before {
          display: block; }
  .section-g .carousel-control-next, .section-g .carousel-control-prev {
    border-radius: 50%;
    bottom: 50px;
    opacity: 1;
    position: absolute;
    top: calc(50% - 1rem);
    transition: all 0.4s ease;
    width: 34px;
    height: 40px;
    font-size: 40px;
    line-height: 1;
    color: #bfbfbf; }
    .section-g .carousel-control-next .carousel-control-next-icon, .section-g .carousel-control-next .carousel-control-prev-icon, .section-g .carousel-control-prev .carousel-control-next-icon, .section-g .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: transparent; }
    .section-g .carousel-control-next:hover, .section-g .carousel-control-prev:hover {
      color: #0488a5; }
  .section-g .arrows-container {
    width: 95px;
    position: relative;
    margin: 0 auto; }

@media only screen and (max-width: 1199px) {
  .section-g .image-bg {
    width: calc(((100vw - 930px) / 2) + ((100% *2) + 30px)); }

  .section-g .arrows-container {
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: -25px;
    width: 80px; }

  .section-g .carousel-control-next, .section-g .carousel-control-prev {
    font-size: 25px; } }
@media only screen and (max-width: 991px) {
  .section-g {
    background-image: linear-gradient(88deg, #4fcae5 6%, #0488a5 121%); }

  .section-g .image-bg {
    display: none; }

  .section-g #image-slider {
    margin: 0 auto; }

  .info-container {
    text-align: center; }

  .section-g .info-container h2::after {
    display: none; }

  .section-g .info-container h2::before {
    margin: 0 auto 2.3125rem; }

  .section-g .arrows-container {
    margin: 4rem auto 2rem; } }
@media only screen and (max-width: 576px) {
  .section-g #image-slider {
    width: 280px;
    height: 280px; }

  .section-g .image-container {
    padding: 0;
    position: relative;
    margin-bottom: 55px; }

  .section-g #image-slider .carousel-item::before {
    width: 300px;
    height: 300px;
    position: absolute;
    left: -80px;
    top: calc(60% - 150px); }

  .section-g #image-slider .carousel-item::after {
    width: 300px;
    height: 300px;
    position: absolute;
    left: -100px;
    top: calc(55% - 150px); } }
.section-h {
  padding-bottom: 1.875rem;
  position: relative; }
  .section-h::before {
    content: "";
    display: block;
    background-image: url("../images/ilustracion-sponsors.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 245px;
    height: 245px;
    position: absolute;
    left: -0px;
    top: calc(50% - 122.5px); }
  .section-h::after {
    content: "";
    display: block;
    background-image: url("../images/ilustracion-sponsors.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 245px;
    height: 245px;
    position: absolute;
    right: -0px;
    top: calc(50% - 122.5px);
    transform: scale(-1, -1); }
  .section-h .sponsor-vCarousel .title-block {
    font-family: 'Rubik', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: black !important;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3.9375rem; }
  .section-h .sponsor-vCarousel #carousel__sponsors .carousel-inner {
    width: 100%; }
  .section-h .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images {
    margin: 0;
    height: 80px; }
  .section-h .sponsor-vCarousel #carousel__sponsors .single-sponsor {
    flex: 1 1 calc(25% - 50px);
    padding: 10px;
    margin: 0;
    margin-right: 50px; }
    .section-h .sponsor-vCarousel #carousel__sponsors .single-sponsor:last-child {
      margin-right: 0; }
  .section-h .carousel-indicators {
    bottom: -2rem; }
    .section-h .carousel-indicators li {
      background: transparent;
      border-radius: 50%;
      border: 2px solid #d6d6d6;
      display: inherit;
      margin: 0 5px;
      opacity: 1;
      transition: all 0.4s ease;
      width: 14px;
      height: 14px; }
      .section-h .carousel-indicators li::after {
        content: none !important; }
      .section-h .carousel-indicators li.active {
        opacity: 1;
        width: 14px;
        height: 14px;
        background-color: #d6d6d6; }
        .section-h .carousel-indicators li.active::before {
          display: block; }

@media only screen and (max-width: 767px) {
  .section-h::before, .section-h::after {
    display: none; } }
.block-quote {
  background-color: #0fadd0;
  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: white; }
  .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: white; }
  .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: white; }
  .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: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    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: -webkit-box;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px; }
    .wp-block-media-text .wp-block-media-text__content {
      padding: 0 !important; } }
@media only screen and (max-width: 767px) {
  .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%; } }
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: auto;
      max-height: inherit; } }

#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; }
          #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: white;
            text-align: left;
            margin-bottom: 18px;
            text-transform: uppercase; }
          #section-news-featured .news-grid-row .left-side .featured-post .body-post h2 {
            font-family: 'Quicksand', sans-serif;
            font-size: 50px;
            font-weight: 800;
            color: white !important;
            font-stretch: normal;
            font-style: normal;
            line-height: 0.98;
            letter-spacing: -0.89px;
            margin-bottom: 25px; }
          #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 .right-side {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #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: 7px; }
        #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; }
        #section-news-featured .news-grid-row .right-side .single-post:last-child .image-wrapping {
          width: 241px;
          height: 100%; }
        #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post {
          width: calc(100% - 241px);
          height: 100%;
          padding-top: 30px; }
          #section-news-featured .news-grid-row .right-side .single-post:last-child .body-post .content-post {
            font-family: 'Quicksand', sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: -0.25px; }
    @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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #section-news-featured .single-post .image-wrapping {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      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: 'Rubik', 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: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        color: #000000;
        margin-bottom: 7px; }
      #section-news-featured .single-post .body-post .content-post, #section-news-featured .single-post .body-post .content-post p {
        font-family: 'Quicksand', sans-serif;
        color: #000000;
        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: #0488a5;
        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: 'Rubik', 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/icon-calendar.svg");
            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: 'Quicksand', 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%; }

.carousel_block_testimonials {
  position: relative; }
  .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; }
      .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-family: 'Quicksand', sans-serif;
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.98;
        letter-spacing: -0.89px;
        color: white;
        margin-bottom: 0 !important; }
  .carousel_block_testimonials.bg-green {
    background-color: #0488a5; }
  .carousel_block_testimonials.bg-orange {
    background-color: #0488a5; }
  .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 white;
        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: white; }
          .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; }
      @media (max-width: 1200px) {
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
          flex-direction: column-reverse; } }
      .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: 1200px) {
          .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: white; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote {
        font-family: 'Quicksand', sans-serif;
        color: #ffffff;
        font-size: 17px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: -0.3px;
        line-height: 1.47; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
        font-family: 'Quicksand', sans-serif;
        color: #ffffff;
        display: block;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 800;
        letter-spacing: 0.4px;
        line-height: 1.67;
        margin-top: 30px;
        padding-left: 36px;
        position: relative;
        text-transform: uppercase; }
        .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
          content: '';
          background-color: #ffffff;
          display: block;
          height: 1px;
          left: 0;
          position: absolute;
          top: 10px;
          width: 26px; }

.campaing-column-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #ffffff; }
  .campaing-column-block .item-column {
    position: relative;
    padding-top: 49px;
    padding-bottom: 60px;
    text-align: left;
    flex: 1 1 100%;
    transition: all 0.3s ease; }
    .campaing-column-block .item-column::after {
      content: "";
      background-image: url("../images/icons/arrow-gradient-1.svg");
      background-size: contain;
      width: 56px;
      height: 56px;
      position: absolute;
      bottom: -33px;
      right: -27px;
      z-index: 20; }
    .campaing-column-block .item-column:nth-child(1) {
      background-color: #ffffff;
      border-bottom: 10px solid #d8f6ee;
      border-top: 6px solid #f7f8f9;
      padding-left: 114px;
      padding-right: 20px; }
      .campaing-column-block .item-column:nth-child(1)::after {
        background-image: url("../images/icons/arrow-gradient-1.svg"); }
    .campaing-column-block .item-column:nth-child(2) {
      background-color: #f7f8f9;
      border-bottom: 10px solid #afeddd;
      padding-left: 34px;
      padding-right: 31px; }
      .campaing-column-block .item-column:nth-child(2)::after {
        background-image: url("../images/icons/arrow-gradient-2.svg"); }
    .campaing-column-block .item-column:nth-child(3) {
      background-color: #f0f2f3;
      border-bottom: 10px solid #60dcbf;
      padding-left: 20px;
      padding-right: 24px; }
      .campaing-column-block .item-column:nth-child(3)::after {
        background-image: url("../images/icons/arrow-gradient-3.svg"); }
    .campaing-column-block .item-column:nth-child(4) {
      background-color: #ececec;
      border-bottom: 10px solid #5bc1a5;
      padding-left: 28px;
      padding-right: 114px; }
      .campaing-column-block .item-column:nth-child(4)::after {
        content: none; }
    .campaing-column-block .item-column h2, .campaing-column-block .item-column h3, .campaing-column-block .item-column h4, .campaing-column-block .item-column h5, .campaing-column-block .item-column strong, .campaing-column-block .item-column p, .campaing-column-block .item-column a {
      font-family: 'Quicksand', sans-serif;
      font-stretch: normal;
      font-style: normal; }
    .campaing-column-block .item-column h3 {
      font-size: 22px !important;
      font-weight: 800;
      letter-spacing: normal;
      line-height: 1.14 !important;
      width: 100%;
      margin-bottom: 18px !important; }
    .campaing-column-block .item-column p {
      font-size: 17px;
      font-weight: normal;
      letter-spacing: -0.3px !important;
      line-height: 1.47 !important;
      margin-bottom: 10px !important; }
    .campaing-column-block .item-column:hover, .campaing-column-block .item-column:focus {
      background-color: #d4e953;
      border-bottom-color: #d4e953; }
      .campaing-column-block .item-column:hover h2, .campaing-column-block .item-column:hover h3, .campaing-column-block .item-column:hover h4, .campaing-column-block .item-column:hover h5, .campaing-column-block .item-column:hover strong, .campaing-column-block .item-column:hover p, .campaing-column-block .item-column:hover a, .campaing-column-block .item-column:focus h2, .campaing-column-block .item-column:focus h3, .campaing-column-block .item-column:focus h4, .campaing-column-block .item-column:focus h5, .campaing-column-block .item-column:focus strong, .campaing-column-block .item-column:focus p, .campaing-column-block .item-column:focus a {
        color: white !important; }
  @media (max-width: 1200px) {
    .campaing-column-block {
      flex-wrap: wrap;
      flex-direction: column; }
      .campaing-column-block .item-column {
        padding: 56px 32vw 42px 26px !important; }
        .campaing-column-block .item-column:nth-child(1) {
          border-width: 11px; }
          .campaing-column-block .item-column:nth-child(1)::after {
            right: 25%; }
        .campaing-column-block .item-column:nth-child(2)::after {
          right: 15%; }
        .campaing-column-block .item-column:nth-child(3)::after {
          right: 5%; }
        .campaing-column-block .item-column h3 br {
          display: none; } }
  @media (max-width: 767px) {
    .campaing-column-block .item-column {
      padding: 56px 50px 42px 20px !important; }
      .campaing-column-block .item-column:nth-child(1) {
        border-width: 11px; }
        .campaing-column-block .item-column:nth-child(1)::after {
          right: 45%; }
      .campaing-column-block .item-column:nth-child(2)::after {
        right: 25%; }
      .campaing-column-block .item-column:nth-child(3)::after {
        right: 5%; } }

.tl-timeline h1, .tl-timeline h2, .tl-timeline h3, .tl-timeline h4, .tl-timeline h5, .tl-timeline h6 {
  color: #3d3d3d !important;
  font-family: 'Quicksand' !important;
  font-size: 33px !important;
  font-weight: 800 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03 !important;
  letter-spacing: -1.09px !important; }

.tl-timeline p {
  font-family: 'Quicksand' !important;
  color: #3d3d3d !important;
  font-size: 17px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47 !important;
  letter-spacing: -0.3px !important; }

.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: 'Quicksand', sans-serif;
    font-size: 31px;
    font-weight: 900;
    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: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.09px;
    color: #000000; }
  .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: 'Quicksand', 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: #000000; }
.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;
    flex-direction: column-reverse;
    justify-content: flex-start; }
    .wp-block-columns .wp-block-column {
      margin-left: 0 !important;
      margin-bottom: 30px;
      width: 100%; }
      .wp-block-columns .wp-block-column .wp-block-image {
        margin-left: unset !important; } }

#accordionBlock {
  width: 75%; }
  #accordionBlock .card {
    border-radius: 0 !important;
    border: solid 0.5px #cacaca;
    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;
      border-color: #cacaca;
      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: 'Quicksand', sans-serif;
        background: transparent;
        border-radius: 0;
        color: unset;
        font-size: 19px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1.2;
        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: #17222c;
          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: 0;
          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: #0488a5; }
            #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/chevron-up-yellow.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; }
            #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-blue.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: 10px 6px;
            cursor: pointer;
            display: inline-block;
            height: 100%;
            position: absolute;
            right: 0;
            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 40px 20px 20px; }
      #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: #ffa900;
        font-size: 19px;
        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: 'Quicksand', sans-serif;
        color: rgba(0, 0, 0, 0.74);
        font-size: 15px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: -0.08px;
        letter-spacing: normal;
        line-height: 1.47;
        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: 100%;
    left: calc((100vw - 1110px)/(-2));
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + ((100vw - 1110px)/(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 - 930px)/(-2));
      width: calc(100% + ((100vw - 930px)/(2))); } }
  @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: 100%;
      right: calc((100vw - 1110px)/(-2));
      overflow: hidden;
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: calc(100% + ((100vw - 1110px)/(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 - 930px)/(-2));
      width: calc(100% + ((100vw - 930px)/(2))); } }
  @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: 60px 90px; }
    .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 h3 {
      font-family: 'Rubik', sans-serif;
      font-family: font1;
      font-size: 33px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: -1.09px;
      margin-bottom: 18px;
      text-transform: none !important; }
  .media_text-block .content-block, .media_text-block p {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.3px;
    margin-bottom: 22px; }

.interior-page #accordionBlock .card, .interior-page .elevation-accordion .card {
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 14px;
  /*.card.header*/ }
  .interior-page #accordionBlock .card:first-child .card-header h2 .btn::before, .interior-page .elevation-accordion .card:first-child .card-header h2 .btn::before {
    content: "\f078"; }
  .interior-page #accordionBlock .card .card-header, .interior-page .elevation-accordion .card .card-header {
    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
    border-radius: 0 !important; }
    .interior-page #accordionBlock .card .card-header h2, .interior-page #accordionBlock .card .card-header h3, .interior-page #accordionBlock .card .card-header h4, .interior-page #accordionBlock .card .card-header h6, .interior-page .elevation-accordion .card .card-header h2, .interior-page .elevation-accordion .card .card-header h3, .interior-page .elevation-accordion .card .card-header h4, .interior-page .elevation-accordion .card .card-header h6 {
      font-family: 'Quicksand', sans-serif;
      font-size: 18px;
      font-weight: 700 !important; }
      .interior-page #accordionBlock .card .card-header h2 .btn, .interior-page #accordionBlock .card .card-header h3 .btn, .interior-page #accordionBlock .card .card-header h4 .btn, .interior-page #accordionBlock .card .card-header h6 .btn, .interior-page .elevation-accordion .card .card-header h2 .btn, .interior-page .elevation-accordion .card .card-header h3 .btn, .interior-page .elevation-accordion .card .card-header h4 .btn, .interior-page .elevation-accordion .card .card-header h6 .btn {
        color: inherit;
        font-weight: 700;
        display: block;
        font-size: inherit;
        margin: 0 !important;
        padding: 1.25rem 50px 1.25rem 1.25rem;
        position: relative;
        text-align: left;
        width: 100%;
        white-space: normal !important; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="true"]::before {
          content: "\f077"; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"], .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"], .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"], .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"], .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"], .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="false"], .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="false"], .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="false"] {
          color: #000000; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="false"]::before {
          content: "\f078";
          color: #000000; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"], .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"], .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"], .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"], .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="true"], .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="true"], .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="true"] {
          color: #0488a5; }
        .interior-page #accordionBlock .card .card-header h2 .btn::before, .interior-page #accordionBlock .card .card-header h3 .btn::before, .interior-page #accordionBlock .card .card-header h4 .btn::before, .interior-page #accordionBlock .card .card-header h6 .btn::before, .interior-page .elevation-accordion .card .card-header h2 .btn::before, .interior-page .elevation-accordion .card .card-header h3 .btn::before, .interior-page .elevation-accordion .card .card-header h4 .btn::before, .interior-page .elevation-accordion .card .card-header h6 .btn::before {
          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: #0488a5;
          display: inline-block;
          font-size: 20px;
          line-height: 1;
          margin-right: 25px;
          position: absolute;
          right: 0;
          top: calc(50% - 10px); }
        .interior-page #accordionBlock .card .card-header h2 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h3 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h4 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h6 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h2 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h3 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h4 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h6 .btn.collapsed::before {
          content: "\f078"; }
        .interior-page #accordionBlock .card .card-header h2 .btn:hover, .interior-page #accordionBlock .card .card-header h2 .btn:focus, .interior-page #accordionBlock .card .card-header h2 .btn:active, .interior-page #accordionBlock .card .card-header h3 .btn:hover, .interior-page #accordionBlock .card .card-header h3 .btn:focus, .interior-page #accordionBlock .card .card-header h3 .btn:active, .interior-page #accordionBlock .card .card-header h4 .btn:hover, .interior-page #accordionBlock .card .card-header h4 .btn:focus, .interior-page #accordionBlock .card .card-header h4 .btn:active, .interior-page #accordionBlock .card .card-header h6 .btn:hover, .interior-page #accordionBlock .card .card-header h6 .btn:focus, .interior-page #accordionBlock .card .card-header h6 .btn:active, .interior-page .elevation-accordion .card .card-header h2 .btn:hover, .interior-page .elevation-accordion .card .card-header h2 .btn:focus, .interior-page .elevation-accordion .card .card-header h2 .btn:active, .interior-page .elevation-accordion .card .card-header h3 .btn:hover, .interior-page .elevation-accordion .card .card-header h3 .btn:focus, .interior-page .elevation-accordion .card .card-header h3 .btn:active, .interior-page .elevation-accordion .card .card-header h4 .btn:hover, .interior-page .elevation-accordion .card .card-header h4 .btn:focus, .interior-page .elevation-accordion .card .card-header h4 .btn:active, .interior-page .elevation-accordion .card .card-header h6 .btn:hover, .interior-page .elevation-accordion .card .card-header h6 .btn:focus, .interior-page .elevation-accordion .card .card-header h6 .btn:active {
          text-decoration: none; }

.filter-category div.ajaxsearchpro[id^='ajaxsearchpro'], .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] {
  background-image: radial-gradient(ellipse at center, white, white) !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid #979797 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  max-width: 100% !important; }
  .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'].vertical, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'].vertical {
    background-color: #0488a5 !important; }
  .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox {
    height: 57px !important;
    background: transparent !important;
    border-radius: 29px !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: white !important;
      border: none !important;
      box-shadow: none !important;
      width: 50px !important;
      height: 57px !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: 57px !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/icon-search-orange.svg");
          background-size: 13px 13px;
          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: white !important;
      padding: 0px !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.74) !important;
        font-family: 'Quicksand', sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !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.74) !important;
          font-family: 'Quicksand', 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: 37px !important;
        left: 24px;
        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: #919191 !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: #919191 !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: #919191 !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;
      position: absolute;
      right: 50px; }
    .filter-category div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proclose, .filter-wrap div.ajaxsearchpro[id^='ajaxsearchpro'] .probox .proclose {
      align-self: center;
      position: absolute;
      right: 50px; }
  .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.7) !important; }

/*search result ajax pro*/
div[id^="ajaxsearchprores"].vertical, div[class^="asp_r_"].vertical {
  background: #0488a5 !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: #0488a5 !important; }

@media only screen and (max-width: 991px) {
  .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
    flex-basis: auto !important;
    min-width: 100% !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: 'Quicksand', sans-serif;
      color: #0488a5;
      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: #0488a5;
        display: inline-block;
        font-size: 0.9rem;
        position: relative; }
    ul.breadcrumbs li a {
      font-family: 'Quicksand', 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: #0488a5; }

.tml .tml-action-links a {
  color: #0488a5 !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 .tml-submit-wrap input[type="submit"] {
  background-color: #182955;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  color: white !important;
  display: inline-block;
  font-family: 'Quicksand', 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: 'Quicksand', 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: 30px !important; }
  #loginform .login-submit::after {
    content: "";
    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: #ffa900;
    border-radius: 0;
    border: none;
    color: black !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Quicksand', 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 !important;
    margin: 0 !important;
    max-width: 100%;
    padding: 15px 70px 14px 25px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 206px; }
    #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: black;
      color: #fff !important;
      text-decoration: none; }
      #loginform .login-submit #wp-submit:hover::after, #loginform .login-submit #wp-submit:focus::after, #loginform .login-submit #wp-submit:active::after, #loginform .login-submit input[type="submit"]:hover::after, #loginform .login-submit input[type="submit"]:focus::after, #loginform .login-submit input[type="submit"]:active::after {
        background-image: url("../images/chevron-white-right.svg"); }

#gtranslate_selector {
  font-family: 'Quicksand', 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: 'Quicksand', sans-serif !important;
    font-size: 2.5rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.9px;
    color: #0488a5; }
  .gform_wrapper:not(#gform_wrapper_1) .gform_heading .gform_description {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.09px;
    margin-bottom: 0 !important;
    color: rgba(0, 0, 0, 0.74); }
.gform_wrapper:not(#gform_wrapper_1) .gform_body ul.gform_fields li.gfield {
  padding-left: 0 !important;
  margin-top: 0 !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: 'Quicksand', sans-serif;
      color: #000000;
      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: #0488a5;
        border-radius: 50%;
        border: 4px solid #0488a5;
        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: 4px solid #d8d8d8;
      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: 'Quicksand', sans-serif;
    color: inherit;
    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: #075a6c;
      border-radius: 0;
      border: 4px solid #075a6c;
      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 #d8d8d8;
    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: 'Quicksand', sans-serif;
    color: #000000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 1.3888888888888888rem !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: #075a6c;
      border-radius: 0.16666666666666666rem;
      border: 0.2222222222rem solid #075a6c;
      height: 0.8333333333333334rem;
      left: 0;
      position: absolute;
      top: 0.05555555555555555rem;
      transition: all 0.2s ease;
      width: 0.8333333333333334rem;
      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 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    font-style: normal;
    font-weight: 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 #d8d8d8;
    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: 'Quicksand', sans-serif;
    color: #075a6c;
    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/btn-arrow-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;
    display: none; }
  .gform_wrapper:not(#gform_wrapper_1) .gform_footer input[type="submit"], .gform_wrapper:not(#gform_wrapper_1) .gform_footer input.button {
    background-color: #0488a5;
    border-radius: 34px;
    border: 2px solid #0488a5 !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 202px;
    opacity: 1;
    padding: 19px 27px 19px 27px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    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: #034857 !important;
      border-color: #034857 !important;
      color: #0fadd0 !important;
      text-decoration: none; }

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

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

/*Error Form Css*/
.gform_wrapper div.validation_error {
  font-family: 'Quicksand', sans-serif !important;
  border: none !important;
  color: #ff0000 !important;
  font-size: 12px !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: 'Quicksand', sans-serif !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff0000; }

/*Error Form*/
/*Global Styles Gform*/
.gform_wrapper ul li::before {
  content: none !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: 'Quicksand', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #075a6c;
  font-size: 13px !important;
  font-weight: bold;
  min-height: 40px;
  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: #075a6c;
    outline: none;
    color: #075a6c;
    /* 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: #075a6c;
      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: #075a6c;
      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: #075a6c;
      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: #075a6c;
    background: url("../images/icons/select-arrow-yellow.png") 97%/10px no-repeat #ffffff;
    transition: all 0.4s ease;
    color: #075a6c; }
.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: 'Quicksand', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #000000 !important; }

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

form#your-profile .tml-user-admin-bar-front-wrap label {
  position: relative;
  cursor: pointer; }
form#your-profile input:not([type="submit"]), form#your-profile textarea, form#your-profile select {
  font-family: 'Quicksand', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #075a6c;
  font-size: 13px !important;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  form#your-profile input:not([type="submit"])::-webkit-input-placeholder, form#your-profile textarea::-webkit-input-placeholder, form#your-profile select::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  form#your-profile input:not([type="submit"])::-moz-placeholder, form#your-profile textarea::-moz-placeholder, form#your-profile select::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  form#your-profile input:not([type="submit"]):-ms-input-placeholder, form#your-profile textarea:-ms-input-placeholder, form#your-profile select:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  form#your-profile input:not([type="submit"]):active, form#your-profile input:not([type="submit"]):focus, form#your-profile textarea:active, form#your-profile textarea:focus, form#your-profile select:active, form#your-profile select:focus {
    box-shadow: none;
    border-color: #075a6c;
    outline: none;
    color: #075a6c;
    /* firefox 19+ */
    /* ie */ }
    form#your-profile input:not([type="submit"]):active::-webkit-input-placeholder, form#your-profile input:not([type="submit"]):focus::-webkit-input-placeholder, form#your-profile textarea:active::-webkit-input-placeholder, form#your-profile textarea:focus::-webkit-input-placeholder, form#your-profile select:active::-webkit-input-placeholder, form#your-profile select:focus::-webkit-input-placeholder {
      color: #075a6c;
      opacity: 1; }
    form#your-profile input:not([type="submit"]):active::-moz-placeholder, form#your-profile input:not([type="submit"]):focus::-moz-placeholder, form#your-profile textarea:active::-moz-placeholder, form#your-profile textarea:focus::-moz-placeholder, form#your-profile select:active::-moz-placeholder, form#your-profile select:focus::-moz-placeholder {
      color: #075a6c;
      opacity: 1; }
    form#your-profile input:not([type="submit"]):active:-ms-input-placeholder, form#your-profile input:not([type="submit"]):focus:-ms-input-placeholder, form#your-profile textarea:active:-ms-input-placeholder, form#your-profile textarea:focus:-ms-input-placeholder, form#your-profile select:active:-ms-input-placeholder, form#your-profile select:focus:-ms-input-placeholder {
      color: #075a6c;
      opacity: 1; }
form#your-profile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow.png") calc(100% - 15px)/10px no-repeat #ffffff;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  padding-right: 40px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  form#your-profile select option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  form#your-profile select:focus, form#your-profile select:active {
    border-color: #075a6c;
    background: url("../images/icons/select-arrow-yellow.png") calc(100% - 15px)/10px no-repeat #ffffff;
    transition: all 0.4s ease;
    color: #075a6c; }
form#your-profile textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
form#your-profile input[type="checkbox"], form#your-profile input[type="radio"] {
  height: 30px; }
form#your-profile label.gfield_label {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #000000 !important; }
form#your-profile input[type="submit"], form#your-profile input.button, form#your-profile button {
  background-color: #0488a5;
  border-radius: 34px;
  border: 2px solid #0488a5 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1.39 !important;
  margin: 0 !important;
  margin-top: 30px !important;
  max-width: 100%;
  min-width: 202px;
  opacity: 1;
  padding: 19px 27px 19px 27px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  form#your-profile input[type="submit"]:hover, form#your-profile input[type="submit"]:focus, form#your-profile input[type="submit"]:active, form#your-profile input.button:hover, form#your-profile input.button:focus, form#your-profile input.button:active, form#your-profile button:hover, form#your-profile button:focus, form#your-profile button:active {
    background-color: #034857 !important;
    border-color: #034857 !important;
    color: #0fadd0 !important;
    text-decoration: none; }
form#your-profile .tml-profile .tml-form-table, form#your-profile .tml-form-table {
  margin-bottom: 60px; }
form#your-profile th, form#your-profile td {
  display: block !important; }

/*START Sign Up--------------------------------------------------*/
.sign-up-form {
  background-color: transparent;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  padding: 2.625rem 0; }
  .sign-up-form .gform_wrapper, .sign-up-form .newsletterForm_wrapper {
    margin: 0 !important;
    padding: !important;
    position: relative;
    width: 100%; }
    .sign-up-form .gform_wrapper form, .sign-up-form .newsletterForm_wrapper form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .sign-up-form .gform_wrapper .gform_heading, .sign-up-form .gform_wrapper .gfield_html, .sign-up-form .newsletterForm_wrapper .gform_heading, .sign-up-form .newsletterForm_wrapper .gfield_html {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin: 0;
      width: 100%;
      margin: 0 !important;
      padding: 0 !important; }
      .sign-up-form .gform_wrapper .gform_heading .gform_title, .sign-up-form .gform_wrapper .gfield_html .gform_title, .sign-up-form .newsletterForm_wrapper .gform_heading .gform_title, .sign-up-form .newsletterForm_wrapper .gfield_html .gform_title {
        font-family: 'Rubik', sans-serif;
        font-family: Rubik;
        font-size: 2rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 27px !important; }
        .sign-up-form .gform_wrapper .gform_heading .gform_title strong, .sign-up-form .gform_wrapper .gfield_html .gform_title strong, .sign-up-form .newsletterForm_wrapper .gform_heading .gform_title strong, .sign-up-form .newsletterForm_wrapper .gfield_html .gform_title strong {
          font-weight: bold;
          color: #075a6c;
          display: block; }
      .sign-up-form .gform_wrapper .gform_heading h3, .sign-up-form .gform_wrapper .gfield_html h3, .sign-up-form .newsletterForm_wrapper .gform_heading h3, .sign-up-form .newsletterForm_wrapper .gfield_html h3 {
        margin-bottom: 15px !important; }
      .sign-up-form .gform_wrapper .gform_heading .gform_description, .sign-up-form .gform_wrapper .gfield_html .gform_description, .sign-up-form .newsletterForm_wrapper .gform_heading .gform_description, .sign-up-form .newsletterForm_wrapper .gfield_html .gform_description {
        font-family: 'Quicksand', 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 {
      margin: 0 !important;
      position: relative;
      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 {
        padding-left: 0;
        margin: 0;
        list-style: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        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 .gform_wrapper .gform_body ul.gform_fields .gfield_html, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html {
          margin: 0 !important;
          padding: 0 !important; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield:nth-child(2), .sign-up-form .gform_wrapper .gform_body ul.gform_fields li:nth-child(2), .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html:nth-child(2), .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield:nth-child(2), .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li:nth-child(2), .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html:nth-child(2) {
            margin-left: .5rem !important;
            margin-bottom: 1rem !important; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield:last-child, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li:last-child, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html:last-child, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield:last-child, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li:last-child, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html:last-child {
            width: 80%;
            margin-bottom: 1.4375rem !important; }
          .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 .gform_wrapper .gform_body ul.gform_fields li .gfield_label, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li label, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .gfield_label, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html 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, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .gfield_label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .gfield_label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html 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 .gform_wrapper .gform_body ul.gform_fields .gfield_html .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, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .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 .gform_wrapper .gform_body ul.gform_fields .gfield_html .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, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input {
              font-family: 'Quicksand', sans-serif !important;
              font-size: 14px !important;
              font-weight: 500 !important;
              font-stretch: normal !important;
              font-style: normal !important;
              line-height: 1.29 !important;
              letter-spacing: normal !important;
              color: #d6d6d6 !important;
              background: white !important;
              border-radius: 47px !important;
              border: 1px solid #bebebe !important;
              height: 3.125rem !important;
              min-height: auto !important;
              padding: 1rem 1.5625rem !important;
              text-align: left;
              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 .gform_wrapper .gform_body ul.gform_fields .gfield_html .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, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input::-webkit-input-placeholder {
                color: #d6d6d6 !important;
                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 .gform_wrapper .gform_body ul.gform_fields .gfield_html .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, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input::-moz-placeholder {
                color: #d6d6d6 !important;
                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 .gform_wrapper .gform_body ul.gform_fields .gfield_html .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, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:-ms-input-placeholder {
                color: #d6d6d6 !important;
                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 .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:hover, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:active, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .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, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:focus {
                box-shadow: none;
                color: #0488a5 !important;
                border-color: #0488a5 !important;
                /* firefox 19+ */
                /* ie */ }
                .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:focus::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:focus::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:focus::-webkit-input-placeholder {
                  color: #0488a5 !important;
                  opacity: 1; }
                .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:hover::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:active::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:focus::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:hover::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:active::-moz-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:focus::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:focus::-moz-placeholder {
                  color: #0488a5 !important;
                  opacity: 1; }
                .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:active:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:focus:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:active:-ms-input-placeholder, .sign-up-form .gform_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:focus:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container input:focus:-ms-input-placeholder {
                  color: #0488a5 !important;
                  opacity: 1; }
          .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 .gform_wrapper .gform_body ul.gform_fields .gfield_html .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, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields .gfield_html .ginput_container_email input {
            width: 100% !important;
            max-width: 100%; }
        .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield_error, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield_error {
          border-radius: 30px 0 0 30px !important;
          border: 1px solid #790000; }
    .sign-up-form .gform_wrapper .gform_footer, .sign-up-form .newsletterForm_wrapper .gform_footer {
      width: auto;
      padding: 0;
      margin: 0;
      transition: all 0.4s ease;
      -ms-flex-item-align: center;
      align-self: center;
      z-index: 99; }
      .sign-up-form .gform_wrapper .gform_footer input.gform_button, .sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        color: #606f03;
        height: 3.125rem;
        min-width: 10.4375rem;
        border-radius: 47px;
        background-color: #bdd814;
        border: none !important;
        cursor: pointer;
        margin: 0;
        opacity: 1;
        padding: 0 1rem;
        text-transform: uppercase;
        transition: all 0.4s ease; }
        .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;
          color: #bdd814;
          background-color: #606f03; }
      .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: 30px;
      color: #fff !important;
      left: calc(50% - 150px);
      margin-bottom: 0;
      padding: 15px !important;
      position: absolute;
      right: 0;
      top: auto;
      bottom: -30px;
      width: auto;
      z-index: 999;
      text-align: center !important; }
  .sign-up-form .gform_confirmation_wrapper {
    float: none;
    margin-top: 0;
    text-align: center; }
  .sign-up-form .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #075a6c;
    display: block;
    background: white;
    padding: 10px 20px;
    position: relative; }
  .sign-up-form img.gform_ajax_spinner {
    display: none !important; }

@media only screen and (max-width: 991px) {
  .sign-up-form .gform_wrapper form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sign-up-form .gform_wrapper form .gform_heading {
      width: 100%; } }
@media only screen and (max-width: 599px) {
  .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,
  .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield:nth-child(2), .sign-up-form .gform_wrapper .gform_body ul.gform_fields li:nth-child(2), .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield:nth-child(2), .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li:nth-child(2) {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield:last-child, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li:last-child, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield:last-child, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li:last-child {
    width: 100%; } }
/*END Sign Up------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #ffffff;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 360px;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-top: 0px; }
  .interior-banner .banner-wrapping {
    padding-top: inherit !important;
    height: 100%;
    position: absolute;
    width: 100vw;
    top: 0;
    right: 0; }
    .interior-banner .banner-wrapping img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
    .interior-banner .banner-wrapping::after {
      content: "";
      width: 100%;
      height: 100%;
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.75);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: none; }
  .interior-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10; }
  .interior-banner .title-page {
    max-width: 100%;
    width: 100%;
    z-index: 15; }
    .interior-banner .title-page h1, .interior-banner .title-page h2 {
      font-family: 'Rubik', sans-serif;
      font-size: 45px !important;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.08 !important;
      letter-spacing: normal !important;
      text-align: left !important;
      color: black;
      margin-bottom: 0px !important;
      text-transform: uppercase !important; }
    .interior-banner .title-page .author-info {
      font-family: 'Quicksand', sans-serif;
      color: #d4e953;
      display: block;
      font-size: 12px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 800;
      letter-spacing: 0.4px;
      line-height: 1.67;
      margin-top: 30px;
      padding-left: 36px;
      position: relative;
      text-transform: uppercase; }
      .interior-banner .title-page .author-info::before {
        content: '';
        background-color: #d4e953;
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 10px;
        width: 26px; }

/*END Interior Top (BANNER)------------------------------------------*/
@media only screen and (max-width: 1199.98px) {
  .interior-banner .title-page h1 {
    font-size: 38px !important; } }
@media only screen and (max-width: 991px) {
  .interior-banner .container {
    max-width: 100%; }
  .interior-banner .title-page h1 {
    font-size: 38px !important; } }
@media only screen and (max-width: 767px) {
  .interior-banner {
    flex-direction: column-reverse;
    display: flex;
    min-height: inherit !important;
    max-height: inherit !important; }
    .interior-banner .banner-wrapping {
      height: 350px;
      width: 100vw;
      position: relative; } }
@media only screen and (max-width: 576px) {
  .interior-banner .banner-wrapping::after {
    display: block; }

  .interior-banner .title-page h1, .interior-banner .title-page h2 {
    text-align: center !important; }

  .interior-banner .title-page {
    margin-top: 120px; } }
#comments h2.comments-title {
  font-family: 'Quicksand', sans-serif;
  color: #04d282 !important;
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px; }
#comments .count-comments {
  font-family: 'Quicksand', sans-serif;
  color: #ecfc8c !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: 'Quicksand', 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: 'Quicksand', sans-serif;
      color: #727272;
      line-height: 1.4em;
      margin: 0; }
  #comments ol.comment-list .reply a {
    font-family: 'Quicksand', 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: 'Quicksand', 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: 'Quicksand', 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: 'Quicksand', 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 0 40px !important; }
  .filter-category span {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.88px;
    color: #979797; }
  .filter-category select {
    font-family: 'Quicksand', sans-serif;
    appearance: none;
    background: white url("../images/icons/chevron-down-blue.svg") 95%/auto no-repeat;
    border-radius: 3px;
    border: 1px solid #979797;
    color: #979797;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin: 0 35px 0 0;
    max-width: 100% !important;
    min-height: 40px;
    padding: 7px 50px 5px 18px;
    width: 260px;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .filter-category select option {
      color: #979797;
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }

/*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;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none !important;
    width: calc(33% - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    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);
      color: #0488a5; }
      .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 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      height: 178px;
      margin-bottom: 0 !important;
      overflow: hidden;
      padding-top: inherit;
      position: relative;
      width: 100%; }
      .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: 19px 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: 'Rubik', sans-serif;
        font-size: 18px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        color: #000000;
        margin-bottom: 20px;
        text-transform: none; }
      .container-blog-post .card .card-body .date-publish, .container-blog-post .card .body-post .date-publish, .container-blog-post .single-post .card-body .date-publish, .container-blog-post .single-post .body-post .date-publish {
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left; }
      .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: 'Quicksand', sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: -0.23px; }
      .container-blog-post .card .card-body span.btn-read-more, .container-blog-post .card .body-post span.btn-read-more, .container-blog-post .single-post .card-body span.btn-read-more, .container-blog-post .single-post .body-post span.btn-read-more {
        font-size: 14px; }
      .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 30px;
        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: 'Rubik', 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; }
        .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/icon-calendar.svg");
            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: 1200px) {
      .container-blog-post .card, .container-blog-post .single-post {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .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;
    width: 400px !important;
    margin: 20px auto !important;
    max-width: 100%; }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%; } }
@media only screen and (max-width: 991px) {
  .interior-category .filter-category select {
    margin-top: 0;
    min-height: 37px;
    padding: 9px 50px 8px 18px; }

  .container-blog-post .card {
    flex-basis: calc(49% - 10px); }

  .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; }

  .navigation ol.tw-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }
@media only screen and (max-width: 576px) {
  .interior-category .content-page {
    padding: 0 !important; } }
.section-category-resources {
  /*start container post structure*/ }
  .section-category-resources .container {
    padding: 0; }
  .section-category-resources .filter-category {
    display: flex;
    flex-direction: column;
    margin-top: 0 !important; }
    .section-category-resources .filter-category .filter-container {
      width: 100%;
      position: relative;
      padding: 36px 0; }
      .section-category-resources .filter-category .filter-container img {
        position: relative; }
      .section-category-resources .filter-category .filter-container::before {
        content: "";
        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: 0; }
      .section-category-resources .filter-category .filter-container.filter-container-1::before {
        background-color: #0fadd0; }
      .section-category-resources .filter-category .filter-container.filter-container-2::before {
        background-color: #eaeaea; }
      .section-category-resources .filter-category .filter-container .acf-map {
        margin-bottom: -36px; }
    .section-category-resources .filter-category .form_search {
      position: relative;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-category-resources .filter-category .form_search label {
        font-family: Quicksand;
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.8;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin-right: 30px; }
      .section-category-resources .filter-category .form_search input {
        height: 57px !important;
        background: white !important;
        border-radius: 29px !important;
        box-shadow: none !important;
        border: none !important;
        width: 515px;
        max-width: 100% !important;
        padding: 0 30px;
        font-size: 14px; }
    .section-category-resources .filter-category form#filter_distance label, .section-category-resources .filter-category form#filter_distance select, .section-category-resources .filter-category form#filter_distance input {
      margin-bottom: 30px; }
    .section-category-resources .filter-category .filter_distance-item {
      display: flex;
      align-items: center; }
      .section-category-resources .filter-category .filter_distance-item label {
        margin-right: 15px; }
    .section-category-resources .filter-category #forms_submit_2 {
      margin-top: 22px;
      margin-bottom: 30px; }
    .section-category-resources .filter-category .mdf_taxonomy_child_container {
      width: auto !important;
      flex-wrap: wrap;
      justify-content: center; }
    .section-category-resources .filter-category .section-category-resources .filter-category select, .section-category-resources .filter-category .mdf_taxonomy_remedies_category {
      flex-wrap: wrap;
      justify-content: center; }
    .section-category-resources .filter-category .filter-container-2 section {
      position: relative; }
    .section-category-resources .filter-category .mdf_input_container_taxonomies {
      min-height: 57px; }
      .section-category-resources .filter-category .mdf_input_container_taxonomies .mdf_input_container:nth-child(2) {
        position: absolute;
        left: 0; }
      .section-category-resources .filter-category .mdf_input_container_taxonomies .mdf_input_container:nth-child(3) {
        position: absolute;
        left: 33%; }
      .section-category-resources .filter-category .mdf_input_container_taxonomies .mdf_input_container:nth-child(4) {
        position: absolute;
        left: 66%; }
    .section-category-resources .filter-category span {
      font-family: 'Quicksand', sans-serif;
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: 0.88px;
      color: #000000; }
    .section-category-resources .filter-category input {
      font-family: 'Quicksand', sans-serif;
      appearance: none;
      background: white;
      border-radius: 29px;
      border: 1px solid #b4b4b4;
      color: #000000;
      display: block;
      font-size: 14px;
      line-height: 1.4;
      margin: 0 35px 0 0;
      max-width: 100% !important;
      min-height: 57px;
      padding: 18px 50px 18px 18px;
      width: 274px;
      position: relative; }
    .section-category-resources .filter-category select {
      font-family: 'Quicksand', sans-serif;
      appearance: none;
      background: white url("../images/icons/arrow-select-filter.svg") calc(100% - 15px)/auto no-repeat;
      border-radius: 29px;
      border: 1px solid #b4b4b4;
      color: #000000;
      display: block;
      font-size: 14px;
      line-height: 1.4;
      margin: 0 35px 0 0;
      max-width: 100% !important;
      min-height: 57px;
      padding: 5px 50px 5px 18px;
      width: 274px;
      -moz-appearance: none;
      -webkit-appearance: none;
      position: relative; }
      .section-category-resources .filter-category select option {
        color: #000000;
        font-size: 13px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal; }
    .section-category-resources .filter-category fieldset input {
      margin-bottom: 32px; }
    .section-category-resources .filter-category #filter_distance select {
      padding: 18px 50px 18px 18px;
      width: 100%; }
  .section-category-resources .container-resources-item {
    margin-bottom: 40px; }
    .section-category-resources .container-resources-item .card, .section-category-resources .container-resources-item .single-post {
      border-radius: 15px;
      border: none;
      background-color: transparent;
      margin-bottom: 27px;
      overflow: hidden;
      position: relative;
      transition: all 0.4s ease;
      text-decoration: none;
      width: calc(33% - 11px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .section-category-resources .container-resources-item .card:before, .section-category-resources .container-resources-item .single-post:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px #d6d6d6;
        border-radius: 15px;
        transition: 0.4s;
        background-color: white; }
      .section-category-resources .container-resources-item .card:hover, .section-category-resources .container-resources-item .single-post:hover {
        text-decoration: none;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16); }
        .section-category-resources .container-resources-item .card:hover::before, .section-category-resources .container-resources-item .single-post:hover::before {
          border: solid 3px #0fadd0; }
        .section-category-resources .container-resources-item .card:hover .body-post::before, .section-category-resources .container-resources-item .single-post:hover .body-post::before {
          top: 0; }
      .section-category-resources .container-resources-item .card .image-wrapping, .section-category-resources .container-resources-item .single-post .image-wrapping {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 86.6px;
        height: 94.5px;
        margin: 0 auto 20px !important;
        overflow: hidden;
        padding-top: inherit;
        position: relative; }
        .section-category-resources .container-resources-item .card .image-wrapping img, .section-category-resources .container-resources-item .single-post .image-wrapping img {
          object-fit: contain; }
      .section-category-resources .container-resources-item .card .card-body, .section-category-resources .container-resources-item .card .body-post, .section-category-resources .container-resources-item .single-post .card-body, .section-category-resources .container-resources-item .single-post .body-post {
        background: transparent;
        overflow: hidden;
        padding: 19px 25px;
        position: relative;
        transition: all 0.4s ease; }
        .section-category-resources .container-resources-item .card .card-body .card-title, .section-category-resources .container-resources-item .card .card-body .card-title a, .section-category-resources .container-resources-item .card .body-post .card-title, .section-category-resources .container-resources-item .card .body-post .card-title a, .section-category-resources .container-resources-item .single-post .card-body .card-title, .section-category-resources .container-resources-item .single-post .card-body .card-title a, .section-category-resources .container-resources-item .single-post .body-post .card-title, .section-category-resources .container-resources-item .single-post .body-post .card-title a {
          font-family: 'Rubik', sans-serif;
          font-size: 22px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.23;
          letter-spacing: normal;
          color: #0488a5;
          text-transform: none;
          margin-bottom: 27px;
          text-align: center; }
        .section-category-resources .container-resources-item .card .card-body .date-publish, .section-category-resources .container-resources-item .card .body-post .date-publish, .section-category-resources .container-resources-item .single-post .card-body .date-publish, .section-category-resources .container-resources-item .single-post .body-post .date-publish {
          font-family: 'Rubik', sans-serif;
          font-size: 14px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left; }
        .section-category-resources .container-resources-item .card .card-body .card-text p, .section-category-resources .container-resources-item .card .body-post .card-text p, .section-category-resources .container-resources-item .single-post .card-body .card-text p, .section-category-resources .container-resources-item .single-post .body-post .card-text p {
          font-family: 'Quicksand', sans-serif;
          font-size: 14px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.43;
          letter-spacing: normal;
          text-align: center;
          color: #707070; }
        .section-category-resources .container-resources-item .card .card-body .link, .section-category-resources .container-resources-item .card .body-post .link, .section-category-resources .container-resources-item .single-post .card-body .link, .section-category-resources .container-resources-item .single-post .body-post .link {
          font-family: 'Quicksand', sans-serif;
          font-size: 14px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.43;
          letter-spacing: normal;
          text-align: center;
          color: #0fadd0;
          border: none;
          background: transparent;
          text-decoration: underline;
          margin: 0 auto;
          display: block; }
          .section-category-resources .container-resources-item .card .card-body .link:hover, .section-category-resources .container-resources-item .card .body-post .link:hover, .section-category-resources .container-resources-item .single-post .card-body .link:hover, .section-category-resources .container-resources-item .single-post .body-post .link:hover {
            text-decoration: none; }
      @media (max-width: 1200px) {
        .section-category-resources .container-resources-item .card, .section-category-resources .container-resources-item .single-post {
          width: calc(50% - 10px); } }
      @media (max-width: 767px) {
        .section-category-resources .container-resources-item .card, .section-category-resources .container-resources-item .single-post {
          width: 100%; } }

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

  .section-category-resources .filter-category form#filter_distance label, .section-category-resources .filter-category form#filter_distance select, .section-category-resources .filter-category form#filter_distance input {
    margin: 0 auto 30px !important; } }
@media only screen and (max-width: 991px) {
  .interior-category .filter-category select {
    margin-top: 0;
    min-height: 37px;
    padding: 9px 50px 8px 18px; }

  .container-resources-item .card {
    flex-basis: calc(49% - 10px); }

  .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; }

  .section-category-resources .filter-category form#filter_distance label, .section-category-resources .filter-category form#filter_distance select, .section-category-resources .filter-category form#filter_distance input {
    margin: 0 auto 10px !important; }

  .section-category-resources .filter-category .filter_distance-item {
    flex-direction: column; } }
@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-resources-item .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; }

  .navigation ol.tw-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }
@media only screen and (max-width: 576px) {
  .interior-category .content-page {
    padding: 0 !important; } }
.woocommerce form.woocommerce-ordering select {
  font-family: 'Quicksand', sans-serif;
  appearance: none;
  background: white url("../images/icons/arrow-select-filter.svg") 90%/auto no-repeat;
  border-radius: 29px;
  border: 1px solid #b4b4b4;
  color: #b4b4b4;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0px 0 0;
  max-width: 100% !important;
  min-height: 57px;
  padding: 18px 50px 5px 18px;
  width: 274px;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative; }
  .woocommerce form.woocommerce-ordering select option {
    color: #b4b4b4;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
.woocommerce ul.products {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .woocommerce ul.products:before, .woocommerce ul.products::after {
    display: none !important; }
  .woocommerce ul.products li {
    padding: 0 15px 15px !important;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; }
    .woocommerce ul.products li:before {
      display: none !important; }
    .woocommerce ul.products li a {
      display: block !important; }
      .woocommerce ul.products li a .attachment-woocommerce_thumbnail {
        height: 250px !important;
        object-fit: cover; }
      .woocommerce ul.products li a h2.woocommerce-loop-product__title {
        text-align: center; }
      .woocommerce ul.products li a .price {
        text-align: center; }
      .woocommerce ul.products li a.button {
        margin-top: auto !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        background: #0488a5 !important;
        color: white !important; }
        .woocommerce ul.products li a.button:hover {
          background: #075a6c !important; }
      .woocommerce ul.products li a.added_to_cart {
        text-align: center !important; }
.woocommerce .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  border: none; }
  .woocommerce .woocommerce-pagination ul.page-numbers li {
    padding: 0 !important;
    margin: 10px !important;
    border: none !important;
    overflow: visible !important;
    float: none !important; }
    .woocommerce .woocommerce-pagination ul.page-numbers li::before {
      display: none !important; }
    .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers li .current {
      position: relative;
      color: white !important;
      z-index: 0; }
      .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current::after, .woocommerce .woocommerce-pagination ul.page-numbers li .current::after {
        content: '';
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #0488a5;
        border-radius: 50%;
        height: 48px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 47px;
        z-index: -1; }
    .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
      font-family: 'Quicksand', sans-serif;
      background: transparent;
      border: none !important;
      color: #0488a5;
      display: inline-block;
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 800;
      letter-spacing: normal;
      line-height: normal;
      margin: 0 15px;
      text-align: center;
      text-decoration: none;
      transition: all 0.4s ease; }
      .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
        text-decoration: none;
        border-color: #000; }
.woocommerce .single-product .product {
  display: flex;
  flex-wrap: wrap; }
  .woocommerce .single-product .product .woocommerce-product-gallery {
    margin-right: 30px; }
  .woocommerce .single-product .product form.cart {
    display: flex;
    align-items: center; }
    .woocommerce .single-product .product form.cart button.single_add_to_cart_button {
      background: #0488a5 !important;
      color: white !important;
      margin: 10px; }
      .woocommerce .single-product .product form.cart button.single_add_to_cart_button span.xoo-wsc-icon-checkmark {
        display: none; }
      .woocommerce .single-product .product form.cart button.single_add_to_cart_button:hover {
        background: #075a6c !important; }
    .woocommerce .single-product .product form.cart a.added_to_cart {
      padding: 0; }
.woocommerce .entry-content button, .woocommerce .entry-content a.checkout-button {
  background: #0488a5 !important;
  color: white !important;
  margin: 10px; }
  .woocommerce .entry-content button span.xoo-wsc-icon-checkmark, .woocommerce .entry-content a.checkout-button span.xoo-wsc-icon-checkmark {
    display: none; }
  .woocommerce .entry-content button:hover, .woocommerce .entry-content a.checkout-button:hover {
    background: #075a6c !important; }
.woocommerce ul li::before {
  display: none !important; }
.woocommerce form.woocommerce-form-login input:not([type="submit"]), .woocommerce form.woocommerce-form-login textarea, .woocommerce form.woocommerce-form-login select, .woocommerce form.woocommerce-form-login .select2-selection--single, .woocommerce form.lost_reset_password input:not([type="submit"]), .woocommerce form.lost_reset_password textarea, .woocommerce form.lost_reset_password select, .woocommerce form.lost_reset_password .select2-selection--single, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form textarea, .woocommerce .woocommerce-MyAccount-content form select, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single {
  font-family: 'Quicksand', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #075a6c;
  font-size: 13px !important;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .woocommerce form.woocommerce-form-login input:not([type="submit"])::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"])::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea::-webkit-input-placeholder, .woocommerce form.lost_reset_password select::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"])::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"])::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea::-moz-placeholder, .woocommerce form.woocommerce-form-login select::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"])::-moz-placeholder, .woocommerce form.lost_reset_password textarea::-moz-placeholder, .woocommerce form.lost_reset_password select::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"])::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"]):-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:-ms-input-placeholder, .woocommerce form.lost_reset_password select:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"]):active, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus, .woocommerce form.woocommerce-form-login textarea:active, .woocommerce form.woocommerce-form-login textarea:focus, .woocommerce form.woocommerce-form-login select:active, .woocommerce form.woocommerce-form-login select:focus, .woocommerce form.woocommerce-form-login .select2-selection--single:active, .woocommerce form.woocommerce-form-login .select2-selection--single:focus, .woocommerce form.lost_reset_password input:not([type="submit"]):active, .woocommerce form.lost_reset_password input:not([type="submit"]):focus, .woocommerce form.lost_reset_password textarea:active, .woocommerce form.lost_reset_password textarea:focus, .woocommerce form.lost_reset_password select:active, .woocommerce form.lost_reset_password select:focus, .woocommerce form.lost_reset_password .select2-selection--single:active, .woocommerce form.lost_reset_password .select2-selection--single:focus, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus, .woocommerce .woocommerce-MyAccount-content form textarea:active, .woocommerce .woocommerce-MyAccount-content form textarea:focus, .woocommerce .woocommerce-MyAccount-content form select:active, .woocommerce .woocommerce-MyAccount-content form select:focus, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus {
    box-shadow: none;
    border-color: #075a6c;
    outline: none;
    color: #075a6c;
    /* firefox 19+ */
    /* ie */ }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea:focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select:focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password select:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password select:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus::-webkit-input-placeholder {
      color: #075a6c;
      opacity: 1; }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active::-moz-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea:active::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea:focus::-moz-placeholder, .woocommerce form.woocommerce-form-login select:active::-moz-placeholder, .woocommerce form.woocommerce-form-login select:focus::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus::-moz-placeholder, .woocommerce form.lost_reset_password textarea:active::-moz-placeholder, .woocommerce form.lost_reset_password textarea:focus::-moz-placeholder, .woocommerce form.lost_reset_password select:active::-moz-placeholder, .woocommerce form.lost_reset_password select:focus::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus::-moz-placeholder {
      color: #075a6c;
      opacity: 1; }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:active:-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password select:active:-ms-input-placeholder, .woocommerce form.lost_reset_password select:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus:-ms-input-placeholder {
      color: #075a6c;
      opacity: 1; }
.woocommerce form.woocommerce-form-login select, .woocommerce form.woocommerce-form-login .select2-selection--single, .woocommerce form.lost_reset_password select, .woocommerce form.lost_reset_password .select2-selection--single, .woocommerce .woocommerce-MyAccount-content form select, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single {
  -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); }
  .woocommerce form.woocommerce-form-login select option, .woocommerce form.woocommerce-form-login .select2-selection--single option, .woocommerce form.lost_reset_password select option, .woocommerce form.lost_reset_password .select2-selection--single option, .woocommerce .woocommerce-MyAccount-content form select option, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-form-login select:focus, .woocommerce form.woocommerce-form-login select:active, .woocommerce form.woocommerce-form-login .select2-selection--single:focus, .woocommerce form.woocommerce-form-login .select2-selection--single:active, .woocommerce form.lost_reset_password select:focus, .woocommerce form.lost_reset_password select:active, .woocommerce form.lost_reset_password .select2-selection--single:focus, .woocommerce form.lost_reset_password .select2-selection--single:active, .woocommerce .woocommerce-MyAccount-content form select:focus, .woocommerce .woocommerce-MyAccount-content form select:active, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active {
    border-color: #075a6c;
    background: url("../images/icons/select-arrow-yellow.png") 97%/10px no-repeat #ffffff;
    transition: all 0.4s ease;
    color: #075a6c; }
  .woocommerce form.woocommerce-form-login select .select2-selection__arrow, .woocommerce form.woocommerce-form-login .select2-selection--single .select2-selection__arrow, .woocommerce form.lost_reset_password select .select2-selection__arrow, .woocommerce form.lost_reset_password .select2-selection--single .select2-selection__arrow, .woocommerce .woocommerce-MyAccount-content form select .select2-selection__arrow, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single .select2-selection__arrow {
    display: none; }
.woocommerce form.woocommerce-form-login textarea, .woocommerce form.lost_reset_password textarea, .woocommerce .woocommerce-MyAccount-content form textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.woocommerce form.woocommerce-form-login input[type="checkbox"], .woocommerce form.woocommerce-form-login input[type="radio"], .woocommerce form.lost_reset_password input[type="checkbox"], .woocommerce form.lost_reset_password input[type="radio"], .woocommerce .woocommerce-MyAccount-content form input[type="checkbox"], .woocommerce .woocommerce-MyAccount-content form input[type="radio"] {
  height: 30px; }
.woocommerce form.woocommerce-form-login .woocommerce-form-row label, .woocommerce form.woocommerce-form-login .woocommerce-address-fields__field-wrapper label, .woocommerce form.lost_reset_password .woocommerce-form-row label, .woocommerce form.lost_reset_password .woocommerce-address-fields__field-wrapper label, .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row label, .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper label {
  display: none; }
.woocommerce form.woocommerce-form-login .select2-selection__placeholder, .woocommerce form.lost_reset_password .select2-selection__placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection__placeholder {
  color: rgba(58, 59, 75, 0.5);
  position: relative;
  top: -9px; }
.woocommerce form.woocommerce-form-login .show-password-input, .woocommerce form.lost_reset_password .show-password-input, .woocommerce .woocommerce-MyAccount-content form .show-password-input {
  right: 18px;
  top: 6px; }
  .woocommerce form.woocommerce-form-login .show-password-input::after, .woocommerce form.lost_reset_password .show-password-input::after, .woocommerce .woocommerce-MyAccount-content form .show-password-input::after {
    color: rgba(58, 59, 75, 0.5); }
.woocommerce form.woocommerce-form-login #rememberme, .woocommerce form.lost_reset_password #rememberme, .woocommerce .woocommerce-MyAccount-content form #rememberme {
  height: auto !important;
  padding: 0 !important;
  min-height: auto; }
.woocommerce form.woocommerce-form-login .form-row:nth-child(3), .woocommerce form.lost_reset_password .form-row:nth-child(3), .woocommerce .woocommerce-MyAccount-content form .form-row:nth-child(3) {
  flex-direction: column; }
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-1,
.woocommerce .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 30px; }
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-1 .woocommerce-Address-title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-1 .woocommerce-Address-title h3,
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 .woocommerce-Address-title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-2 .woocommerce-Address-title h3 {
    margin-bottom: 0; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  width: 100%; }
.woocommerce .xoo-wsc-sum-col a, .woocommerce a.xoo-wsc-remove {
  color: #0488a5; }

a.woocommerce-LoopProduct-link {
  text-decoration: none !important; }

@media only screen and (max-width: 576px) {
  .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important; } }
/*Heading's Size Variables*/
/*
body:not(.page-template-default){
	.page{
		.entry-content{
			//padding: 40px 0 20px;
		}
	}
}
.interior-page {
	//padding: 50px 0 30px;
}*/
.interior-page .content-page {
  padding-top: 5rem; }
.interior-page.no-padding .content-page {
  padding-top: 0; }

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

.interior-page, .single-tribe_events, .single-event, .page-template-default:not(.home), .page-template:not(.home) {
  font-family: 'Quicksand', sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  line-height: 1.67;
  position: relative;
  /*.content-page{
  	padding: 20px 0 30px;
  }*/
  /*---entry-content----*/ }
  .interior-page .entry-content, .interior-page .content-page, .single-tribe_events .entry-content, .single-tribe_events .content-page, .single-event .entry-content, .single-event .content-page, .page-template-default:not(.home) .entry-content, .page-template-default:not(.home) .content-page, .page-template:not(.home) .entry-content, .page-template:not(.home) .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 ---*/ }
    .interior-page .entry-content img, .interior-page .content-page img, .single-tribe_events .entry-content img, .single-tribe_events .content-page img, .single-event .entry-content img, .single-event .content-page img, .page-template-default:not(.home) .entry-content img, .page-template-default:not(.home) .content-page img, .page-template:not(.home) .entry-content img, .page-template:not(.home) .content-page img {
      max-width: 100%;
      height: auto; }
    .interior-page .entry-content .title-page, .interior-page .entry-content .sub-title, .interior-page .content-page .title-page, .interior-page .content-page .sub-title, .single-tribe_events .entry-content .title-page, .single-tribe_events .entry-content .sub-title, .single-tribe_events .content-page .title-page, .single-tribe_events .content-page .sub-title, .single-event .entry-content .title-page, .single-event .entry-content .sub-title, .single-event .content-page .title-page, .single-event .content-page .sub-title, .page-template-default:not(.home) .entry-content .title-page, .page-template-default:not(.home) .entry-content .sub-title, .page-template-default:not(.home) .content-page .title-page, .page-template-default:not(.home) .content-page .sub-title, .page-template:not(.home) .entry-content .title-page, .page-template:not(.home) .entry-content .sub-title, .page-template:not(.home) .content-page .title-page, .page-template:not(.home) .content-page .sub-title {
      font-family: 'Quicksand', sans-serif;
      color: #0488a5 !important;
      font-size: 3.75rem;
      font-stretch: normal;
      font-weight: 700;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 40px;
      text-align: center; }
    .interior-page .entry-content .sub-title, .interior-page .content-page .sub-title, .single-tribe_events .entry-content .sub-title, .single-tribe_events .content-page .sub-title, .single-event .entry-content .sub-title, .single-event .content-page .sub-title, .page-template-default:not(.home) .entry-content .sub-title, .page-template-default:not(.home) .content-page .sub-title, .page-template:not(.home) .entry-content .sub-title, .page-template:not(.home) .content-page .sub-title {
      color: #000000; }
    .interior-page .entry-content h1, .interior-page .entry-content h2, .interior-page .entry-content h3, .interior-page .content-page h1, .interior-page .content-page h2, .interior-page .content-page h3, .single-tribe_events .entry-content h1, .single-tribe_events .entry-content h2, .single-tribe_events .entry-content h3, .single-tribe_events .content-page h1, .single-tribe_events .content-page h2, .single-tribe_events .content-page h3, .single-event .entry-content h1, .single-event .entry-content h2, .single-event .entry-content h3, .single-event .content-page h1, .single-event .content-page h2, .single-event .content-page h3, .page-template-default:not(.home) .entry-content h1, .page-template-default:not(.home) .entry-content h2, .page-template-default:not(.home) .entry-content h3, .page-template-default:not(.home) .content-page h1, .page-template-default:not(.home) .content-page h2, .page-template-default:not(.home) .content-page h3, .page-template:not(.home) .entry-content h1, .page-template:not(.home) .entry-content h2, .page-template:not(.home) .entry-content h3, .page-template:not(.home) .content-page h1, .page-template:not(.home) .content-page h2, .page-template:not(.home) .content-page h3 {
      font-family: 'Rubik', sans-serif;
      font-stretch: normal;
      font-weight: 700;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 30px;
      margin-top: 0;
      text-transform: uppercase; }
      .interior-page .entry-content h1 strong, .interior-page .entry-content h2 strong, .interior-page .entry-content h3 strong, .interior-page .content-page h1 strong, .interior-page .content-page h2 strong, .interior-page .content-page h3 strong, .single-tribe_events .entry-content h1 strong, .single-tribe_events .entry-content h2 strong, .single-tribe_events .entry-content h3 strong, .single-tribe_events .content-page h1 strong, .single-tribe_events .content-page h2 strong, .single-tribe_events .content-page h3 strong, .single-event .entry-content h1 strong, .single-event .entry-content h2 strong, .single-event .entry-content h3 strong, .single-event .content-page h1 strong, .single-event .content-page h2 strong, .single-event .content-page h3 strong, .page-template-default:not(.home) .entry-content h1 strong, .page-template-default:not(.home) .entry-content h2 strong, .page-template-default:not(.home) .entry-content h3 strong, .page-template-default:not(.home) .content-page h1 strong, .page-template-default:not(.home) .content-page h2 strong, .page-template-default:not(.home) .content-page h3 strong, .page-template:not(.home) .entry-content h1 strong, .page-template:not(.home) .entry-content h2 strong, .page-template:not(.home) .entry-content h3 strong, .page-template:not(.home) .content-page h1 strong, .page-template:not(.home) .content-page h2 strong, .page-template:not(.home) .content-page h3 strong {
        font-weight: 700; }
      .interior-page .entry-content h1.font-diferent, .interior-page .entry-content h2.font-diferent, .interior-page .entry-content h3.font-diferent, .interior-page .content-page h1.font-diferent, .interior-page .content-page h2.font-diferent, .interior-page .content-page h3.font-diferent, .single-tribe_events .entry-content h1.font-diferent, .single-tribe_events .entry-content h2.font-diferent, .single-tribe_events .entry-content h3.font-diferent, .single-tribe_events .content-page h1.font-diferent, .single-tribe_events .content-page h2.font-diferent, .single-tribe_events .content-page h3.font-diferent, .single-event .entry-content h1.font-diferent, .single-event .entry-content h2.font-diferent, .single-event .entry-content h3.font-diferent, .single-event .content-page h1.font-diferent, .single-event .content-page h2.font-diferent, .single-event .content-page h3.font-diferent, .page-template-default:not(.home) .entry-content h1.font-diferent, .page-template-default:not(.home) .entry-content h2.font-diferent, .page-template-default:not(.home) .entry-content h3.font-diferent, .page-template-default:not(.home) .content-page h1.font-diferent, .page-template-default:not(.home) .content-page h2.font-diferent, .page-template-default:not(.home) .content-page h3.font-diferent, .page-template:not(.home) .entry-content h1.font-diferent, .page-template:not(.home) .entry-content h2.font-diferent, .page-template:not(.home) .entry-content h3.font-diferent, .page-template:not(.home) .content-page h1.font-diferent, .page-template:not(.home) .content-page h2.font-diferent, .page-template:not(.home) .content-page h3.font-diferent {
        font-family: 'Quicksand', sans-serif !important;
        text-transform: capitalize !important; }
      .interior-page .entry-content h1::selection, .interior-page .entry-content h2::selection, .interior-page .entry-content h3::selection, .interior-page .content-page h1::selection, .interior-page .content-page h2::selection, .interior-page .content-page h3::selection, .single-tribe_events .entry-content h1::selection, .single-tribe_events .entry-content h2::selection, .single-tribe_events .entry-content h3::selection, .single-tribe_events .content-page h1::selection, .single-tribe_events .content-page h2::selection, .single-tribe_events .content-page h3::selection, .single-event .entry-content h1::selection, .single-event .entry-content h2::selection, .single-event .entry-content h3::selection, .single-event .content-page h1::selection, .single-event .content-page h2::selection, .single-event .content-page h3::selection, .page-template-default:not(.home) .entry-content h1::selection, .page-template-default:not(.home) .entry-content h2::selection, .page-template-default:not(.home) .entry-content h3::selection, .page-template-default:not(.home) .content-page h1::selection, .page-template-default:not(.home) .content-page h2::selection, .page-template-default:not(.home) .content-page h3::selection, .page-template:not(.home) .entry-content h1::selection, .page-template:not(.home) .entry-content h2::selection, .page-template:not(.home) .entry-content h3::selection, .page-template:not(.home) .content-page h1::selection, .page-template:not(.home) .content-page h2::selection, .page-template:not(.home) .content-page h3::selection {
        background-color: #0488a5;
        color: white; }
      .interior-page .entry-content h1.h1, .interior-page .entry-content h2.h1, .interior-page .entry-content h3.h1, .interior-page .content-page h1.h1, .interior-page .content-page h2.h1, .interior-page .content-page h3.h1, .single-tribe_events .entry-content h1.h1, .single-tribe_events .entry-content h2.h1, .single-tribe_events .entry-content h3.h1, .single-tribe_events .content-page h1.h1, .single-tribe_events .content-page h2.h1, .single-tribe_events .content-page h3.h1, .single-event .entry-content h1.h1, .single-event .entry-content h2.h1, .single-event .entry-content h3.h1, .single-event .content-page h1.h1, .single-event .content-page h2.h1, .single-event .content-page h3.h1, .page-template-default:not(.home) .entry-content h1.h1, .page-template-default:not(.home) .entry-content h2.h1, .page-template-default:not(.home) .entry-content h3.h1, .page-template-default:not(.home) .content-page h1.h1, .page-template-default:not(.home) .content-page h2.h1, .page-template-default:not(.home) .content-page h3.h1, .page-template:not(.home) .entry-content h1.h1, .page-template:not(.home) .entry-content h2.h1, .page-template:not(.home) .entry-content h3.h1, .page-template:not(.home) .content-page h1.h1, .page-template:not(.home) .content-page h2.h1, .page-template:not(.home) .content-page h3.h1 {
        font-size: 3.75rem; }
      .interior-page .entry-content h1.h2, .interior-page .entry-content h2.h2, .interior-page .entry-content h3.h2, .interior-page .content-page h1.h2, .interior-page .content-page h2.h2, .interior-page .content-page h3.h2, .single-tribe_events .entry-content h1.h2, .single-tribe_events .entry-content h2.h2, .single-tribe_events .entry-content h3.h2, .single-tribe_events .content-page h1.h2, .single-tribe_events .content-page h2.h2, .single-tribe_events .content-page h3.h2, .single-event .entry-content h1.h2, .single-event .entry-content h2.h2, .single-event .entry-content h3.h2, .single-event .content-page h1.h2, .single-event .content-page h2.h2, .single-event .content-page h3.h2, .page-template-default:not(.home) .entry-content h1.h2, .page-template-default:not(.home) .entry-content h2.h2, .page-template-default:not(.home) .entry-content h3.h2, .page-template-default:not(.home) .content-page h1.h2, .page-template-default:not(.home) .content-page h2.h2, .page-template-default:not(.home) .content-page h3.h2, .page-template:not(.home) .entry-content h1.h2, .page-template:not(.home) .entry-content h2.h2, .page-template:not(.home) .entry-content h3.h2, .page-template:not(.home) .content-page h1.h2, .page-template:not(.home) .content-page h2.h2, .page-template:not(.home) .content-page h3.h2 {
        font-size: 3.125rem; }
      .interior-page .entry-content h1.h3, .interior-page .entry-content h2.h3, .interior-page .entry-content h3.h3, .interior-page .content-page h1.h3, .interior-page .content-page h2.h3, .interior-page .content-page h3.h3, .single-tribe_events .entry-content h1.h3, .single-tribe_events .entry-content h2.h3, .single-tribe_events .entry-content h3.h3, .single-tribe_events .content-page h1.h3, .single-tribe_events .content-page h2.h3, .single-tribe_events .content-page h3.h3, .single-event .entry-content h1.h3, .single-event .entry-content h2.h3, .single-event .entry-content h3.h3, .single-event .content-page h1.h3, .single-event .content-page h2.h3, .single-event .content-page h3.h3, .page-template-default:not(.home) .entry-content h1.h3, .page-template-default:not(.home) .entry-content h2.h3, .page-template-default:not(.home) .entry-content h3.h3, .page-template-default:not(.home) .content-page h1.h3, .page-template-default:not(.home) .content-page h2.h3, .page-template-default:not(.home) .content-page h3.h3, .page-template:not(.home) .entry-content h1.h3, .page-template:not(.home) .entry-content h2.h3, .page-template:not(.home) .entry-content h3.h3, .page-template:not(.home) .content-page h1.h3, .page-template:not(.home) .content-page h2.h3, .page-template:not(.home) .content-page h3.h3 {
        font-size: 2.0625rem; }
      .interior-page .entry-content h1.h4, .interior-page .entry-content h2.h4, .interior-page .entry-content h3.h4, .interior-page .content-page h1.h4, .interior-page .content-page h2.h4, .interior-page .content-page h3.h4, .single-tribe_events .entry-content h1.h4, .single-tribe_events .entry-content h2.h4, .single-tribe_events .entry-content h3.h4, .single-tribe_events .content-page h1.h4, .single-tribe_events .content-page h2.h4, .single-tribe_events .content-page h3.h4, .single-event .entry-content h1.h4, .single-event .entry-content h2.h4, .single-event .entry-content h3.h4, .single-event .content-page h1.h4, .single-event .content-page h2.h4, .single-event .content-page h3.h4, .page-template-default:not(.home) .entry-content h1.h4, .page-template-default:not(.home) .entry-content h2.h4, .page-template-default:not(.home) .entry-content h3.h4, .page-template-default:not(.home) .content-page h1.h4, .page-template-default:not(.home) .content-page h2.h4, .page-template-default:not(.home) .content-page h3.h4, .page-template:not(.home) .entry-content h1.h4, .page-template:not(.home) .entry-content h2.h4, .page-template:not(.home) .entry-content h3.h4, .page-template:not(.home) .content-page h1.h4, .page-template:not(.home) .content-page h2.h4, .page-template:not(.home) .content-page h3.h4 {
        font-size: 22px; }
      .interior-page .entry-content h1.h5, .interior-page .entry-content h2.h5, .interior-page .entry-content h3.h5, .interior-page .content-page h1.h5, .interior-page .content-page h2.h5, .interior-page .content-page h3.h5, .single-tribe_events .entry-content h1.h5, .single-tribe_events .entry-content h2.h5, .single-tribe_events .entry-content h3.h5, .single-tribe_events .content-page h1.h5, .single-tribe_events .content-page h2.h5, .single-tribe_events .content-page h3.h5, .single-event .entry-content h1.h5, .single-event .entry-content h2.h5, .single-event .entry-content h3.h5, .single-event .content-page h1.h5, .single-event .content-page h2.h5, .single-event .content-page h3.h5, .page-template-default:not(.home) .entry-content h1.h5, .page-template-default:not(.home) .entry-content h2.h5, .page-template-default:not(.home) .entry-content h3.h5, .page-template-default:not(.home) .content-page h1.h5, .page-template-default:not(.home) .content-page h2.h5, .page-template-default:not(.home) .content-page h3.h5, .page-template:not(.home) .entry-content h1.h5, .page-template:not(.home) .entry-content h2.h5, .page-template:not(.home) .entry-content h3.h5, .page-template:not(.home) .content-page h1.h5, .page-template:not(.home) .content-page h2.h5, .page-template:not(.home) .content-page h3.h5 {
        font-size: 18px; }
      .interior-page .entry-content h1.h6, .interior-page .entry-content h2.h6, .interior-page .entry-content h3.h6, .interior-page .content-page h1.h6, .interior-page .content-page h2.h6, .interior-page .content-page h3.h6, .single-tribe_events .entry-content h1.h6, .single-tribe_events .entry-content h2.h6, .single-tribe_events .entry-content h3.h6, .single-tribe_events .content-page h1.h6, .single-tribe_events .content-page h2.h6, .single-tribe_events .content-page h3.h6, .single-event .entry-content h1.h6, .single-event .entry-content h2.h6, .single-event .entry-content h3.h6, .single-event .content-page h1.h6, .single-event .content-page h2.h6, .single-event .content-page h3.h6, .page-template-default:not(.home) .entry-content h1.h6, .page-template-default:not(.home) .entry-content h2.h6, .page-template-default:not(.home) .entry-content h3.h6, .page-template-default:not(.home) .content-page h1.h6, .page-template-default:not(.home) .content-page h2.h6, .page-template-default:not(.home) .content-page h3.h6, .page-template:not(.home) .entry-content h1.h6, .page-template:not(.home) .entry-content h2.h6, .page-template:not(.home) .entry-content h3.h6, .page-template:not(.home) .content-page h1.h6, .page-template:not(.home) .content-page h2.h6, .page-template:not(.home) .content-page h3.h6 {
        font-size: 14px; }
    .interior-page .entry-content h1, .interior-page .entry-content h2, .interior-page .content-page h1, .interior-page .content-page h2, .single-tribe_events .entry-content h1, .single-tribe_events .entry-content h2, .single-tribe_events .content-page h1, .single-tribe_events .content-page h2, .single-event .entry-content h1, .single-event .entry-content h2, .single-event .content-page h1, .single-event .content-page h2, .page-template-default:not(.home) .entry-content h1, .page-template-default:not(.home) .entry-content h2, .page-template-default:not(.home) .content-page h1, .page-template-default:not(.home) .content-page h2, .page-template:not(.home) .entry-content h1, .page-template:not(.home) .entry-content h2, .page-template:not(.home) .content-page h1, .page-template:not(.home) .content-page h2 {
      color: #0fadd0; }
    .interior-page .entry-content h4, .interior-page .entry-content h5, .interior-page .entry-content h6, .interior-page .content-page h4, .interior-page .content-page h5, .interior-page .content-page h6, .single-tribe_events .entry-content h4, .single-tribe_events .entry-content h5, .single-tribe_events .entry-content h6, .single-tribe_events .content-page h4, .single-tribe_events .content-page h5, .single-tribe_events .content-page h6, .single-event .entry-content h4, .single-event .entry-content h5, .single-event .entry-content h6, .single-event .content-page h4, .single-event .content-page h5, .single-event .content-page h6, .page-template-default:not(.home) .entry-content h4, .page-template-default:not(.home) .entry-content h5, .page-template-default:not(.home) .entry-content h6, .page-template-default:not(.home) .content-page h4, .page-template-default:not(.home) .content-page h5, .page-template-default:not(.home) .content-page h6, .page-template:not(.home) .entry-content h4, .page-template:not(.home) .entry-content h5, .page-template:not(.home) .entry-content h6, .page-template:not(.home) .content-page h4, .page-template:not(.home) .content-page h5, .page-template:not(.home) .content-page h6 {
      font-family: 'Rubik', sans-serif;
      font-stretch: normal;
      font-weight: 700;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .interior-page .entry-content h4.font-diferent, .interior-page .entry-content h5.font-diferent, .interior-page .entry-content h6.font-diferent, .interior-page .content-page h4.font-diferent, .interior-page .content-page h5.font-diferent, .interior-page .content-page h6.font-diferent, .single-tribe_events .entry-content h4.font-diferent, .single-tribe_events .entry-content h5.font-diferent, .single-tribe_events .entry-content h6.font-diferent, .single-tribe_events .content-page h4.font-diferent, .single-tribe_events .content-page h5.font-diferent, .single-tribe_events .content-page h6.font-diferent, .single-event .entry-content h4.font-diferent, .single-event .entry-content h5.font-diferent, .single-event .entry-content h6.font-diferent, .single-event .content-page h4.font-diferent, .single-event .content-page h5.font-diferent, .single-event .content-page h6.font-diferent, .page-template-default:not(.home) .entry-content h4.font-diferent, .page-template-default:not(.home) .entry-content h5.font-diferent, .page-template-default:not(.home) .entry-content h6.font-diferent, .page-template-default:not(.home) .content-page h4.font-diferent, .page-template-default:not(.home) .content-page h5.font-diferent, .page-template-default:not(.home) .content-page h6.font-diferent, .page-template:not(.home) .entry-content h4.font-diferent, .page-template:not(.home) .entry-content h5.font-diferent, .page-template:not(.home) .entry-content h6.font-diferent, .page-template:not(.home) .content-page h4.font-diferent, .page-template:not(.home) .content-page h5.font-diferent, .page-template:not(.home) .content-page h6.font-diferent {
        font-family: 'Quicksand', sans-serif !important;
        text-transform: capitalize !important; }
      .interior-page .entry-content h4::selection, .interior-page .entry-content h5::selection, .interior-page .entry-content h6::selection, .interior-page .content-page h4::selection, .interior-page .content-page h5::selection, .interior-page .content-page h6::selection, .single-tribe_events .entry-content h4::selection, .single-tribe_events .entry-content h5::selection, .single-tribe_events .entry-content h6::selection, .single-tribe_events .content-page h4::selection, .single-tribe_events .content-page h5::selection, .single-tribe_events .content-page h6::selection, .single-event .entry-content h4::selection, .single-event .entry-content h5::selection, .single-event .entry-content h6::selection, .single-event .content-page h4::selection, .single-event .content-page h5::selection, .single-event .content-page h6::selection, .page-template-default:not(.home) .entry-content h4::selection, .page-template-default:not(.home) .entry-content h5::selection, .page-template-default:not(.home) .entry-content h6::selection, .page-template-default:not(.home) .content-page h4::selection, .page-template-default:not(.home) .content-page h5::selection, .page-template-default:not(.home) .content-page h6::selection, .page-template:not(.home) .entry-content h4::selection, .page-template:not(.home) .entry-content h5::selection, .page-template:not(.home) .entry-content h6::selection, .page-template:not(.home) .content-page h4::selection, .page-template:not(.home) .content-page h5::selection, .page-template:not(.home) .content-page h6::selection {
        background-color: #035f73;
        color: white; }
      .interior-page .entry-content h4 strong::selection, .interior-page .entry-content h5 strong::selection, .interior-page .entry-content h6 strong::selection, .interior-page .content-page h4 strong::selection, .interior-page .content-page h5 strong::selection, .interior-page .content-page h6 strong::selection, .single-tribe_events .entry-content h4 strong::selection, .single-tribe_events .entry-content h5 strong::selection, .single-tribe_events .entry-content h6 strong::selection, .single-tribe_events .content-page h4 strong::selection, .single-tribe_events .content-page h5 strong::selection, .single-tribe_events .content-page h6 strong::selection, .single-event .entry-content h4 strong::selection, .single-event .entry-content h5 strong::selection, .single-event .entry-content h6 strong::selection, .single-event .content-page h4 strong::selection, .single-event .content-page h5 strong::selection, .single-event .content-page h6 strong::selection, .page-template-default:not(.home) .entry-content h4 strong::selection, .page-template-default:not(.home) .entry-content h5 strong::selection, .page-template-default:not(.home) .entry-content h6 strong::selection, .page-template-default:not(.home) .content-page h4 strong::selection, .page-template-default:not(.home) .content-page h5 strong::selection, .page-template-default:not(.home) .content-page h6 strong::selection, .page-template:not(.home) .entry-content h4 strong::selection, .page-template:not(.home) .entry-content h5 strong::selection, .page-template:not(.home) .entry-content h6 strong::selection, .page-template:not(.home) .content-page h4 strong::selection, .page-template:not(.home) .content-page h5 strong::selection, .page-template:not(.home) .content-page h6 strong::selection {
        background-color: #035f73;
        color: white; }
      .interior-page .entry-content h4.h3, .interior-page .entry-content h5.h3, .interior-page .entry-content h6.h3, .interior-page .content-page h4.h3, .interior-page .content-page h5.h3, .interior-page .content-page h6.h3, .single-tribe_events .entry-content h4.h3, .single-tribe_events .entry-content h5.h3, .single-tribe_events .entry-content h6.h3, .single-tribe_events .content-page h4.h3, .single-tribe_events .content-page h5.h3, .single-tribe_events .content-page h6.h3, .single-event .entry-content h4.h3, .single-event .entry-content h5.h3, .single-event .entry-content h6.h3, .single-event .content-page h4.h3, .single-event .content-page h5.h3, .single-event .content-page h6.h3, .page-template-default:not(.home) .entry-content h4.h3, .page-template-default:not(.home) .entry-content h5.h3, .page-template-default:not(.home) .entry-content h6.h3, .page-template-default:not(.home) .content-page h4.h3, .page-template-default:not(.home) .content-page h5.h3, .page-template-default:not(.home) .content-page h6.h3, .page-template:not(.home) .entry-content h4.h3, .page-template:not(.home) .entry-content h5.h3, .page-template:not(.home) .entry-content h6.h3, .page-template:not(.home) .content-page h4.h3, .page-template:not(.home) .content-page h5.h3, .page-template:not(.home) .content-page h6.h3 {
        font-size: 2.0625rem; }
      .interior-page .entry-content h4.h4, .interior-page .entry-content h5.h4, .interior-page .entry-content h6.h4, .interior-page .content-page h4.h4, .interior-page .content-page h5.h4, .interior-page .content-page h6.h4, .single-tribe_events .entry-content h4.h4, .single-tribe_events .entry-content h5.h4, .single-tribe_events .entry-content h6.h4, .single-tribe_events .content-page h4.h4, .single-tribe_events .content-page h5.h4, .single-tribe_events .content-page h6.h4, .single-event .entry-content h4.h4, .single-event .entry-content h5.h4, .single-event .entry-content h6.h4, .single-event .content-page h4.h4, .single-event .content-page h5.h4, .single-event .content-page h6.h4, .page-template-default:not(.home) .entry-content h4.h4, .page-template-default:not(.home) .entry-content h5.h4, .page-template-default:not(.home) .entry-content h6.h4, .page-template-default:not(.home) .content-page h4.h4, .page-template-default:not(.home) .content-page h5.h4, .page-template-default:not(.home) .content-page h6.h4, .page-template:not(.home) .entry-content h4.h4, .page-template:not(.home) .entry-content h5.h4, .page-template:not(.home) .entry-content h6.h4, .page-template:not(.home) .content-page h4.h4, .page-template:not(.home) .content-page h5.h4, .page-template:not(.home) .content-page h6.h4 {
        font-size: 22px; }
      .interior-page .entry-content h4.h5, .interior-page .entry-content h5.h5, .interior-page .entry-content h6.h5, .interior-page .content-page h4.h5, .interior-page .content-page h5.h5, .interior-page .content-page h6.h5, .single-tribe_events .entry-content h4.h5, .single-tribe_events .entry-content h5.h5, .single-tribe_events .entry-content h6.h5, .single-tribe_events .content-page h4.h5, .single-tribe_events .content-page h5.h5, .single-tribe_events .content-page h6.h5, .single-event .entry-content h4.h5, .single-event .entry-content h5.h5, .single-event .entry-content h6.h5, .single-event .content-page h4.h5, .single-event .content-page h5.h5, .single-event .content-page h6.h5, .page-template-default:not(.home) .entry-content h4.h5, .page-template-default:not(.home) .entry-content h5.h5, .page-template-default:not(.home) .entry-content h6.h5, .page-template-default:not(.home) .content-page h4.h5, .page-template-default:not(.home) .content-page h5.h5, .page-template-default:not(.home) .content-page h6.h5, .page-template:not(.home) .entry-content h4.h5, .page-template:not(.home) .entry-content h5.h5, .page-template:not(.home) .entry-content h6.h5, .page-template:not(.home) .content-page h4.h5, .page-template:not(.home) .content-page h5.h5, .page-template:not(.home) .content-page h6.h5 {
        font-size: 18px; }
      .interior-page .entry-content h4.h6, .interior-page .entry-content h5.h6, .interior-page .entry-content h6.h6, .interior-page .content-page h4.h6, .interior-page .content-page h5.h6, .interior-page .content-page h6.h6, .single-tribe_events .entry-content h4.h6, .single-tribe_events .entry-content h5.h6, .single-tribe_events .entry-content h6.h6, .single-tribe_events .content-page h4.h6, .single-tribe_events .content-page h5.h6, .single-tribe_events .content-page h6.h6, .single-event .entry-content h4.h6, .single-event .entry-content h5.h6, .single-event .entry-content h6.h6, .single-event .content-page h4.h6, .single-event .content-page h5.h6, .single-event .content-page h6.h6, .page-template-default:not(.home) .entry-content h4.h6, .page-template-default:not(.home) .entry-content h5.h6, .page-template-default:not(.home) .entry-content h6.h6, .page-template-default:not(.home) .content-page h4.h6, .page-template-default:not(.home) .content-page h5.h6, .page-template-default:not(.home) .content-page h6.h6, .page-template:not(.home) .entry-content h4.h6, .page-template:not(.home) .entry-content h5.h6, .page-template:not(.home) .entry-content h6.h6, .page-template:not(.home) .content-page h4.h6, .page-template:not(.home) .content-page h5.h6, .page-template:not(.home) .content-page h6.h6 {
        font-size: 14px; }
    .interior-page .entry-content h3, .interior-page .entry-content h4, .interior-page .content-page h3, .interior-page .content-page h4, .single-tribe_events .entry-content h3, .single-tribe_events .entry-content h4, .single-tribe_events .content-page h3, .single-tribe_events .content-page h4, .single-event .entry-content h3, .single-event .entry-content h4, .single-event .content-page h3, .single-event .content-page h4, .page-template-default:not(.home) .entry-content h3, .page-template-default:not(.home) .entry-content h4, .page-template-default:not(.home) .content-page h3, .page-template-default:not(.home) .content-page h4, .page-template:not(.home) .entry-content h3, .page-template:not(.home) .entry-content h4, .page-template:not(.home) .content-page h3, .page-template:not(.home) .content-page h4 {
      color: #034857; }
    .interior-page .entry-content h5, .interior-page .entry-content h6, .interior-page .content-page h5, .interior-page .content-page h6, .single-tribe_events .entry-content h5, .single-tribe_events .entry-content h6, .single-tribe_events .content-page h5, .single-tribe_events .content-page h6, .single-event .entry-content h5, .single-event .entry-content h6, .single-event .content-page h5, .single-event .content-page h6, .page-template-default:not(.home) .entry-content h5, .page-template-default:not(.home) .entry-content h6, .page-template-default:not(.home) .content-page h5, .page-template-default:not(.home) .content-page h6, .page-template:not(.home) .entry-content h5, .page-template:not(.home) .entry-content h6, .page-template:not(.home) .content-page h5, .page-template:not(.home) .content-page h6 {
      color: #000000; }
    .interior-page .entry-content h1, .interior-page .content-page h1, .single-tribe_events .entry-content h1, .single-tribe_events .content-page h1, .single-event .entry-content h1, .single-event .content-page h1, .page-template-default:not(.home) .entry-content h1, .page-template-default:not(.home) .content-page h1, .page-template:not(.home) .entry-content h1, .page-template:not(.home) .content-page h1 {
      font-size: 3.75rem;
      line-height: 1.11;
      margin-bottom: 30px;
      margin-top: 0; }
    .interior-page .entry-content h2, .interior-page .content-page h2, .single-tribe_events .entry-content h2, .single-tribe_events .content-page h2, .single-event .entry-content h2, .single-event .content-page h2, .page-template-default:not(.home) .entry-content h2, .page-template-default:not(.home) .content-page h2, .page-template:not(.home) .entry-content h2, .page-template:not(.home) .content-page h2 {
      font-size: 3.125rem; }
    .interior-page .entry-content h3, .interior-page .content-page h3, .single-tribe_events .entry-content h3, .single-tribe_events .content-page h3, .single-event .entry-content h3, .single-event .content-page h3, .page-template-default:not(.home) .entry-content h3, .page-template-default:not(.home) .content-page h3, .page-template:not(.home) .entry-content h3, .page-template:not(.home) .content-page h3 {
      font-size: 2.0625rem; }
    .interior-page .entry-content h4, .interior-page .content-page h4, .single-tribe_events .entry-content h4, .single-tribe_events .content-page h4, .single-event .entry-content h4, .single-event .content-page h4, .page-template-default:not(.home) .entry-content h4, .page-template-default:not(.home) .content-page h4, .page-template:not(.home) .entry-content h4, .page-template:not(.home) .content-page h4 {
      font-size: 22px; }
    .interior-page .entry-content h5, .interior-page .content-page h5, .single-tribe_events .entry-content h5, .single-tribe_events .content-page h5, .single-event .entry-content h5, .single-event .content-page h5, .page-template-default:not(.home) .entry-content h5, .page-template-default:not(.home) .content-page h5, .page-template:not(.home) .entry-content h5, .page-template:not(.home) .content-page h5 {
      font-size: 18px; }
    .interior-page .entry-content h6, .interior-page .content-page h6, .single-tribe_events .entry-content h6, .single-tribe_events .content-page h6, .single-event .entry-content h6, .single-event .content-page h6, .page-template-default:not(.home) .entry-content h6, .page-template-default:not(.home) .content-page h6, .page-template:not(.home) .entry-content h6, .page-template:not(.home) .content-page h6 {
      font-size: 14px; }
    .interior-page .entry-content hr, .interior-page .content-page hr, .single-tribe_events .entry-content hr, .single-tribe_events .content-page hr, .single-event .entry-content hr, .single-event .content-page hr, .page-template-default:not(.home) .entry-content hr, .page-template-default:not(.home) .content-page hr, .page-template:not(.home) .entry-content hr, .page-template:not(.home) .content-page hr {
      border-color: #0488a5 !important;
      border-style: dashed none none;
      border-width: 1px 0px 0px;
      margin-bottom: 25px;
      margin-top: 25px; }
    .interior-page .entry-content p, .interior-page .content-page p, .single-tribe_events .entry-content p, .single-tribe_events .content-page p, .single-event .entry-content p, .single-event .content-page p, .page-template-default:not(.home) .entry-content p, .page-template-default:not(.home) .content-page p, .page-template:not(.home) .entry-content p, .page-template:not(.home) .content-page p {
      font-family: 'Quicksand', sans-serif;
      color: #000000;
      font-size: 18px;
      font-stretch: normal;
      letter-spacing: normal;
      line-height: 1.67;
      margin-bottom: 20px;
      overflow-wrap: break-word;
      white-space: normal;
      word-break: break-word; }
      .interior-page .entry-content p strong, .interior-page .content-page p strong, .single-tribe_events .entry-content p strong, .single-tribe_events .content-page p strong, .single-event .entry-content p strong, .single-event .content-page p strong, .page-template-default:not(.home) .entry-content p strong, .page-template-default:not(.home) .content-page p strong, .page-template:not(.home) .entry-content p strong, .page-template:not(.home) .content-page p strong {
        font-family: 'Quicksand', sans-serif;
        color: inherit;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2; }
      .interior-page .entry-content p em, .interior-page .content-page p em, .single-tribe_events .entry-content p em, .single-tribe_events .content-page p em, .single-event .entry-content p em, .single-event .content-page p em, .page-template-default:not(.home) .entry-content p em, .page-template-default:not(.home) .content-page p em, .page-template:not(.home) .entry-content p em, .page-template:not(.home) .content-page p em {
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-style: italic; }
      .interior-page .entry-content p::selection, .interior-page .content-page p::selection, .single-tribe_events .entry-content p::selection, .single-tribe_events .content-page p::selection, .single-event .entry-content p::selection, .single-event .content-page p::selection, .page-template-default:not(.home) .entry-content p::selection, .page-template-default:not(.home) .content-page p::selection, .page-template:not(.home) .entry-content p::selection, .page-template:not(.home) .content-page p::selection {
        background-color: #0488a5;
        color: white; }
      .interior-page .entry-content p strong, .interior-page .entry-content p em, .interior-page .entry-content p a, .interior-page .entry-content p span, .interior-page .content-page p strong, .interior-page .content-page p em, .interior-page .content-page p a, .interior-page .content-page p span, .single-tribe_events .entry-content p strong, .single-tribe_events .entry-content p em, .single-tribe_events .entry-content p a, .single-tribe_events .entry-content p span, .single-tribe_events .content-page p strong, .single-tribe_events .content-page p em, .single-tribe_events .content-page p a, .single-tribe_events .content-page p span, .single-event .entry-content p strong, .single-event .entry-content p em, .single-event .entry-content p a, .single-event .entry-content p span, .single-event .content-page p strong, .single-event .content-page p em, .single-event .content-page p a, .single-event .content-page p span, .page-template-default:not(.home) .entry-content p strong, .page-template-default:not(.home) .entry-content p em, .page-template-default:not(.home) .entry-content p a, .page-template-default:not(.home) .entry-content p span, .page-template-default:not(.home) .content-page p strong, .page-template-default:not(.home) .content-page p em, .page-template-default:not(.home) .content-page p a, .page-template-default:not(.home) .content-page p span, .page-template:not(.home) .entry-content p strong, .page-template:not(.home) .entry-content p em, .page-template:not(.home) .entry-content p a, .page-template:not(.home) .entry-content p span, .page-template:not(.home) .content-page p strong, .page-template:not(.home) .content-page p em, .page-template:not(.home) .content-page p a, .page-template:not(.home) .content-page p span {
        margin: 0 !important; }
        .interior-page .entry-content p strong::selection, .interior-page .entry-content p em::selection, .interior-page .entry-content p a::selection, .interior-page .entry-content p span::selection, .interior-page .content-page p strong::selection, .interior-page .content-page p em::selection, .interior-page .content-page p a::selection, .interior-page .content-page p span::selection, .single-tribe_events .entry-content p strong::selection, .single-tribe_events .entry-content p em::selection, .single-tribe_events .entry-content p a::selection, .single-tribe_events .entry-content p span::selection, .single-tribe_events .content-page p strong::selection, .single-tribe_events .content-page p em::selection, .single-tribe_events .content-page p a::selection, .single-tribe_events .content-page p span::selection, .single-event .entry-content p strong::selection, .single-event .entry-content p em::selection, .single-event .entry-content p a::selection, .single-event .entry-content p span::selection, .single-event .content-page p strong::selection, .single-event .content-page p em::selection, .single-event .content-page p a::selection, .single-event .content-page p span::selection, .page-template-default:not(.home) .entry-content p strong::selection, .page-template-default:not(.home) .entry-content p em::selection, .page-template-default:not(.home) .entry-content p a::selection, .page-template-default:not(.home) .entry-content p span::selection, .page-template-default:not(.home) .content-page p strong::selection, .page-template-default:not(.home) .content-page p em::selection, .page-template-default:not(.home) .content-page p a::selection, .page-template-default:not(.home) .content-page p span::selection, .page-template:not(.home) .entry-content p strong::selection, .page-template:not(.home) .entry-content p em::selection, .page-template:not(.home) .entry-content p a::selection, .page-template:not(.home) .entry-content p span::selection, .page-template:not(.home) .content-page p strong::selection, .page-template:not(.home) .content-page p em::selection, .page-template:not(.home) .content-page p a::selection, .page-template:not(.home) .content-page p span::selection {
          background-color: #035f73;
          color: white; }
    .interior-page .entry-content blockquote, .interior-page .entry-content .wp-block-quote, .interior-page .content-page blockquote, .interior-page .content-page .wp-block-quote, .single-tribe_events .entry-content blockquote, .single-tribe_events .entry-content .wp-block-quote, .single-tribe_events .content-page blockquote, .single-tribe_events .content-page .wp-block-quote, .single-event .entry-content blockquote, .single-event .entry-content .wp-block-quote, .single-event .content-page blockquote, .single-event .content-page .wp-block-quote, .page-template-default:not(.home) .entry-content blockquote, .page-template-default:not(.home) .entry-content .wp-block-quote, .page-template-default:not(.home) .content-page blockquote, .page-template-default:not(.home) .content-page .wp-block-quote, .page-template:not(.home) .entry-content blockquote, .page-template:not(.home) .entry-content .wp-block-quote, .page-template:not(.home) .content-page blockquote, .page-template:not(.home) .content-page .wp-block-quote {
      font-family: 'Quicksand', sans-serif;
      background-color: #0488a5;
      border: none;
      border-radius: 0;
      color: #ffffff;
      font-size: 1.0625rem;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      line-height: 1.2;
      margin: 20px auto;
      padding: 70px 85px;
      position: relative;
      width: 100%;
      z-index: 1; }
      .interior-page .entry-content blockquote p, .interior-page .entry-content blockquote a, .interior-page .entry-content blockquote address, .interior-page .entry-content blockquote span, .interior-page .entry-content blockquote strong, .interior-page .entry-content blockquote time, .interior-page .entry-content blockquote dl.list > dd, .interior-page .entry-content blockquote dl.list > dt, .interior-page .entry-content .wp-block-quote p, .interior-page .entry-content .wp-block-quote a, .interior-page .entry-content .wp-block-quote address, .interior-page .entry-content .wp-block-quote span, .interior-page .entry-content .wp-block-quote strong, .interior-page .entry-content .wp-block-quote time, .interior-page .entry-content .wp-block-quote dl.list > dd, .interior-page .entry-content .wp-block-quote dl.list > dt, .interior-page .content-page blockquote p, .interior-page .content-page blockquote a, .interior-page .content-page blockquote address, .interior-page .content-page blockquote span, .interior-page .content-page blockquote strong, .interior-page .content-page blockquote time, .interior-page .content-page blockquote dl.list > dd, .interior-page .content-page blockquote dl.list > dt, .interior-page .content-page .wp-block-quote p, .interior-page .content-page .wp-block-quote a, .interior-page .content-page .wp-block-quote address, .interior-page .content-page .wp-block-quote span, .interior-page .content-page .wp-block-quote strong, .interior-page .content-page .wp-block-quote time, .interior-page .content-page .wp-block-quote dl.list > dd, .interior-page .content-page .wp-block-quote dl.list > dt, .single-tribe_events .entry-content blockquote p, .single-tribe_events .entry-content blockquote a, .single-tribe_events .entry-content blockquote address, .single-tribe_events .entry-content blockquote span, .single-tribe_events .entry-content blockquote strong, .single-tribe_events .entry-content blockquote time, .single-tribe_events .entry-content blockquote dl.list > dd, .single-tribe_events .entry-content blockquote dl.list > dt, .single-tribe_events .entry-content .wp-block-quote p, .single-tribe_events .entry-content .wp-block-quote a, .single-tribe_events .entry-content .wp-block-quote address, .single-tribe_events .entry-content .wp-block-quote span, .single-tribe_events .entry-content .wp-block-quote strong, .single-tribe_events .entry-content .wp-block-quote time, .single-tribe_events .entry-content .wp-block-quote dl.list > dd, .single-tribe_events .entry-content .wp-block-quote dl.list > dt, .single-tribe_events .content-page blockquote p, .single-tribe_events .content-page blockquote a, .single-tribe_events .content-page blockquote address, .single-tribe_events .content-page blockquote span, .single-tribe_events .content-page blockquote strong, .single-tribe_events .content-page blockquote time, .single-tribe_events .content-page blockquote dl.list > dd, .single-tribe_events .content-page blockquote dl.list > dt, .single-tribe_events .content-page .wp-block-quote p, .single-tribe_events .content-page .wp-block-quote a, .single-tribe_events .content-page .wp-block-quote address, .single-tribe_events .content-page .wp-block-quote span, .single-tribe_events .content-page .wp-block-quote strong, .single-tribe_events .content-page .wp-block-quote time, .single-tribe_events .content-page .wp-block-quote dl.list > dd, .single-tribe_events .content-page .wp-block-quote dl.list > dt, .single-event .entry-content blockquote p, .single-event .entry-content blockquote a, .single-event .entry-content blockquote address, .single-event .entry-content blockquote span, .single-event .entry-content blockquote strong, .single-event .entry-content blockquote time, .single-event .entry-content blockquote dl.list > dd, .single-event .entry-content blockquote dl.list > dt, .single-event .entry-content .wp-block-quote p, .single-event .entry-content .wp-block-quote a, .single-event .entry-content .wp-block-quote address, .single-event .entry-content .wp-block-quote span, .single-event .entry-content .wp-block-quote strong, .single-event .entry-content .wp-block-quote time, .single-event .entry-content .wp-block-quote dl.list > dd, .single-event .entry-content .wp-block-quote dl.list > dt, .single-event .content-page blockquote p, .single-event .content-page blockquote a, .single-event .content-page blockquote address, .single-event .content-page blockquote span, .single-event .content-page blockquote strong, .single-event .content-page blockquote time, .single-event .content-page blockquote dl.list > dd, .single-event .content-page blockquote dl.list > dt, .single-event .content-page .wp-block-quote p, .single-event .content-page .wp-block-quote a, .single-event .content-page .wp-block-quote address, .single-event .content-page .wp-block-quote span, .single-event .content-page .wp-block-quote strong, .single-event .content-page .wp-block-quote time, .single-event .content-page .wp-block-quote dl.list > dd, .single-event .content-page .wp-block-quote dl.list > dt, .page-template-default:not(.home) .entry-content blockquote p, .page-template-default:not(.home) .entry-content blockquote a, .page-template-default:not(.home) .entry-content blockquote address, .page-template-default:not(.home) .entry-content blockquote span, .page-template-default:not(.home) .entry-content blockquote strong, .page-template-default:not(.home) .entry-content blockquote time, .page-template-default:not(.home) .entry-content blockquote dl.list > dd, .page-template-default:not(.home) .entry-content blockquote dl.list > dt, .page-template-default:not(.home) .entry-content .wp-block-quote p, .page-template-default:not(.home) .entry-content .wp-block-quote a, .page-template-default:not(.home) .entry-content .wp-block-quote address, .page-template-default:not(.home) .entry-content .wp-block-quote span, .page-template-default:not(.home) .entry-content .wp-block-quote strong, .page-template-default:not(.home) .entry-content .wp-block-quote time, .page-template-default:not(.home) .entry-content .wp-block-quote dl.list > dd, .page-template-default:not(.home) .entry-content .wp-block-quote dl.list > dt, .page-template-default:not(.home) .content-page blockquote p, .page-template-default:not(.home) .content-page blockquote a, .page-template-default:not(.home) .content-page blockquote address, .page-template-default:not(.home) .content-page blockquote span, .page-template-default:not(.home) .content-page blockquote strong, .page-template-default:not(.home) .content-page blockquote time, .page-template-default:not(.home) .content-page blockquote dl.list > dd, .page-template-default:not(.home) .content-page blockquote dl.list > dt, .page-template-default:not(.home) .content-page .wp-block-quote p, .page-template-default:not(.home) .content-page .wp-block-quote a, .page-template-default:not(.home) .content-page .wp-block-quote address, .page-template-default:not(.home) .content-page .wp-block-quote span, .page-template-default:not(.home) .content-page .wp-block-quote strong, .page-template-default:not(.home) .content-page .wp-block-quote time, .page-template-default:not(.home) .content-page .wp-block-quote dl.list > dd, .page-template-default:not(.home) .content-page .wp-block-quote dl.list > dt, .page-template:not(.home) .entry-content blockquote p, .page-template:not(.home) .entry-content blockquote a, .page-template:not(.home) .entry-content blockquote address, .page-template:not(.home) .entry-content blockquote span, .page-template:not(.home) .entry-content blockquote strong, .page-template:not(.home) .entry-content blockquote time, .page-template:not(.home) .entry-content blockquote dl.list > dd, .page-template:not(.home) .entry-content blockquote dl.list > dt, .page-template:not(.home) .entry-content .wp-block-quote p, .page-template:not(.home) .entry-content .wp-block-quote a, .page-template:not(.home) .entry-content .wp-block-quote address, .page-template:not(.home) .entry-content .wp-block-quote span, .page-template:not(.home) .entry-content .wp-block-quote strong, .page-template:not(.home) .entry-content .wp-block-quote time, .page-template:not(.home) .entry-content .wp-block-quote dl.list > dd, .page-template:not(.home) .entry-content .wp-block-quote dl.list > dt, .page-template:not(.home) .content-page blockquote p, .page-template:not(.home) .content-page blockquote a, .page-template:not(.home) .content-page blockquote address, .page-template:not(.home) .content-page blockquote span, .page-template:not(.home) .content-page blockquote strong, .page-template:not(.home) .content-page blockquote time, .page-template:not(.home) .content-page blockquote dl.list > dd, .page-template:not(.home) .content-page blockquote dl.list > dt, .page-template:not(.home) .content-page .wp-block-quote p, .page-template:not(.home) .content-page .wp-block-quote a, .page-template:not(.home) .content-page .wp-block-quote address, .page-template:not(.home) .content-page .wp-block-quote span, .page-template:not(.home) .content-page .wp-block-quote strong, .page-template:not(.home) .content-page .wp-block-quote time, .page-template:not(.home) .content-page .wp-block-quote dl.list > dd, .page-template:not(.home) .content-page .wp-block-quote dl.list > dt {
        font-family: 'Quicksand', sans-serif;
        color: #ffffff;
        font-size: 1.0625rem;
        font-stretch: normal;
        font-weight: 700;
        line-height: 1.37;
        margin-bottom: 0;
        position: relative; }
      .interior-page .entry-content blockquote cite, .interior-page .entry-content .wp-block-quote cite, .interior-page .content-page blockquote cite, .interior-page .content-page .wp-block-quote cite, .single-tribe_events .entry-content blockquote cite, .single-tribe_events .entry-content .wp-block-quote cite, .single-tribe_events .content-page blockquote cite, .single-tribe_events .content-page .wp-block-quote cite, .single-event .entry-content blockquote cite, .single-event .entry-content .wp-block-quote cite, .single-event .content-page blockquote cite, .single-event .content-page .wp-block-quote cite, .page-template-default:not(.home) .entry-content blockquote cite, .page-template-default:not(.home) .entry-content .wp-block-quote cite, .page-template-default:not(.home) .content-page blockquote cite, .page-template-default:not(.home) .content-page .wp-block-quote cite, .page-template:not(.home) .entry-content blockquote cite, .page-template:not(.home) .entry-content .wp-block-quote cite, .page-template:not(.home) .content-page blockquote cite, .page-template:not(.home) .content-page .wp-block-quote cite {
        font-family: 'Quicksand', sans-serif;
        color: #ffffff;
        display: block;
        font-size: 15px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: -0.08px;
        line-height: 1.33; }
      .interior-page .entry-content blockquote .has-text-align-center p, .interior-page .entry-content blockquote .has-text-align-center cite, .interior-page .entry-content .wp-block-quote .has-text-align-center p, .interior-page .entry-content .wp-block-quote .has-text-align-center cite, .interior-page .content-page blockquote .has-text-align-center p, .interior-page .content-page blockquote .has-text-align-center cite, .interior-page .content-page .wp-block-quote .has-text-align-center p, .interior-page .content-page .wp-block-quote .has-text-align-center cite, .single-tribe_events .entry-content blockquote .has-text-align-center p, .single-tribe_events .entry-content blockquote .has-text-align-center cite, .single-tribe_events .entry-content .wp-block-quote .has-text-align-center p, .single-tribe_events .entry-content .wp-block-quote .has-text-align-center cite, .single-tribe_events .content-page blockquote .has-text-align-center p, .single-tribe_events .content-page blockquote .has-text-align-center cite, .single-tribe_events .content-page .wp-block-quote .has-text-align-center p, .single-tribe_events .content-page .wp-block-quote .has-text-align-center cite, .single-event .entry-content blockquote .has-text-align-center p, .single-event .entry-content blockquote .has-text-align-center cite, .single-event .entry-content .wp-block-quote .has-text-align-center p, .single-event .entry-content .wp-block-quote .has-text-align-center cite, .single-event .content-page blockquote .has-text-align-center p, .single-event .content-page blockquote .has-text-align-center cite, .single-event .content-page .wp-block-quote .has-text-align-center p, .single-event .content-page .wp-block-quote .has-text-align-center cite, .page-template-default:not(.home) .entry-content blockquote .has-text-align-center p, .page-template-default:not(.home) .entry-content blockquote .has-text-align-center cite, .page-template-default:not(.home) .entry-content .wp-block-quote .has-text-align-center p, .page-template-default:not(.home) .entry-content .wp-block-quote .has-text-align-center cite, .page-template-default:not(.home) .content-page blockquote .has-text-align-center p, .page-template-default:not(.home) .content-page blockquote .has-text-align-center cite, .page-template-default:not(.home) .content-page .wp-block-quote .has-text-align-center p, .page-template-default:not(.home) .content-page .wp-block-quote .has-text-align-center cite, .page-template:not(.home) .entry-content blockquote .has-text-align-center p, .page-template:not(.home) .entry-content blockquote .has-text-align-center cite, .page-template:not(.home) .entry-content .wp-block-quote .has-text-align-center p, .page-template:not(.home) .entry-content .wp-block-quote .has-text-align-center cite, .page-template:not(.home) .content-page blockquote .has-text-align-center p, .page-template:not(.home) .content-page blockquote .has-text-align-center cite, .page-template:not(.home) .content-page .wp-block-quote .has-text-align-center p, .page-template:not(.home) .content-page .wp-block-quote .has-text-align-center cite {
        text-align: center !important; }
    .interior-page .entry-content a:not([role="button"]), .interior-page .entry-content a:not([rel="bookmark"]), .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link), .interior-page .content-page a:not([role="button"]), .interior-page .content-page a:not([rel="bookmark"]), .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link), .single-tribe_events .entry-content a:not([role="button"]), .single-tribe_events .entry-content a:not([rel="bookmark"]), .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link), .single-tribe_events .content-page a:not([role="button"]), .single-tribe_events .content-page a:not([rel="bookmark"]), .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link), .single-event .entry-content a:not([role="button"]), .single-event .entry-content a:not([rel="bookmark"]), .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link), .single-event .content-page a:not([role="button"]), .single-event .content-page a:not([rel="bookmark"]), .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link), .page-template-default:not(.home) .entry-content a:not([role="button"]), .page-template-default:not(.home) .entry-content a:not([rel="bookmark"]), .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link), .page-template-default:not(.home) .content-page a:not([role="button"]), .page-template-default:not(.home) .content-page a:not([rel="bookmark"]), .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link), .page-template:not(.home) .entry-content a:not([role="button"]), .page-template:not(.home) .entry-content a:not([rel="bookmark"]), .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link), .page-template:not(.home) .content-page a:not([role="button"]), .page-template:not(.home) .content-page a:not([rel="bookmark"]), .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link) {
      font-family: 'Quicksand', sans-serif;
      border: none;
      color: #0488a5;
      display: inline-block;
      font-size: 18px;
      font-stretch: normal;
      letter-spacing: normal;
      line-height: 1.67;
      text-decoration: underline;
      transition: all 0.4s ease; }
      .interior-page .entry-content a:not([role="button"]):hover, .interior-page .entry-content a:not([rel="bookmark"]):hover, .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .interior-page .content-page a:not([role="button"]):hover, .interior-page .content-page a:not([rel="bookmark"]):hover, .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .single-tribe_events .entry-content a:not([role="button"]):hover, .single-tribe_events .entry-content a:not([rel="bookmark"]):hover, .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .single-tribe_events .content-page a:not([role="button"]):hover, .single-tribe_events .content-page a:not([rel="bookmark"]):hover, .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .single-event .entry-content a:not([role="button"]):hover, .single-event .entry-content a:not([rel="bookmark"]):hover, .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .single-event .content-page a:not([role="button"]):hover, .single-event .content-page a:not([rel="bookmark"]):hover, .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .page-template-default:not(.home) .entry-content a:not([role="button"]):hover, .page-template-default:not(.home) .entry-content a:not([rel="bookmark"]):hover, .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .page-template-default:not(.home) .content-page a:not([role="button"]):hover, .page-template-default:not(.home) .content-page a:not([rel="bookmark"]):hover, .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .page-template:not(.home) .entry-content a:not([role="button"]):hover, .page-template:not(.home) .entry-content a:not([rel="bookmark"]):hover, .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link):hover, .page-template:not(.home) .content-page a:not([role="button"]):hover, .page-template:not(.home) .content-page a:not([rel="bookmark"]):hover, .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link):hover {
        border-color: #075a6c;
        color: #075a6c;
        text-decoration: none; }
      .interior-page .entry-content a:not([role="button"])::selection, .interior-page .entry-content a:not([rel="bookmark"])::selection, .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .interior-page .content-page a:not([role="button"])::selection, .interior-page .content-page a:not([rel="bookmark"])::selection, .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .single-tribe_events .entry-content a:not([role="button"])::selection, .single-tribe_events .entry-content a:not([rel="bookmark"])::selection, .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .single-tribe_events .content-page a:not([role="button"])::selection, .single-tribe_events .content-page a:not([rel="bookmark"])::selection, .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .single-event .entry-content a:not([role="button"])::selection, .single-event .entry-content a:not([rel="bookmark"])::selection, .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .single-event .content-page a:not([role="button"])::selection, .single-event .content-page a:not([rel="bookmark"])::selection, .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .page-template-default:not(.home) .entry-content a:not([role="button"])::selection, .page-template-default:not(.home) .entry-content a:not([rel="bookmark"])::selection, .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .page-template-default:not(.home) .content-page a:not([role="button"])::selection, .page-template-default:not(.home) .content-page a:not([rel="bookmark"])::selection, .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .page-template:not(.home) .entry-content a:not([role="button"])::selection, .page-template:not(.home) .entry-content a:not([rel="bookmark"])::selection, .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection, .page-template:not(.home) .content-page a:not([role="button"])::selection, .page-template:not(.home) .content-page a:not([rel="bookmark"])::selection, .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link)::selection {
        background-color: #0488a5;
        border-color: white;
        color: white; }
      .interior-page .entry-content a:not([role="button"]).read-more, .interior-page .entry-content a:not([rel="bookmark"]).read-more, .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .interior-page .content-page a:not([role="button"]).read-more, .interior-page .content-page a:not([rel="bookmark"]).read-more, .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .single-tribe_events .entry-content a:not([role="button"]).read-more, .single-tribe_events .entry-content a:not([rel="bookmark"]).read-more, .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .single-tribe_events .content-page a:not([role="button"]).read-more, .single-tribe_events .content-page a:not([rel="bookmark"]).read-more, .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .single-event .entry-content a:not([role="button"]).read-more, .single-event .entry-content a:not([rel="bookmark"]).read-more, .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .single-event .content-page a:not([role="button"]).read-more, .single-event .content-page a:not([rel="bookmark"]).read-more, .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .page-template-default:not(.home) .entry-content a:not([role="button"]).read-more, .page-template-default:not(.home) .entry-content a:not([rel="bookmark"]).read-more, .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .page-template-default:not(.home) .content-page a:not([role="button"]).read-more, .page-template-default:not(.home) .content-page a:not([rel="bookmark"]).read-more, .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .page-template:not(.home) .entry-content a:not([role="button"]).read-more, .page-template:not(.home) .entry-content a:not([rel="bookmark"]).read-more, .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more, .page-template:not(.home) .content-page a:not([role="button"]).read-more, .page-template:not(.home) .content-page a:not([rel="bookmark"]).read-more, .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more {
        background: transparent;
        border-bottom: 2px solid #0488a5 !important;
        border-radius: 0;
        border: none;
        color: #0488a5 !important;
        display: inline-block;
        font-family: 'Quicksand', 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; }
        .interior-page .entry-content a:not([role="button"]).read-more strong, .interior-page .entry-content a:not([rel="bookmark"]).read-more strong, .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .interior-page .content-page a:not([role="button"]).read-more strong, .interior-page .content-page a:not([rel="bookmark"]).read-more strong, .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .single-tribe_events .entry-content a:not([role="button"]).read-more strong, .single-tribe_events .entry-content a:not([rel="bookmark"]).read-more strong, .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .single-tribe_events .content-page a:not([role="button"]).read-more strong, .single-tribe_events .content-page a:not([rel="bookmark"]).read-more strong, .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .single-event .entry-content a:not([role="button"]).read-more strong, .single-event .entry-content a:not([rel="bookmark"]).read-more strong, .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .single-event .content-page a:not([role="button"]).read-more strong, .single-event .content-page a:not([rel="bookmark"]).read-more strong, .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .page-template-default:not(.home) .entry-content a:not([role="button"]).read-more strong, .page-template-default:not(.home) .entry-content a:not([rel="bookmark"]).read-more strong, .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .page-template-default:not(.home) .content-page a:not([role="button"]).read-more strong, .page-template-default:not(.home) .content-page a:not([rel="bookmark"]).read-more strong, .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .page-template:not(.home) .entry-content a:not([role="button"]).read-more strong, .page-template:not(.home) .entry-content a:not([rel="bookmark"]).read-more strong, .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong, .page-template:not(.home) .content-page a:not([role="button"]).read-more strong, .page-template:not(.home) .content-page a:not([rel="bookmark"]).read-more strong, .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more strong {
          font-weight: bold; }
        .interior-page .entry-content a:not([role="button"]).read-more::after, .interior-page .entry-content a:not([rel="bookmark"]).read-more::after, .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .interior-page .content-page a:not([role="button"]).read-more::after, .interior-page .content-page a:not([rel="bookmark"]).read-more::after, .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .single-tribe_events .entry-content a:not([role="button"]).read-more::after, .single-tribe_events .entry-content a:not([rel="bookmark"]).read-more::after, .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .single-tribe_events .content-page a:not([role="button"]).read-more::after, .single-tribe_events .content-page a:not([rel="bookmark"]).read-more::after, .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .single-event .entry-content a:not([role="button"]).read-more::after, .single-event .entry-content a:not([rel="bookmark"]).read-more::after, .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .single-event .content-page a:not([role="button"]).read-more::after, .single-event .content-page a:not([rel="bookmark"]).read-more::after, .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .page-template-default:not(.home) .entry-content a:not([role="button"]).read-more::after, .page-template-default:not(.home) .entry-content a:not([rel="bookmark"]).read-more::after, .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .page-template-default:not(.home) .content-page a:not([role="button"]).read-more::after, .page-template-default:not(.home) .content-page a:not([rel="bookmark"]).read-more::after, .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .page-template:not(.home) .entry-content a:not([role="button"]).read-more::after, .page-template:not(.home) .entry-content a:not([rel="bookmark"]).read-more::after, .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after, .page-template:not(.home) .content-page a:not([role="button"]).read-more::after, .page-template:not(.home) .content-page a:not([rel="bookmark"]).read-more::after, .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more::after {
          content: none; }
        .interior-page .entry-content a:not([role="button"]).read-more:hover, .interior-page .entry-content a:not([role="button"]).read-more:focus, .interior-page .entry-content a:not([role="button"]).read-more:active, .interior-page .entry-content a:not([rel="bookmark"]).read-more:hover, .interior-page .entry-content a:not([rel="bookmark"]).read-more:focus, .interior-page .entry-content a:not([rel="bookmark"]).read-more:active, .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .interior-page .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .interior-page .content-page a:not([role="button"]).read-more:hover, .interior-page .content-page a:not([role="button"]).read-more:focus, .interior-page .content-page a:not([role="button"]).read-more:active, .interior-page .content-page a:not([rel="bookmark"]).read-more:hover, .interior-page .content-page a:not([rel="bookmark"]).read-more:focus, .interior-page .content-page a:not([rel="bookmark"]).read-more:active, .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .interior-page .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .single-tribe_events .entry-content a:not([role="button"]).read-more:hover, .single-tribe_events .entry-content a:not([role="button"]).read-more:focus, .single-tribe_events .entry-content a:not([role="button"]).read-more:active, .single-tribe_events .entry-content a:not([rel="bookmark"]).read-more:hover, .single-tribe_events .entry-content a:not([rel="bookmark"]).read-more:focus, .single-tribe_events .entry-content a:not([rel="bookmark"]).read-more:active, .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .single-tribe_events .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .single-tribe_events .content-page a:not([role="button"]).read-more:hover, .single-tribe_events .content-page a:not([role="button"]).read-more:focus, .single-tribe_events .content-page a:not([role="button"]).read-more:active, .single-tribe_events .content-page a:not([rel="bookmark"]).read-more:hover, .single-tribe_events .content-page a:not([rel="bookmark"]).read-more:focus, .single-tribe_events .content-page a:not([rel="bookmark"]).read-more:active, .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .single-tribe_events .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .single-event .entry-content a:not([role="button"]).read-more:hover, .single-event .entry-content a:not([role="button"]).read-more:focus, .single-event .entry-content a:not([role="button"]).read-more:active, .single-event .entry-content a:not([rel="bookmark"]).read-more:hover, .single-event .entry-content a:not([rel="bookmark"]).read-more:focus, .single-event .entry-content a:not([rel="bookmark"]).read-more:active, .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .single-event .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .single-event .content-page a:not([role="button"]).read-more:hover, .single-event .content-page a:not([role="button"]).read-more:focus, .single-event .content-page a:not([role="button"]).read-more:active, .single-event .content-page a:not([rel="bookmark"]).read-more:hover, .single-event .content-page a:not([rel="bookmark"]).read-more:focus, .single-event .content-page a:not([rel="bookmark"]).read-more:active, .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .single-event .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .page-template-default:not(.home) .entry-content a:not([role="button"]).read-more:hover, .page-template-default:not(.home) .entry-content a:not([role="button"]).read-more:focus, .page-template-default:not(.home) .entry-content a:not([role="button"]).read-more:active, .page-template-default:not(.home) .entry-content a:not([rel="bookmark"]).read-more:hover, .page-template-default:not(.home) .entry-content a:not([rel="bookmark"]).read-more:focus, .page-template-default:not(.home) .entry-content a:not([rel="bookmark"]).read-more:active, .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .page-template-default:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .page-template-default:not(.home) .content-page a:not([role="button"]).read-more:hover, .page-template-default:not(.home) .content-page a:not([role="button"]).read-more:focus, .page-template-default:not(.home) .content-page a:not([role="button"]).read-more:active, .page-template-default:not(.home) .content-page a:not([rel="bookmark"]).read-more:hover, .page-template-default:not(.home) .content-page a:not([rel="bookmark"]).read-more:focus, .page-template-default:not(.home) .content-page a:not([rel="bookmark"]).read-more:active, .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .page-template-default:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .page-template:not(.home) .entry-content a:not([role="button"]).read-more:hover, .page-template:not(.home) .entry-content a:not([role="button"]).read-more:focus, .page-template:not(.home) .entry-content a:not([role="button"]).read-more:active, .page-template:not(.home) .entry-content a:not([rel="bookmark"]).read-more:hover, .page-template:not(.home) .entry-content a:not([rel="bookmark"]).read-more:focus, .page-template:not(.home) .entry-content a:not([rel="bookmark"]).read-more:active, .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .page-template:not(.home) .entry-content a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active, .page-template:not(.home) .content-page a:not([role="button"]).read-more:hover, .page-template:not(.home) .content-page a:not([role="button"]).read-more:focus, .page-template:not(.home) .content-page a:not([role="button"]).read-more:active, .page-template:not(.home) .content-page a:not([rel="bookmark"]).read-more:hover, .page-template:not(.home) .content-page a:not([rel="bookmark"]).read-more:focus, .page-template:not(.home) .content-page a:not([rel="bookmark"]).read-more:active, .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:hover, .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:focus, .page-template:not(.home) .content-page a:not(.tribe-events-calendar-month__calendar-event-title-link).read-more:active {
          border-color: #d4e953;
          color: #000000;
          text-decoration: none; }
    .interior-page .entry-content a[rel=external], .interior-page .content-page a[rel=external], .single-tribe_events .entry-content a[rel=external], .single-tribe_events .content-page a[rel=external], .single-event .entry-content a[rel=external], .single-event .content-page a[rel=external], .page-template-default:not(.home) .entry-content a[rel=external], .page-template-default:not(.home) .content-page a[rel=external], .page-template:not(.home) .entry-content a[rel=external], .page-template:not(.home) .content-page a[rel=external] {
      position: relative; }
      .interior-page .entry-content a[rel=external]::before, .interior-page .content-page a[rel=external]::before, .single-tribe_events .entry-content a[rel=external]::before, .single-tribe_events .content-page a[rel=external]::before, .single-event .entry-content a[rel=external]::before, .single-event .content-page a[rel=external]::before, .page-template-default:not(.home) .entry-content a[rel=external]::before, .page-template-default:not(.home) .content-page a[rel=external]::before, .page-template:not(.home) .entry-content a[rel=external]::before, .page-template:not(.home) .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: #0488a5;
        position: relative;
        font-size: 16px;
        padding-right: 5px;
        margin-left: 7px; }
    .interior-page .entry-content .post-image-css, .interior-page .content-page .post-image-css, .single-tribe_events .entry-content .post-image-css, .single-tribe_events .content-page .post-image-css, .single-event .entry-content .post-image-css, .single-event .content-page .post-image-css, .page-template-default:not(.home) .entry-content .post-image-css, .page-template-default:not(.home) .content-page .post-image-css, .page-template:not(.home) .entry-content .post-image-css, .page-template:not(.home) .content-page .post-image-css {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
    .interior-page .entry-content .image-wrapping, .interior-page .entry-content .image-post-thumb, .interior-page .entry-content .post-image-css, .interior-page .content-page .image-wrapping, .interior-page .content-page .image-post-thumb, .interior-page .content-page .post-image-css, .single-tribe_events .entry-content .image-wrapping, .single-tribe_events .entry-content .image-post-thumb, .single-tribe_events .entry-content .post-image-css, .single-tribe_events .content-page .image-wrapping, .single-tribe_events .content-page .image-post-thumb, .single-tribe_events .content-page .post-image-css, .single-event .entry-content .image-wrapping, .single-event .entry-content .image-post-thumb, .single-event .entry-content .post-image-css, .single-event .content-page .image-wrapping, .single-event .content-page .image-post-thumb, .single-event .content-page .post-image-css, .page-template-default:not(.home) .entry-content .image-wrapping, .page-template-default:not(.home) .entry-content .image-post-thumb, .page-template-default:not(.home) .entry-content .post-image-css, .page-template-default:not(.home) .content-page .image-wrapping, .page-template-default:not(.home) .content-page .image-post-thumb, .page-template-default:not(.home) .content-page .post-image-css, .page-template:not(.home) .entry-content .image-wrapping, .page-template:not(.home) .entry-content .image-post-thumb, .page-template:not(.home) .entry-content .post-image-css, .page-template:not(.home) .content-page .image-wrapping, .page-template:not(.home) .content-page .image-post-thumb, .page-template:not(.home) .content-page .post-image-css {
      margin-bottom: 20px !important;
      overflow: hidden;
      padding-top: 66.66%;
      /* 3:2 Aspect Ratio */
      position: relative;
      /* If you want text inside of it */
      width: 100%; }
      .interior-page .entry-content .image-wrapping.ratio-1x1, .interior-page .entry-content .image-post-thumb.ratio-1x1, .interior-page .entry-content .post-image-css.ratio-1x1, .interior-page .content-page .image-wrapping.ratio-1x1, .interior-page .content-page .image-post-thumb.ratio-1x1, .interior-page .content-page .post-image-css.ratio-1x1, .single-tribe_events .entry-content .image-wrapping.ratio-1x1, .single-tribe_events .entry-content .image-post-thumb.ratio-1x1, .single-tribe_events .entry-content .post-image-css.ratio-1x1, .single-tribe_events .content-page .image-wrapping.ratio-1x1, .single-tribe_events .content-page .image-post-thumb.ratio-1x1, .single-tribe_events .content-page .post-image-css.ratio-1x1, .single-event .entry-content .image-wrapping.ratio-1x1, .single-event .entry-content .image-post-thumb.ratio-1x1, .single-event .entry-content .post-image-css.ratio-1x1, .single-event .content-page .image-wrapping.ratio-1x1, .single-event .content-page .image-post-thumb.ratio-1x1, .single-event .content-page .post-image-css.ratio-1x1, .page-template-default:not(.home) .entry-content .image-wrapping.ratio-1x1, .page-template-default:not(.home) .entry-content .image-post-thumb.ratio-1x1, .page-template-default:not(.home) .entry-content .post-image-css.ratio-1x1, .page-template-default:not(.home) .content-page .image-wrapping.ratio-1x1, .page-template-default:not(.home) .content-page .image-post-thumb.ratio-1x1, .page-template-default:not(.home) .content-page .post-image-css.ratio-1x1, .page-template:not(.home) .entry-content .image-wrapping.ratio-1x1, .page-template:not(.home) .entry-content .image-post-thumb.ratio-1x1, .page-template:not(.home) .entry-content .post-image-css.ratio-1x1, .page-template:not(.home) .content-page .image-wrapping.ratio-1x1, .page-template:not(.home) .content-page .image-post-thumb.ratio-1x1, .page-template:not(.home) .content-page .post-image-css.ratio-1x1 {
        padding-top: 100% !important; }
      .interior-page .entry-content .image-wrapping.ratio-16x9, .interior-page .entry-content .image-post-thumb.ratio-16x9, .interior-page .entry-content .post-image-css.ratio-16x9, .interior-page .content-page .image-wrapping.ratio-16x9, .interior-page .content-page .image-post-thumb.ratio-16x9, .interior-page .content-page .post-image-css.ratio-16x9, .single-tribe_events .entry-content .image-wrapping.ratio-16x9, .single-tribe_events .entry-content .image-post-thumb.ratio-16x9, .single-tribe_events .entry-content .post-image-css.ratio-16x9, .single-tribe_events .content-page .image-wrapping.ratio-16x9, .single-tribe_events .content-page .image-post-thumb.ratio-16x9, .single-tribe_events .content-page .post-image-css.ratio-16x9, .single-event .entry-content .image-wrapping.ratio-16x9, .single-event .entry-content .image-post-thumb.ratio-16x9, .single-event .entry-content .post-image-css.ratio-16x9, .single-event .content-page .image-wrapping.ratio-16x9, .single-event .content-page .image-post-thumb.ratio-16x9, .single-event .content-page .post-image-css.ratio-16x9, .page-template-default:not(.home) .entry-content .image-wrapping.ratio-16x9, .page-template-default:not(.home) .entry-content .image-post-thumb.ratio-16x9, .page-template-default:not(.home) .entry-content .post-image-css.ratio-16x9, .page-template-default:not(.home) .content-page .image-wrapping.ratio-16x9, .page-template-default:not(.home) .content-page .image-post-thumb.ratio-16x9, .page-template-default:not(.home) .content-page .post-image-css.ratio-16x9, .page-template:not(.home) .entry-content .image-wrapping.ratio-16x9, .page-template:not(.home) .entry-content .image-post-thumb.ratio-16x9, .page-template:not(.home) .entry-content .post-image-css.ratio-16x9, .page-template:not(.home) .content-page .image-wrapping.ratio-16x9, .page-template:not(.home) .content-page .image-post-thumb.ratio-16x9, .page-template:not(.home) .content-page .post-image-css.ratio-16x9 {
        padding-top: 56.25% !important; }
      .interior-page .entry-content .image-wrapping.ratio-4x3, .interior-page .entry-content .image-post-thumb.ratio-4x3, .interior-page .entry-content .post-image-css.ratio-4x3, .interior-page .content-page .image-wrapping.ratio-4x3, .interior-page .content-page .image-post-thumb.ratio-4x3, .interior-page .content-page .post-image-css.ratio-4x3, .single-tribe_events .entry-content .image-wrapping.ratio-4x3, .single-tribe_events .entry-content .image-post-thumb.ratio-4x3, .single-tribe_events .entry-content .post-image-css.ratio-4x3, .single-tribe_events .content-page .image-wrapping.ratio-4x3, .single-tribe_events .content-page .image-post-thumb.ratio-4x3, .single-tribe_events .content-page .post-image-css.ratio-4x3, .single-event .entry-content .image-wrapping.ratio-4x3, .single-event .entry-content .image-post-thumb.ratio-4x3, .single-event .entry-content .post-image-css.ratio-4x3, .single-event .content-page .image-wrapping.ratio-4x3, .single-event .content-page .image-post-thumb.ratio-4x3, .single-event .content-page .post-image-css.ratio-4x3, .page-template-default:not(.home) .entry-content .image-wrapping.ratio-4x3, .page-template-default:not(.home) .entry-content .image-post-thumb.ratio-4x3, .page-template-default:not(.home) .entry-content .post-image-css.ratio-4x3, .page-template-default:not(.home) .content-page .image-wrapping.ratio-4x3, .page-template-default:not(.home) .content-page .image-post-thumb.ratio-4x3, .page-template-default:not(.home) .content-page .post-image-css.ratio-4x3, .page-template:not(.home) .entry-content .image-wrapping.ratio-4x3, .page-template:not(.home) .entry-content .image-post-thumb.ratio-4x3, .page-template:not(.home) .entry-content .post-image-css.ratio-4x3, .page-template:not(.home) .content-page .image-wrapping.ratio-4x3, .page-template:not(.home) .content-page .image-post-thumb.ratio-4x3, .page-template:not(.home) .content-page .post-image-css.ratio-4x3 {
        padding-top: 75% !important; }
      .interior-page .entry-content .image-wrapping.ratio-3x2, .interior-page .entry-content .image-post-thumb.ratio-3x2, .interior-page .entry-content .post-image-css.ratio-3x2, .interior-page .content-page .image-wrapping.ratio-3x2, .interior-page .content-page .image-post-thumb.ratio-3x2, .interior-page .content-page .post-image-css.ratio-3x2, .single-tribe_events .entry-content .image-wrapping.ratio-3x2, .single-tribe_events .entry-content .image-post-thumb.ratio-3x2, .single-tribe_events .entry-content .post-image-css.ratio-3x2, .single-tribe_events .content-page .image-wrapping.ratio-3x2, .single-tribe_events .content-page .image-post-thumb.ratio-3x2, .single-tribe_events .content-page .post-image-css.ratio-3x2, .single-event .entry-content .image-wrapping.ratio-3x2, .single-event .entry-content .image-post-thumb.ratio-3x2, .single-event .entry-content .post-image-css.ratio-3x2, .single-event .content-page .image-wrapping.ratio-3x2, .single-event .content-page .image-post-thumb.ratio-3x2, .single-event .content-page .post-image-css.ratio-3x2, .page-template-default:not(.home) .entry-content .image-wrapping.ratio-3x2, .page-template-default:not(.home) .entry-content .image-post-thumb.ratio-3x2, .page-template-default:not(.home) .entry-content .post-image-css.ratio-3x2, .page-template-default:not(.home) .content-page .image-wrapping.ratio-3x2, .page-template-default:not(.home) .content-page .image-post-thumb.ratio-3x2, .page-template-default:not(.home) .content-page .post-image-css.ratio-3x2, .page-template:not(.home) .entry-content .image-wrapping.ratio-3x2, .page-template:not(.home) .entry-content .image-post-thumb.ratio-3x2, .page-template:not(.home) .entry-content .post-image-css.ratio-3x2, .page-template:not(.home) .content-page .image-wrapping.ratio-3x2, .page-template:not(.home) .content-page .image-post-thumb.ratio-3x2, .page-template:not(.home) .content-page .post-image-css.ratio-3x2 {
        padding-top: 66.66% !important; }
      .interior-page .entry-content .image-wrapping.ratio-8x5, .interior-page .entry-content .image-post-thumb.ratio-8x5, .interior-page .entry-content .post-image-css.ratio-8x5, .interior-page .content-page .image-wrapping.ratio-8x5, .interior-page .content-page .image-post-thumb.ratio-8x5, .interior-page .content-page .post-image-css.ratio-8x5, .single-tribe_events .entry-content .image-wrapping.ratio-8x5, .single-tribe_events .entry-content .image-post-thumb.ratio-8x5, .single-tribe_events .entry-content .post-image-css.ratio-8x5, .single-tribe_events .content-page .image-wrapping.ratio-8x5, .single-tribe_events .content-page .image-post-thumb.ratio-8x5, .single-tribe_events .content-page .post-image-css.ratio-8x5, .single-event .entry-content .image-wrapping.ratio-8x5, .single-event .entry-content .image-post-thumb.ratio-8x5, .single-event .entry-content .post-image-css.ratio-8x5, .single-event .content-page .image-wrapping.ratio-8x5, .single-event .content-page .image-post-thumb.ratio-8x5, .single-event .content-page .post-image-css.ratio-8x5, .page-template-default:not(.home) .entry-content .image-wrapping.ratio-8x5, .page-template-default:not(.home) .entry-content .image-post-thumb.ratio-8x5, .page-template-default:not(.home) .entry-content .post-image-css.ratio-8x5, .page-template-default:not(.home) .content-page .image-wrapping.ratio-8x5, .page-template-default:not(.home) .content-page .image-post-thumb.ratio-8x5, .page-template-default:not(.home) .content-page .post-image-css.ratio-8x5, .page-template:not(.home) .entry-content .image-wrapping.ratio-8x5, .page-template:not(.home) .entry-content .image-post-thumb.ratio-8x5, .page-template:not(.home) .entry-content .post-image-css.ratio-8x5, .page-template:not(.home) .content-page .image-wrapping.ratio-8x5, .page-template:not(.home) .content-page .image-post-thumb.ratio-8x5, .page-template:not(.home) .content-page .post-image-css.ratio-8x5 {
        padding-top: 62.5% !important; }
      .interior-page .entry-content .image-wrapping img, .interior-page .entry-content .image-wrapping .wrapped-image, .interior-page .entry-content .image-post-thumb img, .interior-page .entry-content .image-post-thumb .wrapped-image, .interior-page .entry-content .post-image-css img, .interior-page .entry-content .post-image-css .wrapped-image, .interior-page .content-page .image-wrapping img, .interior-page .content-page .image-wrapping .wrapped-image, .interior-page .content-page .image-post-thumb img, .interior-page .content-page .image-post-thumb .wrapped-image, .interior-page .content-page .post-image-css img, .interior-page .content-page .post-image-css .wrapped-image, .single-tribe_events .entry-content .image-wrapping img, .single-tribe_events .entry-content .image-wrapping .wrapped-image, .single-tribe_events .entry-content .image-post-thumb img, .single-tribe_events .entry-content .image-post-thumb .wrapped-image, .single-tribe_events .entry-content .post-image-css img, .single-tribe_events .entry-content .post-image-css .wrapped-image, .single-tribe_events .content-page .image-wrapping img, .single-tribe_events .content-page .image-wrapping .wrapped-image, .single-tribe_events .content-page .image-post-thumb img, .single-tribe_events .content-page .image-post-thumb .wrapped-image, .single-tribe_events .content-page .post-image-css img, .single-tribe_events .content-page .post-image-css .wrapped-image, .single-event .entry-content .image-wrapping img, .single-event .entry-content .image-wrapping .wrapped-image, .single-event .entry-content .image-post-thumb img, .single-event .entry-content .image-post-thumb .wrapped-image, .single-event .entry-content .post-image-css img, .single-event .entry-content .post-image-css .wrapped-image, .single-event .content-page .image-wrapping img, .single-event .content-page .image-wrapping .wrapped-image, .single-event .content-page .image-post-thumb img, .single-event .content-page .image-post-thumb .wrapped-image, .single-event .content-page .post-image-css img, .single-event .content-page .post-image-css .wrapped-image, .page-template-default:not(.home) .entry-content .image-wrapping img, .page-template-default:not(.home) .entry-content .image-wrapping .wrapped-image, .page-template-default:not(.home) .entry-content .image-post-thumb img, .page-template-default:not(.home) .entry-content .image-post-thumb .wrapped-image, .page-template-default:not(.home) .entry-content .post-image-css img, .page-template-default:not(.home) .entry-content .post-image-css .wrapped-image, .page-template-default:not(.home) .content-page .image-wrapping img, .page-template-default:not(.home) .content-page .image-wrapping .wrapped-image, .page-template-default:not(.home) .content-page .image-post-thumb img, .page-template-default:not(.home) .content-page .image-post-thumb .wrapped-image, .page-template-default:not(.home) .content-page .post-image-css img, .page-template-default:not(.home) .content-page .post-image-css .wrapped-image, .page-template:not(.home) .entry-content .image-wrapping img, .page-template:not(.home) .entry-content .image-wrapping .wrapped-image, .page-template:not(.home) .entry-content .image-post-thumb img, .page-template:not(.home) .entry-content .image-post-thumb .wrapped-image, .page-template:not(.home) .entry-content .post-image-css img, .page-template:not(.home) .entry-content .post-image-css .wrapped-image, .page-template:not(.home) .content-page .image-wrapping img, .page-template:not(.home) .content-page .image-wrapping .wrapped-image, .page-template:not(.home) .content-page .image-post-thumb img, .page-template:not(.home) .content-page .image-post-thumb .wrapped-image, .page-template:not(.home) .content-page .post-image-css img, .page-template:not(.home) .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: 100%;
        left: 50%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        width: 100%; }
      .interior-page .entry-content .image-wrapping.h-100, .interior-page .entry-content .image-post-thumb.h-100, .interior-page .entry-content .post-image-css.h-100, .interior-page .content-page .image-wrapping.h-100, .interior-page .content-page .image-post-thumb.h-100, .interior-page .content-page .post-image-css.h-100, .single-tribe_events .entry-content .image-wrapping.h-100, .single-tribe_events .entry-content .image-post-thumb.h-100, .single-tribe_events .entry-content .post-image-css.h-100, .single-tribe_events .content-page .image-wrapping.h-100, .single-tribe_events .content-page .image-post-thumb.h-100, .single-tribe_events .content-page .post-image-css.h-100, .single-event .entry-content .image-wrapping.h-100, .single-event .entry-content .image-post-thumb.h-100, .single-event .entry-content .post-image-css.h-100, .single-event .content-page .image-wrapping.h-100, .single-event .content-page .image-post-thumb.h-100, .single-event .content-page .post-image-css.h-100, .page-template-default:not(.home) .entry-content .image-wrapping.h-100, .page-template-default:not(.home) .entry-content .image-post-thumb.h-100, .page-template-default:not(.home) .entry-content .post-image-css.h-100, .page-template-default:not(.home) .content-page .image-wrapping.h-100, .page-template-default:not(.home) .content-page .image-post-thumb.h-100, .page-template-default:not(.home) .content-page .post-image-css.h-100, .page-template:not(.home) .entry-content .image-wrapping.h-100, .page-template:not(.home) .entry-content .image-post-thumb.h-100, .page-template:not(.home) .entry-content .post-image-css.h-100, .page-template:not(.home) .content-page .image-wrapping.h-100, .page-template:not(.home) .content-page .image-post-thumb.h-100, .page-template:not(.home) .content-page .post-image-css.h-100 {
        height: 100%; }
    .interior-page .entry-content .image-fit-cover, .interior-page .content-page .image-fit-cover, .single-tribe_events .entry-content .image-fit-cover, .single-tribe_events .content-page .image-fit-cover, .single-event .entry-content .image-fit-cover, .single-event .content-page .image-fit-cover, .page-template-default:not(.home) .entry-content .image-fit-cover, .page-template-default:not(.home) .content-page .image-fit-cover, .page-template:not(.home) .entry-content .image-fit-cover, .page-template:not(.home) .content-page .image-fit-cover {
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }
    .interior-page .entry-content .image-fit-contain, .interior-page .content-page .image-fit-contain, .single-tribe_events .entry-content .image-fit-contain, .single-tribe_events .content-page .image-fit-contain, .single-event .entry-content .image-fit-contain, .single-event .content-page .image-fit-contain, .page-template-default:not(.home) .entry-content .image-fit-contain, .page-template-default:not(.home) .content-page .image-fit-contain, .page-template:not(.home) .entry-content .image-fit-contain, .page-template:not(.home) .content-page .image-fit-contain {
      object-fit: contain;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }
    .interior-page .entry-content .wp-caption, .interior-page .content-page .wp-caption, .single-tribe_events .entry-content .wp-caption, .single-tribe_events .content-page .wp-caption, .single-event .entry-content .wp-caption, .single-event .content-page .wp-caption, .page-template-default:not(.home) .entry-content .wp-caption, .page-template-default:not(.home) .content-page .wp-caption, .page-template:not(.home) .entry-content .wp-caption, .page-template:not(.home) .content-page .wp-caption {
      display: block;
      max-width: 100%; }
      .interior-page .entry-content .wp-caption img, .interior-page .content-page .wp-caption img, .single-tribe_events .entry-content .wp-caption img, .single-tribe_events .content-page .wp-caption img, .single-event .entry-content .wp-caption img, .single-event .content-page .wp-caption img, .page-template-default:not(.home) .entry-content .wp-caption img, .page-template-default:not(.home) .content-page .wp-caption img, .page-template:not(.home) .entry-content .wp-caption img, .page-template:not(.home) .content-page .wp-caption img {
        display: block;
        margin: 0 auto 10px;
        max-width: 100%;
        width: 100%; }
      .interior-page .entry-content .wp-caption .wp-caption-text, .interior-page .content-page .wp-caption .wp-caption-text, .single-tribe_events .entry-content .wp-caption .wp-caption-text, .single-tribe_events .content-page .wp-caption .wp-caption-text, .single-event .entry-content .wp-caption .wp-caption-text, .single-event .content-page .wp-caption .wp-caption-text, .page-template-default:not(.home) .entry-content .wp-caption .wp-caption-text, .page-template-default:not(.home) .content-page .wp-caption .wp-caption-text, .page-template:not(.home) .entry-content .wp-caption .wp-caption-text, .page-template:not(.home) .content-page .wp-caption .wp-caption-text {
        font-family: 'Quicksand', sans-serif;
        color: #000000 !important;
        font-size: 16px;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.69; }
    .interior-page .entry-content figure, .interior-page .content-page figure, .single-tribe_events .entry-content figure, .single-tribe_events .content-page figure, .single-event .entry-content figure, .single-event .content-page figure, .page-template-default:not(.home) .entry-content figure, .page-template-default:not(.home) .content-page figure, .page-template:not(.home) .entry-content figure, .page-template:not(.home) .content-page figure {
      margin-bottom: 0; }
      .interior-page .entry-content figure a, .interior-page .content-page figure a, .single-tribe_events .entry-content figure a, .single-tribe_events .content-page figure a, .single-event .entry-content figure a, .single-event .content-page figure a, .page-template-default:not(.home) .entry-content figure a, .page-template-default:not(.home) .content-page figure a, .page-template:not(.home) .entry-content figure a, .page-template:not(.home) .content-page figure a {
        border: none !important; }
      .interior-page .entry-content figure img, .interior-page .content-page figure img, .single-tribe_events .entry-content figure img, .single-tribe_events .content-page figure img, .single-event .entry-content figure img, .single-event .content-page figure img, .page-template-default:not(.home) .entry-content figure img, .page-template-default:not(.home) .content-page figure img, .page-template:not(.home) .entry-content figure img, .page-template:not(.home) .content-page figure img {
        max-width: 100%; }
      .interior-page .entry-content figure figcaption, .interior-page .content-page figure figcaption, .single-tribe_events .entry-content figure figcaption, .single-tribe_events .content-page figure figcaption, .single-event .entry-content figure figcaption, .single-event .content-page figure figcaption, .page-template-default:not(.home) .entry-content figure figcaption, .page-template-default:not(.home) .content-page figure figcaption, .page-template:not(.home) .entry-content figure figcaption, .page-template:not(.home) .content-page figure figcaption {
        margin-top: 10px; }
    .interior-page .entry-content .table-responsive .table tr td a, .interior-page .entry-content .table-responsive table tr td a, .interior-page .content-page .table-responsive .table tr td a, .interior-page .content-page .table-responsive table tr td a, .single-tribe_events .entry-content .table-responsive .table tr td a, .single-tribe_events .entry-content .table-responsive table tr td a, .single-tribe_events .content-page .table-responsive .table tr td a, .single-tribe_events .content-page .table-responsive table tr td a, .single-event .entry-content .table-responsive .table tr td a, .single-event .entry-content .table-responsive table tr td a, .single-event .content-page .table-responsive .table tr td a, .single-event .content-page .table-responsive table tr td a, .page-template-default:not(.home) .entry-content .table-responsive .table tr td a, .page-template-default:not(.home) .entry-content .table-responsive table tr td a, .page-template-default:not(.home) .content-page .table-responsive .table tr td a, .page-template-default:not(.home) .content-page .table-responsive table tr td a, .page-template:not(.home) .entry-content .table-responsive .table tr td a, .page-template:not(.home) .entry-content .table-responsive table tr td a, .page-template:not(.home) .content-page .table-responsive .table tr td a, .page-template:not(.home) .content-page .table-responsive table tr td a {
      display: inline !important; }
    .interior-page .entry-content .table-responsive .table tr:nth-child(even) td, .interior-page .entry-content .table-responsive table tr:nth-child(even) td, .interior-page .content-page .table-responsive .table tr:nth-child(even) td, .interior-page .content-page .table-responsive table tr:nth-child(even) td, .single-tribe_events .entry-content .table-responsive .table tr:nth-child(even) td, .single-tribe_events .entry-content .table-responsive table tr:nth-child(even) td, .single-tribe_events .content-page .table-responsive .table tr:nth-child(even) td, .single-tribe_events .content-page .table-responsive table tr:nth-child(even) td, .single-event .entry-content .table-responsive .table tr:nth-child(even) td, .single-event .entry-content .table-responsive table tr:nth-child(even) td, .single-event .content-page .table-responsive .table tr:nth-child(even) td, .single-event .content-page .table-responsive table tr:nth-child(even) td, .page-template-default:not(.home) .entry-content .table-responsive .table tr:nth-child(even) td, .page-template-default:not(.home) .entry-content .table-responsive table tr:nth-child(even) td, .page-template-default:not(.home) .content-page .table-responsive .table tr:nth-child(even) td, .page-template-default:not(.home) .content-page .table-responsive table tr:nth-child(even) td, .page-template:not(.home) .entry-content .table-responsive .table tr:nth-child(even) td, .page-template:not(.home) .entry-content .table-responsive table tr:nth-child(even) td, .page-template:not(.home) .content-page .table-responsive .table tr:nth-child(even) td, .page-template:not(.home) .content-page .table-responsive table tr:nth-child(even) td {
      padding: 10px 15px; }
    .interior-page .entry-content .table-responsive .table tr:nth-child(odd) td, .interior-page .entry-content .table-responsive table tr:nth-child(odd) td, .interior-page .content-page .table-responsive .table tr:nth-child(odd) td, .interior-page .content-page .table-responsive table tr:nth-child(odd) td, .single-tribe_events .entry-content .table-responsive .table tr:nth-child(odd) td, .single-tribe_events .entry-content .table-responsive table tr:nth-child(odd) td, .single-tribe_events .content-page .table-responsive .table tr:nth-child(odd) td, .single-tribe_events .content-page .table-responsive table tr:nth-child(odd) td, .single-event .entry-content .table-responsive .table tr:nth-child(odd) td, .single-event .entry-content .table-responsive table tr:nth-child(odd) td, .single-event .content-page .table-responsive .table tr:nth-child(odd) td, .single-event .content-page .table-responsive table tr:nth-child(odd) td, .page-template-default:not(.home) .entry-content .table-responsive .table tr:nth-child(odd) td, .page-template-default:not(.home) .entry-content .table-responsive table tr:nth-child(odd) td, .page-template-default:not(.home) .content-page .table-responsive .table tr:nth-child(odd) td, .page-template-default:not(.home) .content-page .table-responsive table tr:nth-child(odd) td, .page-template:not(.home) .entry-content .table-responsive .table tr:nth-child(odd) td, .page-template:not(.home) .entry-content .table-responsive table tr:nth-child(odd) td, .page-template:not(.home) .content-page .table-responsive .table tr:nth-child(odd) td, .page-template:not(.home) .content-page .table-responsive table tr:nth-child(odd) td {
      padding: 10px 15px; }
    .interior-page .entry-content figure.wp-block-embed-youtube, .interior-page .content-page figure.wp-block-embed-youtube, .single-tribe_events .entry-content figure.wp-block-embed-youtube, .single-tribe_events .content-page figure.wp-block-embed-youtube, .single-event .entry-content figure.wp-block-embed-youtube, .single-event .content-page figure.wp-block-embed-youtube, .page-template-default:not(.home) .entry-content figure.wp-block-embed-youtube, .page-template-default:not(.home) .content-page figure.wp-block-embed-youtube, .page-template:not(.home) .entry-content figure.wp-block-embed-youtube, .page-template:not(.home) .content-page figure.wp-block-embed-youtube {
      height: 600px;
      width: 100%; }
      .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .interior-page .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper, .single-tribe_events .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .single-tribe_events .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper, .single-event .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .single-event .content-page 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-default:not(.home) .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper, .page-template:not(.home) .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper, .page-template:not(.home) .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper {
        height: 600px; }
        .interior-page .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .interior-page .content-page 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-tribe_events .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .single-event .entry-content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .single-event .content-page 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-default:not(.home) .content-page 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, .page-template:not(.home) .content-page figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
          height: 100%;
          width: 100%; }
    .interior-page .entry-content ul.list, .interior-page .content-page ul.list, .single-tribe_events .entry-content ul.list, .single-tribe_events .content-page ul.list, .single-event .entry-content ul.list, .single-event .content-page ul.list, .page-template-default:not(.home) .entry-content ul.list, .page-template-default:not(.home) .content-page ul.list, .page-template:not(.home) .entry-content ul.list, .page-template:not(.home) .content-page ul.list {
      padding: 0 !important; }
      .interior-page .entry-content ul.list br, .interior-page .content-page ul.list br, .single-tribe_events .entry-content ul.list br, .single-tribe_events .content-page ul.list br, .single-event .entry-content ul.list br, .single-event .content-page ul.list br, .page-template-default:not(.home) .entry-content ul.list br, .page-template-default:not(.home) .content-page ul.list br, .page-template:not(.home) .entry-content ul.list br, .page-template:not(.home) .content-page ul.list br {
        display: none; }
      .interior-page .entry-content ul.list li, .interior-page .content-page ul.list li, .single-tribe_events .entry-content ul.list li, .single-tribe_events .content-page ul.list li, .single-event .entry-content ul.list li, .single-event .content-page ul.list li, .page-template-default:not(.home) .entry-content ul.list li, .page-template-default:not(.home) .content-page ul.list li, .page-template:not(.home) .entry-content ul.list li, .page-template:not(.home) .content-page ul.list li {
        font-family: 'Quicksand', sans-serif;
        color: #000000 !important;
        font-size: 18px;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.67;
        list-style-type: none;
        margin: 0 0 2px 0px;
        padding-left: 25px;
        position: relative; }
        .interior-page .entry-content ul.list li::before, .interior-page .content-page ul.list li::before, .single-tribe_events .entry-content ul.list li::before, .single-tribe_events .content-page ul.list li::before, .single-event .entry-content ul.list li::before, .single-event .content-page ul.list li::before, .page-template-default:not(.home) .entry-content ul.list li::before, .page-template-default:not(.home) .content-page ul.list li::before, .page-template:not(.home) .entry-content ul.list li::before, .page-template:not(.home) .content-page ul.list li::before {
          content: "";
          background: #0488a5;
          border-radius: 50%;
          display: inline-block;
          left: 0;
          margin-left: 0;
          margin-right: 5px;
          margin-top: 6px;
          position: absolute;
          top: 6px;
          width: 6px;
          height: 6px; }
        .interior-page .entry-content ul.list li p, .interior-page .content-page ul.list li p, .single-tribe_events .entry-content ul.list li p, .single-tribe_events .content-page ul.list li p, .single-event .entry-content ul.list li p, .single-event .content-page ul.list li p, .page-template-default:not(.home) .entry-content ul.list li p, .page-template-default:not(.home) .content-page ul.list li p, .page-template:not(.home) .entry-content ul.list li p, .page-template:not(.home) .content-page ul.list li p {
          font-family: 'Quicksand', sans-serif;
          font-size: 18px;
          font-stretch: normal;
          line-height: 1.67;
          letter-spacing: normal;
          color: #000000 !important; }
          .interior-page .entry-content ul.list li p strong, .interior-page .content-page ul.list li p strong, .single-tribe_events .entry-content ul.list li p strong, .single-tribe_events .content-page ul.list li p strong, .single-event .entry-content ul.list li p strong, .single-event .content-page ul.list li p strong, .page-template-default:not(.home) .entry-content ul.list li p strong, .page-template-default:not(.home) .content-page ul.list li p strong, .page-template:not(.home) .entry-content ul.list li p strong, .page-template:not(.home) .content-page ul.list li p strong {
            color: inherit !important;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.67; }
        .interior-page .entry-content ul.list li ul, .interior-page .content-page ul.list li ul, .single-tribe_events .entry-content ul.list li ul, .single-tribe_events .content-page ul.list li ul, .single-event .entry-content ul.list li ul, .single-event .content-page ul.list li ul, .page-template-default:not(.home) .entry-content ul.list li ul, .page-template-default:not(.home) .content-page ul.list li ul, .page-template:not(.home) .entry-content ul.list li ul, .page-template:not(.home) .content-page ul.list li ul {
          padding-left: 10px; }
    .interior-page .entry-content ol.list, .interior-page .content-page ol.list, .single-tribe_events .entry-content ol.list, .single-tribe_events .content-page ol.list, .single-event .entry-content ol.list, .single-event .content-page ol.list, .page-template-default:not(.home) .entry-content ol.list, .page-template-default:not(.home) .content-page ol.list, .page-template:not(.home) .entry-content ol.list, .page-template:not(.home) .content-page ol.list {
      counter-reset: item;
      list-style-type: none;
      margin-bottom: 1rem;
      padding: 0;
      position: relative; }
      .interior-page .entry-content ol.list > li, .interior-page .content-page ol.list > li, .single-tribe_events .entry-content ol.list > li, .single-tribe_events .content-page ol.list > li, .single-event .entry-content ol.list > li, .single-event .content-page ol.list > li, .page-template-default:not(.home) .entry-content ol.list > li, .page-template-default:not(.home) .content-page ol.list > li, .page-template:not(.home) .entry-content ol.list > li, .page-template:not(.home) .content-page ol.list > li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em; }
        .interior-page .entry-content ol.list > li:before, .interior-page .content-page ol.list > li:before, .single-tribe_events .entry-content ol.list > li:before, .single-tribe_events .content-page ol.list > li:before, .single-event .entry-content ol.list > li:before, .single-event .content-page ol.list > li:before, .page-template-default:not(.home) .entry-content ol.list > li:before, .page-template-default:not(.home) .content-page ol.list > li:before, .page-template:not(.home) .entry-content ol.list > li:before, .page-template:not(.home) .content-page ol.list > li:before {
          content: counters(item,".") ". ";
          display: table-cell;
          padding-right: 0.6em; }
        .interior-page .entry-content ol.list > li ol > li:before, .interior-page .content-page ol.list > li ol > li:before, .single-tribe_events .entry-content ol.list > li ol > li:before, .single-tribe_events .content-page ol.list > li ol > li:before, .single-event .entry-content ol.list > li ol > li:before, .single-event .content-page ol.list > li ol > li:before, .page-template-default:not(.home) .entry-content ol.list > li ol > li:before, .page-template-default:not(.home) .content-page ol.list > li ol > li:before, .page-template:not(.home) .entry-content ol.list > li ol > li:before, .page-template:not(.home) .content-page ol.list > li ol > li:before {
          content: counters(item,".") " "; }
      .interior-page .entry-content ol.list li, .interior-page .content-page ol.list li, .single-tribe_events .entry-content ol.list li, .single-tribe_events .content-page ol.list li, .single-event .entry-content ol.list li, .single-event .content-page ol.list li, .page-template-default:not(.home) .entry-content ol.list li, .page-template-default:not(.home) .content-page ol.list li, .page-template:not(.home) .entry-content ol.list li, .page-template:not(.home) .content-page ol.list li {
        font-family: 'Quicksand', sans-serif;
        color: #000000;
        font-size: 18px;
        line-height: 1.67;
        list-style-type: none;
        margin-bottom: 0;
        margin-left: 0;
        position: relative;
        padding-left: 25px; }
        .interior-page .entry-content ol.list li h1, .interior-page .entry-content ol.list li h2, .interior-page .entry-content ol.list li h3, .interior-page .entry-content ol.list li h4, .interior-page .entry-content ol.list li h5, .interior-page .entry-content ol.list li h6, .interior-page .content-page ol.list li h1, .interior-page .content-page ol.list li h2, .interior-page .content-page ol.list li h3, .interior-page .content-page ol.list li h4, .interior-page .content-page ol.list li h5, .interior-page .content-page ol.list li h6, .single-tribe_events .entry-content ol.list li h1, .single-tribe_events .entry-content ol.list li h2, .single-tribe_events .entry-content ol.list li h3, .single-tribe_events .entry-content ol.list li h4, .single-tribe_events .entry-content ol.list li h5, .single-tribe_events .entry-content ol.list li h6, .single-tribe_events .content-page ol.list li h1, .single-tribe_events .content-page ol.list li h2, .single-tribe_events .content-page ol.list li h3, .single-tribe_events .content-page ol.list li h4, .single-tribe_events .content-page ol.list li h5, .single-tribe_events .content-page ol.list li h6, .single-event .entry-content ol.list li h1, .single-event .entry-content ol.list li h2, .single-event .entry-content ol.list li h3, .single-event .entry-content ol.list li h4, .single-event .entry-content ol.list li h5, .single-event .entry-content ol.list li h6, .single-event .content-page ol.list li h1, .single-event .content-page ol.list li h2, .single-event .content-page ol.list li h3, .single-event .content-page ol.list li h4, .single-event .content-page ol.list li h5, .single-event .content-page ol.list li h6, .page-template-default:not(.home) .entry-content ol.list li h1, .page-template-default:not(.home) .entry-content ol.list li h2, .page-template-default:not(.home) .entry-content ol.list li h3, .page-template-default:not(.home) .entry-content ol.list li h4, .page-template-default:not(.home) .entry-content ol.list li h5, .page-template-default:not(.home) .entry-content ol.list li h6, .page-template-default:not(.home) .content-page ol.list li h1, .page-template-default:not(.home) .content-page ol.list li h2, .page-template-default:not(.home) .content-page ol.list li h3, .page-template-default:not(.home) .content-page ol.list li h4, .page-template-default:not(.home) .content-page ol.list li h5, .page-template-default:not(.home) .content-page ol.list li h6, .page-template:not(.home) .entry-content ol.list li h1, .page-template:not(.home) .entry-content ol.list li h2, .page-template:not(.home) .entry-content ol.list li h3, .page-template:not(.home) .entry-content ol.list li h4, .page-template:not(.home) .entry-content ol.list li h5, .page-template:not(.home) .entry-content ol.list li h6, .page-template:not(.home) .content-page ol.list li h1, .page-template:not(.home) .content-page ol.list li h2, .page-template:not(.home) .content-page ol.list li h3, .page-template:not(.home) .content-page ol.list li h4, .page-template:not(.home) .content-page ol.list li h5, .page-template:not(.home) .content-page ol.list li h6 {
          margin-top: 0 !important;
          display: inline-block !important; }
        .interior-page .entry-content ol.list li::before, .interior-page .content-page ol.list li::before, .single-tribe_events .entry-content ol.list li::before, .single-tribe_events .content-page ol.list li::before, .single-event .entry-content ol.list li::before, .single-event .content-page ol.list li::before, .page-template-default:not(.home) .entry-content ol.list li::before, .page-template-default:not(.home) .content-page ol.list li::before, .page-template:not(.home) .entry-content ol.list li::before, .page-template:not(.home) .content-page ol.list li::before {
          font-family: 'Quicksand', sans-serif;
          background: transparent;
          border-radius: 0;
          color: #000000;
          display: inline-block;
          font-size: 18px;
          font-weight: bold;
          left: 0;
          padding-right: 0;
          position: absolute;
          top: 0; }
        .interior-page .entry-content ol.list li ol, .interior-page .content-page ol.list li ol, .single-tribe_events .entry-content ol.list li ol, .single-tribe_events .content-page ol.list li ol, .single-event .entry-content ol.list li ol, .single-event .content-page ol.list li ol, .page-template-default:not(.home) .entry-content ol.list li ol, .page-template-default:not(.home) .content-page ol.list li ol, .page-template:not(.home) .entry-content ol.list li ol, .page-template:not(.home) .content-page ol.list li ol {
          margin-top: 10px; }
          .interior-page .entry-content ol.list li ol li, .interior-page .content-page ol.list li ol li, .single-tribe_events .entry-content ol.list li ol li, .single-tribe_events .content-page ol.list li ol li, .single-event .entry-content ol.list li ol li, .single-event .content-page ol.list li ol li, .page-template-default:not(.home) .entry-content ol.list li ol li, .page-template-default:not(.home) .content-page ol.list li ol li, .page-template:not(.home) .entry-content ol.list li ol li, .page-template:not(.home) .content-page ol.list li ol li {
            padding-left: 35px; }
    .interior-page .entry-content dl.list dt, .interior-page .content-page dl.list dt, .single-tribe_events .entry-content dl.list dt, .single-tribe_events .content-page dl.list dt, .single-event .entry-content dl.list dt, .single-event .content-page dl.list dt, .page-template-default:not(.home) .entry-content dl.list dt, .page-template-default:not(.home) .content-page dl.list dt, .page-template:not(.home) .entry-content dl.list dt, .page-template:not(.home) .content-page dl.list dt {
      font-family: 'Quicksand', sans-serif;
      color: #0488a5 !important;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      line-height: 1.67;
      letter-spacing: normal;
      margin-bottom: 10px; }
      .interior-page .entry-content dl.list dt.h3, .interior-page .content-page dl.list dt.h3, .single-tribe_events .entry-content dl.list dt.h3, .single-tribe_events .content-page dl.list dt.h3, .single-event .entry-content dl.list dt.h3, .single-event .content-page dl.list dt.h3, .page-template-default:not(.home) .entry-content dl.list dt.h3, .page-template-default:not(.home) .content-page dl.list dt.h3, .page-template:not(.home) .entry-content dl.list dt.h3, .page-template:not(.home) .content-page dl.list dt.h3 {
        font-size: 36px; }
      .interior-page .entry-content dl.list dt.h4, .interior-page .content-page dl.list dt.h4, .single-tribe_events .entry-content dl.list dt.h4, .single-tribe_events .content-page dl.list dt.h4, .single-event .entry-content dl.list dt.h4, .single-event .content-page dl.list dt.h4, .page-template-default:not(.home) .entry-content dl.list dt.h4, .page-template-default:not(.home) .content-page dl.list dt.h4, .page-template:not(.home) .entry-content dl.list dt.h4, .page-template:not(.home) .content-page dl.list dt.h4 {
        font-size: 30px; }
      .interior-page .entry-content dl.list dt.h5, .interior-page .content-page dl.list dt.h5, .single-tribe_events .entry-content dl.list dt.h5, .single-tribe_events .content-page dl.list dt.h5, .single-event .entry-content dl.list dt.h5, .single-event .content-page dl.list dt.h5, .page-template-default:not(.home) .entry-content dl.list dt.h5, .page-template-default:not(.home) .content-page dl.list dt.h5, .page-template:not(.home) .entry-content dl.list dt.h5, .page-template:not(.home) .content-page dl.list dt.h5 {
        font-size: 28px; }
      .interior-page .entry-content dl.list dt.h6, .interior-page .content-page dl.list dt.h6, .single-tribe_events .entry-content dl.list dt.h6, .single-tribe_events .content-page dl.list dt.h6, .single-event .entry-content dl.list dt.h6, .single-event .content-page dl.list dt.h6, .page-template-default:not(.home) .entry-content dl.list dt.h6, .page-template-default:not(.home) .content-page dl.list dt.h6, .page-template:not(.home) .entry-content dl.list dt.h6, .page-template:not(.home) .content-page dl.list dt.h6 {
        font-size: 24px; }
    .interior-page .entry-content dl.list dd, .interior-page .content-page dl.list dd, .single-tribe_events .entry-content dl.list dd, .single-tribe_events .content-page dl.list dd, .single-event .entry-content dl.list dd, .single-event .content-page dl.list dd, .page-template-default:not(.home) .entry-content dl.list dd, .page-template-default:not(.home) .content-page dl.list dd, .page-template:not(.home) .entry-content dl.list dd, .page-template:not(.home) .content-page dl.list dd {
      font-family: 'Quicksand', sans-serif;
      color: #000000 !important;
      font-size: 18px;
      line-height: 1.67;
      margin-bottom: 0px;
      margin-left: 5px;
      padding-left: 20px;
      position: relative; }
      .interior-page .entry-content dl.list dd::before, .interior-page .content-page dl.list dd::before, .single-tribe_events .entry-content dl.list dd::before, .single-tribe_events .content-page dl.list dd::before, .single-event .entry-content dl.list dd::before, .single-event .content-page dl.list dd::before, .page-template-default:not(.home) .entry-content dl.list dd::before, .page-template-default:not(.home) .content-page dl.list dd::before, .page-template:not(.home) .entry-content dl.list dd::before, .page-template:not(.home) .content-page dl.list dd::before {
        content: "";
        border-radius: 50%;
        background: #0488a5;
        display: inline-block;
        left: 0;
        margin-left: 0;
        margin-right: 5px;
        margin-top: 10px;
        position: absolute;
        width: 5px;
        height: 5px; }
      .interior-page .entry-content dl.list dd dl, .interior-page .content-page dl.list dd dl, .single-tribe_events .entry-content dl.list dd dl, .single-tribe_events .content-page dl.list dd dl, .single-event .entry-content dl.list dd dl, .single-event .content-page dl.list dd dl, .page-template-default:not(.home) .entry-content dl.list dd dl, .page-template-default:not(.home) .content-page dl.list dd dl, .page-template:not(.home) .entry-content dl.list dd dl, .page-template:not(.home) .content-page dl.list dd dl {
        margin-top: 10px; }
    .interior-page .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5, .interior-page .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5, .single-tribe_events .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5, .single-tribe_events .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5, .single-event .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5, .single-event .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5, .page-template-default:not(.home) .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5, .page-template-default:not(.home) .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5, .page-template:not(.home) .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5, .page-template:not(.home) .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5 {
      margin-left: 0; }
      .interior-page .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .interior-page .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .single-tribe_events .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .single-tribe_events .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .single-event .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .single-event .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .page-template-default:not(.home) .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .page-template-default:not(.home) .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .page-template:not(.home) .entry-content .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n), .page-template:not(.home) .content-page .wp-block-columns.flex-wrap .wp-block-column.column-5:nth-child(2n) {
        margin-left: 32px; }
    .interior-page .entry-content .interior-section-a, .interior-page .content-page .interior-section-a, .single-tribe_events .entry-content .interior-section-a, .single-tribe_events .content-page .interior-section-a, .single-event .entry-content .interior-section-a, .single-event .content-page .interior-section-a, .page-template-default:not(.home) .entry-content .interior-section-a, .page-template-default:not(.home) .content-page .interior-section-a, .page-template:not(.home) .entry-content .interior-section-a, .page-template:not(.home) .content-page .interior-section-a {
      background: #0fadd0; }
      .interior-page .entry-content .interior-section-a h1, .interior-page .entry-content .interior-section-a h2, .interior-page .entry-content .interior-section-a h3, .interior-page .entry-content .interior-section-a h4, .interior-page .entry-content .interior-section-a h5, .interior-page .entry-content .interior-section-a h6, .interior-page .entry-content .interior-section-a p, .interior-page .entry-content .interior-section-a p a, .interior-page .entry-content .interior-section-a ul, .interior-page .entry-content .interior-section-a ul li, .interior-page .entry-content .interior-section-a ul li ul li, .interior-page .content-page .interior-section-a h1, .interior-page .content-page .interior-section-a h2, .interior-page .content-page .interior-section-a h3, .interior-page .content-page .interior-section-a h4, .interior-page .content-page .interior-section-a h5, .interior-page .content-page .interior-section-a h6, .interior-page .content-page .interior-section-a p, .interior-page .content-page .interior-section-a p a, .interior-page .content-page .interior-section-a ul, .interior-page .content-page .interior-section-a ul li, .interior-page .content-page .interior-section-a ul li ul li, .single-tribe_events .entry-content .interior-section-a h1, .single-tribe_events .entry-content .interior-section-a h2, .single-tribe_events .entry-content .interior-section-a h3, .single-tribe_events .entry-content .interior-section-a h4, .single-tribe_events .entry-content .interior-section-a h5, .single-tribe_events .entry-content .interior-section-a h6, .single-tribe_events .entry-content .interior-section-a p, .single-tribe_events .entry-content .interior-section-a p a, .single-tribe_events .entry-content .interior-section-a ul, .single-tribe_events .entry-content .interior-section-a ul li, .single-tribe_events .entry-content .interior-section-a ul li ul li, .single-tribe_events .content-page .interior-section-a h1, .single-tribe_events .content-page .interior-section-a h2, .single-tribe_events .content-page .interior-section-a h3, .single-tribe_events .content-page .interior-section-a h4, .single-tribe_events .content-page .interior-section-a h5, .single-tribe_events .content-page .interior-section-a h6, .single-tribe_events .content-page .interior-section-a p, .single-tribe_events .content-page .interior-section-a p a, .single-tribe_events .content-page .interior-section-a ul, .single-tribe_events .content-page .interior-section-a ul li, .single-tribe_events .content-page .interior-section-a ul li ul li, .single-event .entry-content .interior-section-a h1, .single-event .entry-content .interior-section-a h2, .single-event .entry-content .interior-section-a h3, .single-event .entry-content .interior-section-a h4, .single-event .entry-content .interior-section-a h5, .single-event .entry-content .interior-section-a h6, .single-event .entry-content .interior-section-a p, .single-event .entry-content .interior-section-a p a, .single-event .entry-content .interior-section-a ul, .single-event .entry-content .interior-section-a ul li, .single-event .entry-content .interior-section-a ul li ul li, .single-event .content-page .interior-section-a h1, .single-event .content-page .interior-section-a h2, .single-event .content-page .interior-section-a h3, .single-event .content-page .interior-section-a h4, .single-event .content-page .interior-section-a h5, .single-event .content-page .interior-section-a h6, .single-event .content-page .interior-section-a p, .single-event .content-page .interior-section-a p a, .single-event .content-page .interior-section-a ul, .single-event .content-page .interior-section-a ul li, .single-event .content-page .interior-section-a ul li ul li, .page-template-default:not(.home) .entry-content .interior-section-a h1, .page-template-default:not(.home) .entry-content .interior-section-a h2, .page-template-default:not(.home) .entry-content .interior-section-a h3, .page-template-default:not(.home) .entry-content .interior-section-a h4, .page-template-default:not(.home) .entry-content .interior-section-a h5, .page-template-default:not(.home) .entry-content .interior-section-a h6, .page-template-default:not(.home) .entry-content .interior-section-a p, .page-template-default:not(.home) .entry-content .interior-section-a p a, .page-template-default:not(.home) .entry-content .interior-section-a ul, .page-template-default:not(.home) .entry-content .interior-section-a ul li, .page-template-default:not(.home) .entry-content .interior-section-a ul li ul li, .page-template-default:not(.home) .content-page .interior-section-a h1, .page-template-default:not(.home) .content-page .interior-section-a h2, .page-template-default:not(.home) .content-page .interior-section-a h3, .page-template-default:not(.home) .content-page .interior-section-a h4, .page-template-default:not(.home) .content-page .interior-section-a h5, .page-template-default:not(.home) .content-page .interior-section-a h6, .page-template-default:not(.home) .content-page .interior-section-a p, .page-template-default:not(.home) .content-page .interior-section-a p a, .page-template-default:not(.home) .content-page .interior-section-a ul, .page-template-default:not(.home) .content-page .interior-section-a ul li, .page-template-default:not(.home) .content-page .interior-section-a ul li ul li, .page-template:not(.home) .entry-content .interior-section-a h1, .page-template:not(.home) .entry-content .interior-section-a h2, .page-template:not(.home) .entry-content .interior-section-a h3, .page-template:not(.home) .entry-content .interior-section-a h4, .page-template:not(.home) .entry-content .interior-section-a h5, .page-template:not(.home) .entry-content .interior-section-a h6, .page-template:not(.home) .entry-content .interior-section-a p, .page-template:not(.home) .entry-content .interior-section-a p a, .page-template:not(.home) .entry-content .interior-section-a ul, .page-template:not(.home) .entry-content .interior-section-a ul li, .page-template:not(.home) .entry-content .interior-section-a ul li ul li, .page-template:not(.home) .content-page .interior-section-a h1, .page-template:not(.home) .content-page .interior-section-a h2, .page-template:not(.home) .content-page .interior-section-a h3, .page-template:not(.home) .content-page .interior-section-a h4, .page-template:not(.home) .content-page .interior-section-a h5, .page-template:not(.home) .content-page .interior-section-a h6, .page-template:not(.home) .content-page .interior-section-a p, .page-template:not(.home) .content-page .interior-section-a p a, .page-template:not(.home) .content-page .interior-section-a ul, .page-template:not(.home) .content-page .interior-section-a ul li, .page-template:not(.home) .content-page .interior-section-a ul li ul li {
        color: white !important; }
        .interior-page .entry-content .interior-section-a h1::before, .interior-page .entry-content .interior-section-a h2::before, .interior-page .entry-content .interior-section-a h3::before, .interior-page .entry-content .interior-section-a h4::before, .interior-page .entry-content .interior-section-a h5::before, .interior-page .entry-content .interior-section-a h6::before, .interior-page .entry-content .interior-section-a p::before, .interior-page .entry-content .interior-section-a p a::before, .interior-page .entry-content .interior-section-a ul::before, .interior-page .entry-content .interior-section-a ul li::before, .interior-page .entry-content .interior-section-a ul li ul li::before, .interior-page .content-page .interior-section-a h1::before, .interior-page .content-page .interior-section-a h2::before, .interior-page .content-page .interior-section-a h3::before, .interior-page .content-page .interior-section-a h4::before, .interior-page .content-page .interior-section-a h5::before, .interior-page .content-page .interior-section-a h6::before, .interior-page .content-page .interior-section-a p::before, .interior-page .content-page .interior-section-a p a::before, .interior-page .content-page .interior-section-a ul::before, .interior-page .content-page .interior-section-a ul li::before, .interior-page .content-page .interior-section-a ul li ul li::before, .single-tribe_events .entry-content .interior-section-a h1::before, .single-tribe_events .entry-content .interior-section-a h2::before, .single-tribe_events .entry-content .interior-section-a h3::before, .single-tribe_events .entry-content .interior-section-a h4::before, .single-tribe_events .entry-content .interior-section-a h5::before, .single-tribe_events .entry-content .interior-section-a h6::before, .single-tribe_events .entry-content .interior-section-a p::before, .single-tribe_events .entry-content .interior-section-a p a::before, .single-tribe_events .entry-content .interior-section-a ul::before, .single-tribe_events .entry-content .interior-section-a ul li::before, .single-tribe_events .entry-content .interior-section-a ul li ul li::before, .single-tribe_events .content-page .interior-section-a h1::before, .single-tribe_events .content-page .interior-section-a h2::before, .single-tribe_events .content-page .interior-section-a h3::before, .single-tribe_events .content-page .interior-section-a h4::before, .single-tribe_events .content-page .interior-section-a h5::before, .single-tribe_events .content-page .interior-section-a h6::before, .single-tribe_events .content-page .interior-section-a p::before, .single-tribe_events .content-page .interior-section-a p a::before, .single-tribe_events .content-page .interior-section-a ul::before, .single-tribe_events .content-page .interior-section-a ul li::before, .single-tribe_events .content-page .interior-section-a ul li ul li::before, .single-event .entry-content .interior-section-a h1::before, .single-event .entry-content .interior-section-a h2::before, .single-event .entry-content .interior-section-a h3::before, .single-event .entry-content .interior-section-a h4::before, .single-event .entry-content .interior-section-a h5::before, .single-event .entry-content .interior-section-a h6::before, .single-event .entry-content .interior-section-a p::before, .single-event .entry-content .interior-section-a p a::before, .single-event .entry-content .interior-section-a ul::before, .single-event .entry-content .interior-section-a ul li::before, .single-event .entry-content .interior-section-a ul li ul li::before, .single-event .content-page .interior-section-a h1::before, .single-event .content-page .interior-section-a h2::before, .single-event .content-page .interior-section-a h3::before, .single-event .content-page .interior-section-a h4::before, .single-event .content-page .interior-section-a h5::before, .single-event .content-page .interior-section-a h6::before, .single-event .content-page .interior-section-a p::before, .single-event .content-page .interior-section-a p a::before, .single-event .content-page .interior-section-a ul::before, .single-event .content-page .interior-section-a ul li::before, .single-event .content-page .interior-section-a ul li ul li::before, .page-template-default:not(.home) .entry-content .interior-section-a h1::before, .page-template-default:not(.home) .entry-content .interior-section-a h2::before, .page-template-default:not(.home) .entry-content .interior-section-a h3::before, .page-template-default:not(.home) .entry-content .interior-section-a h4::before, .page-template-default:not(.home) .entry-content .interior-section-a h5::before, .page-template-default:not(.home) .entry-content .interior-section-a h6::before, .page-template-default:not(.home) .entry-content .interior-section-a p::before, .page-template-default:not(.home) .entry-content .interior-section-a p a::before, .page-template-default:not(.home) .entry-content .interior-section-a ul::before, .page-template-default:not(.home) .entry-content .interior-section-a ul li::before, .page-template-default:not(.home) .entry-content .interior-section-a ul li ul li::before, .page-template-default:not(.home) .content-page .interior-section-a h1::before, .page-template-default:not(.home) .content-page .interior-section-a h2::before, .page-template-default:not(.home) .content-page .interior-section-a h3::before, .page-template-default:not(.home) .content-page .interior-section-a h4::before, .page-template-default:not(.home) .content-page .interior-section-a h5::before, .page-template-default:not(.home) .content-page .interior-section-a h6::before, .page-template-default:not(.home) .content-page .interior-section-a p::before, .page-template-default:not(.home) .content-page .interior-section-a p a::before, .page-template-default:not(.home) .content-page .interior-section-a ul::before, .page-template-default:not(.home) .content-page .interior-section-a ul li::before, .page-template-default:not(.home) .content-page .interior-section-a ul li ul li::before, .page-template:not(.home) .entry-content .interior-section-a h1::before, .page-template:not(.home) .entry-content .interior-section-a h2::before, .page-template:not(.home) .entry-content .interior-section-a h3::before, .page-template:not(.home) .entry-content .interior-section-a h4::before, .page-template:not(.home) .entry-content .interior-section-a h5::before, .page-template:not(.home) .entry-content .interior-section-a h6::before, .page-template:not(.home) .entry-content .interior-section-a p::before, .page-template:not(.home) .entry-content .interior-section-a p a::before, .page-template:not(.home) .entry-content .interior-section-a ul::before, .page-template:not(.home) .entry-content .interior-section-a ul li::before, .page-template:not(.home) .entry-content .interior-section-a ul li ul li::before, .page-template:not(.home) .content-page .interior-section-a h1::before, .page-template:not(.home) .content-page .interior-section-a h2::before, .page-template:not(.home) .content-page .interior-section-a h3::before, .page-template:not(.home) .content-page .interior-section-a h4::before, .page-template:not(.home) .content-page .interior-section-a h5::before, .page-template:not(.home) .content-page .interior-section-a h6::before, .page-template:not(.home) .content-page .interior-section-a p::before, .page-template:not(.home) .content-page .interior-section-a p a::before, .page-template:not(.home) .content-page .interior-section-a ul::before, .page-template:not(.home) .content-page .interior-section-a ul li::before, .page-template:not(.home) .content-page .interior-section-a ul li ul li::before {
          background: currentColor; }
      .interior-page .entry-content .interior-section-a ol, .interior-page .entry-content .interior-section-a ol li, .interior-page .entry-content .interior-section-a ol li ol li, .interior-page .content-page .interior-section-a ol, .interior-page .content-page .interior-section-a ol li, .interior-page .content-page .interior-section-a ol li ol li, .single-tribe_events .entry-content .interior-section-a ol, .single-tribe_events .entry-content .interior-section-a ol li, .single-tribe_events .entry-content .interior-section-a ol li ol li, .single-tribe_events .content-page .interior-section-a ol, .single-tribe_events .content-page .interior-section-a ol li, .single-tribe_events .content-page .interior-section-a ol li ol li, .single-event .entry-content .interior-section-a ol, .single-event .entry-content .interior-section-a ol li, .single-event .entry-content .interior-section-a ol li ol li, .single-event .content-page .interior-section-a ol, .single-event .content-page .interior-section-a ol li, .single-event .content-page .interior-section-a ol li ol li, .page-template-default:not(.home) .entry-content .interior-section-a ol, .page-template-default:not(.home) .entry-content .interior-section-a ol li, .page-template-default:not(.home) .entry-content .interior-section-a ol li ol li, .page-template-default:not(.home) .content-page .interior-section-a ol, .page-template-default:not(.home) .content-page .interior-section-a ol li, .page-template-default:not(.home) .content-page .interior-section-a ol li ol li, .page-template:not(.home) .entry-content .interior-section-a ol, .page-template:not(.home) .entry-content .interior-section-a ol li, .page-template:not(.home) .entry-content .interior-section-a ol li ol li, .page-template:not(.home) .content-page .interior-section-a ol, .page-template:not(.home) .content-page .interior-section-a ol li, .page-template:not(.home) .content-page .interior-section-a ol li ol li {
        color: white !important; }
        .interior-page .entry-content .interior-section-a ol::before, .interior-page .entry-content .interior-section-a ol li::before, .interior-page .entry-content .interior-section-a ol li ol li::before, .interior-page .content-page .interior-section-a ol::before, .interior-page .content-page .interior-section-a ol li::before, .interior-page .content-page .interior-section-a ol li ol li::before, .single-tribe_events .entry-content .interior-section-a ol::before, .single-tribe_events .entry-content .interior-section-a ol li::before, .single-tribe_events .entry-content .interior-section-a ol li ol li::before, .single-tribe_events .content-page .interior-section-a ol::before, .single-tribe_events .content-page .interior-section-a ol li::before, .single-tribe_events .content-page .interior-section-a ol li ol li::before, .single-event .entry-content .interior-section-a ol::before, .single-event .entry-content .interior-section-a ol li::before, .single-event .entry-content .interior-section-a ol li ol li::before, .single-event .content-page .interior-section-a ol::before, .single-event .content-page .interior-section-a ol li::before, .single-event .content-page .interior-section-a ol li ol li::before, .page-template-default:not(.home) .entry-content .interior-section-a ol::before, .page-template-default:not(.home) .entry-content .interior-section-a ol li::before, .page-template-default:not(.home) .entry-content .interior-section-a ol li ol li::before, .page-template-default:not(.home) .content-page .interior-section-a ol::before, .page-template-default:not(.home) .content-page .interior-section-a ol li::before, .page-template-default:not(.home) .content-page .interior-section-a ol li ol li::before, .page-template:not(.home) .entry-content .interior-section-a ol::before, .page-template:not(.home) .entry-content .interior-section-a ol li::before, .page-template:not(.home) .entry-content .interior-section-a ol li ol li::before, .page-template:not(.home) .content-page .interior-section-a ol::before, .page-template:not(.home) .content-page .interior-section-a ol li::before, .page-template:not(.home) .content-page .interior-section-a ol li ol li::before {
          color: currentColor; }
      .interior-page .entry-content .interior-section-a h2, .interior-page .entry-content .interior-section-a h3, .interior-page .entry-content .interior-section-a h4, .interior-page .entry-content .interior-section-a h5, .interior-page .entry-content .interior-section-a h6, .interior-page .content-page .interior-section-a h2, .interior-page .content-page .interior-section-a h3, .interior-page .content-page .interior-section-a h4, .interior-page .content-page .interior-section-a h5, .interior-page .content-page .interior-section-a h6, .single-tribe_events .entry-content .interior-section-a h2, .single-tribe_events .entry-content .interior-section-a h3, .single-tribe_events .entry-content .interior-section-a h4, .single-tribe_events .entry-content .interior-section-a h5, .single-tribe_events .entry-content .interior-section-a h6, .single-tribe_events .content-page .interior-section-a h2, .single-tribe_events .content-page .interior-section-a h3, .single-tribe_events .content-page .interior-section-a h4, .single-tribe_events .content-page .interior-section-a h5, .single-tribe_events .content-page .interior-section-a h6, .single-event .entry-content .interior-section-a h2, .single-event .entry-content .interior-section-a h3, .single-event .entry-content .interior-section-a h4, .single-event .entry-content .interior-section-a h5, .single-event .entry-content .interior-section-a h6, .single-event .content-page .interior-section-a h2, .single-event .content-page .interior-section-a h3, .single-event .content-page .interior-section-a h4, .single-event .content-page .interior-section-a h5, .single-event .content-page .interior-section-a h6, .page-template-default:not(.home) .entry-content .interior-section-a h2, .page-template-default:not(.home) .entry-content .interior-section-a h3, .page-template-default:not(.home) .entry-content .interior-section-a h4, .page-template-default:not(.home) .entry-content .interior-section-a h5, .page-template-default:not(.home) .entry-content .interior-section-a h6, .page-template-default:not(.home) .content-page .interior-section-a h2, .page-template-default:not(.home) .content-page .interior-section-a h3, .page-template-default:not(.home) .content-page .interior-section-a h4, .page-template-default:not(.home) .content-page .interior-section-a h5, .page-template-default:not(.home) .content-page .interior-section-a h6, .page-template:not(.home) .entry-content .interior-section-a h2, .page-template:not(.home) .entry-content .interior-section-a h3, .page-template:not(.home) .entry-content .interior-section-a h4, .page-template:not(.home) .entry-content .interior-section-a h5, .page-template:not(.home) .entry-content .interior-section-a h6, .page-template:not(.home) .content-page .interior-section-a h2, .page-template:not(.home) .content-page .interior-section-a h3, .page-template:not(.home) .content-page .interior-section-a h4, .page-template:not(.home) .content-page .interior-section-a h5, .page-template:not(.home) .content-page .interior-section-a h6 {
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal; }
      .interior-page .entry-content .interior-section-a a, .interior-page .content-page .interior-section-a a, .single-tribe_events .entry-content .interior-section-a a, .single-tribe_events .content-page .interior-section-a a, .single-event .entry-content .interior-section-a a, .single-event .content-page .interior-section-a a, .page-template-default:not(.home) .entry-content .interior-section-a a, .page-template-default:not(.home) .content-page .interior-section-a a, .page-template:not(.home) .entry-content .interior-section-a a, .page-template:not(.home) .content-page .interior-section-a a {
        color: inherit;
        text-decoration: underline; }
    .interior-page .entry-content .interior-section-b h2, .interior-page .entry-content .interior-section-b h3, .interior-page .entry-content .interior-section-b h4, .interior-page .entry-content .interior-section-b h5, .interior-page .entry-content .interior-section-b h6, .interior-page .content-page .interior-section-b h2, .interior-page .content-page .interior-section-b h3, .interior-page .content-page .interior-section-b h4, .interior-page .content-page .interior-section-b h5, .interior-page .content-page .interior-section-b h6, .single-tribe_events .entry-content .interior-section-b h2, .single-tribe_events .entry-content .interior-section-b h3, .single-tribe_events .entry-content .interior-section-b h4, .single-tribe_events .entry-content .interior-section-b h5, .single-tribe_events .entry-content .interior-section-b h6, .single-tribe_events .content-page .interior-section-b h2, .single-tribe_events .content-page .interior-section-b h3, .single-tribe_events .content-page .interior-section-b h4, .single-tribe_events .content-page .interior-section-b h5, .single-tribe_events .content-page .interior-section-b h6, .single-event .entry-content .interior-section-b h2, .single-event .entry-content .interior-section-b h3, .single-event .entry-content .interior-section-b h4, .single-event .entry-content .interior-section-b h5, .single-event .entry-content .interior-section-b h6, .single-event .content-page .interior-section-b h2, .single-event .content-page .interior-section-b h3, .single-event .content-page .interior-section-b h4, .single-event .content-page .interior-section-b h5, .single-event .content-page .interior-section-b h6, .page-template-default:not(.home) .entry-content .interior-section-b h2, .page-template-default:not(.home) .entry-content .interior-section-b h3, .page-template-default:not(.home) .entry-content .interior-section-b h4, .page-template-default:not(.home) .entry-content .interior-section-b h5, .page-template-default:not(.home) .entry-content .interior-section-b h6, .page-template-default:not(.home) .content-page .interior-section-b h2, .page-template-default:not(.home) .content-page .interior-section-b h3, .page-template-default:not(.home) .content-page .interior-section-b h4, .page-template-default:not(.home) .content-page .interior-section-b h5, .page-template-default:not(.home) .content-page .interior-section-b h6, .page-template:not(.home) .entry-content .interior-section-b h2, .page-template:not(.home) .entry-content .interior-section-b h3, .page-template:not(.home) .entry-content .interior-section-b h4, .page-template:not(.home) .entry-content .interior-section-b h5, .page-template:not(.home) .entry-content .interior-section-b h6, .page-template:not(.home) .content-page .interior-section-b h2, .page-template:not(.home) .content-page .interior-section-b h3, .page-template:not(.home) .content-page .interior-section-b h4, .page-template:not(.home) .content-page .interior-section-b h5, .page-template:not(.home) .content-page .interior-section-b h6 {
      color: #000000; }
    .interior-page .entry-content .interior-section-c:before, .interior-page .content-page .interior-section-c:before, .single-tribe_events .entry-content .interior-section-c:before, .single-tribe_events .content-page .interior-section-c:before, .single-event .entry-content .interior-section-c:before, .single-event .content-page .interior-section-c:before, .page-template-default:not(.home) .entry-content .interior-section-c:before, .page-template-default:not(.home) .content-page .interior-section-c:before, .page-template:not(.home) .entry-content .interior-section-c:before, .page-template:not(.home) .content-page .interior-section-c:before {
      background: #e6fbff; }
    .interior-page .entry-content .interior-section-c h1, .interior-page .entry-content .interior-section-c h2, .interior-page .entry-content .interior-section-c h3, .interior-page .entry-content .interior-section-c h4, .interior-page .entry-content .interior-section-c h5, .interior-page .entry-content .interior-section-c h6, .interior-page .content-page .interior-section-c h1, .interior-page .content-page .interior-section-c h2, .interior-page .content-page .interior-section-c h3, .interior-page .content-page .interior-section-c h4, .interior-page .content-page .interior-section-c h5, .interior-page .content-page .interior-section-c h6, .single-tribe_events .entry-content .interior-section-c h1, .single-tribe_events .entry-content .interior-section-c h2, .single-tribe_events .entry-content .interior-section-c h3, .single-tribe_events .entry-content .interior-section-c h4, .single-tribe_events .entry-content .interior-section-c h5, .single-tribe_events .entry-content .interior-section-c h6, .single-tribe_events .content-page .interior-section-c h1, .single-tribe_events .content-page .interior-section-c h2, .single-tribe_events .content-page .interior-section-c h3, .single-tribe_events .content-page .interior-section-c h4, .single-tribe_events .content-page .interior-section-c h5, .single-tribe_events .content-page .interior-section-c h6, .single-event .entry-content .interior-section-c h1, .single-event .entry-content .interior-section-c h2, .single-event .entry-content .interior-section-c h3, .single-event .entry-content .interior-section-c h4, .single-event .entry-content .interior-section-c h5, .single-event .entry-content .interior-section-c h6, .single-event .content-page .interior-section-c h1, .single-event .content-page .interior-section-c h2, .single-event .content-page .interior-section-c h3, .single-event .content-page .interior-section-c h4, .single-event .content-page .interior-section-c h5, .single-event .content-page .interior-section-c h6, .page-template-default:not(.home) .entry-content .interior-section-c h1, .page-template-default:not(.home) .entry-content .interior-section-c h2, .page-template-default:not(.home) .entry-content .interior-section-c h3, .page-template-default:not(.home) .entry-content .interior-section-c h4, .page-template-default:not(.home) .entry-content .interior-section-c h5, .page-template-default:not(.home) .entry-content .interior-section-c h6, .page-template-default:not(.home) .content-page .interior-section-c h1, .page-template-default:not(.home) .content-page .interior-section-c h2, .page-template-default:not(.home) .content-page .interior-section-c h3, .page-template-default:not(.home) .content-page .interior-section-c h4, .page-template-default:not(.home) .content-page .interior-section-c h5, .page-template-default:not(.home) .content-page .interior-section-c h6, .page-template:not(.home) .entry-content .interior-section-c h1, .page-template:not(.home) .entry-content .interior-section-c h2, .page-template:not(.home) .entry-content .interior-section-c h3, .page-template:not(.home) .entry-content .interior-section-c h4, .page-template:not(.home) .entry-content .interior-section-c h5, .page-template:not(.home) .entry-content .interior-section-c h6, .page-template:not(.home) .content-page .interior-section-c h1, .page-template:not(.home) .content-page .interior-section-c h2, .page-template:not(.home) .content-page .interior-section-c h3, .page-template:not(.home) .content-page .interior-section-c h4, .page-template:not(.home) .content-page .interior-section-c h5, .page-template:not(.home) .content-page .interior-section-c h6 {
      color: #034857;
      font-weight: 700; }
    .interior-page .entry-content .interior-section-d, .interior-page .content-page .interior-section-d, .single-tribe_events .entry-content .interior-section-d, .single-tribe_events .content-page .interior-section-d, .single-event .entry-content .interior-section-d, .single-event .content-page .interior-section-d, .page-template-default:not(.home) .entry-content .interior-section-d, .page-template-default:not(.home) .content-page .interior-section-d, .page-template:not(.home) .entry-content .interior-section-d, .page-template:not(.home) .content-page .interior-section-d {
      background-color: white; }
      .interior-page .entry-content .interior-section-d h1, .interior-page .entry-content .interior-section-d h2, .interior-page .entry-content .interior-section-d h3, .interior-page .entry-content .interior-section-d h4, .interior-page .entry-content .interior-section-d h5, .interior-page .entry-content .interior-section-d h6, .interior-page .content-page .interior-section-d h1, .interior-page .content-page .interior-section-d h2, .interior-page .content-page .interior-section-d h3, .interior-page .content-page .interior-section-d h4, .interior-page .content-page .interior-section-d h5, .interior-page .content-page .interior-section-d h6, .single-tribe_events .entry-content .interior-section-d h1, .single-tribe_events .entry-content .interior-section-d h2, .single-tribe_events .entry-content .interior-section-d h3, .single-tribe_events .entry-content .interior-section-d h4, .single-tribe_events .entry-content .interior-section-d h5, .single-tribe_events .entry-content .interior-section-d h6, .single-tribe_events .content-page .interior-section-d h1, .single-tribe_events .content-page .interior-section-d h2, .single-tribe_events .content-page .interior-section-d h3, .single-tribe_events .content-page .interior-section-d h4, .single-tribe_events .content-page .interior-section-d h5, .single-tribe_events .content-page .interior-section-d h6, .single-event .entry-content .interior-section-d h1, .single-event .entry-content .interior-section-d h2, .single-event .entry-content .interior-section-d h3, .single-event .entry-content .interior-section-d h4, .single-event .entry-content .interior-section-d h5, .single-event .entry-content .interior-section-d h6, .single-event .content-page .interior-section-d h1, .single-event .content-page .interior-section-d h2, .single-event .content-page .interior-section-d h3, .single-event .content-page .interior-section-d h4, .single-event .content-page .interior-section-d h5, .single-event .content-page .interior-section-d h6, .page-template-default:not(.home) .entry-content .interior-section-d h1, .page-template-default:not(.home) .entry-content .interior-section-d h2, .page-template-default:not(.home) .entry-content .interior-section-d h3, .page-template-default:not(.home) .entry-content .interior-section-d h4, .page-template-default:not(.home) .entry-content .interior-section-d h5, .page-template-default:not(.home) .entry-content .interior-section-d h6, .page-template-default:not(.home) .content-page .interior-section-d h1, .page-template-default:not(.home) .content-page .interior-section-d h2, .page-template-default:not(.home) .content-page .interior-section-d h3, .page-template-default:not(.home) .content-page .interior-section-d h4, .page-template-default:not(.home) .content-page .interior-section-d h5, .page-template-default:not(.home) .content-page .interior-section-d h6, .page-template:not(.home) .entry-content .interior-section-d h1, .page-template:not(.home) .entry-content .interior-section-d h2, .page-template:not(.home) .entry-content .interior-section-d h3, .page-template:not(.home) .entry-content .interior-section-d h4, .page-template:not(.home) .entry-content .interior-section-d h5, .page-template:not(.home) .entry-content .interior-section-d h6, .page-template:not(.home) .content-page .interior-section-d h1, .page-template:not(.home) .content-page .interior-section-d h2, .page-template:not(.home) .content-page .interior-section-d h3, .page-template:not(.home) .content-page .interior-section-d h4, .page-template:not(.home) .content-page .interior-section-d h5, .page-template:not(.home) .content-page .interior-section-d h6 {
        color: #0488a5; }
      .interior-page .entry-content .interior-section-d p, .interior-page .content-page .interior-section-d p, .single-tribe_events .entry-content .interior-section-d p, .single-tribe_events .content-page .interior-section-d p, .single-event .entry-content .interior-section-d p, .single-event .content-page .interior-section-d p, .page-template-default:not(.home) .entry-content .interior-section-d p, .page-template-default:not(.home) .content-page .interior-section-d p, .page-template:not(.home) .entry-content .interior-section-d p, .page-template:not(.home) .content-page .interior-section-d p {
        color: #000000; }
    .interior-page .entry-content .interior-section-e h1, .interior-page .entry-content .interior-section-e h2, .interior-page .entry-content .interior-section-e h3, .interior-page .entry-content .interior-section-e h4, .interior-page .entry-content .interior-section-e h5, .interior-page .entry-content .interior-section-e h6, .interior-page .content-page .interior-section-e h1, .interior-page .content-page .interior-section-e h2, .interior-page .content-page .interior-section-e h3, .interior-page .content-page .interior-section-e h4, .interior-page .content-page .interior-section-e h5, .interior-page .content-page .interior-section-e h6, .single-tribe_events .entry-content .interior-section-e h1, .single-tribe_events .entry-content .interior-section-e h2, .single-tribe_events .entry-content .interior-section-e h3, .single-tribe_events .entry-content .interior-section-e h4, .single-tribe_events .entry-content .interior-section-e h5, .single-tribe_events .entry-content .interior-section-e h6, .single-tribe_events .content-page .interior-section-e h1, .single-tribe_events .content-page .interior-section-e h2, .single-tribe_events .content-page .interior-section-e h3, .single-tribe_events .content-page .interior-section-e h4, .single-tribe_events .content-page .interior-section-e h5, .single-tribe_events .content-page .interior-section-e h6, .single-event .entry-content .interior-section-e h1, .single-event .entry-content .interior-section-e h2, .single-event .entry-content .interior-section-e h3, .single-event .entry-content .interior-section-e h4, .single-event .entry-content .interior-section-e h5, .single-event .entry-content .interior-section-e h6, .single-event .content-page .interior-section-e h1, .single-event .content-page .interior-section-e h2, .single-event .content-page .interior-section-e h3, .single-event .content-page .interior-section-e h4, .single-event .content-page .interior-section-e h5, .single-event .content-page .interior-section-e h6, .page-template-default:not(.home) .entry-content .interior-section-e h1, .page-template-default:not(.home) .entry-content .interior-section-e h2, .page-template-default:not(.home) .entry-content .interior-section-e h3, .page-template-default:not(.home) .entry-content .interior-section-e h4, .page-template-default:not(.home) .entry-content .interior-section-e h5, .page-template-default:not(.home) .entry-content .interior-section-e h6, .page-template-default:not(.home) .content-page .interior-section-e h1, .page-template-default:not(.home) .content-page .interior-section-e h2, .page-template-default:not(.home) .content-page .interior-section-e h3, .page-template-default:not(.home) .content-page .interior-section-e h4, .page-template-default:not(.home) .content-page .interior-section-e h5, .page-template-default:not(.home) .content-page .interior-section-e h6, .page-template:not(.home) .entry-content .interior-section-e h1, .page-template:not(.home) .entry-content .interior-section-e h2, .page-template:not(.home) .entry-content .interior-section-e h3, .page-template:not(.home) .entry-content .interior-section-e h4, .page-template:not(.home) .entry-content .interior-section-e h5, .page-template:not(.home) .entry-content .interior-section-e h6, .page-template:not(.home) .content-page .interior-section-e h1, .page-template:not(.home) .content-page .interior-section-e h2, .page-template:not(.home) .content-page .interior-section-e h3, .page-template:not(.home) .content-page .interior-section-e h4, .page-template:not(.home) .content-page .interior-section-e h5, .page-template:not(.home) .content-page .interior-section-e h6 {
      color: #0488a5; }
    .interior-page .entry-content .interior-section-f, .interior-page .content-page .interior-section-f, .single-tribe_events .entry-content .interior-section-f, .single-tribe_events .content-page .interior-section-f, .single-event .entry-content .interior-section-f, .single-event .content-page .interior-section-f, .page-template-default:not(.home) .entry-content .interior-section-f, .page-template-default:not(.home) .content-page .interior-section-f, .page-template:not(.home) .entry-content .interior-section-f, .page-template:not(.home) .content-page .interior-section-f {
      background-color: #075a6c; }
      .interior-page .entry-content .interior-section-f h1, .interior-page .entry-content .interior-section-f h2, .interior-page .entry-content .interior-section-f h3, .interior-page .entry-content .interior-section-f h4, .interior-page .entry-content .interior-section-f h5, .interior-page .entry-content .interior-section-f h6, .interior-page .content-page .interior-section-f h1, .interior-page .content-page .interior-section-f h2, .interior-page .content-page .interior-section-f h3, .interior-page .content-page .interior-section-f h4, .interior-page .content-page .interior-section-f h5, .interior-page .content-page .interior-section-f h6, .single-tribe_events .entry-content .interior-section-f h1, .single-tribe_events .entry-content .interior-section-f h2, .single-tribe_events .entry-content .interior-section-f h3, .single-tribe_events .entry-content .interior-section-f h4, .single-tribe_events .entry-content .interior-section-f h5, .single-tribe_events .entry-content .interior-section-f h6, .single-tribe_events .content-page .interior-section-f h1, .single-tribe_events .content-page .interior-section-f h2, .single-tribe_events .content-page .interior-section-f h3, .single-tribe_events .content-page .interior-section-f h4, .single-tribe_events .content-page .interior-section-f h5, .single-tribe_events .content-page .interior-section-f h6, .single-event .entry-content .interior-section-f h1, .single-event .entry-content .interior-section-f h2, .single-event .entry-content .interior-section-f h3, .single-event .entry-content .interior-section-f h4, .single-event .entry-content .interior-section-f h5, .single-event .entry-content .interior-section-f h6, .single-event .content-page .interior-section-f h1, .single-event .content-page .interior-section-f h2, .single-event .content-page .interior-section-f h3, .single-event .content-page .interior-section-f h4, .single-event .content-page .interior-section-f h5, .single-event .content-page .interior-section-f h6, .page-template-default:not(.home) .entry-content .interior-section-f h1, .page-template-default:not(.home) .entry-content .interior-section-f h2, .page-template-default:not(.home) .entry-content .interior-section-f h3, .page-template-default:not(.home) .entry-content .interior-section-f h4, .page-template-default:not(.home) .entry-content .interior-section-f h5, .page-template-default:not(.home) .entry-content .interior-section-f h6, .page-template-default:not(.home) .content-page .interior-section-f h1, .page-template-default:not(.home) .content-page .interior-section-f h2, .page-template-default:not(.home) .content-page .interior-section-f h3, .page-template-default:not(.home) .content-page .interior-section-f h4, .page-template-default:not(.home) .content-page .interior-section-f h5, .page-template-default:not(.home) .content-page .interior-section-f h6, .page-template:not(.home) .entry-content .interior-section-f h1, .page-template:not(.home) .entry-content .interior-section-f h2, .page-template:not(.home) .entry-content .interior-section-f h3, .page-template:not(.home) .entry-content .interior-section-f h4, .page-template:not(.home) .entry-content .interior-section-f h5, .page-template:not(.home) .entry-content .interior-section-f h6, .page-template:not(.home) .content-page .interior-section-f h1, .page-template:not(.home) .content-page .interior-section-f h2, .page-template:not(.home) .content-page .interior-section-f h3, .page-template:not(.home) .content-page .interior-section-f h4, .page-template:not(.home) .content-page .interior-section-f h5, .page-template:not(.home) .content-page .interior-section-f h6 {
        color: white;
        text-align: inherit; }
      .interior-page .entry-content .interior-section-f h1, .interior-page .entry-content .interior-section-f h2, .interior-page .entry-content .interior-section-f h3, .interior-page .entry-content .interior-section-f h4, .interior-page .entry-content .interior-section-f h5, .interior-page .entry-content .interior-section-f h6, .interior-page .entry-content .interior-section-f p, .interior-page .entry-content .interior-section-f p a, .interior-page .entry-content .interior-section-f ul, .interior-page .entry-content .interior-section-f ul li, .interior-page .entry-content .interior-section-f ul li ul li, .interior-page .content-page .interior-section-f h1, .interior-page .content-page .interior-section-f h2, .interior-page .content-page .interior-section-f h3, .interior-page .content-page .interior-section-f h4, .interior-page .content-page .interior-section-f h5, .interior-page .content-page .interior-section-f h6, .interior-page .content-page .interior-section-f p, .interior-page .content-page .interior-section-f p a, .interior-page .content-page .interior-section-f ul, .interior-page .content-page .interior-section-f ul li, .interior-page .content-page .interior-section-f ul li ul li, .single-tribe_events .entry-content .interior-section-f h1, .single-tribe_events .entry-content .interior-section-f h2, .single-tribe_events .entry-content .interior-section-f h3, .single-tribe_events .entry-content .interior-section-f h4, .single-tribe_events .entry-content .interior-section-f h5, .single-tribe_events .entry-content .interior-section-f h6, .single-tribe_events .entry-content .interior-section-f p, .single-tribe_events .entry-content .interior-section-f p a, .single-tribe_events .entry-content .interior-section-f ul, .single-tribe_events .entry-content .interior-section-f ul li, .single-tribe_events .entry-content .interior-section-f ul li ul li, .single-tribe_events .content-page .interior-section-f h1, .single-tribe_events .content-page .interior-section-f h2, .single-tribe_events .content-page .interior-section-f h3, .single-tribe_events .content-page .interior-section-f h4, .single-tribe_events .content-page .interior-section-f h5, .single-tribe_events .content-page .interior-section-f h6, .single-tribe_events .content-page .interior-section-f p, .single-tribe_events .content-page .interior-section-f p a, .single-tribe_events .content-page .interior-section-f ul, .single-tribe_events .content-page .interior-section-f ul li, .single-tribe_events .content-page .interior-section-f ul li ul li, .single-event .entry-content .interior-section-f h1, .single-event .entry-content .interior-section-f h2, .single-event .entry-content .interior-section-f h3, .single-event .entry-content .interior-section-f h4, .single-event .entry-content .interior-section-f h5, .single-event .entry-content .interior-section-f h6, .single-event .entry-content .interior-section-f p, .single-event .entry-content .interior-section-f p a, .single-event .entry-content .interior-section-f ul, .single-event .entry-content .interior-section-f ul li, .single-event .entry-content .interior-section-f ul li ul li, .single-event .content-page .interior-section-f h1, .single-event .content-page .interior-section-f h2, .single-event .content-page .interior-section-f h3, .single-event .content-page .interior-section-f h4, .single-event .content-page .interior-section-f h5, .single-event .content-page .interior-section-f h6, .single-event .content-page .interior-section-f p, .single-event .content-page .interior-section-f p a, .single-event .content-page .interior-section-f ul, .single-event .content-page .interior-section-f ul li, .single-event .content-page .interior-section-f ul li ul li, .page-template-default:not(.home) .entry-content .interior-section-f h1, .page-template-default:not(.home) .entry-content .interior-section-f h2, .page-template-default:not(.home) .entry-content .interior-section-f h3, .page-template-default:not(.home) .entry-content .interior-section-f h4, .page-template-default:not(.home) .entry-content .interior-section-f h5, .page-template-default:not(.home) .entry-content .interior-section-f h6, .page-template-default:not(.home) .entry-content .interior-section-f p, .page-template-default:not(.home) .entry-content .interior-section-f p a, .page-template-default:not(.home) .entry-content .interior-section-f ul, .page-template-default:not(.home) .entry-content .interior-section-f ul li, .page-template-default:not(.home) .entry-content .interior-section-f ul li ul li, .page-template-default:not(.home) .content-page .interior-section-f h1, .page-template-default:not(.home) .content-page .interior-section-f h2, .page-template-default:not(.home) .content-page .interior-section-f h3, .page-template-default:not(.home) .content-page .interior-section-f h4, .page-template-default:not(.home) .content-page .interior-section-f h5, .page-template-default:not(.home) .content-page .interior-section-f h6, .page-template-default:not(.home) .content-page .interior-section-f p, .page-template-default:not(.home) .content-page .interior-section-f p a, .page-template-default:not(.home) .content-page .interior-section-f ul, .page-template-default:not(.home) .content-page .interior-section-f ul li, .page-template-default:not(.home) .content-page .interior-section-f ul li ul li, .page-template:not(.home) .entry-content .interior-section-f h1, .page-template:not(.home) .entry-content .interior-section-f h2, .page-template:not(.home) .entry-content .interior-section-f h3, .page-template:not(.home) .entry-content .interior-section-f h4, .page-template:not(.home) .entry-content .interior-section-f h5, .page-template:not(.home) .entry-content .interior-section-f h6, .page-template:not(.home) .entry-content .interior-section-f p, .page-template:not(.home) .entry-content .interior-section-f p a, .page-template:not(.home) .entry-content .interior-section-f ul, .page-template:not(.home) .entry-content .interior-section-f ul li, .page-template:not(.home) .entry-content .interior-section-f ul li ul li, .page-template:not(.home) .content-page .interior-section-f h1, .page-template:not(.home) .content-page .interior-section-f h2, .page-template:not(.home) .content-page .interior-section-f h3, .page-template:not(.home) .content-page .interior-section-f h4, .page-template:not(.home) .content-page .interior-section-f h5, .page-template:not(.home) .content-page .interior-section-f h6, .page-template:not(.home) .content-page .interior-section-f p, .page-template:not(.home) .content-page .interior-section-f p a, .page-template:not(.home) .content-page .interior-section-f ul, .page-template:not(.home) .content-page .interior-section-f ul li, .page-template:not(.home) .content-page .interior-section-f ul li ul li {
        color: white !important; }
        .interior-page .entry-content .interior-section-f h1::before, .interior-page .entry-content .interior-section-f h2::before, .interior-page .entry-content .interior-section-f h3::before, .interior-page .entry-content .interior-section-f h4::before, .interior-page .entry-content .interior-section-f h5::before, .interior-page .entry-content .interior-section-f h6::before, .interior-page .entry-content .interior-section-f p::before, .interior-page .entry-content .interior-section-f p a::before, .interior-page .entry-content .interior-section-f ul::before, .interior-page .entry-content .interior-section-f ul li::before, .interior-page .entry-content .interior-section-f ul li ul li::before, .interior-page .content-page .interior-section-f h1::before, .interior-page .content-page .interior-section-f h2::before, .interior-page .content-page .interior-section-f h3::before, .interior-page .content-page .interior-section-f h4::before, .interior-page .content-page .interior-section-f h5::before, .interior-page .content-page .interior-section-f h6::before, .interior-page .content-page .interior-section-f p::before, .interior-page .content-page .interior-section-f p a::before, .interior-page .content-page .interior-section-f ul::before, .interior-page .content-page .interior-section-f ul li::before, .interior-page .content-page .interior-section-f ul li ul li::before, .single-tribe_events .entry-content .interior-section-f h1::before, .single-tribe_events .entry-content .interior-section-f h2::before, .single-tribe_events .entry-content .interior-section-f h3::before, .single-tribe_events .entry-content .interior-section-f h4::before, .single-tribe_events .entry-content .interior-section-f h5::before, .single-tribe_events .entry-content .interior-section-f h6::before, .single-tribe_events .entry-content .interior-section-f p::before, .single-tribe_events .entry-content .interior-section-f p a::before, .single-tribe_events .entry-content .interior-section-f ul::before, .single-tribe_events .entry-content .interior-section-f ul li::before, .single-tribe_events .entry-content .interior-section-f ul li ul li::before, .single-tribe_events .content-page .interior-section-f h1::before, .single-tribe_events .content-page .interior-section-f h2::before, .single-tribe_events .content-page .interior-section-f h3::before, .single-tribe_events .content-page .interior-section-f h4::before, .single-tribe_events .content-page .interior-section-f h5::before, .single-tribe_events .content-page .interior-section-f h6::before, .single-tribe_events .content-page .interior-section-f p::before, .single-tribe_events .content-page .interior-section-f p a::before, .single-tribe_events .content-page .interior-section-f ul::before, .single-tribe_events .content-page .interior-section-f ul li::before, .single-tribe_events .content-page .interior-section-f ul li ul li::before, .single-event .entry-content .interior-section-f h1::before, .single-event .entry-content .interior-section-f h2::before, .single-event .entry-content .interior-section-f h3::before, .single-event .entry-content .interior-section-f h4::before, .single-event .entry-content .interior-section-f h5::before, .single-event .entry-content .interior-section-f h6::before, .single-event .entry-content .interior-section-f p::before, .single-event .entry-content .interior-section-f p a::before, .single-event .entry-content .interior-section-f ul::before, .single-event .entry-content .interior-section-f ul li::before, .single-event .entry-content .interior-section-f ul li ul li::before, .single-event .content-page .interior-section-f h1::before, .single-event .content-page .interior-section-f h2::before, .single-event .content-page .interior-section-f h3::before, .single-event .content-page .interior-section-f h4::before, .single-event .content-page .interior-section-f h5::before, .single-event .content-page .interior-section-f h6::before, .single-event .content-page .interior-section-f p::before, .single-event .content-page .interior-section-f p a::before, .single-event .content-page .interior-section-f ul::before, .single-event .content-page .interior-section-f ul li::before, .single-event .content-page .interior-section-f ul li ul li::before, .page-template-default:not(.home) .entry-content .interior-section-f h1::before, .page-template-default:not(.home) .entry-content .interior-section-f h2::before, .page-template-default:not(.home) .entry-content .interior-section-f h3::before, .page-template-default:not(.home) .entry-content .interior-section-f h4::before, .page-template-default:not(.home) .entry-content .interior-section-f h5::before, .page-template-default:not(.home) .entry-content .interior-section-f h6::before, .page-template-default:not(.home) .entry-content .interior-section-f p::before, .page-template-default:not(.home) .entry-content .interior-section-f p a::before, .page-template-default:not(.home) .entry-content .interior-section-f ul::before, .page-template-default:not(.home) .entry-content .interior-section-f ul li::before, .page-template-default:not(.home) .entry-content .interior-section-f ul li ul li::before, .page-template-default:not(.home) .content-page .interior-section-f h1::before, .page-template-default:not(.home) .content-page .interior-section-f h2::before, .page-template-default:not(.home) .content-page .interior-section-f h3::before, .page-template-default:not(.home) .content-page .interior-section-f h4::before, .page-template-default:not(.home) .content-page .interior-section-f h5::before, .page-template-default:not(.home) .content-page .interior-section-f h6::before, .page-template-default:not(.home) .content-page .interior-section-f p::before, .page-template-default:not(.home) .content-page .interior-section-f p a::before, .page-template-default:not(.home) .content-page .interior-section-f ul::before, .page-template-default:not(.home) .content-page .interior-section-f ul li::before, .page-template-default:not(.home) .content-page .interior-section-f ul li ul li::before, .page-template:not(.home) .entry-content .interior-section-f h1::before, .page-template:not(.home) .entry-content .interior-section-f h2::before, .page-template:not(.home) .entry-content .interior-section-f h3::before, .page-template:not(.home) .entry-content .interior-section-f h4::before, .page-template:not(.home) .entry-content .interior-section-f h5::before, .page-template:not(.home) .entry-content .interior-section-f h6::before, .page-template:not(.home) .entry-content .interior-section-f p::before, .page-template:not(.home) .entry-content .interior-section-f p a::before, .page-template:not(.home) .entry-content .interior-section-f ul::before, .page-template:not(.home) .entry-content .interior-section-f ul li::before, .page-template:not(.home) .entry-content .interior-section-f ul li ul li::before, .page-template:not(.home) .content-page .interior-section-f h1::before, .page-template:not(.home) .content-page .interior-section-f h2::before, .page-template:not(.home) .content-page .interior-section-f h3::before, .page-template:not(.home) .content-page .interior-section-f h4::before, .page-template:not(.home) .content-page .interior-section-f h5::before, .page-template:not(.home) .content-page .interior-section-f h6::before, .page-template:not(.home) .content-page .interior-section-f p::before, .page-template:not(.home) .content-page .interior-section-f p a::before, .page-template:not(.home) .content-page .interior-section-f ul::before, .page-template:not(.home) .content-page .interior-section-f ul li::before, .page-template:not(.home) .content-page .interior-section-f ul li ul li::before {
          background: currentColor; }
      .interior-page .entry-content .interior-section-f p, .interior-page .entry-content .interior-section-f a, .interior-page .entry-content .interior-section-f ul.list li, .interior-page .content-page .interior-section-f p, .interior-page .content-page .interior-section-f a, .interior-page .content-page .interior-section-f ul.list li, .single-tribe_events .entry-content .interior-section-f p, .single-tribe_events .entry-content .interior-section-f a, .single-tribe_events .entry-content .interior-section-f ul.list li, .single-tribe_events .content-page .interior-section-f p, .single-tribe_events .content-page .interior-section-f a, .single-tribe_events .content-page .interior-section-f ul.list li, .single-event .entry-content .interior-section-f p, .single-event .entry-content .interior-section-f a, .single-event .entry-content .interior-section-f ul.list li, .single-event .content-page .interior-section-f p, .single-event .content-page .interior-section-f a, .single-event .content-page .interior-section-f ul.list li, .page-template-default:not(.home) .entry-content .interior-section-f p, .page-template-default:not(.home) .entry-content .interior-section-f a, .page-template-default:not(.home) .entry-content .interior-section-f ul.list li, .page-template-default:not(.home) .content-page .interior-section-f p, .page-template-default:not(.home) .content-page .interior-section-f a, .page-template-default:not(.home) .content-page .interior-section-f ul.list li, .page-template:not(.home) .entry-content .interior-section-f p, .page-template:not(.home) .entry-content .interior-section-f a, .page-template:not(.home) .entry-content .interior-section-f ul.list li, .page-template:not(.home) .content-page .interior-section-f p, .page-template:not(.home) .content-page .interior-section-f a, .page-template:not(.home) .content-page .interior-section-f ul.list li {
        color: white !important;
        font-weight: inherit; }
      .interior-page .entry-content .interior-section-f .list-title, .interior-page .content-page .interior-section-f .list-title, .single-tribe_events .entry-content .interior-section-f .list-title, .single-tribe_events .content-page .interior-section-f .list-title, .single-event .entry-content .interior-section-f .list-title, .single-event .content-page .interior-section-f .list-title, .page-template-default:not(.home) .entry-content .interior-section-f .list-title, .page-template-default:not(.home) .content-page .interior-section-f .list-title, .page-template:not(.home) .entry-content .interior-section-f .list-title, .page-template:not(.home) .content-page .interior-section-f .list-title {
        display: block;
        text-align: inherit;
        color: inherit; }
        .interior-page .entry-content .interior-section-f .list-title strong, .interior-page .content-page .interior-section-f .list-title strong, .single-tribe_events .entry-content .interior-section-f .list-title strong, .single-tribe_events .content-page .interior-section-f .list-title strong, .single-event .entry-content .interior-section-f .list-title strong, .single-event .content-page .interior-section-f .list-title strong, .page-template-default:not(.home) .entry-content .interior-section-f .list-title strong, .page-template-default:not(.home) .content-page .interior-section-f .list-title strong, .page-template:not(.home) .entry-content .interior-section-f .list-title strong, .page-template:not(.home) .content-page .interior-section-f .list-title strong {
          color: white !important; }
      .interior-page .entry-content .interior-section-f a, .interior-page .content-page .interior-section-f a, .single-tribe_events .entry-content .interior-section-f a, .single-tribe_events .content-page .interior-section-f a, .single-event .entry-content .interior-section-f a, .single-event .content-page .interior-section-f a, .page-template-default:not(.home) .entry-content .interior-section-f a, .page-template-default:not(.home) .content-page .interior-section-f a, .page-template:not(.home) .entry-content .interior-section-f a, .page-template:not(.home) .content-page .interior-section-f a {
        text-decoration: underline; }
    .interior-page .entry-content .carousel_block_testimonials.bg-green, .interior-page .content-page .carousel_block_testimonials.bg-green, .single-tribe_events .entry-content .carousel_block_testimonials.bg-green, .single-tribe_events .content-page .carousel_block_testimonials.bg-green, .single-event .entry-content .carousel_block_testimonials.bg-green, .single-event .content-page .carousel_block_testimonials.bg-green, .page-template-default:not(.home) .entry-content .carousel_block_testimonials.bg-green, .page-template-default:not(.home) .content-page .carousel_block_testimonials.bg-green, .page-template:not(.home) .entry-content .carousel_block_testimonials.bg-green, .page-template:not(.home) .content-page .carousel_block_testimonials.bg-green {
      background-color: #bdd814; }
    .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
    .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
    .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
      color: black; }
    .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
      background-color: black; }
    .interior-page .entry-content .carousel_block_testimonials .container, .interior-page .entry-content .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .interior-page .content-page .carousel_block_testimonials .container, .interior-page .content-page .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .single-tribe_events .entry-content .carousel_block_testimonials .container, .single-tribe_events .entry-content .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .single-tribe_events .content-page .carousel_block_testimonials .container, .single-tribe_events .content-page .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .single-event .entry-content .carousel_block_testimonials .container, .single-event .entry-content .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .single-event .content-page .carousel_block_testimonials .container, .single-event .content-page .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .page-template-default:not(.home) .entry-content .carousel_block_testimonials .container, .page-template-default:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .page-template-default:not(.home) .content-page .carousel_block_testimonials .container, .page-template-default:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .page-template:not(.home) .entry-content .carousel_block_testimonials .container, .page-template:not(.home) .entry-content .carousel_block_testimonials #carousel__testimonials .row-block-testimonial, .page-template:not(.home) .content-page .carousel_block_testimonials .container, .page-template:not(.home) .content-page .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
      height: 100%; }
    .interior-page .entry-content .carousel-fade .carousel-item, .interior-page .content-page .carousel-fade .carousel-item, .single-tribe_events .entry-content .carousel-fade .carousel-item, .single-tribe_events .content-page .carousel-fade .carousel-item, .single-event .entry-content .carousel-fade .carousel-item, .single-event .content-page .carousel-fade .carousel-item, .page-template-default:not(.home) .entry-content .carousel-fade .carousel-item, .page-template-default:not(.home) .content-page .carousel-fade .carousel-item, .page-template:not(.home) .entry-content .carousel-fade .carousel-item, .page-template:not(.home) .content-page .carousel-fade .carousel-item {
      opacity: 0; }
      .interior-page .entry-content .carousel-fade .carousel-item .row-block-testimonial .right-side, .interior-page .content-page .carousel-fade .carousel-item .row-block-testimonial .right-side, .single-tribe_events .entry-content .carousel-fade .carousel-item .row-block-testimonial .right-side, .single-tribe_events .content-page .carousel-fade .carousel-item .row-block-testimonial .right-side, .single-event .entry-content .carousel-fade .carousel-item .row-block-testimonial .right-side, .single-event .content-page .carousel-fade .carousel-item .row-block-testimonial .right-side, .page-template-default:not(.home) .entry-content .carousel-fade .carousel-item .row-block-testimonial .right-side, .page-template-default:not(.home) .content-page .carousel-fade .carousel-item .row-block-testimonial .right-side, .page-template:not(.home) .entry-content .carousel-fade .carousel-item .row-block-testimonial .right-side, .page-template:not(.home) .content-page .carousel-fade .carousel-item .row-block-testimonial .right-side {
        opacity: 0;
        left: 10%;
        transition: 1s; }
      .interior-page .entry-content .carousel-fade .carousel-item.active, .interior-page .content-page .carousel-fade .carousel-item.active, .single-tribe_events .entry-content .carousel-fade .carousel-item.active, .single-tribe_events .content-page .carousel-fade .carousel-item.active, .single-event .entry-content .carousel-fade .carousel-item.active, .single-event .content-page .carousel-fade .carousel-item.active, .page-template-default:not(.home) .entry-content .carousel-fade .carousel-item.active, .page-template-default:not(.home) .content-page .carousel-fade .carousel-item.active, .page-template:not(.home) .entry-content .carousel-fade .carousel-item.active, .page-template:not(.home) .content-page .carousel-fade .carousel-item.active {
        opacity: 1; }
        .interior-page .entry-content .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .interior-page .content-page .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .single-tribe_events .entry-content .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .single-tribe_events .content-page .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .single-event .entry-content .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .single-event .content-page .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .page-template-default:not(.home) .entry-content .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .page-template-default:not(.home) .content-page .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .page-template:not(.home) .entry-content .carousel-fade .carousel-item.active .row-block-testimonial .right-side, .page-template:not(.home) .content-page .carousel-fade .carousel-item.active .row-block-testimonial .right-side {
          opacity: 1;
          left: 0%; }
    .interior-page .entry-content .interior-section-g, .interior-page .content-page .interior-section-g, .single-tribe_events .entry-content .interior-section-g, .single-tribe_events .content-page .interior-section-g, .single-event .entry-content .interior-section-g, .single-event .content-page .interior-section-g, .page-template-default:not(.home) .entry-content .interior-section-g, .page-template-default:not(.home) .content-page .interior-section-g, .page-template:not(.home) .entry-content .interior-section-g, .page-template:not(.home) .content-page .interior-section-g {
      padding: 39px 0 52px; }
      .interior-page .entry-content .interior-section-g h1, .interior-page .entry-content .interior-section-g h2, .interior-page .entry-content .interior-section-g h3, .interior-page .entry-content .interior-section-g h4, .interior-page .entry-content .interior-section-g h5, .interior-page .entry-content .interior-section-g h6, .interior-page .content-page .interior-section-g h1, .interior-page .content-page .interior-section-g h2, .interior-page .content-page .interior-section-g h3, .interior-page .content-page .interior-section-g h4, .interior-page .content-page .interior-section-g h5, .interior-page .content-page .interior-section-g h6, .single-tribe_events .entry-content .interior-section-g h1, .single-tribe_events .entry-content .interior-section-g h2, .single-tribe_events .entry-content .interior-section-g h3, .single-tribe_events .entry-content .interior-section-g h4, .single-tribe_events .entry-content .interior-section-g h5, .single-tribe_events .entry-content .interior-section-g h6, .single-tribe_events .content-page .interior-section-g h1, .single-tribe_events .content-page .interior-section-g h2, .single-tribe_events .content-page .interior-section-g h3, .single-tribe_events .content-page .interior-section-g h4, .single-tribe_events .content-page .interior-section-g h5, .single-tribe_events .content-page .interior-section-g h6, .single-event .entry-content .interior-section-g h1, .single-event .entry-content .interior-section-g h2, .single-event .entry-content .interior-section-g h3, .single-event .entry-content .interior-section-g h4, .single-event .entry-content .interior-section-g h5, .single-event .entry-content .interior-section-g h6, .single-event .content-page .interior-section-g h1, .single-event .content-page .interior-section-g h2, .single-event .content-page .interior-section-g h3, .single-event .content-page .interior-section-g h4, .single-event .content-page .interior-section-g h5, .single-event .content-page .interior-section-g h6, .page-template-default:not(.home) .entry-content .interior-section-g h1, .page-template-default:not(.home) .entry-content .interior-section-g h2, .page-template-default:not(.home) .entry-content .interior-section-g h3, .page-template-default:not(.home) .entry-content .interior-section-g h4, .page-template-default:not(.home) .entry-content .interior-section-g h5, .page-template-default:not(.home) .entry-content .interior-section-g h6, .page-template-default:not(.home) .content-page .interior-section-g h1, .page-template-default:not(.home) .content-page .interior-section-g h2, .page-template-default:not(.home) .content-page .interior-section-g h3, .page-template-default:not(.home) .content-page .interior-section-g h4, .page-template-default:not(.home) .content-page .interior-section-g h5, .page-template-default:not(.home) .content-page .interior-section-g h6, .page-template:not(.home) .entry-content .interior-section-g h1, .page-template:not(.home) .entry-content .interior-section-g h2, .page-template:not(.home) .entry-content .interior-section-g h3, .page-template:not(.home) .entry-content .interior-section-g h4, .page-template:not(.home) .entry-content .interior-section-g h5, .page-template:not(.home) .entry-content .interior-section-g h6, .page-template:not(.home) .content-page .interior-section-g h1, .page-template:not(.home) .content-page .interior-section-g h2, .page-template:not(.home) .content-page .interior-section-g h3, .page-template:not(.home) .content-page .interior-section-g h4, .page-template:not(.home) .content-page .interior-section-g h5, .page-template:not(.home) .content-page .interior-section-g h6 {
        font-family: 'Rubik', sans-serif;
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        color: #0488a5;
        text-transform: none;
        text-align: center; }
      .interior-page .entry-content .interior-section-g .icon-title, .interior-page .content-page .interior-section-g .icon-title, .single-tribe_events .entry-content .interior-section-g .icon-title, .single-tribe_events .content-page .interior-section-g .icon-title, .single-event .entry-content .interior-section-g .icon-title, .single-event .content-page .interior-section-g .icon-title, .page-template-default:not(.home) .entry-content .interior-section-g .icon-title, .page-template-default:not(.home) .content-page .interior-section-g .icon-title, .page-template:not(.home) .entry-content .interior-section-g .icon-title, .page-template:not(.home) .content-page .interior-section-g .icon-title {
        width: 109.4px;
        height: 119.4px;
        margin: 0 auto 23px; }
        .interior-page .entry-content .interior-section-g .icon-title img, .interior-page .content-page .interior-section-g .icon-title img, .single-tribe_events .entry-content .interior-section-g .icon-title img, .single-tribe_events .content-page .interior-section-g .icon-title img, .single-event .entry-content .interior-section-g .icon-title img, .single-event .content-page .interior-section-g .icon-title img, .page-template-default:not(.home) .entry-content .interior-section-g .icon-title img, .page-template-default:not(.home) .content-page .interior-section-g .icon-title img, .page-template:not(.home) .entry-content .interior-section-g .icon-title img, .page-template:not(.home) .content-page .interior-section-g .icon-title img {
          object-fit: contain; }
      .interior-page .entry-content .interior-section-g p, .interior-page .content-page .interior-section-g p, .single-tribe_events .entry-content .interior-section-g p, .single-tribe_events .content-page .interior-section-g p, .single-event .entry-content .interior-section-g p, .single-event .content-page .interior-section-g p, .page-template-default:not(.home) .entry-content .interior-section-g p, .page-template-default:not(.home) .content-page .interior-section-g p, .page-template:not(.home) .entry-content .interior-section-g p, .page-template:not(.home) .content-page .interior-section-g p {
        text-align: center; }
      .interior-page .entry-content .interior-section-g.infographic-container img, .interior-page .content-page .interior-section-g.infographic-container img, .single-tribe_events .entry-content .interior-section-g.infographic-container img, .single-tribe_events .content-page .interior-section-g.infographic-container img, .single-event .entry-content .interior-section-g.infographic-container img, .single-event .content-page .interior-section-g.infographic-container img, .page-template-default:not(.home) .entry-content .interior-section-g.infographic-container img, .page-template-default:not(.home) .content-page .interior-section-g.infographic-container img, .page-template:not(.home) .entry-content .interior-section-g.infographic-container img, .page-template:not(.home) .content-page .interior-section-g.infographic-container img {
        width: 100%; }
      .interior-page .entry-content .interior-section-g.infographic-container a, .interior-page .content-page .interior-section-g.infographic-container a, .single-tribe_events .entry-content .interior-section-g.infographic-container a, .single-tribe_events .content-page .interior-section-g.infographic-container a, .single-event .entry-content .interior-section-g.infographic-container a, .single-event .content-page .interior-section-g.infographic-container a, .page-template-default:not(.home) .entry-content .interior-section-g.infographic-container a, .page-template-default:not(.home) .content-page .interior-section-g.infographic-container a, .page-template:not(.home) .entry-content .interior-section-g.infographic-container a, .page-template:not(.home) .content-page .interior-section-g.infographic-container a {
        display: block; }
    .interior-page .entry-content .interior-section-h, .interior-page .content-page .interior-section-h, .single-tribe_events .entry-content .interior-section-h, .single-tribe_events .content-page .interior-section-h, .single-event .entry-content .interior-section-h, .single-event .content-page .interior-section-h, .page-template-default:not(.home) .entry-content .interior-section-h, .page-template-default:not(.home) .content-page .interior-section-h, .page-template:not(.home) .entry-content .interior-section-h, .page-template:not(.home) .content-page .interior-section-h {
      padding: 46px 0 42px; }
      .interior-page .entry-content .interior-section-h h1, .interior-page .entry-content .interior-section-h h2, .interior-page .entry-content .interior-section-h h3, .interior-page .entry-content .interior-section-h h4, .interior-page .entry-content .interior-section-h h5, .interior-page .entry-content .interior-section-h h6, .interior-page .content-page .interior-section-h h1, .interior-page .content-page .interior-section-h h2, .interior-page .content-page .interior-section-h h3, .interior-page .content-page .interior-section-h h4, .interior-page .content-page .interior-section-h h5, .interior-page .content-page .interior-section-h h6, .single-tribe_events .entry-content .interior-section-h h1, .single-tribe_events .entry-content .interior-section-h h2, .single-tribe_events .entry-content .interior-section-h h3, .single-tribe_events .entry-content .interior-section-h h4, .single-tribe_events .entry-content .interior-section-h h5, .single-tribe_events .entry-content .interior-section-h h6, .single-tribe_events .content-page .interior-section-h h1, .single-tribe_events .content-page .interior-section-h h2, .single-tribe_events .content-page .interior-section-h h3, .single-tribe_events .content-page .interior-section-h h4, .single-tribe_events .content-page .interior-section-h h5, .single-tribe_events .content-page .interior-section-h h6, .single-event .entry-content .interior-section-h h1, .single-event .entry-content .interior-section-h h2, .single-event .entry-content .interior-section-h h3, .single-event .entry-content .interior-section-h h4, .single-event .entry-content .interior-section-h h5, .single-event .entry-content .interior-section-h h6, .single-event .content-page .interior-section-h h1, .single-event .content-page .interior-section-h h2, .single-event .content-page .interior-section-h h3, .single-event .content-page .interior-section-h h4, .single-event .content-page .interior-section-h h5, .single-event .content-page .interior-section-h h6, .page-template-default:not(.home) .entry-content .interior-section-h h1, .page-template-default:not(.home) .entry-content .interior-section-h h2, .page-template-default:not(.home) .entry-content .interior-section-h h3, .page-template-default:not(.home) .entry-content .interior-section-h h4, .page-template-default:not(.home) .entry-content .interior-section-h h5, .page-template-default:not(.home) .entry-content .interior-section-h h6, .page-template-default:not(.home) .content-page .interior-section-h h1, .page-template-default:not(.home) .content-page .interior-section-h h2, .page-template-default:not(.home) .content-page .interior-section-h h3, .page-template-default:not(.home) .content-page .interior-section-h h4, .page-template-default:not(.home) .content-page .interior-section-h h5, .page-template-default:not(.home) .content-page .interior-section-h h6, .page-template:not(.home) .entry-content .interior-section-h h1, .page-template:not(.home) .entry-content .interior-section-h h2, .page-template:not(.home) .entry-content .interior-section-h h3, .page-template:not(.home) .entry-content .interior-section-h h4, .page-template:not(.home) .entry-content .interior-section-h h5, .page-template:not(.home) .entry-content .interior-section-h h6, .page-template:not(.home) .content-page .interior-section-h h1, .page-template:not(.home) .content-page .interior-section-h h2, .page-template:not(.home) .content-page .interior-section-h h3, .page-template:not(.home) .content-page .interior-section-h h4, .page-template:not(.home) .content-page .interior-section-h h5, .page-template:not(.home) .content-page .interior-section-h h6 {
        font-family: 'Rubik', sans-serif;
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        color: #0488a5;
        text-transform: none; }
    .interior-page .entry-content .interior-section-i, .interior-page .content-page .interior-section-i, .single-tribe_events .entry-content .interior-section-i, .single-tribe_events .content-page .interior-section-i, .single-event .entry-content .interior-section-i, .single-event .content-page .interior-section-i, .page-template-default:not(.home) .entry-content .interior-section-i, .page-template-default:not(.home) .content-page .interior-section-i, .page-template:not(.home) .entry-content .interior-section-i, .page-template:not(.home) .content-page .interior-section-i {
      padding: 46px 0 42px; }
      .interior-page .entry-content .interior-section-i:before, .interior-page .content-page .interior-section-i:before, .single-tribe_events .entry-content .interior-section-i:before, .single-tribe_events .content-page .interior-section-i:before, .single-event .entry-content .interior-section-i:before, .single-event .content-page .interior-section-i:before, .page-template-default:not(.home) .entry-content .interior-section-i:before, .page-template-default:not(.home) .content-page .interior-section-i:before, .page-template:not(.home) .entry-content .interior-section-i:before, .page-template:not(.home) .content-page .interior-section-i:before {
        background-color: #e6fbff; }
      .interior-page .entry-content .interior-section-i h1, .interior-page .entry-content .interior-section-i h2, .interior-page .entry-content .interior-section-i h3, .interior-page .entry-content .interior-section-i h4, .interior-page .entry-content .interior-section-i h5, .interior-page .entry-content .interior-section-i h6, .interior-page .content-page .interior-section-i h1, .interior-page .content-page .interior-section-i h2, .interior-page .content-page .interior-section-i h3, .interior-page .content-page .interior-section-i h4, .interior-page .content-page .interior-section-i h5, .interior-page .content-page .interior-section-i h6, .single-tribe_events .entry-content .interior-section-i h1, .single-tribe_events .entry-content .interior-section-i h2, .single-tribe_events .entry-content .interior-section-i h3, .single-tribe_events .entry-content .interior-section-i h4, .single-tribe_events .entry-content .interior-section-i h5, .single-tribe_events .entry-content .interior-section-i h6, .single-tribe_events .content-page .interior-section-i h1, .single-tribe_events .content-page .interior-section-i h2, .single-tribe_events .content-page .interior-section-i h3, .single-tribe_events .content-page .interior-section-i h4, .single-tribe_events .content-page .interior-section-i h5, .single-tribe_events .content-page .interior-section-i h6, .single-event .entry-content .interior-section-i h1, .single-event .entry-content .interior-section-i h2, .single-event .entry-content .interior-section-i h3, .single-event .entry-content .interior-section-i h4, .single-event .entry-content .interior-section-i h5, .single-event .entry-content .interior-section-i h6, .single-event .content-page .interior-section-i h1, .single-event .content-page .interior-section-i h2, .single-event .content-page .interior-section-i h3, .single-event .content-page .interior-section-i h4, .single-event .content-page .interior-section-i h5, .single-event .content-page .interior-section-i h6, .page-template-default:not(.home) .entry-content .interior-section-i h1, .page-template-default:not(.home) .entry-content .interior-section-i h2, .page-template-default:not(.home) .entry-content .interior-section-i h3, .page-template-default:not(.home) .entry-content .interior-section-i h4, .page-template-default:not(.home) .entry-content .interior-section-i h5, .page-template-default:not(.home) .entry-content .interior-section-i h6, .page-template-default:not(.home) .content-page .interior-section-i h1, .page-template-default:not(.home) .content-page .interior-section-i h2, .page-template-default:not(.home) .content-page .interior-section-i h3, .page-template-default:not(.home) .content-page .interior-section-i h4, .page-template-default:not(.home) .content-page .interior-section-i h5, .page-template-default:not(.home) .content-page .interior-section-i h6, .page-template:not(.home) .entry-content .interior-section-i h1, .page-template:not(.home) .entry-content .interior-section-i h2, .page-template:not(.home) .entry-content .interior-section-i h3, .page-template:not(.home) .entry-content .interior-section-i h4, .page-template:not(.home) .entry-content .interior-section-i h5, .page-template:not(.home) .entry-content .interior-section-i h6, .page-template:not(.home) .content-page .interior-section-i h1, .page-template:not(.home) .content-page .interior-section-i h2, .page-template:not(.home) .content-page .interior-section-i h3, .page-template:not(.home) .content-page .interior-section-i h4, .page-template:not(.home) .content-page .interior-section-i h5, .page-template:not(.home) .content-page .interior-section-i h6 {
        font-family: 'Rubik', sans-serif;
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        color: #0488a5;
        text-transform: none; }
    .interior-page .entry-content .interior-section-j, .interior-page .content-page .interior-section-j, .single-tribe_events .entry-content .interior-section-j, .single-tribe_events .content-page .interior-section-j, .single-event .entry-content .interior-section-j, .single-event .content-page .interior-section-j, .page-template-default:not(.home) .entry-content .interior-section-j, .page-template-default:not(.home) .content-page .interior-section-j, .page-template:not(.home) .entry-content .interior-section-j, .page-template:not(.home) .content-page .interior-section-j {
      padding: 77px 0 58px; }
      .interior-page .entry-content .interior-section-j:before, .interior-page .content-page .interior-section-j:before, .single-tribe_events .entry-content .interior-section-j:before, .single-tribe_events .content-page .interior-section-j:before, .single-event .entry-content .interior-section-j:before, .single-event .content-page .interior-section-j:before, .page-template-default:not(.home) .entry-content .interior-section-j:before, .page-template-default:not(.home) .content-page .interior-section-j:before, .page-template:not(.home) .entry-content .interior-section-j:before, .page-template:not(.home) .content-page .interior-section-j:before {
        background-color: #e6fbff; }
      .interior-page .entry-content .interior-section-j h1, .interior-page .entry-content .interior-section-j h2, .interior-page .entry-content .interior-section-j h3, .interior-page .entry-content .interior-section-j h4, .interior-page .entry-content .interior-section-j h5, .interior-page .entry-content .interior-section-j h6, .interior-page .content-page .interior-section-j h1, .interior-page .content-page .interior-section-j h2, .interior-page .content-page .interior-section-j h3, .interior-page .content-page .interior-section-j h4, .interior-page .content-page .interior-section-j h5, .interior-page .content-page .interior-section-j h6, .single-tribe_events .entry-content .interior-section-j h1, .single-tribe_events .entry-content .interior-section-j h2, .single-tribe_events .entry-content .interior-section-j h3, .single-tribe_events .entry-content .interior-section-j h4, .single-tribe_events .entry-content .interior-section-j h5, .single-tribe_events .entry-content .interior-section-j h6, .single-tribe_events .content-page .interior-section-j h1, .single-tribe_events .content-page .interior-section-j h2, .single-tribe_events .content-page .interior-section-j h3, .single-tribe_events .content-page .interior-section-j h4, .single-tribe_events .content-page .interior-section-j h5, .single-tribe_events .content-page .interior-section-j h6, .single-event .entry-content .interior-section-j h1, .single-event .entry-content .interior-section-j h2, .single-event .entry-content .interior-section-j h3, .single-event .entry-content .interior-section-j h4, .single-event .entry-content .interior-section-j h5, .single-event .entry-content .interior-section-j h6, .single-event .content-page .interior-section-j h1, .single-event .content-page .interior-section-j h2, .single-event .content-page .interior-section-j h3, .single-event .content-page .interior-section-j h4, .single-event .content-page .interior-section-j h5, .single-event .content-page .interior-section-j h6, .page-template-default:not(.home) .entry-content .interior-section-j h1, .page-template-default:not(.home) .entry-content .interior-section-j h2, .page-template-default:not(.home) .entry-content .interior-section-j h3, .page-template-default:not(.home) .entry-content .interior-section-j h4, .page-template-default:not(.home) .entry-content .interior-section-j h5, .page-template-default:not(.home) .entry-content .interior-section-j h6, .page-template-default:not(.home) .content-page .interior-section-j h1, .page-template-default:not(.home) .content-page .interior-section-j h2, .page-template-default:not(.home) .content-page .interior-section-j h3, .page-template-default:not(.home) .content-page .interior-section-j h4, .page-template-default:not(.home) .content-page .interior-section-j h5, .page-template-default:not(.home) .content-page .interior-section-j h6, .page-template:not(.home) .entry-content .interior-section-j h1, .page-template:not(.home) .entry-content .interior-section-j h2, .page-template:not(.home) .entry-content .interior-section-j h3, .page-template:not(.home) .entry-content .interior-section-j h4, .page-template:not(.home) .entry-content .interior-section-j h5, .page-template:not(.home) .entry-content .interior-section-j h6, .page-template:not(.home) .content-page .interior-section-j h1, .page-template:not(.home) .content-page .interior-section-j h2, .page-template:not(.home) .content-page .interior-section-j h3, .page-template:not(.home) .content-page .interior-section-j h4, .page-template:not(.home) .content-page .interior-section-j h5, .page-template:not(.home) .content-page .interior-section-j h6 {
        font-family: 'Rubik', sans-serif;
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        color: #075a6c;
        text-transform: none;
        text-align: center; }
      .interior-page .entry-content .interior-section-j .card, .interior-page .content-page .interior-section-j .card, .single-tribe_events .entry-content .interior-section-j .card, .single-tribe_events .content-page .interior-section-j .card, .single-event .entry-content .interior-section-j .card, .single-event .content-page .interior-section-j .card, .page-template-default:not(.home) .entry-content .interior-section-j .card, .page-template-default:not(.home) .content-page .interior-section-j .card, .page-template:not(.home) .entry-content .interior-section-j .card, .page-template:not(.home) .content-page .interior-section-j .card {
        border: none;
        border-radius: 0;
        transition: 0.4s;
        background: transparent; }
        .interior-page .entry-content .interior-section-j .card:hover .img-wrap::before, .interior-page .content-page .interior-section-j .card:hover .img-wrap::before, .single-tribe_events .entry-content .interior-section-j .card:hover .img-wrap::before, .single-tribe_events .content-page .interior-section-j .card:hover .img-wrap::before, .single-event .entry-content .interior-section-j .card:hover .img-wrap::before, .single-event .content-page .interior-section-j .card:hover .img-wrap::before, .page-template-default:not(.home) .entry-content .interior-section-j .card:hover .img-wrap::before, .page-template-default:not(.home) .content-page .interior-section-j .card:hover .img-wrap::before, .page-template:not(.home) .entry-content .interior-section-j .card:hover .img-wrap::before, .page-template:not(.home) .content-page .interior-section-j .card:hover .img-wrap::before {
          opacity: 1; }
        .interior-page .entry-content .interior-section-j .card:hover .img-wrap img, .interior-page .content-page .interior-section-j .card:hover .img-wrap img, .single-tribe_events .entry-content .interior-section-j .card:hover .img-wrap img, .single-tribe_events .content-page .interior-section-j .card:hover .img-wrap img, .single-event .entry-content .interior-section-j .card:hover .img-wrap img, .single-event .content-page .interior-section-j .card:hover .img-wrap img, .page-template-default:not(.home) .entry-content .interior-section-j .card:hover .img-wrap img, .page-template-default:not(.home) .content-page .interior-section-j .card:hover .img-wrap img, .page-template:not(.home) .entry-content .interior-section-j .card:hover .img-wrap img, .page-template:not(.home) .content-page .interior-section-j .card:hover .img-wrap img {
          width: 125%;
          height: 125%; }
      .interior-page .entry-content .interior-section-j .card-title, .interior-page .content-page .interior-section-j .card-title, .single-tribe_events .entry-content .interior-section-j .card-title, .single-tribe_events .content-page .interior-section-j .card-title, .single-event .entry-content .interior-section-j .card-title, .single-event .content-page .interior-section-j .card-title, .page-template-default:not(.home) .entry-content .interior-section-j .card-title, .page-template-default:not(.home) .content-page .interior-section-j .card-title, .page-template:not(.home) .entry-content .interior-section-j .card-title, .page-template:not(.home) .content-page .interior-section-j .card-title {
        font-family: 'Rubik', sans-serif;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        color: #0488a5;
        margin-bottom: 31px; }
      .interior-page .entry-content .interior-section-j .img-wrap:before, .interior-page .content-page .interior-section-j .img-wrap:before, .single-tribe_events .entry-content .interior-section-j .img-wrap:before, .single-tribe_events .content-page .interior-section-j .img-wrap:before, .single-event .entry-content .interior-section-j .img-wrap:before, .single-event .content-page .interior-section-j .img-wrap:before, .page-template-default:not(.home) .entry-content .interior-section-j .img-wrap:before, .page-template-default:not(.home) .content-page .interior-section-j .img-wrap:before, .page-template:not(.home) .entry-content .interior-section-j .img-wrap:before, .page-template:not(.home) .content-page .interior-section-j .img-wrap:before {
        background-image: linear-gradient(to bottom, rgba(4, 136, 165, 0) 57%, #0488a5);
        opacity: 0;
        z-index: 5;
        transition: 0.4s; }
      .interior-page .entry-content .interior-section-j .img-wrap img, .interior-page .content-page .interior-section-j .img-wrap img, .single-tribe_events .entry-content .interior-section-j .img-wrap img, .single-tribe_events .content-page .interior-section-j .img-wrap img, .single-event .entry-content .interior-section-j .img-wrap img, .single-event .content-page .interior-section-j .img-wrap img, .page-template-default:not(.home) .entry-content .interior-section-j .img-wrap img, .page-template-default:not(.home) .content-page .interior-section-j .img-wrap img, .page-template:not(.home) .entry-content .interior-section-j .img-wrap img, .page-template:not(.home) .content-page .interior-section-j .img-wrap img {
        transition: 0.4s;
        height: 100%; }
      .interior-page .entry-content .interior-section-j .card-text p, .interior-page .content-page .interior-section-j .card-text p, .single-tribe_events .entry-content .interior-section-j .card-text p, .single-tribe_events .content-page .interior-section-j .card-text p, .single-event .entry-content .interior-section-j .card-text p, .single-event .content-page .interior-section-j .card-text p, .page-template-default:not(.home) .entry-content .interior-section-j .card-text p, .page-template-default:not(.home) .content-page .interior-section-j .card-text p, .page-template:not(.home) .entry-content .interior-section-j .card-text p, .page-template:not(.home) .content-page .interior-section-j .card-text p {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: center;
        color: #707070; }
        .interior-page .entry-content .interior-section-j .card-text p span.link, .interior-page .content-page .interior-section-j .card-text p span.link, .single-tribe_events .entry-content .interior-section-j .card-text p span.link, .single-tribe_events .content-page .interior-section-j .card-text p span.link, .single-event .entry-content .interior-section-j .card-text p span.link, .single-event .content-page .interior-section-j .card-text p span.link, .page-template-default:not(.home) .entry-content .interior-section-j .card-text p span.link, .page-template-default:not(.home) .content-page .interior-section-j .card-text p span.link, .page-template:not(.home) .entry-content .interior-section-j .card-text p span.link, .page-template:not(.home) .content-page .interior-section-j .card-text p span.link {
          color: #0fadd0;
          text-decoration: underline; }
          .interior-page .entry-content .interior-section-j .card-text p span.link:hover, .interior-page .content-page .interior-section-j .card-text p span.link:hover, .single-tribe_events .entry-content .interior-section-j .card-text p span.link:hover, .single-tribe_events .content-page .interior-section-j .card-text p span.link:hover, .single-event .entry-content .interior-section-j .card-text p span.link:hover, .single-event .content-page .interior-section-j .card-text p span.link:hover, .page-template-default:not(.home) .entry-content .interior-section-j .card-text p span.link:hover, .page-template-default:not(.home) .content-page .interior-section-j .card-text p span.link:hover, .page-template:not(.home) .entry-content .interior-section-j .card-text p span.link:hover, .page-template:not(.home) .content-page .interior-section-j .card-text p span.link:hover {
            text-decoration: none; }
    .interior-page .entry-content .interior-section-k::before, .interior-page .content-page .interior-section-k::before, .single-tribe_events .entry-content .interior-section-k::before, .single-tribe_events .content-page .interior-section-k::before, .single-event .entry-content .interior-section-k::before, .single-event .content-page .interior-section-k::before, .page-template-default:not(.home) .entry-content .interior-section-k::before, .page-template-default:not(.home) .content-page .interior-section-k::before, .page-template:not(.home) .entry-content .interior-section-k::before, .page-template:not(.home) .content-page .interior-section-k::before {
      content: "";
      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: 0; }
    .interior-page .entry-content .interior-section-k.image_on_left::before, .interior-page .content-page .interior-section-k.image_on_left::before, .single-tribe_events .entry-content .interior-section-k.image_on_left::before, .single-tribe_events .content-page .interior-section-k.image_on_left::before, .single-event .entry-content .interior-section-k.image_on_left::before, .single-event .content-page .interior-section-k.image_on_left::before, .page-template-default:not(.home) .entry-content .interior-section-k.image_on_left::before, .page-template-default:not(.home) .content-page .interior-section-k.image_on_left::before, .page-template:not(.home) .entry-content .interior-section-k.image_on_left::before, .page-template:not(.home) .content-page .interior-section-k.image_on_left::before {
      background-color: #0fadd0; }
    .interior-page .entry-content .interior-section-k.image_on_left p, .interior-page .content-page .interior-section-k.image_on_left p, .single-tribe_events .entry-content .interior-section-k.image_on_left p, .single-tribe_events .content-page .interior-section-k.image_on_left p, .single-event .entry-content .interior-section-k.image_on_left p, .single-event .content-page .interior-section-k.image_on_left p, .page-template-default:not(.home) .entry-content .interior-section-k.image_on_left p, .page-template-default:not(.home) .content-page .interior-section-k.image_on_left p, .page-template:not(.home) .entry-content .interior-section-k.image_on_left p, .page-template:not(.home) .content-page .interior-section-k.image_on_left p {
      color: white; }
    .interior-page .entry-content .interior-section-k.image_on_right::before, .interior-page .content-page .interior-section-k.image_on_right::before, .single-tribe_events .entry-content .interior-section-k.image_on_right::before, .single-tribe_events .content-page .interior-section-k.image_on_right::before, .single-event .entry-content .interior-section-k.image_on_right::before, .single-event .content-page .interior-section-k.image_on_right::before, .page-template-default:not(.home) .entry-content .interior-section-k.image_on_right::before, .page-template-default:not(.home) .content-page .interior-section-k.image_on_right::before, .page-template:not(.home) .entry-content .interior-section-k.image_on_right::before, .page-template:not(.home) .content-page .interior-section-k.image_on_right::before {
      background-color: #bdd814; }
    .interior-page .entry-content .interior-section-k h1, .interior-page .entry-content .interior-section-k h2, .interior-page .entry-content .interior-section-k h3, .interior-page .entry-content .interior-section-k h4, .interior-page .entry-content .interior-section-k h5, .interior-page .entry-content .interior-section-k h6, .interior-page .content-page .interior-section-k h1, .interior-page .content-page .interior-section-k h2, .interior-page .content-page .interior-section-k h3, .interior-page .content-page .interior-section-k h4, .interior-page .content-page .interior-section-k h5, .interior-page .content-page .interior-section-k h6, .single-tribe_events .entry-content .interior-section-k h1, .single-tribe_events .entry-content .interior-section-k h2, .single-tribe_events .entry-content .interior-section-k h3, .single-tribe_events .entry-content .interior-section-k h4, .single-tribe_events .entry-content .interior-section-k h5, .single-tribe_events .entry-content .interior-section-k h6, .single-tribe_events .content-page .interior-section-k h1, .single-tribe_events .content-page .interior-section-k h2, .single-tribe_events .content-page .interior-section-k h3, .single-tribe_events .content-page .interior-section-k h4, .single-tribe_events .content-page .interior-section-k h5, .single-tribe_events .content-page .interior-section-k h6, .single-event .entry-content .interior-section-k h1, .single-event .entry-content .interior-section-k h2, .single-event .entry-content .interior-section-k h3, .single-event .entry-content .interior-section-k h4, .single-event .entry-content .interior-section-k h5, .single-event .entry-content .interior-section-k h6, .single-event .content-page .interior-section-k h1, .single-event .content-page .interior-section-k h2, .single-event .content-page .interior-section-k h3, .single-event .content-page .interior-section-k h4, .single-event .content-page .interior-section-k h5, .single-event .content-page .interior-section-k h6, .page-template-default:not(.home) .entry-content .interior-section-k h1, .page-template-default:not(.home) .entry-content .interior-section-k h2, .page-template-default:not(.home) .entry-content .interior-section-k h3, .page-template-default:not(.home) .entry-content .interior-section-k h4, .page-template-default:not(.home) .entry-content .interior-section-k h5, .page-template-default:not(.home) .entry-content .interior-section-k h6, .page-template-default:not(.home) .content-page .interior-section-k h1, .page-template-default:not(.home) .content-page .interior-section-k h2, .page-template-default:not(.home) .content-page .interior-section-k h3, .page-template-default:not(.home) .content-page .interior-section-k h4, .page-template-default:not(.home) .content-page .interior-section-k h5, .page-template-default:not(.home) .content-page .interior-section-k h6, .page-template:not(.home) .entry-content .interior-section-k h1, .page-template:not(.home) .entry-content .interior-section-k h2, .page-template:not(.home) .entry-content .interior-section-k h3, .page-template:not(.home) .entry-content .interior-section-k h4, .page-template:not(.home) .entry-content .interior-section-k h5, .page-template:not(.home) .entry-content .interior-section-k h6, .page-template:not(.home) .content-page .interior-section-k h1, .page-template:not(.home) .content-page .interior-section-k h2, .page-template:not(.home) .content-page .interior-section-k h3, .page-template:not(.home) .content-page .interior-section-k h4, .page-template:not(.home) .content-page .interior-section-k h5, .page-template:not(.home) .content-page .interior-section-k h6 {
      font-family: 'Rubik', sans-serif;
      font-size: 32px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      color: #034857;
      text-transform: none; }
    .interior-page .entry-content .interior-section-l .wp-block-columns, .interior-page .content-page .interior-section-l .wp-block-columns, .single-tribe_events .entry-content .interior-section-l .wp-block-columns, .single-tribe_events .content-page .interior-section-l .wp-block-columns, .single-event .entry-content .interior-section-l .wp-block-columns, .single-event .content-page .interior-section-l .wp-block-columns, .page-template-default:not(.home) .entry-content .interior-section-l .wp-block-columns, .page-template-default:not(.home) .content-page .interior-section-l .wp-block-columns, .page-template:not(.home) .entry-content .interior-section-l .wp-block-columns, .page-template:not(.home) .content-page .interior-section-l .wp-block-columns {
      padding: 60px 0; }
    .interior-page .entry-content .interior-section-l .single-box a, .interior-page .content-page .interior-section-l .single-box a, .single-tribe_events .entry-content .interior-section-l .single-box a, .single-tribe_events .content-page .interior-section-l .single-box a, .single-event .entry-content .interior-section-l .single-box a, .single-event .content-page .interior-section-l .single-box a, .page-template-default:not(.home) .entry-content .interior-section-l .single-box a, .page-template-default:not(.home) .content-page .interior-section-l .single-box a, .page-template:not(.home) .entry-content .interior-section-l .single-box a, .page-template:not(.home) .content-page .interior-section-l .single-box a {
      display: block; }
    .interior-page .entry-content .interior-section-l:before, .interior-page .content-page .interior-section-l:before, .single-tribe_events .entry-content .interior-section-l:before, .single-tribe_events .content-page .interior-section-l:before, .single-event .entry-content .interior-section-l:before, .single-event .content-page .interior-section-l:before, .page-template-default:not(.home) .entry-content .interior-section-l:before, .page-template-default:not(.home) .content-page .interior-section-l:before, .page-template:not(.home) .entry-content .interior-section-l:before, .page-template:not(.home) .content-page .interior-section-l:before {
      background-color: #e6fbff; }
    .interior-page .entry-content .interior-section-l h1, .interior-page .entry-content .interior-section-l h2, .interior-page .entry-content .interior-section-l h3, .interior-page .entry-content .interior-section-l h4, .interior-page .entry-content .interior-section-l h5, .interior-page .entry-content .interior-section-l h6, .interior-page .content-page .interior-section-l h1, .interior-page .content-page .interior-section-l h2, .interior-page .content-page .interior-section-l h3, .interior-page .content-page .interior-section-l h4, .interior-page .content-page .interior-section-l h5, .interior-page .content-page .interior-section-l h6, .single-tribe_events .entry-content .interior-section-l h1, .single-tribe_events .entry-content .interior-section-l h2, .single-tribe_events .entry-content .interior-section-l h3, .single-tribe_events .entry-content .interior-section-l h4, .single-tribe_events .entry-content .interior-section-l h5, .single-tribe_events .entry-content .interior-section-l h6, .single-tribe_events .content-page .interior-section-l h1, .single-tribe_events .content-page .interior-section-l h2, .single-tribe_events .content-page .interior-section-l h3, .single-tribe_events .content-page .interior-section-l h4, .single-tribe_events .content-page .interior-section-l h5, .single-tribe_events .content-page .interior-section-l h6, .single-event .entry-content .interior-section-l h1, .single-event .entry-content .interior-section-l h2, .single-event .entry-content .interior-section-l h3, .single-event .entry-content .interior-section-l h4, .single-event .entry-content .interior-section-l h5, .single-event .entry-content .interior-section-l h6, .single-event .content-page .interior-section-l h1, .single-event .content-page .interior-section-l h2, .single-event .content-page .interior-section-l h3, .single-event .content-page .interior-section-l h4, .single-event .content-page .interior-section-l h5, .single-event .content-page .interior-section-l h6, .page-template-default:not(.home) .entry-content .interior-section-l h1, .page-template-default:not(.home) .entry-content .interior-section-l h2, .page-template-default:not(.home) .entry-content .interior-section-l h3, .page-template-default:not(.home) .entry-content .interior-section-l h4, .page-template-default:not(.home) .entry-content .interior-section-l h5, .page-template-default:not(.home) .entry-content .interior-section-l h6, .page-template-default:not(.home) .content-page .interior-section-l h1, .page-template-default:not(.home) .content-page .interior-section-l h2, .page-template-default:not(.home) .content-page .interior-section-l h3, .page-template-default:not(.home) .content-page .interior-section-l h4, .page-template-default:not(.home) .content-page .interior-section-l h5, .page-template-default:not(.home) .content-page .interior-section-l h6, .page-template:not(.home) .entry-content .interior-section-l h1, .page-template:not(.home) .entry-content .interior-section-l h2, .page-template:not(.home) .entry-content .interior-section-l h3, .page-template:not(.home) .entry-content .interior-section-l h4, .page-template:not(.home) .entry-content .interior-section-l h5, .page-template:not(.home) .entry-content .interior-section-l h6, .page-template:not(.home) .content-page .interior-section-l h1, .page-template:not(.home) .content-page .interior-section-l h2, .page-template:not(.home) .content-page .interior-section-l h3, .page-template:not(.home) .content-page .interior-section-l h4, .page-template:not(.home) .content-page .interior-section-l h5, .page-template:not(.home) .content-page .interior-section-l h6 {
      font-family: 'Rubik', sans-serif;
      font-size: 32px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      color: #075a6c;
      text-transform: none; }
    .interior-page .entry-content .interior-section-l .card, .interior-page .content-page .interior-section-l .card, .single-tribe_events .entry-content .interior-section-l .card, .single-tribe_events .content-page .interior-section-l .card, .single-event .entry-content .interior-section-l .card, .single-event .content-page .interior-section-l .card, .page-template-default:not(.home) .entry-content .interior-section-l .card, .page-template-default:not(.home) .content-page .interior-section-l .card, .page-template:not(.home) .entry-content .interior-section-l .card, .page-template:not(.home) .content-page .interior-section-l .card {
      border: none;
      border-radius: 0;
      transition: 0.4s;
      background: transparent; }
      .interior-page .entry-content .interior-section-l .card:hover .img-wrap::before, .interior-page .content-page .interior-section-l .card:hover .img-wrap::before, .single-tribe_events .entry-content .interior-section-l .card:hover .img-wrap::before, .single-tribe_events .content-page .interior-section-l .card:hover .img-wrap::before, .single-event .entry-content .interior-section-l .card:hover .img-wrap::before, .single-event .content-page .interior-section-l .card:hover .img-wrap::before, .page-template-default:not(.home) .entry-content .interior-section-l .card:hover .img-wrap::before, .page-template-default:not(.home) .content-page .interior-section-l .card:hover .img-wrap::before, .page-template:not(.home) .entry-content .interior-section-l .card:hover .img-wrap::before, .page-template:not(.home) .content-page .interior-section-l .card:hover .img-wrap::before {
        opacity: 1; }
      .interior-page .entry-content .interior-section-l .card:hover .img-wrap img, .interior-page .content-page .interior-section-l .card:hover .img-wrap img, .single-tribe_events .entry-content .interior-section-l .card:hover .img-wrap img, .single-tribe_events .content-page .interior-section-l .card:hover .img-wrap img, .single-event .entry-content .interior-section-l .card:hover .img-wrap img, .single-event .content-page .interior-section-l .card:hover .img-wrap img, .page-template-default:not(.home) .entry-content .interior-section-l .card:hover .img-wrap img, .page-template-default:not(.home) .content-page .interior-section-l .card:hover .img-wrap img, .page-template:not(.home) .entry-content .interior-section-l .card:hover .img-wrap img, .page-template:not(.home) .content-page .interior-section-l .card:hover .img-wrap img {
        width: 125%;
        height: 125%; }
    .interior-page .entry-content .interior-section-l .card-title, .interior-page .content-page .interior-section-l .card-title, .single-tribe_events .entry-content .interior-section-l .card-title, .single-tribe_events .content-page .interior-section-l .card-title, .single-event .entry-content .interior-section-l .card-title, .single-event .content-page .interior-section-l .card-title, .page-template-default:not(.home) .entry-content .interior-section-l .card-title, .page-template-default:not(.home) .content-page .interior-section-l .card-title, .page-template:not(.home) .entry-content .interior-section-l .card-title, .page-template:not(.home) .content-page .interior-section-l .card-title {
      font-family: 'Rubik', sans-serif;
      font-size: 25px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.16;
      letter-spacing: normal;
      color: #0488a5;
      margin-bottom: 31px; }
    .interior-page .entry-content .interior-section-l .img-wrap, .interior-page .content-page .interior-section-l .img-wrap, .single-tribe_events .entry-content .interior-section-l .img-wrap, .single-tribe_events .content-page .interior-section-l .img-wrap, .single-event .entry-content .interior-section-l .img-wrap, .single-event .content-page .interior-section-l .img-wrap, .page-template-default:not(.home) .entry-content .interior-section-l .img-wrap, .page-template-default:not(.home) .content-page .interior-section-l .img-wrap, .page-template:not(.home) .entry-content .interior-section-l .img-wrap, .page-template:not(.home) .content-page .interior-section-l .img-wrap {
      height: 341px; }
      .interior-page .entry-content .interior-section-l .img-wrap:before, .interior-page .content-page .interior-section-l .img-wrap:before, .single-tribe_events .entry-content .interior-section-l .img-wrap:before, .single-tribe_events .content-page .interior-section-l .img-wrap:before, .single-event .entry-content .interior-section-l .img-wrap:before, .single-event .content-page .interior-section-l .img-wrap:before, .page-template-default:not(.home) .entry-content .interior-section-l .img-wrap:before, .page-template-default:not(.home) .content-page .interior-section-l .img-wrap:before, .page-template:not(.home) .entry-content .interior-section-l .img-wrap:before, .page-template:not(.home) .content-page .interior-section-l .img-wrap:before {
        background-image: linear-gradient(to bottom, rgba(4, 136, 165, 0) 57%, #0488a5);
        opacity: 0;
        z-index: 5;
        transition: 0.4s; }
      .interior-page .entry-content .interior-section-l .img-wrap img, .interior-page .content-page .interior-section-l .img-wrap img, .single-tribe_events .entry-content .interior-section-l .img-wrap img, .single-tribe_events .content-page .interior-section-l .img-wrap img, .single-event .entry-content .interior-section-l .img-wrap img, .single-event .content-page .interior-section-l .img-wrap img, .page-template-default:not(.home) .entry-content .interior-section-l .img-wrap img, .page-template-default:not(.home) .content-page .interior-section-l .img-wrap img, .page-template:not(.home) .entry-content .interior-section-l .img-wrap img, .page-template:not(.home) .content-page .interior-section-l .img-wrap img {
        transition: 0.4s;
        height: 100%; }
    .interior-page .entry-content .interior-section-l .card-body, .interior-page .content-page .interior-section-l .card-body, .single-tribe_events .entry-content .interior-section-l .card-body, .single-tribe_events .content-page .interior-section-l .card-body, .single-event .entry-content .interior-section-l .card-body, .single-event .content-page .interior-section-l .card-body, .page-template-default:not(.home) .entry-content .interior-section-l .card-body, .page-template-default:not(.home) .content-page .interior-section-l .card-body, .page-template:not(.home) .entry-content .interior-section-l .card-body, .page-template:not(.home) .content-page .interior-section-l .card-body {
      padding-left: 0;
      padding-right: 0; }
    .interior-page .entry-content .interior-section-l .card-text p, .interior-page .content-page .interior-section-l .card-text p, .single-tribe_events .entry-content .interior-section-l .card-text p, .single-tribe_events .content-page .interior-section-l .card-text p, .single-event .entry-content .interior-section-l .card-text p, .single-event .content-page .interior-section-l .card-text p, .page-template-default:not(.home) .entry-content .interior-section-l .card-text p, .page-template-default:not(.home) .content-page .interior-section-l .card-text p, .page-template:not(.home) .entry-content .interior-section-l .card-text p, .page-template:not(.home) .content-page .interior-section-l .card-text p {
      font-family: 'Quicksand', sans-serif;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #707070; }
      .interior-page .entry-content .interior-section-l .card-text p span.link, .interior-page .content-page .interior-section-l .card-text p span.link, .single-tribe_events .entry-content .interior-section-l .card-text p span.link, .single-tribe_events .content-page .interior-section-l .card-text p span.link, .single-event .entry-content .interior-section-l .card-text p span.link, .single-event .content-page .interior-section-l .card-text p span.link, .page-template-default:not(.home) .entry-content .interior-section-l .card-text p span.link, .page-template-default:not(.home) .content-page .interior-section-l .card-text p span.link, .page-template:not(.home) .entry-content .interior-section-l .card-text p span.link, .page-template:not(.home) .content-page .interior-section-l .card-text p span.link {
        color: #0fadd0;
        text-decoration: underline; }
        .interior-page .entry-content .interior-section-l .card-text p span.link:hover, .interior-page .content-page .interior-section-l .card-text p span.link:hover, .single-tribe_events .entry-content .interior-section-l .card-text p span.link:hover, .single-tribe_events .content-page .interior-section-l .card-text p span.link:hover, .single-event .entry-content .interior-section-l .card-text p span.link:hover, .single-event .content-page .interior-section-l .card-text p span.link:hover, .page-template-default:not(.home) .entry-content .interior-section-l .card-text p span.link:hover, .page-template-default:not(.home) .content-page .interior-section-l .card-text p span.link:hover, .page-template:not(.home) .entry-content .interior-section-l .card-text p span.link:hover, .page-template:not(.home) .content-page .interior-section-l .card-text p span.link:hover {
          text-decoration: none; }

@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, .interior-page .entry-content h1, .interior-page .entry-content h2, .interior-page .entry-content h3, .interior-page .content-page h1, .interior-page .content-page h2, .interior-page .content-page h3, .interior-page .entry-content h1, .interior-page .entry-content h2, .interior-page .entry-content h3, .interior-page .content-page h1, .interior-page .content-page h2, .interior-page .content-page h3, .single-tribe_events .entry-content h1, .single-tribe_events .entry-content h2, .single-tribe_events .entry-content h3, .single-tribe_events .content-page h1, .single-tribe_events .content-page h2, .single-tribe_events .content-page h3, .single-event .entry-content h1, .single-event .entry-content h2, .single-event .entry-content h3, .single-event .content-page h1, .single-event .content-page h2, .single-event .content-page h3, .page-template-default:not(.home) .entry-content h1, .page-template-default:not(.home) .entry-content h2, .page-template-default:not(.home) .entry-content h3, .page-template-default:not(.home) .content-page h1, .page-template-default:not(.home) .content-page h2, .page-template-default:not(.home) .content-page h3, .page-template:not(.home) .entry-content h1, .page-template:not(.home) .entry-content h2, .page-template:not(.home) .entry-content h3, .page-template:not(.home) .content-page h1, .page-template:not(.home) .content-page h2, .page-template:not(.home) .content-page 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, .interior-page .entry-content h1 strong, .interior-page .entry-content h2 strong, .interior-page .entry-content h3 strong, .interior-page .content-page h1 strong, .interior-page .content-page h2 strong, .interior-page .content-page h3 strong, .interior-page .entry-content h1 strong, .interior-page .entry-content h2 strong, .interior-page .entry-content h3 strong, .interior-page .content-page h1 strong, .interior-page .content-page h2 strong, .interior-page .content-page h3 strong, .single-tribe_events .entry-content h1 strong, .single-tribe_events .entry-content h2 strong, .single-tribe_events .entry-content h3 strong, .single-tribe_events .content-page h1 strong, .single-tribe_events .content-page h2 strong, .single-tribe_events .content-page h3 strong, .single-event .entry-content h1 strong, .single-event .entry-content h2 strong, .single-event .entry-content h3 strong, .single-event .content-page h1 strong, .single-event .content-page h2 strong, .single-event .content-page h3 strong, .page-template-default:not(.home) .entry-content h1 strong, .page-template-default:not(.home) .entry-content h2 strong, .page-template-default:not(.home) .entry-content h3 strong, .page-template-default:not(.home) .content-page h1 strong, .page-template-default:not(.home) .content-page h2 strong, .page-template-default:not(.home) .content-page h3 strong, .page-template:not(.home) .entry-content h1 strong, .page-template:not(.home) .entry-content h2 strong, .page-template:not(.home) .entry-content h3 strong, .page-template:not(.home) .content-page h1 strong, .page-template:not(.home) .content-page h2 strong, .page-template:not(.home) .content-page 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, .interior-page .entry-content h1, .interior-page .content-page h1, .interior-page .entry-content h1, .interior-page .content-page h1, .single-tribe_events .entry-content h1, .single-tribe_events .content-page h1, .single-event .entry-content h1, .single-event .content-page h1, .page-template-default:not(.home) .entry-content h1, .page-template-default:not(.home) .content-page h1, .page-template:not(.home) .entry-content h1, .page-template:not(.home) .content-page h1 {
    font-size: 35px; }
  .interior-page .entry-content h2, .page-template-default:not(.home) h2, .page-template:not(.home) h2, .interior-page .entry-content h2, .interior-page .content-page h2, .interior-page .entry-content h2, .interior-page .content-page h2, .single-tribe_events .entry-content h2, .single-tribe_events .content-page h2, .single-event .entry-content h2, .single-event .content-page h2, .page-template-default:not(.home) .entry-content h2, .page-template-default:not(.home) .content-page h2, .page-template:not(.home) .entry-content h2, .page-template:not(.home) .content-page h2 {
    font-size: 31px; }
  .interior-page .entry-content h3, .page-template-default:not(.home) h3, .page-template:not(.home) h3, .interior-page .entry-content h3, .interior-page .content-page h3, .interior-page .entry-content h3, .interior-page .content-page h3, .single-tribe_events .entry-content h3, .single-tribe_events .content-page h3, .single-event .entry-content h3, .single-event .content-page h3, .page-template-default:not(.home) .entry-content h3, .page-template-default:not(.home) .content-page h3, .page-template:not(.home) .entry-content h3, .page-template:not(.home) .content-page h3 {
    font-size: 25px; }
  .interior-page .entry-content h4, .page-template-default:not(.home) h4, .page-template:not(.home) h4, .interior-page .entry-content h4, .interior-page .content-page h4, .interior-page .entry-content h4, .interior-page .content-page h4, .single-tribe_events .entry-content h4, .single-tribe_events .content-page h4, .single-event .entry-content h4, .single-event .content-page h4, .page-template-default:not(.home) .entry-content h4, .page-template-default:not(.home) .content-page h4, .page-template:not(.home) .entry-content h4, .page-template:not(.home) .content-page h4 {
    font-size: 19px; }
  .interior-page .entry-content h5, .page-template-default:not(.home) h5, .page-template:not(.home) h5, .interior-page .entry-content h5, .interior-page .content-page h5, .interior-page .entry-content h5, .interior-page .content-page h5, .single-tribe_events .entry-content h5, .single-tribe_events .content-page h5, .single-event .entry-content h5, .single-event .content-page h5, .page-template-default:not(.home) .entry-content h5, .page-template-default:not(.home) .content-page h5, .page-template:not(.home) .entry-content h5, .page-template:not(.home) .content-page h5 {
    font-size: 16px; }
  .interior-page .entry-content h6, .page-template-default:not(.home) h6, .page-template:not(.home) h6, .interior-page .entry-content h6, .interior-page .content-page h6, .interior-page .entry-content h6, .interior-page .content-page h6, .single-tribe_events .entry-content h6, .single-tribe_events .content-page h6, .single-event .entry-content h6, .single-event .content-page h6, .page-template-default:not(.home) .entry-content h6, .page-template-default:not(.home) .content-page h6, .page-template:not(.home) .entry-content h6, .page-template:not(.home) .content-page h6 {
    font-size: 14px; }
  .interior-page .entry-content p, .page-template-default:not(.home) p, .page-template:not(.home) p, .interior-page .entry-content p, .interior-page .content-page p, .interior-page .entry-content p, .interior-page .content-page p, .single-tribe_events .entry-content p, .single-tribe_events .content-page p, .single-event .entry-content p, .single-event .content-page p, .page-template-default:not(.home) .entry-content p, .page-template-default:not(.home) .content-page p, .page-template:not(.home) .entry-content p, .page-template:not(.home) .content-page p {
    font-size: 16px; }
  .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, .interior-page .entry-content blockquote, .interior-page .entry-content blockquote p, .interior-page .content-page blockquote, .interior-page .content-page blockquote p, .interior-page .entry-content blockquote, .interior-page .entry-content blockquote p, .interior-page .content-page blockquote, .interior-page .content-page blockquote p, .single-tribe_events .entry-content blockquote, .single-tribe_events .entry-content blockquote p, .single-tribe_events .content-page blockquote, .single-tribe_events .content-page blockquote p, .single-event .entry-content blockquote, .single-event .entry-content blockquote p, .single-event .content-page blockquote, .single-event .content-page blockquote p, .page-template-default:not(.home) .entry-content blockquote, .page-template-default:not(.home) .entry-content blockquote p, .page-template-default:not(.home) .content-page blockquote, .page-template-default:not(.home) .content-page blockquote p, .page-template:not(.home) .entry-content blockquote, .page-template:not(.home) .entry-content blockquote p, .page-template:not(.home) .content-page blockquote, .page-template:not(.home) .content-page 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, .interior-page .entry-content ul.list li a, .interior-page .content-page ul.list li a, .interior-page .entry-content ul.list li a, .interior-page .content-page ul.list li a, .single-tribe_events .entry-content ul.list li a, .single-tribe_events .content-page ul.list li a, .single-event .entry-content ul.list li a, .single-event .content-page ul.list li a, .page-template-default:not(.home) .entry-content ul.list li a, .page-template-default:not(.home) .content-page ul.list li a, .page-template:not(.home) .entry-content ul.list li a, .page-template:not(.home) .content-page 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-------------------------------------------------------------------------------------------*/
.section-ads .single-box .img-wrap {
  margin: 0; }
.section-ads .single-box .rectangle-ads {
  height: 163px; }
  .section-ads .single-box .rectangle-ads img {
    object-fit: contain; }
.section-ads .single-box .square-ads {
  height: 303px; }
  .section-ads .single-box .square-ads img {
    object-fit: contain; }

/*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: 'Quicksand', sans-serif;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0488a5; }
  .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, .navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 30px;
  position: relative; }
  .pagination .page-numbers.current, .pagination .current, .navigation .page-numbers.current, .navigation .current {
    position: relative;
    z-index: 0; }
    .pagination .page-numbers.current::after, .pagination .current::after, .navigation .page-numbers.current::after, .navigation .current::after {
      content: '';
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #0488a5;
      border-radius: 50%;
      height: 48px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 47px;
      z-index: -1; }
  .pagination ol, .navigation ol {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0; }
    .pagination ol li, .navigation ol li {
      padding: 0 !important;
      margin: 10px !important; }
      .pagination ol li::before, .navigation ol li::before {
        display: none !important; }
  .pagination .navigation, .pagination .pagination, .pagination .page-numbers, .pagination .pagination.current, .pagination .nav-links > a, .pagination .page, .navigation .navigation, .navigation .pagination, .navigation .page-numbers, .navigation .pagination.current, .navigation .nav-links > a, .navigation .page {
    font-family: 'Quicksand', sans-serif;
    background: transparent;
    border: none !important;
    color: #0488a5;
    display: inline-block;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease; }
    .pagination .navigation:hover, .pagination .pagination:hover, .pagination .page-numbers:hover, .pagination .pagination.current:hover, .pagination .nav-links > a:hover, .pagination .page:hover, .navigation .navigation:hover, .navigation .pagination:hover, .navigation .page-numbers:hover, .navigation .pagination.current:hover, .navigation .nav-links > a:hover, .navigation .page:hover {
      text-decoration: none;
      border-color: #000; }
    .pagination .navigation.current, .pagination .pagination.current, .pagination .page-numbers.current, .pagination .pagination.current.current, .pagination .nav-links > a.current, .pagination .page.current, .navigation .navigation.current, .navigation .pagination.current, .navigation .page-numbers.current, .navigation .pagination.current.current, .navigation .nav-links > a.current, .navigation .page.current {
      color: #ffffff; }

@media only screen and (max-width: 991px) {
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
  .pagination {
    padding: 0 10px !important; } }
#pmpro_levels_table thead tr th {
  background-color: #0488a5; }

.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: #d4e953 !important;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  color: white !important;
  display: inline-block;
  font-family: 'Quicksand',   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: #0488a5 !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: #0488a5 !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: black;
        color: white !important;
        border-radius: 0;
        border: none;
        display: inline-block;
        font-family: 'Quicksand', 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: black !important;
          text-decoration: none; }
        #pmpro_levels_table tbody tr td a.pmpro_btn.pmpro_btn-select {
          background-color: #ffa900 !important;
          color: black !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: white !important;
            display: inline-block;
            font-family: 'Quicksand', 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: #c9e326;
              box-shadow: none;
              color: white !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: white !important;
  display: inline-block;
  font-family: 'Quicksand', 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: white !important;
    display: inline-block;
    font-family: 'Quicksand', 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: black;
      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: #0488a5;
  z-index: 9999;
  position: relative; }

div.search {
  font-family: 'Quicksand', sans-serif;
  background: #0488a5;
  display: block;
  position: relative; }
  div.search::before {
    content: "";
    background: #0488a5;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #0488a5;
    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: white;
    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-color.png") no-repeat;
    background-color: white;
    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: 'Rubik', sans-serif;
        display: block; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #0488a5;
          font-size: 30px;
          font-family: 'Rubik', sans-serif;
          line-height: 1.4;
          padding-bottom: 5px;
          text-decoration: none;
          border-bottom: 2px solid #0488a5;
          display: inline; }
      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; } }
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; }
    ul.social-network li a {
      -moz-transition: background 0.2s, color 0.2s !important;
      -webkit-transition: background 0.2s, color 0.2s !important;
      background: transparent;
      border-radius: 50%;
      border: none !important;
      box-shadow: none !important;
      color: white;
      display: inherit !important;
      height: 30px !important;
      margin: 5px !important;
      position: relative !important;
      text-decoration: none !important;
      transition: background 0.2s, color 0.2s !important;
      width: 30px !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%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -moz-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        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: white;
        font-size: 15px;
        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: rgba(255, 255, 255, 0); }
        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; }

/*
  .social-network{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    a, li, li a{
      //background-color: $blue;
      color: #fff;
      display: inline-block;
      font-size: inherit;
      font-weight: inherit;
      margin: 0 5px 15px 0;
      position: relative;
      text-decoration: none;
      transition: all 0.5s ease;
      width: 35px; height: 35px;
      .fas, .fab, .fa{
        @include center(-50%,-50%);
        left: 50%; top: 50%;
        font-size: 16px;
        margin: 0 auto;
        position: absolute;
      }
      &:hover{
        background: transparent;
        color: black;
        box-shadow: none;
        i{
          background: transparent;
          text-shadow: none;
        }
      }
    }
    &.circle {
      a, li, li a{
        border-radius: 50%;      
      }
    }
    &.square{
      a, li, li a{
        border-radius: 0;
      }
    }
    &.w_border{
      a, li, li a{
        background: transparent !important;
        border: 1px solid #fff;
      }
    }
    &.green{
      a, li, li a{
        background-color: $primary;
      }
    }
    &.blue{
      a, li, li a{
        background-color: $blue;
      }
    }
  }
*/
.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; }

.title-block {
  margin-bottom: 30px; }
  .title-block h2, .title-block h3 {
    margin: 0; }

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;
  text-align: center; }
  .sponsor-vCarousel .title-block {
    font-family: 'Quicksand', sans-serif;
    font-size: 31px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: -0.2px;
    color: #003638 !important; }
  .sponsor-vCarousel p {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #d4e953 !important; }
  .sponsor-vCarousel #carousel__sponsors {
    margin-top: 40px;
    padding-bottom: 40px; }
    .sponsor-vCarousel #carousel__sponsors .carousel-inner {
      margin: 0 auto;
      width: 90%; }
    .sponsor-vCarousel #carousel__sponsors .carousel-control-next, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev {
      display: none;
      width: 5%;
      min-width: 20px; }
      .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 {
        background-image: url("../images/icons/arrow-green.svg");
        background-color: transparent;
        background-size: auto;
        height: 41px;
        width: 41px; }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sponsor-vCarousel #carousel__sponsors .single-sponsor {
      display: inline-block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 10px);
      flex: 1 1 calc(25% - 10px);
      padding: 10px;
      margin: 0 5px; }
      .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%; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images:hover {
          -webkit-transform: scale(1.086);
          -ms-transform: scale(1.086);
          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 {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.sponsor-vGrid {
  padding: 40px 0 50px; }
  .sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0; }
    .sponsor-vGrid .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vGrid .single-sponsor p {
      color: #292929;
      line-height: 1.2em;
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center !important; }
    .sponsor-vGrid .single-sponsor .btn-blue {
      font-family: 'Quicksand', sans-serif;
      background: #0165ae;
      border-radius: 30px;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 10px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.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; }

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

.team-vGrid-square .single-member .featured-member-images {
  background-color: #0488a5 !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; }

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background: #0488a5 !important; }

ul.social-networks li::before {
  display: none !important; }

.popup_vcard .modal-content button.close, #popup_vcard .modal-content button.close {
  background-color: #d4e953 !important; }

.popup_vcard .modal-content .side-right .name-member h2, .popup_vcard .modal-content .side-right .name-member h3, .popup_vcard .modal-content .side-right .name-member h4, .popup_vcard .modal-content .content .name-member h2, .popup_vcard .modal-content .content .name-member h3, .popup_vcard .modal-content .content .name-member h4, #popup_vcard .modal-content .side-right .name-member h2, #popup_vcard .modal-content .side-right .name-member h3, #popup_vcard .modal-content .side-right .name-member h4, #popup_vcard .modal-content .content .name-member h2, #popup_vcard .modal-content .content .name-member h3, #popup_vcard .modal-content .content .name-member h4 {
  color: #d4e953 !important; }

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

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background-color: #d4e953 !important; }

.team_panel .side-panel-fixed .right-side-panel .body-panel .content-member {
  padding: 10px 15px 200px !important; }

.team-vGrid-circle .single-member .featured-member-images .hover-box .read-more-hover {
  color: white !important; }
.team-vGrid-circle .single-member .featured-member-images {
  background-color: #0488a5 !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: #d4e953 !important;
  border-radius: 3px !important;
  border: 2px solid #d4e953 !important;
  box-shadow: none;
  color: white !important;
  display: inline-block;
  font-family: 'font2' !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: #0488a5; }

.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: 'Quicksand', 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: 'font2' !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: white !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: #0488a5 !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: #0488a5 !important; }

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

@media only screen and (max-width: 1199.98px) {
  .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #0488a5 !important;
    font-family: 'font2' !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: #0488a5 !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;
	}
}*/
a.fe_btn_navigation {
  background-color: #0488a5 !important;
  border: none !important;
  font-family: 'Quicksand', 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: #d4e953 !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; }

.container {
  transition: 0.4s; }

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

/**************************************************
	Useful CSS on Theme
**************************************************/
.image-wrapping, .image-post-thumb, .post-image-css {
  padding-top: 85%; }
  .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; }
  .image-wrapping .photo-credit, .image-post-thumb .photo-credit, .post-image-css .photo-credit {
    font-family: 'Quicksand', sans-serif;
    bottom: 10px;
    color: #999999 !important;
    font-family: Helvetica;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    left: 20px;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    text-align: left;
    width: 90%;
    z-index: 2; }
    .image-wrapping .photo-credit.center, .image-post-thumb .photo-credit.center, .post-image-css .photo-credit.center {
      text-align: center !important; }

.title-section {
  margin-bottom: 60px; }
  .title-section h2, .title-section h3 {
    font-family: 'Quicksand', sans-serif;
    display: inline-block;
    font-size: 50px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.89px;
    letter-spacing: normal;
    line-height: 0.94;
    margin: 0;
    position: relative; }
  .title-section.center {
    text-align: center;
    position: relative; }
  .title-section.left {
    text-align: left;
    position: relative; }
  .title-section.right {
    text-align: right; }

.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: #0488a5; }
  .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%; }

.magazine-block img {
  height: auto !important; }

/**************************************************
	Useful CSS Homepage/Page/Template
**************************************************/
/**************************************************
	general CSS overwriting
**************************************************/
html, body {
  -webkit-font-smoothing: subpixel-antialiased; }
  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 - 700px)/(-2));
    width: calc(100% + ((100vw - 700px)/(2))); }

  .left-side .outside-container {
    left: calc((100vw - 690px)/(-2));
    width: calc(100% + ((100vw - 690px)/(2))); } }
@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))); } }

/*# sourceMappingURL=style.css.map */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 100%;
}
#order_comments_field span.woocommerce-input-wrapper{
  display:block;
  width:100%;
}
#pmpro_actionlink-levels{
  display:none !important;
}
.section-category-resources .filter-category select,
.mdf_taxonomy_remedies_category {
  display:flex;
}
.woocommerce header.header #open-search {
  background-color:transparent !important;
  background-image: url("../wp-content/themes/elevation_theme/assets/images/icons/search-icon-color.png") !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
background-size: contain !important;
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
}
#loginform{
  padding:50px 0;
}
.only-members{
  display:none !important;
}
.logged-in .only-members{
  display:block !important;
}

.woocommerce a.button,
.woocommerce button.button{
  font-family: 'Quicksand', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: white !important;
  text-transform: uppercase;
  padding: 0.6875rem 1.8125rem;
  border-radius: 100px;
  border: solid 1.5px #0488a5 !important;
  background: #0488a5 !important;
  text-decoration: none !important;
  min-height: 40px;
  display: block;
  transition: 0.4s;
}
.woocommerce a.button + button,
.woocommerce button.button + button,
.woocommerce a.button + a,
.woocommerce button.button + a{
  margin-left:10px !important;
}
.coupon {
  margin-right:10px;
}
.coupon #coupon_code{
  width:150px;
  margin-right:10px;
}
.woocommerce a.button:hover
.woocommerce button.button:hover{
  background:white !important;
  color:#0488a5 !important;
}
.page-template-homeopathy_diretory .section-category-resources .filter-category{
  margin-bottom:0 !important;
}

.page-template-homeopathy_diretory .container-resources-item{
  margin-top:40px;
}
.section-category-resources .filter-category input{
  width:100%;
}
.woocommerce .xoo-wsc-footer-b a.button + button, .woocommerce .xoo-wsc-footer-b button.button + button, .woocommerce .xoo-wsc-footer-b a.button + a, .woocommerce .xoo-wsc-footer-b button.button + a{
  margin-left:0 !important;
}
.woocommerce a.remove {
    line-height: 1 !important;
}
.section-b::before, .section-b::after {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.login-box a.btn-2{
  min-width:auto;
  padding:0.6875rem 1.8125rem;
  line-height: 1.29 !important;
  border:1px solid #d4e953 !important;
}
.has-white-color{
  color: #ffffff !important;
}
.has-white-background-color{
  background-color: #ffffff !important;
}
.has-black-color{
  color: #000 !important;
}
.has-black-background-color{
  background-color: #000 !important;
}
.has-aquamarine-color{
  color: #0488a5 !important;
}
.has-aquamarine-background-color{
  background-color: #0488a5 !important;
}
.has-dark-aquamarine-color{
  color: #034857 !important;
}
.has-dark-aquamarine-background-color{
  background-color: #034857 !important;
}
.has-green-color{
  color: #d4e953 !important;
}
.has-green-background-color{
  background-color: #d4e953 !important;
}
.has-dark-green-color{
  color: #bdd814 !important;
}
.has-dark-green-background-color{
  background-color: #bdd814 !important;
}
.has-blue-color{
  color: #0fadd0 !important;
}
.has-blue-background-color{
  background-color: #0fadd0 !important;
}