@import url(bootstrap.min.css);
@import url(font-awesome.css);
/* infinite animation vertical*/
@-webkit-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-5px); } }
@-o-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-15px); }
  60% {
    -o-transform: translateY(-5px); } }
@keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }
/* infinite animation horizontal*/
@-webkit-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-15px); }
  60% {
    -webkit-transform: translateX(-5px); } }
@-moz-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(-15px); }
  60% {
    -moz-transform: translateX(-5px); } }
@-o-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0); }
  40% {
    -o-transform: translateX(-15px); }
  60% {
    -o-transform: translateX(-5px); } }
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-15px); }
  60% {
    transform: translateX(-5px); } }
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* 400 regular, 700 bold*/
/* 400 regular, 500 medium, 700 bold, 900 black*/
/*400 regular, 700 bold*/
/*300 light, 400 regular, 700 bold */
@font-face {
  font-family: 'LucidaGrande';
  src: url("../fonts/LucidaGrande.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LucidaGrande.eot?#iefix") format("embedded-opentype"), url("../fonts/LucidaGrande.woff2") format("woff2"), url("../fonts/LucidaGrande.woff") format("woff"); }
/*START Buttons------------------------------------------*/
a.btn-1, a.btn-red, button.btn-1, button.btn-red, li.btn-1, li.btn-red {
  background-color: #ee202e;
  border-radius: 25.5px;
  border: none;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  min-width: 180px;
  padding: 16px 35px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, a.btn-red:hover, a.btn-red:focus, a.btn-red:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, button.btn-red:hover, button.btn-red:focus, button.btn-red:active, li.btn-1:hover, li.btn-1:focus, li.btn-1:active, li.btn-red:hover, li.btn-red:focus, li.btn-red:active {
    background: #ffcf01;
    box-shadow: none;
    color: #000000 !important;
    text-decoration: none; }
a.btn-2, a.btn-yellow, button.btn-2, button.btn-yellow, li.btn-2, li.btn-yellow {
  background-color: #ffcf01;
  border-radius: 25.5px;
  border: none;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  min-width: 180px;
  padding: 16px 35px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active, a.btn-yellow:hover, a.btn-yellow:focus, a.btn-yellow:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active, button.btn-yellow:hover, button.btn-yellow:focus, button.btn-yellow:active, li.btn-2:hover, li.btn-2:focus, li.btn-2:active, li.btn-yellow:hover, li.btn-yellow:focus, li.btn-yellow:active {
    background: #ffcf01;
    box-shadow: none;
    color: #000000 !important;
    text-decoration: none; }
a.btn-3, a.btn-transparent, button.btn-3, button.btn-transparent, li.btn-3, li.btn-transparent {
  background-color: transparent;
  border-radius: 25.5px;
  border: 2px solid #ffffff;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  min-width: 190px;
  padding: 16px 38px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  a.btn-3.red, a.btn-transparent.red, button.btn-3.red, button.btn-transparent.red, li.btn-3.red, li.btn-transparent.red {
    border-color: #ee202e !important;
    color: #ee202e !important; }
    a.btn-3.red:hover, a.btn-3.red:focus, a.btn-3.red:active, a.btn-transparent.red:hover, a.btn-transparent.red:focus, a.btn-transparent.red:active, button.btn-3.red:hover, button.btn-3.red:focus, button.btn-3.red:active, button.btn-transparent.red:hover, button.btn-transparent.red:focus, button.btn-transparent.red:active, li.btn-3.red:hover, li.btn-3.red:focus, li.btn-3.red:active, li.btn-transparent.red:hover, li.btn-transparent.red:focus, li.btn-transparent.red:active {
      background: #ee202e !important;
      color: #ffffff !important; }
  a.btn-3.yellow, a.btn-transparent.yellow, button.btn-3.yellow, button.btn-transparent.yellow, li.btn-3.yellow, li.btn-transparent.yellow {
    border-color: #ffcf01 !important;
    color: #ffcf01 !important; }
    a.btn-3.yellow:hover, a.btn-3.yellow:focus, a.btn-3.yellow:active, a.btn-transparent.yellow:hover, a.btn-transparent.yellow:focus, a.btn-transparent.yellow:active, button.btn-3.yellow:hover, button.btn-3.yellow:focus, button.btn-3.yellow:active, button.btn-transparent.yellow:hover, button.btn-transparent.yellow:focus, button.btn-transparent.yellow:active, li.btn-3.yellow:hover, li.btn-3.yellow:focus, li.btn-3.yellow:active, li.btn-transparent.yellow:hover, li.btn-transparent.yellow:focus, li.btn-transparent.yellow:active {
      background: #ffcf01 !important;
      color: #ffffff !important; }
  a.btn-3.blue, a.btn-transparent.blue, button.btn-3.blue, button.btn-transparent.blue, li.btn-3.blue, li.btn-transparent.blue {
    border-color: #007bc1 !important;
    color: #007bc1 !important; }
    a.btn-3.blue:hover, a.btn-3.blue:focus, a.btn-3.blue:active, a.btn-transparent.blue:hover, a.btn-transparent.blue:focus, a.btn-transparent.blue:active, button.btn-3.blue:hover, button.btn-3.blue:focus, button.btn-3.blue:active, button.btn-transparent.blue:hover, button.btn-transparent.blue:focus, button.btn-transparent.blue:active, li.btn-3.blue:hover, li.btn-3.blue:focus, li.btn-3.blue:active, li.btn-transparent.blue:hover, li.btn-transparent.blue:focus, li.btn-transparent.blue:active {
      background: #007bc1 !important;
      color: #ffffff !important; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, a.btn-transparent:hover, a.btn-transparent:focus, a.btn-transparent:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active, button.btn-transparent:hover, button.btn-transparent:focus, button.btn-transparent:active, li.btn-3:hover, li.btn-3:focus, li.btn-3:active, li.btn-transparent:hover, li.btn-transparent:focus, li.btn-transparent:active {
    background: #ffffff;
    box-shadow: none;
    color: #007bc1 !important;
    text-decoration: none; }
a.btn-read-more, button.btn-read-more, li.btn-read-more {
  background: transparent;
  border-radius: 0;
  border: none;
  color: #ee202e !important;
  display: inline-block;
  font-family: 'Lato', sans-serif !important;
  font-size: 18px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 15px auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-decoration: underline !important;
  text-transform: capitalize;
  transition: all 0.4s ease; }
  a.btn-read-more::after, button.btn-read-more::after, li.btn-read-more::after {
    content: none;
    /*background-image: url('../images/arrow-read-more-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 24px;
    top: 30%;
    transition: all 0.4s ease; 
    width: 7px;*/ }
  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, li.btn-read-more:hover, li.btn-read-more:focus, li.btn-read-more:active {
    color: #ffcf01;
    text-decoration: none;
    /* &::after{
       right: 10px;
     }*/ }

/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  background-image: url("../images/texture-logo.svg");
  background-color: #444444;
  background-size: cover;
  background-position: 50% 50%;
  padding: 0;
  position: relative; }
  footer.footer .footer-top {
    background: transparent;
    padding: 50px 0 40px;
    position: relative; }
    footer.footer .footer-top .logo-footer {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      height: 80px;
      width: 110px;
      margin: 0 auto; }
    footer.footer .footer-top .item-info {
      width: 250px; }
    footer.footer .footer-top #gform_submit_button_3 {
      background: transparent !important;
      border: #fff solid 1px !important;
      padding: 16px 50px !important;
      font-size: 14px !important; }
    footer.footer .footer-top .footer-top-left, footer.footer .footer-top .footer-top-left p, footer.footer .footer-top a, footer.footer .footer-top .item-info {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: normal;
      display: inline-block; }
  footer.footer .footer-middle {
    margin-bottom: 40px; }
    footer.footer .footer-middle ul.menu-footer {
      padding: 0 !important;
      margin: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer.footer .footer-middle ul.menu-footer li {
        list-style-type: none;
        text-align: left;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 16%;
        flex: 1 1 16%; }
        footer.footer .footer-middle ul.menu-footer li a {
          font-family: 'Roboto Slab', serif;
          color: #ffffff;
          display: block;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.3;
          margin: 0 0 30px 0;
          padding: 0 0 15px 0;
          position: relative;
          text-transform: uppercase; }
          footer.footer .footer-middle ul.menu-footer li a::after {
            content: "";
            background-color: #ffcf01;
            transition: all 0.4s ease;
            height: 3px;
            width: 20px;
            border: none !important;
            position: absolute;
            left: 0;
            bottom: 0; }
        footer.footer .footer-middle ul.menu-footer li:hover a {
          text-decoration: none; }
          footer.footer .footer-middle ul.menu-footer li:hover a::after {
            background-color: #ee202e; }
        footer.footer .footer-middle ul.menu-footer li ul {
          display: block !important;
          padding: 0;
          margin: 15px 0 0 0;
          transform: none !important;
          position: relative;
          left: unset;
          background: transparent;
          border: none;
          border-radius: unset;
          top: unset; }
          footer.footer .footer-middle ul.menu-footer li ul li {
            display: block;
            margin: 0 0 5px 0; }
            footer.footer .footer-middle ul.menu-footer li ul li a {
              font-family: 'Poppins', sans-serif;
              font-size: 12px;
              font-weight: 300;
              font-style: normal;
              font-stretch: normal;
              line-height: 2.2;
              letter-spacing: 1.46px;
              margin-bottom: 5px !important;
              padding: 0 !important;
              text-transform: none; }
              footer.footer .footer-middle ul.menu-footer li ul li a::after {
                content: none; }
        footer.footer .footer-middle ul.menu-footer li.hide-footer {
          display: none; }
    footer.footer .footer-middle p {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 12px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 1.46px;
      line-height: 1.5 !important;
      margin-bottom: 0; }
  footer.footer .footer-bottom {
    background: transparent;
    padding: 30px 0 20px;
    text-align: center;
    position: relative; }
    footer.footer .footer-bottom .container {
      position: relative; }
      footer.footer .footer-bottom .container::before {
        content: '';
        background-color: #ffffff;
        width: 100%;
        height: 1px;
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        z-index: 10;
        display: block; }
    footer.footer .footer-bottom .copy-r {
      float: none;
      position: relative; }
    footer.footer .footer-bottom .elevationweb {
      float: none; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .elevationweb, footer.footer .footer-bottom p {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      display: inline-block;
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 0; }
    footer.footer .footer-bottom strong {
      font-weight: bold; }
    footer.footer .footer-bottom a {
      font-family: 'Poppins', sans-serif;
      color: #ffffff !important;
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: normal;
      text-align: center; }
      footer.footer .footer-bottom a:hover {
        text-decoration: underline; }
  footer.footer .classic-text-widget {
    display: block !important; }

@media only screen and (max-width: 991px) {
  footer.footer .footer-middle ul.menu-footer {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
    footer.footer .footer-middle ul.menu-footer li {
      -webkit-box-flex: 1;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      margin-bottom: 40px; } }
@media only screen and (max-width: 576px) {
  footer.footer .footer-middle ul.menu-footer li {
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-right: 0; }
    footer.footer .footer-middle ul.menu-footer li a {
      margin: 0 0 15px 0; }
      footer.footer .footer-middle ul.menu-footer li a::after {
        right: 0;
        margin: 0 auto; } }
/*END footer------------------------------------------*/
/* START header-------------*/
/*START Sticky header*/
body.fixed header.header {
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.47);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
  -webkit-animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
  body.fixed header.header::after, body.fixed header.header::before {
    content: none; }

/*End Sticky header*/
/*header without Banner*/
body.donate-template header.header {
  position: relative; }

/*header without Banner*/
header.header {
  font-family: 'Lato', sans-serif;
  background: #fff;
  z-index: 1050;
  width: 100%; }
  header.header .textwidget {
    display: inline-block; }
  header.header p {
    margin-bottom: 0 !important; }
  header.header .header-toolbar {
    display: unset !important;
    font-size: 0;
    position: absolute;
    top: 10px;
    z-index: 99; }
    header.header .header-toolbar ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      header.header .header-toolbar ul li {
        display: inline-block; }
    header.header .header-toolbar h3 {
      display: none; }
    header.header .header-toolbar ul.social-networks {
      display: inline-block;
      font-size: 0;
      line-height: 1em;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      z-index: 2; }
      header.header .header-toolbar ul.social-networks li {
        background-color: transparent !important;
        display: inline-block;
        height: inherit !important;
        margin: 0 0 0 5px !important;
        width: inherit !important; }
        header.header .header-toolbar ul.social-networks li a {
          background-color: transparent;
          border-radius: 0;
          border: none;
          color: #007bc1 !important;
          display: inherit;
          margin: 0;
          padding: 7px;
          position: relative;
          transition: all 0.4s ease; }
          header.header .header-toolbar ul.social-networks li a i {
            font-size: 17px; }
          header.header .header-toolbar ul.social-networks li a:hover {
            background: transparent;
            box-shadow: none; }
            header.header .header-toolbar ul.social-networks li a:hover i {
              background: transparent;
              text-shadow: none; }
          header.header .header-toolbar ul.social-networks li a:focus {
            outline: none; }
        header.header .header-toolbar ul.social-networks li.facebook a:hover {
          color: #3b5998; }
        header.header .header-toolbar ul.social-networks li.twitter a:hover {
          color: #0084b4; }
    header.header .header-toolbar #open-search {
      background: transparent;
      border-radius: 0;
      border: none;
      color: #4b4a4a;
      display: inline-block;
      font-size: 0;
      margin: 0 0 0 30px;
      padding: 7px;
      position: relative;
      text-align: center;
      transition: all 0.4s ease;
      vertical-align: middle; }
      header.header .header-toolbar #open-search .fa-search {
        font-size: 18px; }
      header.header .header-toolbar #open-search:hover, header.header .header-toolbar #open-search:focus, header.header .header-toolbar #open-search:active {
        box-shadow: none;
        opacity: 0.8;
        outline: none !important; }
  header.header .col-right {
    display: none; }

/*END header-------------------------------------*/
.col-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 2;
  -ms-flex: 2 2 70%;
  flex: 2 2 70%; }

/*START Main Navigation------------------------------------------*/
.navbar.navbar-expand-lg {
  padding: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .navbar.navbar-expand-lg .navbar-header {
    position: relative;
    overflow: hidden; }
    .navbar.navbar-expand-lg .navbar-header .navbar-brand {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 100%;
      margin: 0;
      overflow: hidden;
      position: relative;
      padding: 15px 0 14px !important;
      width: 100%; }
      .navbar.navbar-expand-lg .navbar-header .navbar-brand img {
        width: 125px;
        max-width: 100%; }

#NavDropdown {
  font-size: 1rem;
  height: auto;
  padding: 0px;
  text-align: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  #NavDropdown ul {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    #NavDropdown ul li, #NavDropdown ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #NavDropdown ul li.active > a, #NavDropdown ul li.open.active > a {
        color: #ee202e; }
        #NavDropdown ul li.active > a:before, #NavDropdown ul li.open.active > a:before {
          content: "" !important;
          background: #ee202e;
          bottom: -2px;
          height: 8px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          width: 90%;
          z-index: 100; }
      #NavDropdown ul li a, #NavDropdown ul li.open a {
        font-family: 'Roboto', sans-serif;
        background: transparent;
        border-radius: 0;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #4b4a4a;
        display: block;
        padding: 16px 15px 39px;
        position: relative;
        text-shadow: none;
        text-transform: uppercase;
        transition: 0.4s;
        white-space: normal; }
        #NavDropdown ul li a::after, #NavDropdown ul li a::before, #NavDropdown ul li.open a::after, #NavDropdown ul li.open a::before {
          content: none; }
        #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 ul, #NavDropdown ul li.open ul {
        background: #ffffff;
        border: none;
        display: none;
        min-height: 0;
        padding: 0;
        text-align: left;
        border-top: 3px solid #ee202e; }
        #NavDropdown ul li ul li, #NavDropdown ul li.open ul li {
          display: block; }
          #NavDropdown ul li ul li.active > a, #NavDropdown ul li.open ul li.active > a {
            background: #ee202e;
            color: #ffffff !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: 'Roboto', sans-serif;
            border-radius: 0;
            border-top: 0;
            color: #1e1a1a !important;
            font-size: 1rem;
            font-weight: 400 !important;
            margin-top: 0;
            letter-spacing: normal;
            text-transform: none;
            padding: 10px 5px 12px; }
            #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::before:hover, #NavDropdown ul li ul li a::before:focus, #NavDropdown ul li ul li a::before:active, #NavDropdown ul li ul li a::after:hover, #NavDropdown ul li ul li a::after:focus, #NavDropdown ul li ul li a::after:active, #NavDropdown ul li.open ul li a::before:hover, #NavDropdown ul li.open ul li a::before:focus, #NavDropdown ul li.open ul li a::before:active, #NavDropdown ul li.open ul li a::after:hover, #NavDropdown ul li.open ul li a::after:focus, #NavDropdown ul li.open ul li a::after:active {
                background: #ee202e;
                color: #ffffff !important;
                margin-top: 0;
                border-radius: 0; }
            #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: #ee202e;
              color: #ffffff !important;
              margin-top: 0;
              border-radius: 0; }
          #NavDropdown ul li ul li:last-child ul, #NavDropdown ul li.open ul li:last-child ul {
            left: 100%;
            top: 0;
            right: auto; }
          #NavDropdown ul li ul li ul, #NavDropdown ul li.open ul li ul {
            background: #ffffff !important; }
      #NavDropdown ul li.menu-hide, #NavDropdown ul li.open.menu-hide {
        display: none; }
      #NavDropdown ul li.btn-donate, #NavDropdown ul li.btn-involved, #NavDropdown ul li.open.btn-donate, #NavDropdown ul li.open.btn-involved {
        color: #ffffff !important;
        font-family: 'Roboto', sans-serif !important;
        border-radius: 0;
        font-size: 16px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        transition: all 0.4s ease; }
        #NavDropdown ul li.btn-donate > a, #NavDropdown ul li.btn-involved > a, #NavDropdown ul li.open.btn-donate > a, #NavDropdown ul li.open.btn-involved > a {
          color: #ffffff !important;
          padding: 59px 10px 42px; }
        #NavDropdown ul li.btn-donate:hover, #NavDropdown ul li.btn-donate:focus, #NavDropdown ul li.btn-involved:hover, #NavDropdown ul li.btn-involved:focus, #NavDropdown ul li.open.btn-donate:hover, #NavDropdown ul li.open.btn-donate:focus, #NavDropdown ul li.open.btn-involved:hover, #NavDropdown ul li.open.btn-involved:focus {
          text-decoration: none; }
        #NavDropdown ul li.btn-donate::after, #NavDropdown ul li.btn-involved::after, #NavDropdown ul li.open.btn-donate::after, #NavDropdown ul li.open.btn-involved::after {
          content: "";
          height: 10px;
          width: 100%;
          bottom: -10px;
          left: 0;
          position: absolute; }
      #NavDropdown ul li.btn-donate, #NavDropdown ul li.open.btn-donate {
        background: #ee202e;
        min-width: 105px; }
        #NavDropdown ul li.btn-donate::after, #NavDropdown ul li.open.btn-donate::after {
          background: #c41621; }
        #NavDropdown ul li.btn-donate:hover, #NavDropdown ul li.open.btn-donate:hover {
          background: #c41621; }
      #NavDropdown ul li.btn-involved, #NavDropdown ul li.open.btn-involved {
        background: #ffcf01;
        min-width: 135px; }
        #NavDropdown ul li.btn-involved::after, #NavDropdown ul li.open.btn-involved::after {
          background: #b19000; }
        #NavDropdown ul li.btn-involved:hover, #NavDropdown ul li.open.btn-involved:hover {
          background: #b19000; }

.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; }

#NavDropdown ul li ul li:first-child::before, #NavDropdown ul li.open ul li:first-child::before {
  top: -15px !important; }

.dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0;
  display: block;
  left: 50%;
  margin: 0 auto;
  padding: 0px;
  position: absolute; }
  .dropdown-menu .dropdown-menu {
    background: transparent !important;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    display: block;
    left: 150%;
    top: 0; }

.dropdown-btn {
  display: none; }

.dropdown-btn {
  background: transparent;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 15px;
  height: 2.4rem;
  position: absolute;
  right: 0;
  top: 4px;
  width: 2.4rem; }
  .dropdown-btn span {
    content: "\f061";
    font-style: normal;
    text-decoration: inherit;
    font-weight: 900; }
  .dropdown-btn .fa-caret-right.open::before {
    content: "\f0d7"; }

.dropdown-toggle::after {
  content: none; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .header-navigation .container {
    max-width: 100%;
    padding: 0; }

  header.header #NavDropdown #main_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .header-navigation .col-right .header-toolbar {
    right: 0; } }
@media only screen and (max-width: 991px) {
  body.fixed header.header {
    margin-top: 0 !important; }

  header.header .header-navigation .container {
    padding: 0;
    max-width: 100%; }

  section.header-navigation #NavDropdown {
    margin-top: 0 !important; }
    section.header-navigation #NavDropdown .header-toolbar {
      bottom: unset;
      display: block !important;
      left: 0 !important;
      margin: 0 auto !important;
      padding: 15px 0 10px;
      position: relative !important;
      right: 0 !important;
      top: unset; }
      section.header-navigation #NavDropdown .header-toolbar #open-search {
        margin-left: 10px !important; }
      section.header-navigation #NavDropdown .header-toolbar .social-networks {
        padding: 0 !important; }
        section.header-navigation #NavDropdown .header-toolbar .social-networks li, section.header-navigation #NavDropdown .header-toolbar .social-networks a, section.header-navigation #NavDropdown .header-toolbar .social-networks i {
          padding: 0 8px !important; }

  .navbar .navbar-header .navbar-brand {
    width: 150px; }

  section.header-navigation {
    /*.collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition: height .35s ease;
           -o-transition: height .35s ease;
              transition: height .35s ease;
    }
    .collapsing {
      -webkit-transition: height .5s ease;
      -o-transition: height .5s ease;
      transition: height .5s ease;
    }*/ }
    section.header-navigation .col-middle {
      margin-right: 0 !important; }
    section.header-navigation #NavDropdown {
      width: 100%; }
      section.header-navigation #NavDropdown .col-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section.header-navigation #NavDropdown .col-right a[class^="btn-"] {
          padding: 20px 20px !important; }
          section.header-navigation #NavDropdown .col-right a[class^="btn-"]::after {
            content: none; }
      section.header-navigation #NavDropdown ul li ul.dropdown-menu li a {
        color: #ffffff !important; }
    section.header-navigation #NavDropdown ul {
      position: relative;
      padding-bottom: 10px;
      -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
      align-items: unset !important; }
      section.header-navigation #NavDropdown ul li, section.header-navigation #NavDropdown ul li.open {
        padding: 0 0;
        position: relative;
        /*Dropdown Button*/ }
        section.header-navigation #NavDropdown ul li::before, section.header-navigation #NavDropdown ul li.open::before {
          content: none !important;
          display: none; }
        section.header-navigation #NavDropdown ul li a.dropdown-toggle, section.header-navigation #NavDropdown ul li a, section.header-navigation #NavDropdown ul li.open a.dropdown-toggle, section.header-navigation #NavDropdown ul li.open a {
          position: relative;
          padding: 15px 55px 15px;
          color: #ee202e; }
          section.header-navigation #NavDropdown ul li a.dropdown-toggle::after, section.header-navigation #NavDropdown ul li a.dropdown-toggle::before, section.header-navigation #NavDropdown ul li a::after, section.header-navigation #NavDropdown ul li a::before, section.header-navigation #NavDropdown ul li.open a.dropdown-toggle::after, section.header-navigation #NavDropdown ul li.open a.dropdown-toggle::before, section.header-navigation #NavDropdown ul li.open a::after, section.header-navigation #NavDropdown ul li.open a::before {
            content: none; }
        section.header-navigation #NavDropdown ul li.active > a, section.header-navigation #NavDropdown ul li.open.active > a {
          padding: 15px 55px 15px;
          color: #ffcf01; }
          section.header-navigation #NavDropdown ul li.active > a::before, section.header-navigation #NavDropdown ul li.open.active > a::before {
            content: none !important; }
        section.header-navigation #NavDropdown ul li .dropdown-btn, section.header-navigation #NavDropdown ul li.open .dropdown-btn {
          background: transparent;
          border-radius: 4px;
          border: none;
          color: #ee202e !important;
          display: inline-block;
          font-size: 16px !important;
          font-weight: 700 !important;
          padding: 5px 10px;
          position: absolute;
          right: 12px;
          text-decoration: none !important;
          top: 2px;
          transition: all 0.4s ease; }
          section.header-navigation #NavDropdown ul li .dropdown-btn::after, section.header-navigation #NavDropdown ul li.open .dropdown-btn::after {
            margin: 0; }
        section.header-navigation #NavDropdown ul li ul.dropdown-menu, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu {
          padding: 0 !important;
          position: relative !important;
          top: 0;
          width: 100%; }
          section.header-navigation #NavDropdown ul li ul.dropdown-menu li, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open {
            display: block;
            background: #ee202e;
            text-align: center;
            margin: 0;
            padding: 0; }
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li .dropdown-btn, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open .dropdown-btn, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li .dropdown-btn, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open .dropdown-btn {
              color: #ffffff !important;
              top: 3px !important; }
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li a, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a {
              text-align: center;
              color: #ffffff !important;
              font-size: 16px !important;
              padding: 16px 17px 16px !important; }
              section.header-navigation #NavDropdown ul li ul.dropdown-menu li a::after, section.header-navigation #NavDropdown ul li ul.dropdown-menu li a::before, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a::after, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a::before, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a::after, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a::before, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a::after, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a::before {
                content: none !important; }
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li.active > a, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open.active > a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.active > a, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open.active > a {
              background-color: #ee202e; }
              section.header-navigation #NavDropdown ul li ul.dropdown-menu li.active > a::after, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.active > a::before, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open.active > a::after, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open.active > a::before, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.active > a::after, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.active > a::before, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open.active > a::after, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open.active > a::before {
                content: none !important; }
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li ul li, section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open ul li, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li ul li, section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open ul li {
              background: #007bc1; }
        section.header-navigation #NavDropdown ul li ul li:first-child::before, section.header-navigation #NavDropdown ul li.open ul li:first-child::before {
          content: none; }
        section.header-navigation #NavDropdown ul li.btn-involved ul.dropdown-menu, section.header-navigation #NavDropdown ul li.btn-donate ul.dropdown-menu, section.header-navigation #NavDropdown ul li.open.btn-involved ul.dropdown-menu, section.header-navigation #NavDropdown ul li.open.btn-donate ul.dropdown-menu {
          border-top: none !important;
          background: transparent !important; }
          section.header-navigation #NavDropdown ul li.btn-involved ul.dropdown-menu li, section.header-navigation #NavDropdown ul li.btn-donate ul.dropdown-menu li, section.header-navigation #NavDropdown ul li.open.btn-involved ul.dropdown-menu li, section.header-navigation #NavDropdown ul li.open.btn-donate ul.dropdown-menu li {
            background: transparent !important; }
        section.header-navigation #NavDropdown ul li.btn-involved:hover, section.header-navigation #NavDropdown ul li.open.btn-involved:hover {
          background: #ffcf01; }
        section.header-navigation #NavDropdown ul li.btn-involved ul.dropdown-menu li, section.header-navigation #NavDropdown ul li.open.btn-involved ul.dropdown-menu li {
          background: #b19000 !important; }
        section.header-navigation #NavDropdown ul li.btn-donate, section.header-navigation #NavDropdown ul li.open.btn-donate {
          margin-top: 10px; }
          section.header-navigation #NavDropdown ul li.btn-donate:hover, section.header-navigation #NavDropdown ul li.open.btn-donate:hover {
            background: #ee202e; }
          section.header-navigation #NavDropdown ul li.btn-donate ul.dropdown-menu li, section.header-navigation #NavDropdown ul li.open.btn-donate ul.dropdown-menu li {
            background: #c41621 !important; }
    section.header-navigation .navbar {
      justify-content: space-between;
      padding: 5px 0 !important; }
      section.header-navigation .navbar .navbar-header {
        -ms-flex-wrap: wrap;
        display: flex;
        flex-basis: 100% !important;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        left: unset;
        position: relative;
        top: unset; }
        section.header-navigation .navbar .navbar-header .navbar-brand {
          padding: 0 10px !important; }
        section.header-navigation .navbar .navbar-header button.navbar-toggler {
          height: 50px;
          min-height: 50px;
          min-width: 50px;
          position: relative;
          border: 2px solid #ee202e;
          transition: all 0.4s ease;
          width: 50px;
          margin-right: 10px; }
          section.header-navigation .navbar .navbar-header button.navbar-toggler[aria-expanded="true"]::after {
            content: "\f00d"; }
          section.header-navigation .navbar .navbar-header button.navbar-toggler::after {
            content: "\f0c9";
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            box-sizing: border-box;
            color: #ee202e;
            font-family: "Font Awesome 5 Free";
            font-family: "Font Awesome 5 Pro";
            font-size: 18px;
            font-weight: 900;
            left: 50%;
            position: absolute;
            text-rendering: auto;
            top: 50%; }
          section.header-navigation .navbar .navbar-header button.navbar-toggler:hover, section.header-navigation .navbar .navbar-header button.navbar-toggler:focus, section.header-navigation .navbar .navbar-header button.navbar-toggler:active {
            color: #000000;
            outline: none; }
        section.header-navigation .navbar .navbar-header::before {
          content: none; }

  .dropdown-menu .dropdown-menu {
    left: 50% !important; }
    .dropdown-menu .dropdown-menu:hover, .dropdown-menu .dropdown-menu:focus, .dropdown-menu .dropdown-menu:active {
      outline: none; }

  #NavDropdown ul li ul li:last-child ul, #NavDropdown ul li.open ul li:last-child ul {
    left: 50%; }

  #NavDropdown ul.nav li.btn-yellow > a {
    padding: 19px 20px 18px !important; } }
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #ffcf01;
  padding: 86px 0 60px;
  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%;
    position: relative;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 260px;
    flex: 1 1 260px; }
    .boxes-interior-footer .item-col .box-page-link {
      border-radius: 0;
      border: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
      display: block;
      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 {
          background: rgba(0, 123, 193, 0.3); }
        .boxes-interior-footer .item-col .box-page-link:hover .content-box, .boxes-interior-footer .item-col .box-page-link:focus .content-box, .boxes-interior-footer .item-col .box-page-link:active .content-box {
          background-color: #ee202e; }
          .boxes-interior-footer .item-col .box-page-link:hover .content-box .title-box, .boxes-interior-footer .item-col .box-page-link:focus .content-box .title-box, .boxes-interior-footer .item-col .box-page-link:active .content-box .title-box {
            color: #ffffff; }
      .boxes-interior-footer .item-col .box-page-link .featured-box-images {
        background-color: #007bc1;
        background-size: cover;
        display: block;
        margin: 0 auto !important;
        overflow: hidden;
        padding-bottom: 65%;
        position: relative;
        z-index: 0; }
        .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
          content: "";
          background: rgba(0, 123, 193, 0.6);
          height: 100%;
          transition: all 0.4s ease;
          position: absolute;
          width: 100%;
          top: 0;
          right: 0; }
      .boxes-interior-footer .item-col .box-page-link .content-box {
        background-color: #ffffff;
        padding: 15px 25px;
        position: absolute;
        text-align: center;
        bottom: 35px;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: calc(100% - 90px);
        transition: all 0.4s ease;
        z-index: 10; }
        .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
          font-family: 'Roboto Slab', serif;
          color: #007bc1;
          font-size: 26px;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: normal;
          line-height: normal;
          text-align: center;
          text-transform: uppercase;
          z-index: 20;
          position: relative; }

@media only screen and (max-width: 991px) {
  .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: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }
@media only screen and (max-width: 767px) {
  .boxes-interior-footer {
    margin-top: 30px; }
    .boxes-interior-footer .container-boxes {
      top: 0;
      position: relative;
      padding-top: 30px; }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 100%; } }
@media only screen and (max-width: 576px) {
  .boxes-interior-footer {
    padding: 20px 0; }
    .boxes-interior-footer .item-col .box-page-link .content-box {
      padding: 10px;
      bottom: 20px; }
      .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
        font-size: 18px; } }
.page-template .donate-section {
  min-height: 100vh;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }

/*START Slider--------------------------------------------------*/
.slider-widget {
  overflow: hidden;
  position: relative;
  background: #ffffff; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden; }
    .slider-widget .slider-a #home-slider {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider .carousel-item {
        width: 100%; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner {
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */ }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .slider-caption {
          opacity: 0; }
          .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .slider-caption.show {
            opacity: 1 !important; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-left .slider-caption, .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-right .slider-caption {
          -webkit-animation-name: opacityTransitionOff;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.4s;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransitionOff;
          animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active .slider-caption {
          -webkit-animation-name: opacityTransition;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.8s;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransition;
          animation-duration: 0.8s;
          animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item {
          transition-property: opacity; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-right {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
          opacity: 1; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-next,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-prev,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-right {
          left: 0;
          transform: translate3d(0, 0, 0); }
      .slider-widget .slider-a #home-slider.carousel-fade .bullets {
        display: none;
        bottom: 50px;
        height: 35px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 20; }
        .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators {
          -ms-flex-pack: start;
          -webkit-box-pack: start;
          justify-content: flex-start;
          left: unset;
          bottom: 17px;
          padding-left: 15px;
          margin-right: 100px !important;
          margin: 0;
          text-align: right;
          width: auto; }
          .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li {
            background: #ffffff;
            border-radius: 0;
            border: none;
            counter-increment: item;
            height: 2px;
            margin: 0 10px 0 0;
            opacity: 0.46;
            transition: all 0.4s ease;
            position: static;
            width: 54px; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li::after {
              content: none !important; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li:before {
              font-family: 'Lato', sans-serif;
              color: #ffffff;
              content: counter(item,decimal-leading-zero);
              display: none;
              font-size: 24px;
              font-stretch: normal;
              font-style: normal;
              font-weight: bold;
              height: 35px;
              left: -50px;
              letter-spacing: normal;
              line-height: 1.46;
              padding: 0;
              position: absolute;
              top: -17px;
              width: 35px; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active {
              background: #ffffff;
              opacity: 1; }
              .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active::before {
                display: block; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev {
        width: 5%;
        min-width: 20px;
        height: 100%; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next .carousel-control-next-icon, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next .carousel-control-prev-icon, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev .carousel-control-next-icon, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev .carousel-control-prev-icon {
          background-image: url("../images/chevron-left-white.svg");
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          height: 36px;
          width: 18px; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next .carousel-control-prev-icon, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev .carousel-control-prev-icon {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .slider-widget .slider-a .slider-box {
      height: 680px;
      min-height: 680px;
      max-height: 75vh;
      position: relative; }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 4; }
      .slider-widget .slider-a .slider-box .frame-video.hide {
        visibility: hidden;
        position: absolute; }
      .slider-widget .slider-a .slider-box #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; }
    .slider-widget .slider-a .slider-box::before, .slider-widget .slider-a a.link-slider::before {
      content: "";
      background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
      height: 100%;
      position: absolute;
      width: 100%;
      opacity: 0.38;
      z-index: 2; }
    .slider-widget .slider-a .bg-img {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .slider-widget .slider-a .container {
      position: relative;
      height: 100%;
      z-index: 3; }
  .slider-widget .slider-caption {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: inherit;
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: inherit;
    text-align: center;
    top: 50%;
    width: 90%;
    z-index: 10; }
    .slider-widget .slider-caption h2 {
      font-family: 'Roboto', sans-serif;
      font-family: Roboto;
      font-size: 35px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 4.25px;
      text-align: center;
      color: #ffffff;
      display: block;
      text-transform: uppercase; }
      .slider-widget .slider-caption h2 span, .slider-widget .slider-caption h2 strong {
        font-weight: 500;
        display: block; }
    .slider-widget .slider-caption p {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 21px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.67;
      text-align: center;
      margin: 0; }
      .slider-widget .slider-caption p em, .slider-widget .slider-caption p strong, .slider-widget .slider-caption p a {
        color: #007bc1 !important;
        font-size: 25px;
        font-weight: bold; }
    .slider-widget .slider-caption a.btn-1, .slider-widget .slider-caption a.btn-2, .slider-widget .slider-caption a.btn-3 {
      display: inline-block;
      margin: 30px 0 0 0;
      min-width: 190px; }
  .slider-widget .container {
    position: relative; }
    .slider-widget .container .anchor-arrow-down {
      border-radius: 50%;
      width: 70px;
      height: 70px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
      background-color: #007bc1;
      position: absolute;
      bottom: 20px;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: 50;
      animation: bounceY 2s infinite;
      -webkit-animation: bounceY 2s infinite;
      -moz-animation: bounceY 2s infinite;
      -o-animation: bounceY 2s infinite; }
      .slider-widget .container .anchor-arrow-down::before {
        content: "";
        background-image: url("../images/chevron-down-white.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute;
        transition: all 0.4s ease;
        width: 34px;
        height: 15px;
        z-index: -1; }
      .slider-widget .container .anchor-arrow-down a {
        display: block;
        height: 100%;
        z-index: 20; }

@media only screen and (max-width: 991px) {
  .slider-widget .slider-a .container {
    max-width: 100% !important; }
  .slider-widget .slider-a .slider-box {
    min-height: 500px; }
    .slider-widget .slider-a .slider-box .bg-img {
      background-size: cover;
      background-position: center; }
  .slider-widget .slider-a .slider-caption {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90%; }
    .slider-widget .slider-a .slider-caption h2 {
      font-size: 40px;
      line-height: 1.2; }
    .slider-widget .slider-a .slider-caption p {
      font-size: 20px; }

  .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators {
    padding-left: 0; }
    .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li {
      width: 10px;
      margin: 0 5px 0 0; } }
@media only screen and (max-width: 767px) {
  .slider-widget .slider-a #home-slider.carousel-fade .bullets {
    bottom: 50px; }

  .slider-widget .container {
    max-width: 100% !important; }
  .slider-widget .slider-a .slider-caption {
    width: 90%; }
    .slider-widget .slider-a .slider-caption h2 {
      font-size: 30px; }
    .slider-widget .slider-a .slider-caption p {
      font-size: 18px; }
    .slider-widget .slider-a .slider-caption a[class*="btn-"] {
      margin: 10px; } }
@media only screen and (max-width: 576px) {
  .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev {
    width: 10%; }

  .slider-widget {
    width: 100%; }
    .slider-widget .slider-a {
      width: 100%; }
      .slider-widget .slider-a .bg-img {
        background-size: cover;
        background-position: center; }
      .slider-widget .slider-a .slider-box {
        height: 350px; }
      .slider-widget .slider-a .slider-caption {
        width: 80%; }
        .slider-widget .slider-a .slider-caption h2 {
          font-size: 35px; }
        .slider-widget .slider-a .slider-caption p {
          font-size: 16px; } }
/*END Slider--------------------------------------------------*/
.section-b {
  background-color: transparent;
  background-image: url("../images/banner-bottom.svg");
  background-size: auto;
  background-position: 50% 0;
  background-repeat: repeat-x;
  position: relative;
  padding: 90px 0 150px;
  margin-top: -50px;
  text-align: center; }
  .section-b h2 {
    color: #007bc1 !important;
    font-size: 45px !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
    .section-b h2 strong {
      font-weight: bold !important; }
  .section-b .list-language {
    margin-bottom: 24px; }
    .section-b .list-language .item-list {
      font-family: 'LucidaGrande', sans-serif;
      color: #007bc1;
      font-size: 21px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0.89px;
      line-height: normal;
      text-align: center;
      text-transform: uppercase; }
  .section-b p {
    font-family: 'Roboto', sans-serif;
    color: #007bc1;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.67;
    text-align: center;
    margin-bottom: 25px; }

@media only screen and (max-width: 991px) {
  .section-b {
    padding: 90px 0 70px; } }
@media only screen and (max-width: 767px) {
  .section-b {
    padding: 90px 0 30px; }
    .section-b .list-language {
      margin-top: 20px; }
      .section-b .list-language .item-list {
        margin-bottom: 20px; } }
.section-c {
  position: relative; }
  .section-c .container {
    position: relative; }
  .section-c .tabs-programs {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 50; }
    .section-c .tabs-programs .program-tab {
      -ms-flex: 1 1 315px;
      -webkit-box-flex: 1;
      flex: 1 1 315px;
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 21px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0.93px;
      line-height: normal;
      padding: 19px 49px;
      text-align: center;
      transition: all 0.4s ease;
      text-transform: uppercase; }
      .section-c .tabs-programs .program-tab:nth-child(1) {
        background-color: #007bc1; }
        .section-c .tabs-programs .program-tab:nth-child(1):hover {
          background-color: #005a8e !important; }
      .section-c .tabs-programs .program-tab:nth-child(2) {
        background-color: #ffcf01; }
        .section-c .tabs-programs .program-tab:nth-child(2):hover {
          background-color: #cda600 !important; }
      .section-c .tabs-programs .program-tab:nth-child(3) {
        background-color: #ee202e; }
        .section-c .tabs-programs .program-tab:nth-child(3):hover {
          background-color: #cb101c !important; }
      .section-c .tabs-programs .program-tab .location {
        font-weight: bold; }
      .section-c .tabs-programs .program-tab:hover {
        text-decoration: none; }

@media only screen and (max-width: 991px) {
  .section-c .container {
    max-width: 100%;
    padding: 0; }
  .section-c .tabs-programs {
    position: relative;
    top: 0; } }
@media only screen and (max-width: 767px) {
  .section-c .container {
    padding: 0; }
  .section-c .tabs-programs {
    position: relative;
    top: 0; } }
.section-d {
  background-color: #007bc1;
  box-shadow: inset 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .section-d .left-side .frame-trngl {
    display: block;
    position: relative;
    height: 556px;
    width: 100%; }
  .section-d .left-side .left-img {
    position: absolute;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: 0 !important;
    width: 45vw; }
  .section-d .right-side {
    z-index: 50;
    padding-top: 45px;
    position: relative; }
    .section-d .right-side .big-title {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 150px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      left: 0;
      letter-spacing: normal;
      line-height: normal;
      margin: 0 auto;
      opacity: 0.1;
      position: absolute;
      right: 0;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      z-index: -1; }
    .section-d .right-side .d-flex {
      width: 100%; }
    .section-d .right-side .item-donate {
      text-align: center;
      color: #ffffff;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .section-d .right-side .item-donate .icon {
        display: block;
        margin: 0 auto 30px !important;
        text-align: center;
        height: 70px;
        position: relative; }
        .section-d .right-side .item-donate .icon img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%;
          position: absolute;
          max-height: 100%; }
      .section-d .right-side .item-donate .stats-value {
        font-family: 'Roboto Slab', serif;
        color: #ffffff;
        font-size: 50px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 4.29px;
        line-height: 0.8;
        margin-bottom: 15px;
        text-align: center; }
        .section-d .right-side .item-donate .stats-value .symbol {
          font-size: 30px;
          display: inline-block; }
      .section-d .right-side .item-donate p {
        font-family: 'Lato', sans-serif;
        color: #ffffff !important;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center; }
    .section-d .right-side .bottom-link {
      width: 100%;
      text-align: center;
      margin-top: 50px; }

@media only screen and (max-width: 991px) {
  .section-d {
    padding-top: 50px; }
    .section-d .container .row {
      flex-direction: column-reverse; }
    .section-d .right-side {
      padding: 40px 0 !important;
      margin-top: 0 !important; }
    .section-d .left-side {
      padding: 0 !important;
      width: 100vw;
      left: calc((100vw - 720px)/(-2)); }
      .section-d .left-side .frame-trngl, .section-d .left-side .left-img {
        width: 100vw; }
      .section-d .left-side .frame-trngl::before {
        content: none; } }
@media only screen and (max-width: 767px) {
  .section-d .left-side {
    left: calc((100vw - 540px)/(-2)); }

  .section-d {
    padding: 0 !important; }
    .section-d .right-side {
      padding: 60px !important;
      margin-top: 0 !important;
      height: auto; }
      .section-d .right-side .big-title {
        font-size: 100px; }
    .section-d .left-side .left-img {
      background-position: 50% 10%; }
    .section-d .left-side .frame-trngl {
      height: 400px; } }
@media only screen and (max-width: 576px) {
  .section-d {
    padding-top: 0 !important; }

  .section-d .left-side {
    left: 0 !important; }

  .section-d .right-side .item-donate {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 20px; }

  .section-d .right-side .big-title {
    font-size: 70px !important; } }
@media only screen and (max-width: 480px) {
  .section-d .left-side {
    left: 0 !important; } }
.section-e {
  background-color: #ffffff;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .section-e .title-section {
    font-family: 'Roboto Slab', serif;
    color: #ee202e;
    display: inline-block;
    font-size: 35px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.56px;
    line-height: normal;
    text-transform: uppercase;
    vertical-align: bottom; }
    .section-e .title-section::before {
      content: "";
      background-image: url("../images/quote-yellow.svg");
      background-size: contain;
      display: inline-block;
      height: 41px;
      margin: -15px 17px 0 0;
      position: relative;
      vertical-align: top;
      width: 48px; }
  .section-e .btn-impact {
    margin-top: 50px; }
  .section-e .quote-background {
    -webkit-transform: translate(15%, -100%);
    -moz-transform: translate(15%, -100%);
    -ms-transform: translate(15%, -100%);
    transform: translate(15%, -100%);
    background-size: contain;
    height: 274px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 319px;
    z-index: -1; }
  .section-e .right-side {
    height: 670px;
    padding: 0;
    position: relative; }
    .section-e .right-side .profile-photo {
      background-position: 50% 100%;
      background-repeat: no-repeat;
      background-size: contain;
      height: 100%;
      position: relative;
      width: 100%; }

#carouselTestimonials {
  position: relative;
  margin: 50px 0 70px; }
  #carouselTestimonials .carousel-indicators {
    bottom: -120px;
    left: 300px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 20; }
    #carouselTestimonials .carousel-indicators li {
      background-color: transparent;
      border-radius: 50%;
      border: 1px solid #cdcdcd;
      height: 9px;
      list-style-type: none !important;
      margin: 0px 3px 0;
      width: 9px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      #carouselTestimonials .carousel-indicators li::before, #carouselTestimonials .carousel-indicators li::after {
        content: none !important; }
      #carouselTestimonials .carousel-indicators li.active {
        background-color: #ee202e;
        border-color: #ee202e !important; }
  #carouselTestimonials .content-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #carouselTestimonials .content-item .left-side {
      max-width: 100%;
      position: relative; }
      #carouselTestimonials .content-item .left-side .profile-quote {
        margin-bottom: 48px; }
        #carouselTestimonials .content-item .left-side .profile-quote p {
          font-family: 'Lato', sans-serif;
          color: #1e1a1a;
          font-size: 21px;
          font-stretch: normal;
          font-style: normal;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1.57;
          margin-bottom: 0; }
      #carouselTestimonials .content-item .left-side .profile-name {
        font-family: 'Lato', sans-serif;
        color: #1e1a1a;
        font-family: Lato;
        font-size: 20px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: normal;
        line-height: normal; }
      #carouselTestimonials .content-item .left-side .profile-link {
        margin-top: 15px; }
        #carouselTestimonials .content-item .left-side .profile-link a[class^="btn-"] {
          margin: 0 !important; }

/*#carouselTestimonials*/
@media only screen and (max-width: 991px) {
  .section-e {
    padding: 50px 0 0; }
    .section-e .title-section {
      position: relative;
      transform: unset;
      left: unset;
      top: unset;
      margin-bottom: 40px;
      width: 100%; }
    .section-e .btn-impact {
      bottom: 0;
      margin-top: 40px;
      text-align: center;
      position: relative; }
    .section-e .right-side {
      height: 330px; }
    .section-e #carouselTestimonials {
      margin: 0 0 50px; }
      .section-e #carouselTestimonials .carousel-indicators {
        bottom: -30px;
        left: 0;
        margin: 0 auto;
        right: 0; }
      .section-e #carouselTestimonials .content-item .left-side {
        margin-top: 0;
        margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .section-e {
    padding: 50px 0 0; }
    .section-e .title-section {
      position: relative;
      transform: unset;
      left: unset;
      top: unset;
      margin-bottom: 40px;
      width: 100%; }
    .section-e .btn-impact {
      bottom: 0;
      margin-top: 40px;
      text-align: center;
      position: relative; }
    .section-e .right-side {
      height: 330px; }
    .section-e #carouselTestimonials {
      margin: 0 0 50px; }
      .section-e #carouselTestimonials .carousel-indicators {
        bottom: -30px;
        left: 0;
        margin: 0 auto;
        right: 0; }
      .section-e #carouselTestimonials .content-item .left-side {
        margin-top: 0;
        margin-bottom: 0; } }
@media only screen and (max-width: 576px) {
  #carouselTestimonials .content-item .left-side, #carouselTestimonials .content-item .right-side {
    width: 100%;
    min-width: 100%; }

  #carouselTestimonials .content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.section-f {
  position: relative;
  background: url("../images/bg-work.png");
  background-color: #ffcf01;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
  /*.single-post*/ }
  .section-f h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.56px !important;
    text-align: center;
    color: #ffffff;
    margin-bottom: 70px;
    text-transform: uppercase; }
    .section-f h2 span, .section-f h2 .blue {
      color: #007bc1; }
  .section-f .single-post {
    text-align: center;
    padding: 0 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px; }
    .section-f .single-post::before {
      content: "";
      height: 100%;
      width: 1px;
      background: #ffffff;
      position: absolute;
      opacity: 0.8;
      top: 23px;
      right: 0; }
    .section-f .single-post .featured-post-image {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 228px;
      margin: 0 auto;
      width: 315px;
      z-index: 5; }
    .section-f .single-post .body-post {
      width: 80%;
      margin: 0 auto;
      display: block;
      position: relative;
      margin-top: -20px;
      z-index: 10; }
      .section-f .single-post .body-post .title-post {
        background-color: #007bc1;
        margin-bottom: 20px;
        padding: 10px 30px; }
        .section-f .single-post .body-post .title-post h3 {
          font-family: 'Roboto Slab', serif;
          color: #ffffff;
          font-size: 20px;
          font-stretch: normal;
          font-style: normal;
          font-weight: bold;
          letter-spacing: normal;
          line-height: normal;
          margin: 0 !important;
          text-align: center;
          text-transform: uppercase; }
      .section-f .single-post .body-post .content-post {
        font-family: 'Lato', sans-serif;
        color: #1e1a1a;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.39;
        margin-bottom: 30px;
        text-align: center; }
    .section-f .single-post:last-child::before {
      content: none; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-f .single-post::before {
    content: none !important; } }
@media only screen and (max-width: 991px) {
  .section-f .single-post::before {
    content: none !important; } }
@media only screen and (max-width: 576px) {
  .section-f {
    padding: 20px 0; }
    .section-f h2 {
      margin-bottom: 10px; } }
.section-g {
  position: relative;
  padding: 0 0 70px;
  overflow: hidden; }
  .section-g .big-title {
    top: 25px !important; }

.container {
  position: relative; }

.social-feed-container {
  position: relative; }

body.page .header-social-feed {
  padding: 25px 20px; }
body.page .grid-container {
  margin: unset !important; }
  body.page .grid-container .grid-item {
    width: 320px !important;
    height: 300px !important;
    max-height: 300px !important; }

.header-social-feed {
  padding: 90px 20px 40px; }
  .header-social-feed h2, .header-social-feed a {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.4px;
    text-align: center; }
  .header-social-feed h2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e1a1a;
    display: block; }
    .header-social-feed h2 .blue {
      color: #007bc1; }
  .header-social-feed .profile-instagram {
    position: relative;
    transition: all 0.4s ease; }
    .header-social-feed .profile-instagram i {
      position: relative;
      margin-right: 15px; }
      .header-social-feed .profile-instagram i::after {
        content: "";
        -webkit-transform: translate(-51%, -50%);
        -moz-transform: translate(-51%, -50%);
        -ms-transform: translate(-51%, -50%);
        transform: translate(-51%, -50%);
        border-radius: 50%;
        border: 1px solid #1e1a1a;
        transition: all 0.4s ease;
        display: block;
        height: 37px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 37px; }
    .header-social-feed .profile-instagram:hover, .header-social-feed .profile-instagram:focus {
      text-decoration: underline;
      color: #007bc1; }
      .header-social-feed .profile-instagram:hover i, .header-social-feed .profile-instagram:focus i {
        color: #007bc1; }
        .header-social-feed .profile-instagram:hover i::after, .header-social-feed .profile-instagram:focus i::after {
          border: 1px solid #007bc1; }
  .header-social-feed a {
    color: #1e1a1a;
    display: block;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.56px;
    line-height: 2.63;
    text-decoration: none; }

.container-120 {
  max-width: 1280px;
  position: relative;
  margin: 0 auto; }

.grid-container {
  margin: 0 auto;
  width: 90%; }
  .grid-container .grid-item {
    width: 373px !important;
    height: 377px !important;
    max-width: 100%;
    max-height: 325px;
    margin: 0 0 15px 0; }

.single_feed {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .single_feed a {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: all 0.4s ease; }
    .single_feed a:hover {
      text-decoration: none; }
      .single_feed a:hover .body_feed {
        top: 0; }
  .single_feed .image_feed {
    height: 100%;
    display: block;
    position: relative; }
    .single_feed .image_feed figure {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%; }
  .single_feed .body_feed {
    background-color: rgba(238, 32, 46, 0.86);
    height: 100%;
    padding: 20px 20px;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .single_feed .body_feed .header_feed, .single_feed .body_feed .text_feed {
      position: relative;
      display: block;
      text-align: center; }
    .single_feed .body_feed .header_feed {
      padding: 5px 20px; }
      .single_feed .body_feed .header_feed .user_nickname {
        font-family: 'Lato', sans-serif;
        color: #ffffff;
        display: block;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1.2;
        text-align: center;
        text-decoration: underline; }
    .single_feed .body_feed .text_feed {
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff; }
    .single_feed .body_feed .footer_feed {
      position: relative;
      text-align: center;
      margin: 0 auto;
      width: 100%; }
      .single_feed .body_feed .footer_feed .date-elapsed {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.63;
        letter-spacing: normal;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff; }
      .single_feed .body_feed .footer_feed .icon_feed {
        border: none;
        bottom: 0;
        color: #ffffff;
        display: inherit;
        height: 40px;
        margin: 0;
        position: absolute;
        right: 0;
        transition: 0.4s;
        width: 40px; }
        .single_feed .body_feed .footer_feed .icon_feed i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #ffffff;
          font-size: 20px;
          font-stretch: normal;
          font-style: normal;
          font-weight: normal;
          left: 50%;
          letter-spacing: normal;
          line-height: normal;
          position: absolute;
          text-align: center;
          top: 50%; }

@media only screen and (max-width: 991px) {
  .section-c .grid-container {
    margin: 0 auto; }
    .section-c .grid-container .grid-item.size-box-1, .section-c .grid-container .grid-item.size-box-2, .section-c .grid-container .grid-item.size-box-3, .section-c .grid-container .grid-item.size-box-4 {
      width: 300px !important;
      max-width: 100%;
      height: 300px !important; }
      .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed {
        padding: 5px; }
        .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .header_feed {
          font-size: 14px;
          word-break: break-all; }
        .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .text_feed {
          font-size: 14px;
          display: block;
          line-height: 1.2; } }
@media only screen and (max-width: 576px) {
  .section-g .big-title {
    font-size: 42px !important;
    letter-spacing: 2.43px; }

  .section-c .grid-container {
    margin: 0 auto; }
    .section-c .grid-container .grid-item.size-box-1, .section-c .grid-container .grid-item.size-box-2, .section-c .grid-container .grid-item.size-box-3, .section-c .grid-container .grid-item.size-box-4 {
      width: 280px !important;
      max-width: 100%;
      height: 280px !important; }
      .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed {
        padding: 5px; }
        .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .header_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .header_feed {
          font-size: 14px;
          word-break: break-all; }
        .section-c .grid-container .grid-item.size-box-1 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-2 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-3 .single_feed .body_feed .text_feed, .section-c .grid-container .grid-item.size-box-4 .single_feed .body_feed .text_feed {
          font-size: 14px;
          display: block;
          line-height: 1.2; } }
.sponsors-section {
  padding: 40px 0;
  background-color: #007bc1;
  box-shadow: inset 0 -10px 20px 0 rgba(0, 0, 0, 0.1); }
  .sponsors-section .single-sponsor {
    margin: 15px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px; }
    .sponsors-section .single-sponsor .featured-sponsor-images {
      transition: all 0.4s ease;
      text-align: center;
      width: 100%; }
      .sponsors-section .single-sponsor .featured-sponsor-images img {
        max-width: 100%;
        max-height: 100%; }
    .sponsors-section .single-sponsor a {
      display: block;
      text-decoration: none;
      transition: all 0.4s ease; }

@media only screen and (max-width: 767px) {
  .section-sponsors .single-sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media only screen and (max-width: 576px) {
  .section-sponsors .single-sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.section-i {
  position: relative;
  padding: 180px 0 90px;
  overflow: hidden; }

.container-box-grow {
  /*.single-post*/ }
  .container-box-grow .single-post {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px; }
    .container-box-grow .single-post .featured-post-image {
      width: 380px;
      height: 270px;
      max-width: 100%;
      position: relative;
      background-size: cover;
      background-position: 50% 50%;
      transition: all 0.4s ease;
      /*&:hover, &:focus, &:active{
        transition: all 0.4s ease;
        .hover-link-arrow{
          opacity: 0.87;
          .arrow-right-white{
            opacity: 1;
          }
        }
      }*/ }
      .container-box-grow .single-post .featured-post-image .hover-link-arrow {
        background-color: #ffcf01;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
        height: 100%;
        opacity: 0;
        position: absolute;
        transition: all 0.4s ease;
        width: 100%;
        z-index: 5; }
        .container-box-grow .single-post .featured-post-image .hover-link-arrow .arrow-right-white {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%;
          width: 99px;
          height: 35px;
          position: absolute;
          background: url("../images/arrow-right-white.svg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: contain;
          transition: all 0.5s ease;
          opacity: 0;
          z-index: 10; }
    .container-box-grow .single-post .body-post {
      text-align: left;
      padding: 32px 19px 20px; }
      .container-box-grow .single-post .body-post .title-post h3 {
        font-family: 'Roboto Slab', serif;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #1e1a1a;
        margin: 0 0 10px 0;
        transition: all 0.4s ease; }
      .container-box-grow .single-post .body-post .location-post {
        font-family: 'Roboto', sans-serif;
        color: #1e1a1a;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.7px;
        line-height: normal;
        margin-bottom: 15px;
        vertical-align: middle; }
        .container-box-grow .single-post .body-post .location-post::before {
          content: "";
          background-size: contain;
          background-image: url("../images/pin-location.svg");
          height: 19.3px;
          width: 14px;
          margin-right: 9px;
          position: relative;
          display: inline-block;
          vertical-align: bottom; }
      .container-box-grow .single-post .body-post .content-post {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left; }
    .container-box-grow .single-post:hover, .container-box-grow .single-post:focus, .container-box-grow .single-post:active {
      transition: all 0.4s ease; }
      .container-box-grow .single-post:hover .hover-link-arrow, .container-box-grow .single-post:focus .hover-link-arrow, .container-box-grow .single-post:active .hover-link-arrow {
        opacity: 0.87; }
        .container-box-grow .single-post:hover .hover-link-arrow .arrow-right-white, .container-box-grow .single-post:focus .hover-link-arrow .arrow-right-white, .container-box-grow .single-post:active .hover-link-arrow .arrow-right-white {
          opacity: 1; }
      .container-box-grow .single-post:hover .body-post .title-post h3, .container-box-grow .single-post:focus .body-post .title-post h3, .container-box-grow .single-post:active .body-post .title-post h3 {
        color: #ee202e;
        letter-spacing: 1.05px;
        font-size: 21px; }

.center-btn {
  text-align: center;
  margin-top: 40px; }
  .center-btn a {
    text-transform: capitalize; }

@media only screen and (max-width: 576px) {
  .section-i.blog-section .big-title {
    font-size: 55px !important; } }
#wpgmza_map_1 .gm-style .gm-style-iw-c {
  background: #ffcf01;
  border-radius: 0;
  padding: 25px !important; }
  #wpgmza_map_1 .gm-style .gm-style-iw-c .gm-style-iw-d {
    overflow: unset !important; }
  #wpgmza_map_1 .gm-style .gm-style-iw-c .wpgmza-infowindow p.wpgmza_infowindow_address {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.71px;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    text-transform: uppercase; }
  #wpgmza_map_1 .gm-style .gm-style-iw-c .wpgmza-infowindow a.wpgmza_gd {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #6c6b6b !important;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.71px;
    margin: 0 !important;
    display: block; }
#wpgmza_map_1 .gm-style .gm-style-iw-t::after {
  background: #ffcf01; }

#wpgmaps_directions_reset_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  #wpgmaps_directions_reset_1 a {
    margin: 10px auto; }

#wpgmaps_directions_reset_1, #directions_panel_1 {
  width: 40vw !important;
  margin: 0 auto;
  max-width: 100%;
  background: #fff; }
  #wpgmaps_directions_reset_1 .adp-list, #wpgmaps_directions_reset_1 .adp, #wpgmaps_directions_reset_1 .adp table, #directions_panel_1 .adp-list, #directions_panel_1 .adp, #directions_panel_1 .adp table {
    padding: 15px; }

.adp-substep {
  padding: 10px; }

.wpgmaps_directions_outer_div {
  width: 40vw !important;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px !important; }
  .wpgmaps_directions_outer_div h2 {
    font-family: 'Roboto', sans-serif;
    color: #ee202e;
    letter-spacing: 1.75px;
    line-height: 1.43;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center; }
  .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field {
    font-size: 0;
    padding-top: 10px; }
    .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmza-form-field__label {
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      line-height: 1.6;
      color: #1e1a1a;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal; }
    .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field div[id^="wpgmza_options_box"] input[id^="wpgmza"] {
      width: auto !important; }
    .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmza-form-field__input, .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field input {
      background-color: #f0f0f0;
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: #4b4a4a;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      padding: 10px 15px;
      border: none !important;
      width: calc(100% - 40px) !important;
      /* firefox 19+ */
      /* ie */ }
      .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmza-form-field__input::-webkit-input-placeholder, .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field input::-webkit-input-placeholder {
        color: #4b4a4a;
        opacity: 1; }
      .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmza-form-field__input::-moz-placeholder, .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field input::-moz-placeholder {
        color: #4b4a4a;
        opacity: 1; }
      .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmza-form-field__input:-ms-input-placeholder, .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field input:-ms-input-placeholder {
        color: #4b4a4a;
        opacity: 1; }
    .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field a[id^="wpgmza_"] {
      font-size: 16px !important;
      margin-top: 10px;
      line-height: 1.5;
      color: #007bc1 !important; }
    .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field button.wpgmza-use-my-location {
      border: none !important;
      padding: 10px;
      height: 45.6px;
      vertical-align: bottom;
      background: #007bc1;
      color: #ffffff;
      display: inline-block;
      transition: all 0.4s ease; }
      .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field button.wpgmza-use-my-location i {
        color: #ffffff;
        font-size: 20px !important; }
      .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field button.wpgmza-use-my-location:hover, .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field button.wpgmza-use-my-location:focus, .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field button.wpgmza-use-my-location:active {
        background: #ee202e;
        color: #fff !important;
        text-decoration: none; }
    .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field #wpgmza_dir_type_1 {
      width: 100% !important; }
    .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/select-arrow.png") 97%/16px no-repeat #f0f0f0;
      padding: 10px !important;
      padding-right: 20px !important;
      width: 100% !important;
      display: block; }
    .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmaps_get_directions {
      background: #007bc1;
      border-radius: 25.5px;
      border: none;
      color: #ffffff !important;
      cursor: pointer;
      display: inline-block;
      font-family: 'Roboto', sans-serif !important;
      font-size: 15px !important;
      font-stretch: normal !important;
      font-style: normal !important;
      font-weight: 900 !important;
      letter-spacing: normal !important;
      line-height: 1 !important;
      margin: 0 !important;
      max-width: 100%;
      padding: 15px 25px 14px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease;
      width: 180px !important; }
      .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmaps_get_directions:hover, .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmaps_get_directions:focus, .wpgmaps_directions_outer_div .ui-sortable .wpgmza-form-field .wpgmaps_get_directions:active {
        background: #ee202e;
        color: #fff !important;
        text-decoration: none; }

.section-j {
  position: relative;
  border-top: 10px solid #ffcf01;
  z-index: 0;
  background: #ffcf01; }
  .section-j .floating-box-map {
    position: absolute;
    left: 0;
    top: 220px;
    padding: 48px 10px 48px 70px;
    width: 430px;
    background-color: #ffcf01;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 99; }
    .section-j .floating-box-map a {
      display: block;
      transition: all 0.4s ease; }
      .section-j .floating-box-map a:hover {
        text-decoration: none; }
        .section-j .floating-box-map a:hover h2 {
          color: #ee202e !important; }
    .section-j .floating-box-map a, .section-j .floating-box-map h2 {
      font-family: 'Roboto Slab', serif;
      color: #ffffff;
      letter-spacing: 1.75px;
      line-height: 1.43;
      text-transform: uppercase;
      font-size: 35px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      transition: all 0.4s ease; }
  .section-j .map-leyend {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 270px;
    padding: 15px 22px 25px;
    right: 90px;
    z-index: 99; }
    .section-j .map-leyend .list-leyend {
      padding: 0;
      margin: 0;
      position: relative; }
      .section-j .map-leyend .list-leyend li {
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: normal;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        text-transform: uppercase;
        vertical-align: middle; }
        .section-j .map-leyend .list-leyend li::before {
          content: "";
          border-radius: 50%;
          display: inline-block;
          margin-left: 0;
          margin-right: 7px;
          position: relative;
          vertical-align: middle;
          width: 7px;
          height: 7px; }
      .section-j .map-leyend .list-leyend .red::before {
        background: #ee202e; }
      .section-j .map-leyend .list-leyend .blue::before {
        background: #007bc1; }
  .section-j img {
    margin: 0 auto;
    width: 100%; }

@media only screen and (max-width: 991px) {
  .section-j .floating-box-map {
    width: 80%;
    max-width: 100%;
    padding: 30px 20px;
    top: 0;
    margin: 0 auto;
    display: block;
    right: 0;
    text-align: center;
    box-shadow: unset; }
    .section-j .floating-box-map h2 {
      font-size: 28px; } }
@media only screen and (max-width: 767px) {
  #wpgmaps_directions_reset_1, #directions_panel_1 {
    width: 80vw !important; } }
@media only screen and (max-width: 576px) {
  .section-j .floating-box-map {
    top: 0;
    width: 100%; }

  .section-j .map-leyend {
    left: 0;
    right: 0;
    margin: 0 auto; } }
.gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield {
  /*checkbox*/
  /*field address */ }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio {
    /*RADIO Button circular style*/ }
    .gform_wrapper:not(#gform_wrapper_2) .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_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
      font-family: 'Lato', sans-serif;
      color: #1e1a1a;
      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_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_2) .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: #007bc1;
        border-radius: 50%;
        border: 4px solid #007bc1;
        height: 14px;
        left: 0;
        position: absolute;
        top: 7px;
        transition: all 0.2s ease;
        width: 14px;
        z-index: -1; }
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
    .gform_wrapper:not(#gform_wrapper_2) .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_2) .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 #939382;
      background: transparent; }
  .gform_wrapper:not(#gform_wrapper_2) .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_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label,
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label {
    font-family: 'Lato', sans-serif;
    color: #000000;
    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;
    z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::after,
    .gform_wrapper:not(#gform_wrapper_2) .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: #007bc1;
      border-radius: 0;
      border: 4px solid #007bc1;
      height: 15px;
      left: 0;
      position: absolute;
      top: 1px;
      transition: all 0.2s ease;
      width: 15px;
      z-index: -1; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked,
  .gform_wrapper:not(#gform_wrapper_2) .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_2) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px; }
  .gform_wrapper:not(#gform_wrapper_2) .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 #939382;
    background: transparent; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .ginput_container_address .address_country select {
    padding: 5px 4px;
    line-height: 1em !important; }
  .gform_wrapper:not(#gform_wrapper_2) .gform_body ul.gform_fields li.gfield .top_label .gfield_label {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1em; }

.gform_wrapper:not(#gform_wrapper_2) .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_2) .gform_footer input[type="submit"], .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button {
    background: #007bc1;
    border-radius: 25.5px;
    border: none;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 900 !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-width: 100%;
    padding: 15px 25px 14px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 180px; }
    .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input[type="submit"]:active, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:hover, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:focus, .gform_wrapper:not(#gform_wrapper_2) .gform_footer input.button:active {
      background: #ee202e;
      color: #fff !important;
      text-decoration: none; }

.interior .gform_confirmation_wrapper {
  font-size: 18px !important;
  color: #825d22 !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 18px;
  color: #fff;
  display: block;
  background: #007bc1;
  padding: 10px 20px; }

.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  min-height: 50px;
  padding: 3px 10px !important; }
  .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: 0 0 4px rgba(0, 0, 0, 0.2);
    outline: none; }
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select-arrow.png") 97%/16px no-repeat #f0f0f0;
  padding: 10px !important; }
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  height: 15px; }
.gform_wrapper label.gfield_label {
  font-family: 'Lato', sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  margin: 10px 0 0 0; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important; }

/*START Sign Up--------------------------------------------------*/
.sign-up-form {
  position: relative;
  background: transparent;
  padding: 45px 0; }
  .sign-up-form .gform_wrapper {
    margin: 0;
    position: relative;
    width: 100%; }
    .sign-up-form .gform_wrapper form {
      -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;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .sign-up-form .gform_wrapper .gform_heading {
      -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
      flex: 2 2 auto;
      margin: 0;
      width: auto; }
      .sign-up-form .gform_wrapper .gform_heading .gform_title {
        font-family: 'Roboto Slab', serif;
        color: #ffffff;
        font-size: 20px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 2.43px;
        line-height: normal;
        margin: 0;
        text-transform: uppercase; }
    .sign-up-form .gform_wrapper .gform_body {
      margin: 0 15px !important;
      position: relative;
      z-index: 1;
      -webkit-box-flex: 2;
      -ms-flex: 2 2 260px;
      flex: 2 2 260px; }
      .sign-up-form .gform_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: nowrap;
        flex-wrap: nowrap; }
        .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li {
          margin: 0 !important;
          padding: 0 !important;
          width: 100%; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .gfield_label {
            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 {
            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 {
              background: transparent !important;
              border-bottom: 1px solid #ffffff !important;
              border-radius: 0 !important;
              border: none;
              color: #ffffff;
              font-family: 'Poppins', sans-serif !important;
              font-size: 14px !important;
              font-stretch: normal;
              font-style: normal;
              font-weight: 300;
              height: 44px;
              letter-spacing: 1.7px;
              line-height: normal;
              padding: 14px 0 !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 {
                color: #ffffff;
                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 {
                color: #ffffff;
                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 {
                color: #ffffff;
                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 {
                box-shadow: none;
                outline: none; }
          .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_email input, .sign-up-form .gform_wrapper .gform_body ul.gform_fields li .ginput_container_email input {
            padding: 0 5px !important; }
    .sign-up-form .gform_wrapper .gform_footer {
      margin: 0 !important;
      padding: 0 !important;
      position: relative;
      text-align: center;
      transition: all 0.4s ease;
      width: 180px;
      z-index: 99; }
      .sign-up-form .gform_wrapper .gform_footer input.gform_button {
        font-family: 'Roboto', sans-serif;
        background-color: transparent;
        border-radius: 25.5px;
        border: solid 2px #ffffff;
        color: #ffffff !important;
        cursor: pointer;
        font-size: 14px !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-weight: 900 !important;
        letter-spacing: normal !important;
        line-height: 1.43 !important;
        margin: 0;
        opacity: 1;
        padding: 12px 20px !important;
        text-align: center !important;
        text-transform: uppercase;
        transition: all 0.4s ease;
        width: 100% !important; }
        .sign-up-form .gform_wrapper .gform_footer input.gform_button:hover {
          text-decoration: none;
          background-color: #ffcf01 !important;
          color: #ffffff !important; }
    .sign-up-form .gform_wrapper .gfield_description {
      display: none; }
    .sign-up-form .gform_wrapper div.validation_error {
      margin-bottom: 0;
      position: absolute;
      top: -50px;
      width: auto;
      right: 0;
      background: #790000;
      color: #fff;
      padding: 0 10px; }
  .sign-up-form .gform_confirmation_wrapper {
    float: none;
    margin-top: 0;
    text-align: center; }

@media only screen and (max-width: 991px) {
  .sign-up-form .gform_wrapper form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sign-up-form .gform_wrapper form .gform_heading {
      margin-bottom: 15px;
      -webkit-box-flex: 100%;
      -ms-flex: 2 0 100%;
      flex: 2 0 100%; }
    .sign-up-form .gform_wrapper form .gform_footer {
      margin-top: 20px !important; }

  .sign-up-form .gform_wrapper .gform_heading .gform_title {
    text-align: center; } }
@media only screen and (max-width: 576px) {
  .sign-up-form .gform_wrapper .gform_body {
    width: 100%;
    display: block; }
    .sign-up-form .gform_wrapper .gform_body ul.gform_fields {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield {
        flex-grow: 0;
        width: 100%; }
      .sign-up-form .gform_wrapper .gform_body ul.gform_fields li.gfield:first-child {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 5px !important; } }
/*END Sign Up------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #fff;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-image: none; }
  .interior-banner .tooltip-caption-banner {
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 20; }
  .interior-banner img {
    width: auto;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .interior-banner::before {
    content: "";
    opacity: 0.35;
    background-color: #000000;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 7; }
  .interior-banner::after {
    content: "";
    background-image: url("../images/texture-interior-banner.png");
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: repeat-x;
    bottom: -60px;
    height: 120px;
    position: absolute;
    width: 100%;
    z-index: 8; }
  .interior-banner .container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10; }
  .interior-banner .title-page {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: unset;
    left: 50%;
    max-width: 80%;
    min-width: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    z-index: 15; }
    .interior-banner .title-page h1 {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      font-size: 40px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: normal;
      text-align: center;
      text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
      text-transform: uppercase; }
      .interior-banner .title-page h1 strong {
        font-size: 40px;
        font-weight: bold;
        color: #ffffff; }
    .interior-banner .title-page p {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5;
      margin: 0;
      text-align: center; }
  .interior-banner.i-singular-post .title-page h1, .interior-banner.i-single .title-page h1 {
    font-size: 45px !important; }

/*END Interior Top (BANNER)------------------------------------------*/
@media only screen and (max-width: 991px) {
  .interior-banner {
    min-height: 320px; }
    .interior-banner .title-page {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .interior-banner .title-page h1 {
        font-size: 35px; } }
@media only screen and (max-width: 767px) {
  .interior-banner {
    min-height: 320px; }
    .interior-banner .title-page {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .interior-banner .title-page h1 {
        font-size: 30px; } }
@media only screen and (max-width: 576px) {
  .interior-banner {
    min-height: 200px; } }
#comments h2.comments-title {
  font-family: 'Roboto Slab', serif;
  color: #04d282 !important;
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px; }
#comments .count-comments {
  font-family: 'Roboto Slab', serif;
  color: #1aa5bc !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: 'Lato', 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: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          /*--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: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          /*--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: 'Lato', sans-serif;
      color: #727272;
      line-height: 1.4em;
      margin: 0; }
  #comments ol.comment-list .reply a {
    font-family: 'Lato', 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: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--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: 'Roboto Slab', 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: 'Lato', 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: 'Lato', 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; }

.interior-category {
  padding: 40px 0 70px; }
  .interior-category .m-bottom {
    margin-bottom: 25px; }
  .interior-category .filter-category {
    margin-bottom: 40px; }
    .interior-category .filter-category select {
      border-radius: 3px;
      border: 1px solid #ee202e;
      display: block;
      line-height: 1.4;
      margin: 0 0 0;
      padding: 10px 50px 10px 15px;
      width: 400px;
      max-width: 100%;
      color: #ffffff;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: #ee202e url("../images/caret-down-white.png") 95%/auto no-repeat; }
      .interior-category .filter-category select option {
        color: #ffffff; }
    .interior-category .filter-category div[id^="ajaxsearchpro1_"] {
      flex-basis: 400px; }
    .interior-category .filter-category div[id^="ajaxsearchpro1_"] {
      font-weight: normal !important;
      font-size: 16px !important;
      border-radius: 3px !important;
      flex-basis: 400px; }
      .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox {
        height: 50px !important;
        background: transparent !important; }
        .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .promagnifier {
          background: #ee202e !important;
          width: 50px !important;
          height: 50px !important; }
          .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .promagnifier .innericon {
            width: 50px !important;
            height: 50px !important; }
        .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput {
          background: transparent !important;
          height: auto !important;
          padding: 15px !important; }
          .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form input, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form textarea, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form select {
            border-radius: 3px !important;
            box-shadow: none !important;
            color: #ffffff !important;
            font-family: 'Roboto', sans-serif !important;
            font-size: 18px !important;
            font-weight: 600 !important;
            height: auto !important;
            outline: none !important;
            padding: 15px 15px !important;
            width: 100%; }
            .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form input.autocomplete, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form textarea.autocomplete, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form select.autocomplete {
              top: 20px !important; }
            .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form input:active, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form input:focus, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form textarea:active, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form textarea:focus, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form select:active, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form select:focus {
              outline: none !important;
              border: none !important; }
            .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form input::-webkit-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form input::-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form input:-ms-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form input:-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form textarea::-webkit-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form textarea::-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form textarea:-ms-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form textarea:-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form select::-webkit-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form select::-moz-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form select:-ms-input-placeholder, .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proinput form select:-moz-placeholder {
              color: #ffffff !important;
              font-family: 'Roboto', sans-serif !important;
              font-size: 18px !important;
              font-weight: normal !important;
              opacity: 1 !important; }
        .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proloading {
          align-self: center; }
        .interior-category .filter-category div[id^="ajaxsearchpro1_"] .probox .proclose {
          align-self: center; }
  .interior-category form.searchandfilter {
    margin-bottom: 30px; }
    .interior-category form.searchandfilter ul {
      padding: 0;
      display: block;
      margin: 0 auto;
      text-align: center; }
      .interior-category form.searchandfilter ul li {
        display: inline-block !important;
        padding: 0;
        margin: 0 10px; }
      .interior-category form.searchandfilter ul input, .interior-category form.searchandfilter ul select {
        border-radius: 30px;
        border: 1px solid #b7b7b7;
        width: 100%;
        padding: 5px 20px;
        display: block;
        margin: 0 0 20px 0;
        line-height: 2em; }
      .interior-category form.searchandfilter ul input[type=submit], .interior-category form.searchandfilter ul .mdf_button, .interior-category form.searchandfilter ul .mdf_reset_button {
        font-family: 'Lato', sans-serif;
        background: #ee202e;
        border-radius: 30px;
        border: none;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1em;
        width: auto !important;
        margin: 20px auto;
        max-width: 100%;
        padding: 12px 20px;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease; }
        .interior-category form.searchandfilter ul input[type=submit]:hover, .interior-category form.searchandfilter ul .mdf_button:hover, .interior-category form.searchandfilter ul .mdf_reset_button:hover {
          text-decoration: none;
          background: #eb7c10; }
  .interior-category .single-blog-post {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative; }
    .interior-category .single-blog-post .image-post-thumb {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: #ffffff;
      height: 310px;
      margin: 0 auto;
      width: 100%;
      z-index: 1;
      position: relative; }
    .interior-category .single-blog-post .info-single-category {
      padding: 20px 0;
      position: relative;
      background-color: #ffffff;
      z-index: 0; }
      .interior-category .single-blog-post .info-single-category::before {
        content: none;
        /*@include center(-50%,-50%);
        border: solid 5px #30a6bd;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
        display: block;
        height: 100%;
        right: 0;
        margin: 0 auto;
        position: absolute;
        width: calc(140%);
        top: 0;
        width: calc(100% + 90px);
        z-index: -1; */ }
      .interior-category .single-blog-post .info-single-category .title-post {
        font-family: 'Lato', sans-serif;
        color: #252525 !important;
        font-size: 30px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 500 !important;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 20px;
        transition: all 0.4s ease;
        text-transform: uppercase; }
        .interior-category .single-blog-post .info-single-category .title-post:hover {
          text-decoration: none; }
      .interior-category .single-blog-post .info-single-category p {
        font-family: 'Lato', sans-serif;
        color: #6c6e70;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.67;
        text-align: left; }
      .interior-category .single-blog-post .info-single-category a.btn-orange, .interior-category .single-blog-post .info-single-category a.btn-2 {
        font-family: 'Lato', sans-serif; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .container-box-grow .single-post {
    max-width: 30.3%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.3%;
    flex: 0 0 30.3%; }

  .interior-category .container {
    max-width: 100%; } }
@media only screen and (max-width: 991px) {
  .interior-category .filter-category select {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  .interior-category .single-blog-post .info-single-category p, .interior-category .single-blog-post .info-single-category, .interior-category .single-blog-post .info-single-category .title-post {
    text-align: center; } }
.single-team_member .title-page, .single-team_member .sub-title {
  text-align: left !important;
  margin-bottom: 20px; }

.interior-page, .sc-single-wrapper {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #1e1a1a;
  font-size: 18px;
  position: relative;
  /*--- Images With Caption (wordpress) ---*/
  /*--- Images With Caption (wordpress) ---*/
  /*--- Definition List ---*/
  /*--- Definition List ---*/
  /*--- Undesorder List ---*/
  /*--- Undesorder List ---*/
  /*--- Order List ---*/
  /*----- Order List ----- */
  /*---- Table Styles ----*/
  /*---- Table Styles ----*/ }
  .interior-page .elevated-container, .sc-single-wrapper .elevated-container {
    margin-top: -175px;
    position: relative;
    background-color: #ffffff;
    min-height: 40vh;
    padding: 70px 60px 40px;
    margin-bottom: 50px;
    z-index: 50; }
  .interior-page .content-page, .sc-single-wrapper .content-page {
    padding: 40px 0 30px; }
  .interior-page img, .sc-single-wrapper img {
    max-width: 100%;
    height: auto; }
  .interior-page .title-page, .interior-page .sub-title, .sc-single-wrapper .title-page, .sc-single-wrapper .sub-title {
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 45px;
    color: #007bc1 !important; }
  .interior-page .sub-title, .sc-single-wrapper .sub-title {
    color: #1e1a1a; }
  .interior-page h1, .interior-page h2, .interior-page h3, .sc-single-wrapper h1, .sc-single-wrapper h2, .sc-single-wrapper h3 {
    font-family: 'Roboto Slab', serif;
    color: #1e1a1a;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase; }
  .interior-page h4, .interior-page h5, .interior-page h6, .sc-single-wrapper h4, .sc-single-wrapper h5, .sc-single-wrapper h6 {
    font-family: 'Roboto Slab', serif;
    color: #1e1a1a;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .interior-page h1, .sc-single-wrapper h1 {
    font-size: 45px;
    line-height: 1.11;
    margin-bottom: 30px;
    margin-top: 0; }
  .interior-page h2, .sc-single-wrapper h2 {
    font-size: 35px; }
  .interior-page h3, .sc-single-wrapper h3 {
    font-size: 30px; }
  .interior-page h4, .sc-single-wrapper h4 {
    font-size: 28px; }
  .interior-page h5, .sc-single-wrapper h5 {
    font-size: 25px; }
  .interior-page h6, .sc-single-wrapper h6 {
    font-size: 22px; }
  .interior-page hr, .sc-single-wrapper hr {
    border-color: #007bc1 !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 25px;
    margin-top: 25px; }
  .interior-page p, .sc-single-wrapper p {
    font-family: 'Lato', sans-serif;
    color: #1e1a1a;
    font-size: 18px !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.67;
    margin-bottom: 25px;
    text-align: left; }
    .interior-page p strong, .sc-single-wrapper p strong {
      color: #1e1a1a;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67; }
    .interior-page p em, .sc-single-wrapper p em {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-style: italic; }
  .interior-page blockquote, .sc-single-wrapper blockquote {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    background: transparent;
    border: none;
    color: #282828;
    margin: 50px auto 40px;
    padding: 50px 12% 40px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 10; }
    .interior-page blockquote p, .interior-page blockquote a, .interior-page blockquote address, .interior-page blockquote span, .interior-page blockquote strong, .interior-page blockquote time, .sc-single-wrapper blockquote p, .sc-single-wrapper blockquote a, .sc-single-wrapper blockquote address, .sc-single-wrapper blockquote span, .sc-single-wrapper blockquote strong, .sc-single-wrapper blockquote time {
      font-family: 'Lato', sans-serif;
      font-size: 24px;
      font-weight: normal;
      font-style: italic;
      font-stretch: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: #282828;
      text-align: left; }
    .interior-page blockquote::before, .sc-single-wrapper blockquote::before {
      content: '';
      background-image: url("../images/quote.png");
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-color: #007bc1;
      position: absolute;
      height: 95px;
      left: 0;
      top: 0;
      width: 95px; }
    .interior-page blockquote::after, .sc-single-wrapper blockquote::after {
      content: '';
      background: #007bc1;
      height: 5px;
      left: 0;
      position: absolute;
      top: 25px;
      width: 100%;
      z-index: -1; }
  .interior-page a, .sc-single-wrapper a {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: left;
    color: #ee202e;
    transition: all 0.4s ease;
    text-decoration: underline; }
    .interior-page a:hover, .sc-single-wrapper a:hover {
      text-decoration: none; }
    .interior-page a.read-more, .sc-single-wrapper a.read-more {
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      display: inline-block;
      color: #ee202e;
      max-width: 100%;
      padding: 0 50px 0 0;
      position: relative;
      text-transform: uppercase;
      text-decoration: none !important;
      transition: all 0.4s ease; }
      .interior-page a.read-more::after, .sc-single-wrapper a.read-more::after {
        content: "";
        background-image: url("../images/chevron-black-right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        height: 11px;
        position: absolute;
        right: 20px;
        top: 3px;
        width: 6px;
        /*content: "\f054";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit; */
        /*--adjust as necessary--*/
        /*display: inline-block;
        position: absolute;
        right: 10px;
        transition: all 0.4s ease; */ }
  .interior-page a[rel=external], .sc-single-wrapper a[rel=external] {
    position: relative; }
    .interior-page a[rel=external]::before, .sc-single-wrapper a[rel=external]::before {
      content: '\f35d';
      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: #ee202e;
      position: relative;
      font-size: 16px;
      padding-right: 10px; }
  .interior-page .wp-caption, .sc-single-wrapper .wp-caption {
    display: block;
    max-width: 100%; }
    .interior-page .wp-caption img, .sc-single-wrapper .wp-caption img {
      max-width: 100%;
      display: block;
      margin: 0 auto 10px; }
    .interior-page .wp-caption .wp-caption-text, .sc-single-wrapper .wp-caption .wp-caption-text {
      font-family: 'Roboto', sans-serif;
      color: #282828 !important;
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.69;
      text-align: left; }
  .interior-page figure img, .sc-single-wrapper figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px; }
  .interior-page figure figcaption, .sc-single-wrapper figure figcaption {
    margin-top: 10px; }
  .interior-page dl.list dt, .sc-single-wrapper dl.list dt {
    font-family: 'Roboto', sans-serif;
    color: #007bc1 !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 15px; }
    .interior-page dl.list dt.h3, .sc-single-wrapper dl.list dt.h3 {
      font-size: 36px; }
    .interior-page dl.list dt.h4, .sc-single-wrapper dl.list dt.h4 {
      font-size: 30px; }
    .interior-page dl.list dt.h5, .sc-single-wrapper dl.list dt.h5 {
      font-size: 28px; }
    .interior-page dl.list dt.h6, .sc-single-wrapper dl.list dt.h6 {
      font-size: 24px; }
  .interior-page dl.list dd, .sc-single-wrapper dl.list dd {
    font-family: 'Roboto', sans-serif;
    color: #1e1a1a !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 25px;
    position: relative; }
    .interior-page dl.list dd::before, .sc-single-wrapper dl.list dd::before {
      content: "";
      border-radius: 50%;
      background: #007bc1;
      /*border-bottom:4px solid transparent;
      border-left:4px solid $text;
      border-top:4px solid transparent;*/
      display: inline-block;
      left: 0;
      margin-left: 0;
      margin-right: 5px;
      margin-top: 9px;
      position: absolute;
      width: 10px;
      height: 10px; }
    .interior-page dl.list dd dl, .sc-single-wrapper dl.list dd dl {
      margin-top: 10px; }
  .interior-page ul.list, .sc-single-wrapper ul.list {
    font-family: 'Roboto', sans-serif;
    padding: 0; }
    .interior-page ul.list br, .sc-single-wrapper ul.list br {
      display: none; }
    .interior-page ul.list li, .sc-single-wrapper ul.list li {
      font-family: 'Roboto', sans-serif;
      color: #282828 !important;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5;
      list-style-type: none;
      margin: 0 0 5px 0px !important;
      padding-left: 25px;
      position: relative; }
      .interior-page ul.list li::before, .sc-single-wrapper ul.list li::before {
        content: "";
        border-radius: 50%;
        background: #007bc1;
        /*border-bottom:4px solid transparent;
        border-left:4px solid $text;
        border-top:4px solid transparent;*/
        display: inline-block;
        margin-left: 0;
        left: 0;
        margin-right: 5px;
        margin-top: 9px;
        position: absolute;
        width: 10px;
        height: 10px; }
      .interior-page ul.list li p, .sc-single-wrapper ul.list li p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #282828 !important; }
        .interior-page ul.list li p strong, .sc-single-wrapper ul.list li p strong {
          color: #282828;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.5; }
      .interior-page ul.list li ul, .sc-single-wrapper ul.list li ul {
        padding-left: 10px; }
  .interior-page ol, .sc-single-wrapper ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .interior-page ol > li, .sc-single-wrapper ol > li {
      display: table;
      counter-increment: item;
      margin-bottom: 0.6em; }
      .interior-page ol > li:before, .sc-single-wrapper ol > li:before {
        content: counters(item,".") ". ";
        display: table-cell;
        padding-right: 0.6em; }
      .interior-page ol > li ol > li:before, .sc-single-wrapper ol > li ol > li:before {
        content: counters(item,".") " "; }
    .interior-page ol li, .sc-single-wrapper ol li {
      font-family: 'Roboto', sans-serif;
      color: #1e1a1a;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5;
      list-style-type: none;
      margin-bottom: 10px;
      margin-left: 0;
      position: relative;
      padding-left: 25px; }
      .interior-page ol li h1, .interior-page ol li h2, .interior-page ol li h3, .interior-page ol li h4, .interior-page ol li h5, .interior-page ol li h6, .sc-single-wrapper ol li h1, .sc-single-wrapper ol li h2, .sc-single-wrapper ol li h3, .sc-single-wrapper ol li h4, .sc-single-wrapper ol li h5, .sc-single-wrapper ol li h6 {
        margin-top: 0 !important;
        display: inline-block !important; }
      .interior-page ol li::before, .sc-single-wrapper ol li::before {
        font-family: 'Roboto', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #007bc1 !important;
        display: inline-block;
        font-size: 18px;
        padding-right: 0;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0; }
      .interior-page ol li ol, .sc-single-wrapper ol li ol {
        margin-top: 10px; }
        .interior-page ol li ol li, .sc-single-wrapper ol li ol li {
          padding-left: 35px; }

.sc_team_single_member.sidebar #sc_team_sidebar_body .name {
  margin-bottom: 15px; }

@media only screen and (max-width: 991px) {
  .interior-page .elevated-container, .sc-single-wrapper .elevated-container {
    margin-top: 0 !important; }

  .interior-page p {
    margin-bottom: 15px; }
  .interior-page blockquote {
    padding: 85px 10% 30px; } }
@media only screen and (max-width: 767px) {
  .interior-page .title-page, .sc-single-wrapper .title-page {
    font-size: 35px; }

  .interior-page p {
    margin-bottom: 15px; }
  .interior-page blockquote {
    padding: 85px 10% 30px; } }
@media only screen and (max-width: 576px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto 20px;
    display: block; }

  .interior-page .title-page, .sc-single-wrapper .title-page {
    font-size: 30px; }

  .interior-page .content-page {
    padding: 15px 25px 30px; }

  .interior-page .elevated-container {
    padding: 15px 15px 0; }

  .interior-page h2 {
    font-size: 32px; }
  .interior-page h3 {
    font-size: 28px; }
  .interior-page h4 {
    font-size: 24px; }
  .interior-page h5 {
    font-size: 22px; }
  .interior-page h6 {
    font-size: 20px; }
  .interior-page blockquote, .interior-page blockquote p {
    font-size: 18px;
    margin: 30px auto 20px; }
  .interior-page .interior-page ul.list li a {
    word-break: break-all; }

  .interior-page #sc_our_team .sc_team_member .sc_team_member_jobtitle {
    font-size: 11px !important; }

  .interior-page, .sc-single-wrapper {
    font-size: 15px !important; }

  .interior-page .elevated-container, .sc-single-wrapper .elevated-container {
    padding: 70px 20px 40px; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.filters {
  margin: 0 0 50px 0; }
  .filters .filter-description {
    font-family: 'Lato', sans-serif;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 700; }

.page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
  -webkit-flex-flow: column !important; }
  .page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container {
    margin-bottom: 10px; }

.page-template-_testimonials-grid .mdf_shortcode_skin_custom form {
  -webkit-flex-flow: row nowrap; }

.mdf_shortcode_skin_custom form {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  float: none; }
  .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit], .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button {
    font-family: 'Roboto', sans-serif !important;
    background: #ee202e;
    border-radius: 0;
    border: none;
    color: #fff;
    display: block;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease; }
    .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit]:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button:hover {
      text-decoration: none;
      background: #ffcf01;
      color: #ffffff; }
  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    float: none; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/select-arrow.png") 97%/16px no-repeat #f0f0f0;
      padding: 10px !important;
      width: 330px; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container input {
      border-radius: 0px;
      border: 1px solid #f0f0f0;
      display: block;
      line-height: 2em;
      margin: 0 !important;
      max-width: 100%;
      padding: 5px 20px;
      width: 330px; }

.navigation ol.tw-pagination {
  list-style-type: none; }
  .navigation ol.tw-pagination > li::before {
    content: none; }
  .navigation ol.tw-pagination li {
    display: inline-block;
    padding: 0; }
    .navigation ol.tw-pagination li:first-child {
      display: none; }
    .navigation ol.tw-pagination li span.current {
      font-family: 'Lato', sans-serif;
      background: transparent;
      border: none;
      color: #7da24c;
      font-size: 17px;
      font-weight: 500; }
    .navigation ol.tw-pagination li a {
      background: transparent;
      border: none; }
      .navigation ol.tw-pagination li a.page {
        font-family: 'Lato', sans-serif;
        color: #2c2c2c;
        font-size: 17px;
        font-weight: 400; }
      .navigation ol.tw-pagination li a.prev, .navigation ol.tw-pagination li a.next {
        font-size: 0; }
        .navigation ol.tw-pagination li a.prev::after, .navigation ol.tw-pagination li a.next::after {
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          /*--adjust as necessary--*/
          color: #7da24c;
          display: inline-block;
          font-size: 17px; }
      .navigation ol.tw-pagination li a.prev::after {
        content: "\f0d9"; }
      .navigation ol.tw-pagination li a.next::after {
        content: "\f0da"; }

@media only screen and (max-width: 991px) {
  .filters .filter-description {
    margin-bottom: 25px; } }
body.error404 #NavDropdown ul li a, body.error404 #NavDropdown ul li.open a {
  color: #333333; }

.page-error {
  height: 90vh;
  background-color: #f4f4f4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-error .container {
    position: relative;
    height: 100%; }
    .page-error .container .container-404 {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      text-align: center;
      width: 100%; }
      .page-error .container .container-404 .image-404 {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 300px;
        margin: 0 auto;
        max-width: 100%;
        width: 500px; }
      .page-error .container .container-404 .page-not-found span {
        text-transform: uppercase;
        color: #009ece;
        line-height: 1em;
        font-size: 50px;
        font-weight: 900; }
      .page-error .container .container-404 a.btn-orange {
        margin: 20px auto 0; }

@media only screen and (max-width: 767px) {
  .page-error {
    height: 70vh; } }
div[id^="popmake-"] {
  -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; }

.pum-theme-default-theme .pum-container {
  margin: 0 auto !important;
  width: 500px !important;
  max-width: 90% !important; }
  .pum-theme-default-theme .pum-container .pum-close.popmake-close {
    background-color: transparent;
    border: none;
    height: inherit;
    line-height: 1;
    padding: 0; }
  .pum-theme-default-theme .pum-container .pum-content p {
    color: #000000 !important; }
  .pum-theme-default-theme .pum-container .pum-content a.btn-1, .pum-theme-default-theme .pum-container .pum-content a.btn-yellow {
    display: block  !important;
    margin: 20px auto 0  !important;
    width: 100%  !important;
    text-align: center  !important;
    padding: 15px 25px 14px !important; }
    .pum-theme-default-theme .pum-container .pum-content a.btn-1::after, .pum-theme-default-theme .pum-container .pum-content a.btn-yellow::after {
      content: none; }

.floating-buttons-popup {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99; }
  .floating-buttons-popup a {
    padding: 10px 15px;
    border-radius: 30px;
    color: #fff;
    background: #007bc1;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-weight: 700; }

.pum-theme-default-theme .pum-container {
  padding: 0;
  text-align: center; }

.pum-theme-768, .pum-theme-777 {
  border-radius: 6px; }
  .pum-theme-768 .pum-container, .pum-theme-777 .pum-container {
    padding: 0 !important;
    background-color: #fff; }
  .pum-theme-768 .pum-content, .pum-theme-777 .pum-content {
    text-align: center; }
    .pum-theme-768 .pum-content h2, .pum-theme-777 .pum-content h2 {
      font-family: 'Roboto Slab', serif;
      color: #0eb08c;
      font-size: 40px;
      font-weight: 400;
      padding: 0 30px;
      margin: 10px 0 10px; }
    .pum-theme-768 .pum-content p, .pum-theme-777 .pum-content p {
      font-family: 'Lato', sans-serif;
      color: #303030;
      font-size: 18px;
      font-weight: 400;
      padding: 0 30px;
      margin: 0 0 20px; }
  .pum-theme-768 .gform_wrapper form, .pum-theme-777 .gform_wrapper form {
    text-align: center; }
    .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield {
      padding: 0;
      margin: 0; }
      .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield label, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
        display: none; }
      .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
        font-size: 17px !important;
        border-radius: 30px;
        margin: 15px auto;
        text-align: center;
        width: 75%;
        padding: 10px 30px !important; }
    .pum-theme-768 .gform_wrapper form .gform_footer, .pum-theme-777 .gform_wrapper form .gform_footer {
      margin: 0;
      padding: 0; }
      .pum-theme-768 .gform_wrapper form .gform_footer input[type="submit"], .pum-theme-777 .gform_wrapper form .gform_footer input[type="submit"] {
        background: #f7863d;
        color: #fff;
        text-transform: none;
        font-size: 21px;
        margin: 5px auto 0;
        width: 75%; }

.pum-theme-777 .btn-orange {
  color: #f7863d !important;
  font-size: 20px !important;
  padding: 13px 30px !important;
  text-transform: none !important; }

.pum-theme-768 .pum-content, .pum-theme-777 .pum-content {
  padding-bottom: 40px; }

/*Join Pop UP*/
#popmake-774 {
  background: url("../images/shutterstock_207492568.jpg") 50% 50%;
  background-size: cover;
  width: 810px !important;
  max-width: 80% !important;
  border-radius: 6px; }
  #popmake-774::before {
    content: "";
    background: rgba(21, 21, 21, 0.35);
    background: -moz-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 21, 21, 0.35)), color-stop(100%, rgba(255, 255, 255, 0.35)));
    background: -webkit-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -o-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -ms-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: linear-gradient(to right, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#ffffff', GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 6px;
    left: 0;
    z-index: 0; }
  #popmake-774 .pum-content {
    width: 50%;
    padding-top: 40px;
    position: relative;
    z-index: 10; }
    #popmake-774 .pum-content p {
      margin: 0; }
    #popmake-774 .pum-content img {
      width: 180px; }
    #popmake-774 .pum-content h2 {
      font-family: 'Roboto Slab', serif;
      color: #fff !important;
      font-size: 35px;
      line-height: 1em; }
    #popmake-774 .pum-content a {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 18px;
      marign-top: 30px;
      text-decoration: underline; }
    #popmake-774 .pum-content .gform_wrapper form .gform_body ul.gform_fields li.gfield input, #popmake-774 .pum-content .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
      background: #ffffff;
      margin: 10px auto; }
  #popmake-774 .pum-close.popmake-close {
    color: #009ece !important;
    font-size: 40px !important; }

@media only screen and (max-width: 767px) {
  .pum-theme-default-theme .pum-container {
    padding: 20px !important; }
    .pum-theme-default-theme .pum-container .pum-content.popmake-content h2 {
      font-size: 24px; }
    .pum-theme-default-theme .pum-container .pum-content.popmake-content p {
      font-size: 16px; } }
/*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; }
    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 h3 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.6em; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #ee202e;
          text-decoration: none;
          padding-bottom: 5px;
          border-bottom: 2px solid #ee202e; }
      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-color: transparent;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-color: #dee2e6;
          color: #343a40;
          display: inline-block;
          padding-bottom: 2px;
          text-decoration: none;
          transition: all .2s ease-in-out; }
          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: none !important; }

/*END Search Page-----------------------------------*/
@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; } }
.page .social-networks {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-align: center; }
  .page .social-networks a, .page .social-networks li, .page .social-networks li a {
    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; }
    .page .social-networks a .fas, .page .social-networks a .fab, .page .social-networks a .fa, .page .social-networks li .fas, .page .social-networks li .fab, .page .social-networks li .fa, .page .social-networks li a .fas, .page .social-networks li a .fab, .page .social-networks li a .fa {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      font-size: 16px;
      margin: 0 auto;
      position: absolute; }
    .page .social-networks a:hover, .page .social-networks li:hover, .page .social-networks li a:hover {
      background: transparent;
      color: #000000;
      box-shadow: none; }
      .page .social-networks a:hover i, .page .social-networks li:hover i, .page .social-networks li a:hover i {
        background: transparent;
        text-shadow: none; }
  .page .social-networks.circle a, .page .social-networks.circle li, .page .social-networks.circle li a {
    border-radius: 50%; }
  .page .social-networks.square a, .page .social-networks.square li, .page .social-networks.square li a {
    border-radius: 0; }
  .page .social-networks.w_border a, .page .social-networks.w_border li, .page .social-networks.w_border li a {
    background: transparent !important;
    border: 1px solid #fff; }
  .page .social-networks.green a, .page .social-networks.green li, .page .social-networks.green li a {
    background-color: #7da24c; }
  .page .social-networks.blue a, .page .social-networks.blue li, .page .social-networks.blue li a {
    background-color: #007bc1; }

#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: 100%;
  min-height: calc(100vh - 400px); }

.custom-events-content {
  padding: 50px 0; }
  .custom-events-content a[class^="btn-"] {
    margin: 0 !important; }
  .custom-events-content p strong {
    font-family: 'Roboto', sans-serif;
    color: #7da24c !important;
    display: inline;
    line-height: 1.55; }
  .custom-events-content h1, .custom-events-content h2, .custom-events-content h3, .custom-events-content h4, .custom-events-content h5, .custom-events-content h6 {
    font-weight: bold !important;
    color: #2f4357 !important; }
  .custom-events-content .link .addtoany_shortcode {
    margin-left: 10px; }
    .custom-events-content .link .addtoany_shortcode a.addtoany_no_icon {
      font-family: 'Lato', sans-serif;
      background: #ee202e;
      border-radius: 3px;
      border: none;
      color: #ffffff !important;
      display: inline-block;
      font-size: 16px !important;
      font-stretch: normal !important;
      font-style: normal !important;
      font-weight: bold !important;
      letter-spacing: 0.8px !important;
      line-height: 1 !important;
      margin: 20px auto;
      max-width: 100%;
      padding: 13px 28px 14px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.card-box {
  background-color: #ffffff;
  box-shadow: 0px 5px 13px 0 rgba(33, 33, 33, 0.25);
  max-width: 100%;
  padding: 18px;
  width: 490px; }
  .card-box.rotate {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg); }
  .card-box .frame-image {
    position: relative;
    padding: 0;
    box-shadow: none; }
    .card-box .frame-image .rotate-label {
      background-color: #ee202e;
      display: inline-block;
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      padding: 13px 20px;
      position: absolute;
      right: 0;
      text-align: center;
      bottom: -20px;
      width: 70%; }
      .card-box .frame-image .rotate-label span {
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
        font-family: 'Noto Serif', serif;
        color: #ffffff;
        font-size: 20px;
        font-stretch: normal;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 1.5;
        line-height: 1;
        text-align: center; }
  .card-box .body-card {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 10px; }
    .card-box .body-card .title {
      font-family: 'Roboto', sans-serif;
      color: #3d3d3d;
      font-size: 25px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: 1.5;
      text-align: center; }
    .card-box .body-card .time {
      font-family: 'Roboto', sans-serif;
      color: #3d3d3d;
      display: block;
      line-height: 1.3;
      font-size: 25px;
      font-weight: normal;
      text-align: center; }

.accordion-section .title-center, .interior-before-footer .title-center {
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  font-weight: normal;
  text-align: center; }
.accordion-section .addtoany_content, .interior-before-footer .addtoany_content {
  display: none; }

.tribe-events-before-html {
  text-align: center; }
  .tribe-events-before-html p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em; }
    .tribe-events-before-html p strong {
      font-weight: 700;
      font-size: 20px;
      color: #000000; }

#tribe-events-content-wrapper {
  /* Title Bar */
  /* Tribe Bar */
  /* #tribe-events-bar */
  /* Main Events Content */ }
  #tribe-events-content-wrapper .tribe-events-title-bar {
    display: none; }
  #tribe-events-content-wrapper #tribe-events-bar {
    margin-bottom: 35px; }
    #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form {
      background: #fafafa;
      /* Views */ }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner {
        display: flex;
        -webkit-flex-flow: row nowrap;
        justify-content: center;
        margin-top: 10px; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter label, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter label, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter label {
        font-family: 'Lato', sans-serif;
        color: #4c4c4c;
        font-size: 18px;
        text-align: left; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"], #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"], #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] {
        border-bottom: 1px dashed #312f73;
        color: #000000 !important;
        font-size: 18px !important;
        min-height: 30px !important;
        padding: 7px 10px 7px 0 !important; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] ::-webkit-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] ::-webkit-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #000000; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] ::-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] ::-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] ::-moz-placeholder {
          /* Firefox 19+ */
          color: #000000; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] :-ms-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] :-ms-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] :-ms-input-placeholder {
          /* IE 10+ */
          color: #000000; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] :-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] :-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] :-moz-placeholder {
          /* Firefox 18- */
          color: #000000; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit {
        text-align: center; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"] {
          font-family: 'Lato', sans-serif;
          background: #000000;
          border-radius: 0px;
          border: none;
          color: #ffffff !important;
          display: inline-block;
          font-size: 18px !important;
          font-weight: 800 !important;
          letter-spacing: 0;
          line-height: 1em;
          margin: 0 auto;
          max-width: 100%;
          padding: 15px !important;
          position: relative;
          text-align: center;
          text-decoration: none !important;
          text-transform: uppercase;
          transition: all 0.4s ease;
          width: auto; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:hover, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:focus, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:active {
            background: #ffcf01;
            color: #000000 !important;
            text-decoration: none; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views {
        padding: 0;
        background: #e8e8ed; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
          background: #e8e8ed;
          height: 100%;
          padding: 26px 0; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner label {
            font-family: 'Lato', sans-serif;
            color: #4c4c4c;
            font-size: 18px;
            text-align: center; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list {
            background: #e8e8ed;
            float: none;
            padding: 0 0 20px 0;
            text-align: left; }
            #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list li.tribe-bar-views-option {
              margin: 0 auto;
              width: 100%; }
              #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list li.tribe-bar-views-option:first-child {
                display: inherit;
                margin: 0 auto; }
            #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list .tribe-bar-views-option a {
              background: transparent;
              display: block;
              font-size: 18px;
              margin: 0 auto;
              text-align: left;
              width: 100px; }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper {
    background: #fafafa; }
    #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content {
      background: #fafafa;
      border: none; }
    #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle {
      font-family: 'Lato', sans-serif;
      color: #000000;
      font-size: 18px !important; }
    #tribe-events-content-wrapper #tribe_events_filters_wrapper input, #tribe-events-content-wrapper #tribe_events_filters_wrapper label, #tribe-events-content-wrapper #tribe_events_filters_wrapper select, #tribe-events-content-wrapper #tribe_events_filters_wrapper ul, #tribe-events-content-wrapper #tribe_events_filters_wrapper h3 {
      font-size: 16px; }
    #tribe-events-content-wrapper #tribe_events_filters_wrapper input[type="submit"] {
      margin: -10px 0 0 15px; }
  #tribe-events-content-wrapper #tribe-events-content {
    /*----- Month View ---------*/
    /*----- List View ---------*/
    /* Header Navigation */
    /* Footer Navigation */ }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-month {
      /*tooltip css*/ }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar {
        /*present day*/
        /*if has events*/
        /*past events*/
        /*number css global*/
        /*title css global*/ }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
          background: #000000;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          color: #fff;
          font-size: 16px;
          letter-spacing: 0px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td {
          border: 1px solid #c3c3c9; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-present {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] {
          background-color: #ee202e !important;
          color: #ffffff !important; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] > a {
            background-color: #ee202e !important;
            font-size: 16px;
            letter-spacing: 0px;
            font-weight: 400; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
          opacity: 0.6; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
            background-color: #ee202e !important;
            color: #fff; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td div[id*="tribe-events-daynum-"] {
          background-color: transparent;
          color: #000000;
          font-size: 16px;
          line-height: 1em;
          font-weight: 400;
          padding: 5px 8px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] {
          margin: 0;
          padding: 11px 8px; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title > a {
            color: #ee202e;
            font-size: 18px;
            line-height: 1em;
            font-weight: 700;
            padding: 0; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip {
        width: 400px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip h3, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip h3, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip h3, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip h3 {
          color: #ee202e !important;
          font-size: 24px;
          line-height: 1em;
          margin-bottom: 5px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start {
          font-size: 13px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip .tribe-events-event-thumb, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-events-event-thumb, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip .tribe-events-event-thumb {
          padding: 0.5em 1em 0 0; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip .tribe-event-description p, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip .tribe-event-description p, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-description p, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip .tribe-event-description p {
          font-size: 14px;
          font-weight: 300;
          line-height: 1.3em; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .tribe-events-page-title {
      font-family: 'Roboto Slab', serif;
      color: #ee202e;
      font-size: 33px;
      font-weight: 500;
      text-align: left; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .tribe-events-loop {
      max-width: 100%; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .tribe-events-list-separator-month span {
      background-color: #f8f8f8; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list h2.tribe-events-list-separator-month, #tribe-events-content-wrapper #tribe-events-content.tribe-events-list h2 span {
      font-family: 'Lato', sans-serif;
      color: #ee202e;
      font-size: 30px;
      font-weight: 500; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list {
      border-radius: 4px;
      border: 1px solid #b7b7b7; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .row {
        margin: 0 !important; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .image-event-thumb {
        background-repeat: no-repeat;
        background-size: cover; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event {
        padding: 25px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event h3 {
          font-family: 'Lato', sans-serif;
          color: #009ece;
          font-size: 25px;
          font-weight: 700;
          margin: 0 0 15px; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event h3 a.tribe-event-url {
            font-family: 'Lato', sans-serif;
            color: #009ece;
            font-size: 25px;
            font-weight: 700;
            margin: 0 0 15px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event .date-event {
          font-family: 'Lato', sans-serif;
          color: #000000;
          font-size: 18px;
          font-weight: 700;
          line-height: 1em;
          margin-bottom: 30px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event .event-address {
          font-family: 'Lato', sans-serif;
          color: #ee202e;
          font-weight: 700;
          text-align: right; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event .event-address span.tribe-address br {
            display: none; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event .event-address span.tribe-address .tribe-country-name {
            display: block; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event p {
          font-family: 'Lato', sans-serif;
          color: #222222;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.3em !important;
          margin-bottom: 10px; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .bottom-body a.tribe-events-read-more {
        font-family: 'Lato', sans-serif;
        background: #000000 !important;
        color: #fff !important;
        font-weight: 700 !important;
        border-radius: 3px;
        border: none;
        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; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list #tribe-events-footer {
      border: none;
      display: none; }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-header .tribe-events-nav-pagination a {
      font-size: 18px;
      font-weight: 700;
      color: #000000; }
    #tribe-events-content-wrapper #tribe-events-content .tribe-events-ical.tribe-events-button {
      background-color: #000000;
      border-radius: 40px; }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-footer .tribe-events-nav-pagination {
      display: none; }

/*Bottom Section Custom Events Rounded */
.important-events {
  background: #f4f4f6;
  padding: 65px 0 60px;
  text-align: center; }
  .important-events .container-section {
    margin-bottom: 30px;
    padding: 0 5%; }
  .important-events h2 {
    font-family: 'Roboto Slab', serif;
    color: #000000;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 20px; }
  .important-events p {
    font-family: 'Lato', sans-serif;
    color: #343434;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 15px 0; }
  .important-events .event-rounded {
    background: #0eb08c;
    border-radius: 50%;
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 220px;
    max-width: 90%;
    margin: 0 auto; }
    .important-events .event-rounded .image-post-thumb {
      background-position: 50% 50%;
      background-size: cover;
      height: 100%;
      position: absolute;
      width: 100%; }
      .important-events .event-rounded .image-post-thumb .preview-icon, .important-events .event-rounded .image-post-thumb .icon-image, .important-events .event-rounded .image-post-thumb .title-event-container, .important-events .event-rounded .image-post-thumb .title-event-container h4 {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: 50%;
        position: absolute;
        overflow: hidden; }
      .important-events .event-rounded .image-post-thumb .preview-icon {
        background-color: rgba(255, 255, 255, 0.8);
        height: 115px;
        width: 115px;
        transition: all 0.4s ease;
        opacity: 1; }
        .important-events .event-rounded .image-post-thumb .preview-icon .icon-image {
          background-position: 50% 50%;
          background-size: contain;
          background-repeat: no-repeat;
          height: 70%;
          width: 70%; }
      .important-events .event-rounded .image-post-thumb .title-event-container {
        background-color: rgba(14, 176, 140, 0.8);
        height: 180px;
        width: 180px;
        opacity: 0;
        transition: all 0.4s ease; }
        .important-events .event-rounded .image-post-thumb .title-event-container h4 {
          font-family: 'Lato', sans-serif;
          font-size: 20px;
          font-weight: 400;
          line-height: 1.2em;
          color: #fff;
          margin: 0 auto;
          width: 85%;
          border-radius: unset;
          overflow: inherit;
          display: block; }
    .important-events .event-rounded:hover .image-post-thumb .preview-icon {
      opacity: 0; }
    .important-events .event-rounded:hover .image-post-thumb .title-event-container {
      opacity: 1; }

/*Filter view*/
#tribe_events_filters_wrapper .tribe-events-filter-group ul li {
  padding: 8px !important; }

.tribe-events-grid .tribe-grid-header .tribe-week-today, #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: #000000; }

.maps-marker-pro {
  position: relative;
  z-index: 0; }
  .maps-marker-pro .mmp-panel-api {
    padding-top: 0 !important; }

@media only screen and (max-width: 991px) {
  .tribe-filters-open #tribe_events_filters_wrapper,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    position: relative !important; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner {
    -webkit-flex-flow: row wrap; }

  .tribe-events-filters-horizontal .tribe_events_filter_item {
    padding: 10px 0 6px;
    display: inline-block;
    margin-right: 21px; }

  .tribe-filters-open .tribe-events-filters-horizontal #tribe_events_filter_control {
    width: 210px; }

  .tribe-filters-open #tribe_events_filter_control.tribe-events-filters-mobile-controls #tribe_events_filters_reset {
    margin: 0; }

  #tribe-events-content-wrapper #tribe_events_filters_wrapper input[type="submit"] {
    margin: 15px 0 0 15px; }

  .tribe-bar-collapse #tribe-bar-views-toggle {
    padding: 15px 14px; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list {
    padding: 0; }

  #tribe_events_filters_toggle {
    margin: 0 !important;
    color: #fff !important; }

  .tribe-bar-collapse #tribe-bar-views-toggle:after {
    top: 19px; }

  #tribe-bar-views .tribe-bar-views-option {
    padding: 15px 15px; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .image-event-thumb {
    height: 340px; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
    padding: 20px 0 0; } }
@media only screen and (max-width: 767px) {
  .map-section .event-location-box {
    padding: 20px 15px;
    width: 230px;
    bottom: 0;
    left: 0;
    top: unset;
    transform: unset; }
    .map-section .event-location-box h3 {
      font-size: 28px; }
    .map-section .event-location-box p {
      margin: 0 0 10px 0; }

  .map-section .acf-map {
    height: 400px; }

  #tribe-mobile-container {
    margin: 30px auto 10px; }

  #tribe-events {
    padding-bottom: 0; }

  .important-events {
    margin-bottom: -30px; }
    .important-events .event-rounded {
      margin: 0 auto 30px; }

  .card-box {
    margin: 40px auto; }

  .card-box .frame-image .rotate-label span {
    font-size: 16px; }

  .card-box .body-card .title, .card-box .body-card .time {
    font-size: 17px; }

  .link {
    flex-direction: wrap; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
    font-size: 12px;
    padding: 7px 0; }

  .tribe-events-calendar td div[id*="tribe-events-daynum-"], .tribe-events-calendar td div[id*="tribe-events-daynum-"] a {
    margin-top: 0; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    color: #ffffff; } }
@media only screen and (max-width: 576px) {
  .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    float: none;
    width: 100%;
    margin: 0 auto !important; }
    .tribe-events-list .tribe-events-loop .tribe-events-event-image a {
      display: block; }
      .tribe-events-list .tribe-events-loop .tribe-events-event-image a img {
        display: block;
        margin: 0 auto; }

  .tribe-events-list .tribe-events-venue-details {
    border-top: none;
    padding: 0; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
    font-size: 12px;
    padding: 7px 0; }

  .card-box.rotate {
    margin-top: 30px; }

  .link {
    flex-direction: column; }

  .custom-events-content .link .addtoany_shortcode {
    margin-left: 0; }

  .custom-events-content a[class^="btn-"] {
    width: 265px; }

  .custom-events-content .link .addtoany_shortcode a.addtoany_no_icon {
    display: block;
    width: 265px; }

  .map-section {
    height: 690px; }

  .map-section .event-location-box {
    width: 100%;
    left: 0;
    max-width: 100%;
    right: 0;
    margin: 0 auto; }

  .accordion-section {
    margin-top: 30px; } }
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: 'Lato', sans-serif;
      color: #0aaacb;
      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: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #0aaacb;
        display: inline-block;
        font-size: 0.9rem;
        position: relative; }
    ul.breadcrumbs li a {
      font-family: 'Lato', sans-serif;
      color: #292929;
      font-size: 15px;
      font-weight: 300;
      font-weight: unset;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #0aaacb; }

/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #1e1a1a; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #ee202e; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

.interior .gform_confirmation_wrapper {
  font-size: 25px; }

.footer .gform_wrapper .validation_error {
  color: #FFB3B3;
  border-color: #FFB3B3; }
.footer .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container input {
  color: #000; }
.footer .gform_confirmation_wrapper {
  display: block;
  width: 100%;
  float: left;
  color: white;
  font-size: 20px;
  margin-top: 25px; }

/*END Error Page------------------------------------------*/
/*START Helper Classes------------------------------------------*/
.addtoany_content .addtoany_header {
  font-family: 'Roboto', sans-serif;
  color: #ee202e;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #ee202e !important;
  width: 24px !important;
  height: 24px !important; }
  .addtoany_content .a2a_kit a span svg path {
    fill: #ee202e !important; }

.col-align-vertical {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  float: none; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  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 {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 100%;
  background: transparent; }
  .img-wrap img {
    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%);
    max-height: inherit;
    min-width: inherit;
    width: 100%;
    height: auto;
    z-index: 1; }

div.printfriendly {
  position: absolute;
  right: 0;
  top: -50px; }

#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; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Lato', sans-serif;
    background: #ee202e;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #ee202e !important; }

.follow {
  padding: 20px; }
  .follow ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center; }
    .follow ul.social li {
      font-family: 'Roboto Slab', serif;
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      margin: 0px !important;
      vertical-align: middle; }
      .follow ul.social li a {
        border-radius: 50%;
        border: 2px solid #ffffff;
        color: #ffffff;
        display: inherit;
        height: 35px;
        margin: 0 5px;
        position: relative;
        transition: 0.4s;
        width: 35px; }
        .follow 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: 18px;
          left: 50%;
          position: absolute;
          top: 50%; }
        .follow ul.social li a:hover {
          background: #ffffff;
          color: #1e1a1a;
          box-shadow: none; }
          .follow ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

@media only screen and (max-width: 767px) {
  .alignright, .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px; } }
@media only screen and (max-width: 576px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px; } }
/*END Helper Classes-------------------------------------*/
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background: #ffcf01; }
.pagination .page-numbers.current {
  background: #ee202e; }
.pagination .page-numbers, .pagination .pagination.current, .pagination .nav-links > a {
  background: #ffcf01;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1.67 !important;
  margin: 0 4px;
  min-width: 30px;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.4s; }
  .pagination .page-numbers:hover, .pagination .pagination.current:hover, .pagination .nav-links > a:hover {
    text-decoration: none;
    background: #ee202e; }
  .pagination .page-numbers .current, .pagination .pagination.current .current, .pagination .nav-links > a .current {
    display: inline-block;
    min-width: 30px;
    border-radius: 5px;
    line-height: 1.67 !important;
    color: #fff;
    background: #ee202e;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none; }
  .pagination .page-numbers .next, .pagination .page-numbers .prev, .pagination .pagination.current .next, .pagination .pagination.current .prev, .pagination .nav-links > a .next, .pagination .nav-links > a .prev {
    background: #007bc1; }
    .pagination .page-numbers .next:hover, .pagination .page-numbers .prev:hover, .pagination .pagination.current .next:hover, .pagination .pagination.current .prev:hover, .pagination .nav-links > a .next:hover, .pagination .nav-links > a .prev:hover {
      background: #007893; }

/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #ee202e; }

div.search {
  font-family: 'Lato', sans-serif;
  background: #ee202e;
  display: block;
  float: none;
  position: relative;
  vertical-align: middle; }
  div.search::before {
    content: "";
    background: #ee202e;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #ee202e;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 1px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent url("../images/search.png") no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 40px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    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% - 55px); }
    div.search #s:hover, div.search #s:focus, div.search #s:active {
      outline: none;
      box-shadow: none; }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

@media only screen and (max-width: 767px) {
  div.search #s {
    height: 40px; } }
/*END Search Widget------------------------------------------*/
.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;
	}
}*/
.accordion br {
  display: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: transparent;
  border-bottom: 3px solid #007bc1;
  color: #1e1a1a;
  cursor: pointer;
  margin-bottom: 0;
  outline: none;
  padding: 15px 0;
  position: relative;
  transition: all 0.4s ease; }
  h1[id*="accordion-"].open,
  h2[id*="accordion-"].open,
  h3[id*="accordion-"].open,
  h4[id*="accordion-"].open,
  h5[id*="accordion-"].open,
  h6[id*="accordion-"].open {
    font-weight: bold; }
  h1[id*="accordion-"].accordion-title,
  h2[id*="accordion-"].accordion-title,
  h3[id*="accordion-"].accordion-title,
  h4[id*="accordion-"].accordion-title,
  h5[id*="accordion-"].accordion-title,
  h6[id*="accordion-"].accordion-title {
    font-size: 25px;
    margin-bottom: 0;
    outline: none;
    padding-right: 20px; }
    h1[id*="accordion-"].accordion-title::after,
    h2[id*="accordion-"].accordion-title::after,
    h3[id*="accordion-"].accordion-title::after,
    h4[id*="accordion-"].accordion-title::after,
    h5[id*="accordion-"].accordion-title::after,
    h6[id*="accordion-"].accordion-title::after {
      content: "\f067";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #007bc1;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    h1[id*="accordion-"].accordion-title.open::after,
    h2[id*="accordion-"].accordion-title.open::after,
    h3[id*="accordion-"].accordion-title.open::after,
    h4[id*="accordion-"].accordion-title.open::after,
    h5[id*="accordion-"].accordion-title.open::after,
    h6[id*="accordion-"].accordion-title.open::after {
      content: "\f068"; }

.accordion-content {
  font-family: 'Roboto', sans-serif;
  background: #007bc1;
  border: none;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #ffffff !important;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1.67;
  padding: 10px 30px !important; }
  .accordion-content p, .accordion-content h3, .accordion-content h2, .accordion-content h4, .accordion-content h5, .accordion-content h6, .accordion-content a, .accordion-content span, .accordion-content strong, .accordion-content em {
    color: #ffffff !important; }

.accordion-bottom h2 {
  margin-top: 0 !important; }
.accordion-bottom .panel-default {
  border: none;
  background: transparent;
  box-shadow: none;
  margin-bottom: 15px; }
.accordion-bottom .panel-heading {
  position: relative; }
  .accordion-bottom .panel-heading h1, .accordion-bottom .panel-heading h2, .accordion-bottom .panel-heading h3, .accordion-bottom .panel-heading h4, .accordion-bottom .panel-heading h5, .accordion-bottom .panel-heading h6 {
    font-family: 'Roboto', sans-serif;
    text-transform: none; }
.accordion-bottom .panel-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  margin: 0;
  padding: 15px 0; }
  .accordion-bottom .panel-title::before {
    content: "";
    background: transparent url("../images/accordion-arrow.png") no-repeat;
    display: none;
    height: 20px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 20px; }
.accordion-bottom .panel-body {
  background: transparent;
  color: #007893;
  border: 3px solid #007bc1;
  padding: 1rem; }
  .accordion-bottom .panel-body h2 {
    text-align: left;
    color: #007893; }
  .accordion-bottom .panel-body h3 {
    color: #007893; }
  .accordion-bottom .panel-body p {
    font-size: 1rem;
    font-weight: 400;
    color: #1e1a1a; }
.accordion-bottom a {
  text-decoration: none !important; }
  .accordion-bottom a .panel-heading {
    background: #007bc1;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center; }
    .accordion-bottom a .panel-heading::before {
      content: "\f077";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #007bc1;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    .accordion-bottom a .panel-heading .panel-title {
      transition: 0.4s;
      position: relative;
      text-decoration: none !important; }
      .accordion-bottom a .panel-heading .panel-title::after {
        content: "";
        background: #ffcf01;
        color: #007bc1;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        font-size: 25px;
        top: 0px;
        right: 20px;
        display: none; }
  .accordion-bottom a.collapsed .panel-heading {
    background: #007bc1;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center; }
    .accordion-bottom a.collapsed .panel-heading::before {
      content: "\f078";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #007bc1;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    .accordion-bottom a.collapsed .panel-heading .panel-title {
      tansition: 0.4s; }
      .accordion-bottom a.collapsed .panel-heading .panel-title::after {
        content: "";
        background: #007893;
        color: #ffcf01;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        font-size: 25px;
        top: 0px;
        right: 20px; }

#sc_our_team_lightbox, #sc_our_team_panel {
  z-index: 1050 !important; }

#sc_our_team .sc_team_member .wp-post-image {
  object-fit: cover; }

#sc_our_team .sc_team_member .sc_team_member_jobtitle {
  top: unset !important;
  margin: 0 !important;
  bottom: 11%;
  font-size: 16px !important; }

#sc_our_team .sc_team_member .sc_team_member_name {
  top: unset !important;
  bottom: 20%; }

.sc_team_single_member.sidebar .sc-team-member-posts .width75.left a:hover, .sc_team_single_member.sidebar .sc_team_list .sc_team_group .sc_team_group_members li a {
  text-decoration: none; }

.sc_our_team_panel {
  background: #fff; }

.sc_our_team_panel .sc-left-panel {
  background: #007bc1; }

.sc_our_team_panel .sc-right-panel .sc-title {
  color: #007bc1 !important; }

.sc_our_team_panel .sc-right-panel .sc-content p, .sc_our_team_panel .sc-right-panel .sc-content {
  color: #007bc1 !important; }

.filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  -webkit-justify-content: space-evenly;
  -webkit-align-items: flex-start; }
  .filter-wrap div[id^="ajaxsearchpro"] {
    margin-bottom: 30px; }
    .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      color: #000000;
      /* firefox 19+ */
      /* ie */ }
      .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input::-webkit-input-placeholder {
        color: #000000;
        opacity: 1; }
      .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input::-moz-placeholder {
        color: #000000;
        opacity: 1; }
      .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input:-ms-input-placeholder {
        color: #000000;
        opacity: 1; }
  .filter-wrap .mdf_shortcode_container form select {
    border-radius: 0;
    border: none;
    display: block;
    line-height: normal;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/select-arrow.png") 97%/16px no-repeat #f0f0f0;
    /* firefox 19+ */
    /* ie */ }
    .filter-wrap .mdf_shortcode_container form select::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-wrap .mdf_shortcode_container form select::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .filter-wrap .mdf_shortcode_container form select:-ms-input-placeholder {
      color: #000000;
      opacity: 1; }

#ajaxsearchprores3_1 .results .item .asp_content h3 a, #ajaxsearchprores3_2 .results .item .asp_content h3 a, div.asp_r.asp_r_3 .results .item .asp_content h3 a {
  color: #000000 !important;
  font-size: 18px;
  line-height: 1em; }

@media only screen and (max-width: 767px) {
  .interior-category .filter-category select {
    margin-top: 30px; }

  .filter-wrap {
    /* -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
         -ms-flex-flow: column-reverse wrap;
             flex-flow: column-reverse wrap;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .filter-wrap div[id^="ajaxsearchpro"] {
      margin-bottom: 20px;
      min-width: 75%; }
    .filter-wrap .mdf_shortcode_container {
      width: 75%; } }
@media only screen and (max-width: 576px) {
  .filter-wrap div[id^="ajaxsearchpro"] {
    margin-bottom: 20px;
    min-width: 90% !important; }
  .filter-wrap .mdf_shortcode_container {
    width: 90%; } }
#loginform .login-username, #loginform .login-password {
  margin-bottom: 10px !important; }
  #loginform .login-username label, #loginform .login-password label {
    display: block;
    font-family: 'Lato', 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/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: #ffcf01;
    border-radius: 0;
    border: none;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', 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: #000000;
      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"); }

#pmpro_levels_table {
  margin-bottom: 40px; }
  #pmpro_levels_table thead tr th {
    padding: 15px;
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase; }
  #pmpro_levels_table tbody tr {
    border-bottom: 1px solid #000000; }
    #pmpro_levels_table tbody tr td {
      padding: 5px 10px; }
      #pmpro_levels_table tbody tr td a.pmpro_btn {
        background-color: #000000;
        color: #ffffff !important;
        border-radius: 0;
        border: none;
        display: inline-block;
        font-family: 'Roboto', 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;
        display: block;
        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: #ffcf01;
          color: #000000 !important;
          text-decoration: none; }
        #pmpro_levels_table tbody tr td a.pmpro_btn.pmpro_btn-select {
          background-color: #ffcf01 !important;
          color: #000000 !important; }

div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  margin-bottom: 10px;
  position: relative; }
  div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px; }
    div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default {
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      background-color: #fff;
      border-color: #ddd;
      border-radius: 0px;
      border: 1px solid #000000;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      height: 100%; }
      div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading {
        color: #ffffff !important;
        background-color: #000000 !important;
        border-color: #000000 !important;
        padding: 15px !important; }
        div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h2, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h3, div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default header.panel-heading h4 {
          color: #ffffff !important;
          font-size: 25px !important; }
      div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body {
        text-align: left;
        padding: 15px 15px 120px;
        position: relative;
        height: calc(100% - 60px); }
        div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer {
          bottom: 15px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          width: calc(100% - 30px); }
          div[id^="pmpro_levels"].pmpro_advanced_levels-bootstrap .pmpro_level .panel.panel-default .panel-body footer.entry-footer .btn-primary {
            background-color: #ffcf01 !important;
            border-radius: 0 !important;
            border: none !important;
            color: #000000 !important;
            display: inline-block !important;
            font-family: 'Roboto', 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: 15px 25px 14px !important;
            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: #000000 !important;
              color: #ffffff !important;
              text-decoration: none;
              border: none !important; }

form.pmpro_form label {
  margin-bottom: 5px !important; }

.pmpro_checkout input:not([type="submit"]), .pmpro_checkout textarea, .pmpro_checkout select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  height: 50px;
  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_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: #ffcf01;
    border-radius: 0;
    border: none;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', 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 25px 14px 25px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: auto; }
    #pmpro_submit_span input[type="submit"]:hover, #pmpro_submit_span input[type="submit"]:focus, #pmpro_submit_span input[type="submit"]:active, #pmpro_submit_span input.button:hover, #pmpro_submit_span input.button:focus, #pmpro_submit_span input.button:active {
      background: #000000;
      color: #fff !important;
      text-decoration: none; }
      #pmpro_submit_span input[type="submit"]:hover::after, #pmpro_submit_span input[type="submit"]:focus::after, #pmpro_submit_span input[type="submit"]:active::after, #pmpro_submit_span input.button:hover::after, #pmpro_submit_span input.button:focus::after, #pmpro_submit_span input.button:active::after {
        background-image: url("../images/chevron-white-right.svg"); }

.pmpro_checkout-field {
  margin-bottom: 5px !important; }

#pmpro_levels .text-muted {
  text-align: center;
  display: block;
  float: left;
  margin-top: 10px;
  width: 100%; }

#pmpro_level-3 .entry-content {
  min-height: 124px; }

#pmpro_level-5 .entry-content {
  min-height: 232px; }

@media only screen and (max-width: 991px) {
  #pmpro_levels .pmpro_level.col-md-12 {
    max-width: 100%;
    margin-bottom: 0px; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Lato', sans-serif;
  color: #1e1a1a;
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  /*a[class^="btn-"]{
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.12;
    letter-spacing: normal;
    color: #00a6bc;
  }*/ }
  html a, body a {
    line-height: 1;
    outline: none !important; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1; }
  html p, body p {
    line-height: 1; }
  html .classic-text-widget, body .classic-text-widget {
    display: inline-block !important; }
  html .selector-for-some-widget, body .selector-for-some-widget {
    box-sizing: content-box; }

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none; }

.tooltip-caption {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 15; }

span.tooltip-hover {
  font-family: 'Lato', sans-serif;
  background-color: #000000;
  border-radius: 0;
  border: none;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  max-width: 100%;
  min-width: 300px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 300px;
  z-index: 1060; }
  span.tooltip-hover::before {
    content: "" !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000000;
    border-top: 10px solid transparent;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px; }
  span.tooltip-hover p {
    color: #ffffff !important;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.56px; }
body.home h1 .red, body.home h2 .red, body.home h3 .red, body.home h4 .red, body.home h5 .red {
  color: #ee202e; }
body.home h1 .yellow, body.home h2 .yellow, body.home h3 .yellow, body.home h4 .yellow, body.home h5 .yellow {
  color: #ffcf01; }
body.home h1 .blue, body.home h2 .blue, body.home h3 .blue, body.home h4 .blue, body.home h5 .blue {
  color: #007bc1; }
body.home .big-title {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 200px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  left: 0;
  letter-spacing: 11.43px;
  line-height: normal;
  margin: 0 auto;
  opacity: 0.03;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: -1; }
body.home .container-text {
  padding: 0 10%; }
  body.home .container-text.center {
    text-align: center; }
body.home p {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.57;
  color: #1e1a1a; }

body figure {
  margin-bottom: 0 !important; }

.frame-image {
  height: auto;
  box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
  padding: 23px;
  background-color: #ffffff; }
  .frame-image figure {
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    padding-bottom: 75%;
    margin: 0 !important; }

.grid_circles#sc_our_team .sc_team_member .sc_team_member_jobtitle,
.grid_circles#sc_our_team .sc_team_member .sc_team_member_name {
  height: unset;
  line-height: 1.3; }

/*END FrontPage-------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (max-width: 991px) {
  body.home .big-title {
    font-size: 140px; } }
@media only screen and (max-width: 767px) {
  body.home .big-title {
    font-size: 70px;
    line-height: 1;
    word-break: break-all;
    top: 40px; }

  body.home h2 {
    font-size: 35px; }

  body.home .contain-section {
    padding: 0 15px; } }
@media only screen and (max-width: 576px) {
  body.home .big-title {
    font-size: 55px;
    line-height: 1;
    letter-spacing: 2px;
    word-break: break-all;
    top: 40px; } }

/*# sourceMappingURL=style.css.map */
