@charset "UTF-8";
/* STYLE INDEX */
/*  Setup  */
/* SETUP */
body {
  color: #333333;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow-x: hidden; }
  @media (min-width: 800px) {
    body {
      margin-top: 80px;
      font-size: 16px; } }

body.logged-in {
  margin-top: 48px; }

img {
  max-width: 100%;
  height: auto; }

b, strong, .is-bold {
  font-family: "Nunito", sans-serif;
  font-weight: 700; }

.is-uppercase {
  text-transform: uppercase; }

.is-capitalize {
  text-transform: capitalize; }

.is-light {
  font-weight: lighter; }

.c-anchor-aqua a {
  text-decoration: underline;
  color: #2BBCB6; }

h1 {
  font-size: 2em;
  line-height: 1.15em; }
  @media (min-width: 800px) {
    h1 {
      font-size: 3em; } }

h2 {
  font-size: 1.44em;
  line-height: 1.25em; }
  @media (min-width: 800px) {
    h2 {
      font-size: 2.25em; } }

h3 {
  font-size: 1.22em;
  line-height: 1.25em; }
  @media (min-width: 800px) {
    h3 {
      font-size: 1.75em; } }

h4 {
  font-size: 1.125em; }

h5, .small-txt {
  font-size: 1em;
  line-height: 1.45em; }
  @media (min-width: 800px) {
    h5, .small-txt {
      font-size: 0.875em; } }

.txt14 {
  font-size: 14px;
  line-height: 22px; }

.txt16 {
  font-size: 16px;
  line-height: 24px; }

.txt18 {
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 800px) {
    .txt18 {
      font-size: 18px;
      line-height: 26px; } }

.txt20 {
  font-size: 18px;
  line-height: 26px; }
  @media (min-width: 800px) {
    .txt20 {
      font-size: 20px;
      line-height: 28px; } }

.txt22 {
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 800px) {
    .txt22 {
      font-size: 22px;
      line-height: 30px; } }

.txt26 {
  font-size: 18px;
  line-height: 26px; }
  @media (min-width: 800px) {
    .txt26 {
      font-size: 26px;
      line-height: 38px; } }

.txt28 {
  font-size: 18px;
  line-height: 26px; }
  @media (min-width: 800px) {
    .txt28 {
      font-size: 28px;
      line-height: 40px; } }

.txt30 {
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 800px) {
    .txt30 {
      font-size: 30px;
      line-height: 38px; } }

.txt36 {
  font-size: 36px;
  line-height: 48px; }
  @media (max-width: 1440px) {
    .txt36 {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 1280px) {
    .txt36 {
      font-size: 18px;
      line-height: 26px; } }

.txt48 {
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 800px) {
    .txt48 {
      font-size: 48px;
      line-height: 56px; } }

@media (min-width: 1440px) {
  .txt64 {
    font-size: 64px;
    line-height: 72px; } }
@media (max-width: 1440px) {
  .txt64 {
    font-size: 36px;
    line-height: 48px; } }
@media (max-width: 800px) {
  .txt64 {
    font-size: 24px;
    line-height: 32px; } }

.huge-txt {
  font-size: 2em; }
  @media (min-width: 800px) {
    .huge-txt {
      font-size: 4em; } }

.box-sadow {
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

.border-bottom-gray-1px {
  border-bottom: 1px solid #4A4A4A; }

.border-bottom-red {
  border-bottom: 4px solid #F05A67; }

.border-bottom-aqua {
  border-bottom: 4px solid #2BBCB6; }

.bg-line {
  position: relative;
  margin-top: 2em; }
  .bg-line:after {
    position: absolute;
    left: 0;
    top: -2.5em;
    content: url("../img/blue-line.svg"); }

.bg-yellow-line {
  position: relative;
  margin-top: 2em; }
  .bg-yellow-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2.5em;
    overflow: hidden;
    width: 100%;
    background-image: url("../img/yellow-line.svg");
    height: 15px;
    background-repeat: repeat-x; }

.bg-line-red {
  position: relative; }
  .bg-line-red:after {
    position: absolute;
    left: 0;
    top: -50px;
    content: "";
    width: 108px;
    overflow: hidden;
    background: url(../img/red-line.svg);
    height: 20px;
    background-repeat: no-repeat;
    background-size: 280px 23px; }

.t-center {
  text-align: center; }

.t-right {
  text-align: left; }
  @media (min-width: 800px) {
    .t-right {
      text-align: right; } }

.is-inline {
  display: inline-block; }

.is-block {
  display: block; }

.odds > div {
  position: relative;
  display: inline-block;
  width: 100%; }
.odds > div:nth-child(odd) > div {
  float: left; }
.odds > div:nth-child(even) > div {
  float: right; }
@media (min-width: 800px) {
  .odds > div:nth-child(even) > div:nth-child(2) {
    text-align: right; }
  .odds > div > div:nth-child(2) {
    position: absolute;
    height: 100%; } }

/* COMBOS */
.line-clamp-x1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

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

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

.align-bottom {
  position: absolute;
  bottom: 0;
  left: 0; }

@media (min-width: 800px) {
  .align-bottom-m {
    position: absolute;
    bottom: 0;
    left: 0; } }

@media (min-width: 800px) {
  .align-bottom-right-m {
    position: absolute;
    bottom: 0;
    right: 0; } }

.table {
  height: 100%;
  display: table;
  width: 100%; }

.m-table {
  height: 100%;
  display: table;
  width: 100%; }
  @media (max-width: 800px) {
    .m-table {
      display: inline-block; } }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.table-cell.one-fourth,
.table-cell.three-col {
  position: relative;
  vertical-align: top !important; }
  .table-cell.one-fourth .btn-wide,
  .table-cell.three-col .btn-wide {
    width: 90%; }
  @media (min-width: 800px) {
    .table-cell.one-fourth,
    .table-cell.three-col {
      display: table-cell;
      vertical-align: middle; } }

/* BUTTONS */
.close-btn {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 2; }
  .close-btn > div {
    height: 5px;
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 6px; }
  .close-btn > div:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-btn > div:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -11px; }

.tw-btn-foot {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 1em;
  line-height: 1.45em;
  text-align: left; }
  .tw-btn-foot > a {
    display: block;
    color: #333333; }
  @media (min-width: 800px) {
    .tw-btn-foot {
      font-size: 0.875em; } }
  .tw-btn-foot:before {
    content: url("../img/tw-blue.svg");
    display: block; }

.fb-btn-foot {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 1em;
  line-height: 1.45em;
  text-align: left; }
  .fb-btn-foot > a {
    display: block;
    color: #333333; }
  @media (min-width: 800px) {
    .fb-btn-foot {
      font-size: 0.875em; } }
  .fb-btn-foot:before {
    content: url("../img/fb-blue.svg");
    display: block; }

.cir-btn {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 3.357em;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 3.357em; }
  .cir-btn:before {
    display: block;
    top: 0.9em;
    text-align: center;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0; }
  .cir-btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%); }

.fb-share {
  background: #396FB6; }
  .fb-share:before {
    content: url("../img/fb-white.svg"); }

.tw-share {
  background: #4F98F4; }
  .tw-share:before {
    content: url("../img/tw-white.svg"); }

.follow-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 1em;
  line-height: 1.45em;
  color: #333333; }
  .follow-btn > a {
    display: block;
    color: #333333; }
  @media (min-width: 800px) {
    .follow-btn {
      font-size: 0.875em; } }
  .follow-btn:before {
    display: block; }

.fb-follow:before {
  content: url("../img/fb-gray.svg"); }

.tw-follow:before {
  content: url("../img/tw-gray.svg"); }

.medium-follow:before {
  content: url("../img/medium-gray.svg"); }

.web-follow:before {
  content: url("../img/web-gray.svg"); }

.share-media-btns {
  text-align: center;
  color: #9b9b9b;
  margin: 0 auto;
  display: block;
  max-width: 8em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .share-media-btns h5 {
    margin-top: 1em;
    margin-bottom: 1em; }
  .share-media-btns li {
    opacity: 0.8;
    margin-right: 1em;
    display: inline-block; }
  .share-media-btns li:hover {
    opacity: 1; }
  @media (min-width: 1028px) {
    .share-media-btns {
      display: inline-block;
      opacity: 0;
      position: fixed;
      top: 35%;
      left: 1%; }
      .share-media-btns li {
        display: block;
        margin-right: 0;
        margin-bottom: 1em; } }
  @media (min-width: 1440px) {
    .share-media-btns {
      left: 5%; } }

.share-media-btns.show {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.c-cir {
  position: absolute;
  height: 2em;
  width: 2em;
  background: #396FB6;
  color: #FFFFFF;
  font-size: 2em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 40%;
  text-align: center;
  line-height: 2em; }
  @media (min-width: 800px) {
    .c-cir {
      font-size: 3em; } }

.cir-date .date, .cir-date .logo {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 6.25em;
  width: 6.25em;
  vertical-align: top; }
.cir-date .date {
  text-align: center; }
.cir-date .date a {
  color: #333333; }
.cir-date .date p span {
  color: #50C7E8;
  font-size: 0.6em;
  margin-top: 1.25em;
  display: block; }
.cir-date .date p {
  margin-bottom: 0;
  color: #333333;
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1.625em; }
.cir-date .logo {
  text-align: center; }
.cir-date .logo img {
  margin-top: 2.25em;
  width: 60%; }
@media (min-width: 800px) {
  .cir-date .logo {
    margin-left: -1.25em; } }

.cir-date {
  position: relative; }
  .cir-date .date + .logo {
    position: absolute;
    left: 70px;
    position: absolute; }
    @media (min-width: 800px) {
      .cir-date .date + .logo {
        left: 100px; } }

.cir-img-x2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 1.25em;
  margin-bottom: 1.25em;
  width: 90%;
  padding-bottom: 90%; }
  @media (min-width: 1920px) {
    .cir-img-x2 {
      max-width: 18.75em;
      height: 18.75em;
      padding-bottom: inherit; } }

.cir-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 1.25em;
  height: 100px;
  width: 100px;
  top: 6px;
  position: relative; }

.cir-img-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding-bottom: 100%;
  width: 100%;
  position: relative; }

.cir-profile-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #FFFFFF;
  margin-right: 1.25em;
  height: 4.375em;
  width: 4.375em; }

.featured-content .cir-img,
.featured-content .txt,
.featured-content .cir-profile-img,
.featured-content .info {
  display: inline-block; }
.featured-content .info {
  max-width: 100%;
  vertical-align: top; }
  @media (min-width: 800px) {
    .featured-content .info {
      max-width: 8.5em; } }
.featured-content .info h4 {
  color: #333333; }
.featured-content .info h3 {
  margin: 0.5em 0; }
.featured-content .info-profile {
  color: #FFFFFF;
  display: inline-block;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }
  @media (min-width: 800px) {
    .featured-content .info-profile {
      margin-top: 5em; } }

.progress-bar {
  max-width: 20em;
  padding: 5px;
  margin: 0.625em 0;
  background: #FFFFFF;
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em; }
  .progress-bar span {
    display: block;
    height: 0.625em;
    -moz-border-radius: 1.25em;
    -webkit-border-radius: 1.25em;
    border-radius: 1.25em; }

.progress-bar-txt .progress-bar {
  margin-bottom: 2.5em; }

.thumb-progress-bar {
  background: rgba(57, 111, 182, 0.7);
  height: 3.75em;
  position: relative;
  width: 100%; }
  .thumb-progress-bar > div {
    display: block;
    height: 100%; }
  .thumb-progress-bar > p {
    color: #FFFFFF !important;
    position: absolute;
    padding: 1em 20px; }

.thumb-progress-bar.red {
  background: rgba(240, 90, 103, 0.7); }
  .thumb-progress-bar.red > div {
    background: #F05A67; }

.thumb-progress-bar.yellow {
  background: rgba(249, 163, 27, 0.4); }
  .thumb-progress-bar.yellow > div {
    background: rgba(249, 163, 27, 0.7); }

.breadcrumbs {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 1.875em 0;
  text-align: center; }
  .breadcrumbs ul {
    margin: 0 auto;
    width: 90%; }
  .breadcrumbs li {
    display: inline-block;
    position: relative; }
  .breadcrumbs a {
    color: #FFFFFF;
    padding-right: 1.2em;
    text-decoration: none; }
  .breadcrumbs a.active {
    color: #FFFFFF;
    font-family: "Nunito", sans-serif;
    font-weight: 700; }
  .breadcrumbs a:after {
    content: "/";
    margin-left: 0.4em;
    position: absolute; }
  .breadcrumbs li:last-child a:after {
    content: ""; }
  @media (min-width: 1440px) {
    .breadcrumbs ul {
      width: 80%; } }
  @media (max-width: 800px) {
    .breadcrumbs ul {
      width: 90%; } }

.breadcrumbs.bg-white a {
  color: #333333; }

.col-x2 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 1.25em;
  -webkit-column-gap: 1.25em;
  column-gap: 1.25em; }
  @media (min-width: 800px) {
    .col-x2 {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
      -moz-column-gap: 1.25em;
      -webkit-column-gap: 1.25em;
      column-gap: 1.25em; } }

.cta-more {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  background: none;
  display: block;
  border: 1px solid #FFFFFF;
  font-size: 1.125em;
  text-align: center;
  padding: 0.625em 1em;
  max-width: 20em; }

.btn-wide {
  width: auto;
  max-width: 100%;
  color: #FFFFFF;
  border: none;
  display: inline-block;
  text-align: center;
  padding: 18px 16px; }
  @media (min-width: 800px) {
    .btn-wide {
      display: block;
      width: 100%; } }

.btn-wide.t-left {
  text-align: left; }

.btn-rounded {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-family: "Nunito", sans-serif;
  padding: 15px 25px; }

.btn-small-aqua {
  color: #FFFFFF;
  background: #2BBCB6;
  padding: 1px 10px;
  border-radius: 5px;
  bottom: 4px;
  position: relative; }
  .btn-small-aqua .atcb-link {
    font-weight: bold;
    color: white; }
  @media (max-width: 800px) {
    .btn-small-aqua {
      bottom: 0px; } }

a.btn-small-aqua {
  color: #FFFFFF; }

.cta-gray {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  background: #4A4A4A;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 0.625em 2em;
  text-align: center; }

.filter-menu {
  max-width: 18.75em;
  position: relative; }
  .filter-menu:after {
    content: "";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #4A4A4A;
    pointer-events: none;
    right: 20px;
    position: absolute;
    top: 24px; }
  .filter-menu select, .filter-menu input[type="text"] {
    color: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    font-family: "Nunito", sans-serif;
    font-size: 1.125em;
    padding: 20px 30px;
    width: 100%; }
  @media (max-width: 800px) {
    .filter-menu {
      max-width: 100%; } }

.has-form {
  max-width: 18.75em; }
  .has-form select, .has-form input[type="text"] {
    color: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    font-family: "Nunito", sans-serif;
    font-size: 1.125em;
    padding: 20px 30px;
    width: 100%; }
  @media (max-width: 800px) {
    .has-form {
      max-width: 100%; } }

.filter-events {
  margin-top: 1.25em; }
  .filter-events li {
    display: inline-block; }
  .filter-events li:after {
    content: " /";
    margin: 0 0.5em; }
  .filter-events li:last-child:after {
    content: ""; }
  .filter-events li a {
    font-size: 1.125em;
    color: #333333;
    margin-top: 1.25em;
    font-family: "Nunito", sans-serif; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  max-width: 1140px;
  margin: 0 auto; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.full-video-wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 56.4%;
  width: 100%;
  margin: 0 auto; }
  .full-video-wrap iframe, .full-video-wrap video, .full-video-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 50%;
  width: 100%;
  margin: 0 auto; }
  .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.video-wrap-40 {
  position: relative;
  padding-top: 0;
  padding-bottom: 40%;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 800px) {
    .video-wrap-40 {
      padding-bottom: 56.4%; } }
  .video-wrap-40 iframe, .video-wrap-40 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.full-video-cap {
  text-align: right;
  font-size: 1em;
  line-height: 1.45em; }
  @media (min-width: 800px) {
    .full-video-cap {
      font-size: 0.875em; } }

.map-wrap {
  position: relative;
  padding-top: 0;
  height: 80vh;
  width: 100%;
  margin: 0 auto; }
  .map-wrap iframe, .map-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.dl-btn.bg-line {
  margin-top: 4em;
  display: block; }
  .dl-btn.bg-line img {
    margin-right: 1.125em; }
  .dl-btn.bg-line img, .dl-btn.bg-line p {
    display: inline-block; }
  .dl-btn.bg-line:after {
    content: url("../img/white-line.svg");
    pointer-events: none; }

.content h1, .content h2, .content h3, .content h4, .content h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 700; }
.content ol {
  list-style: decimal; }
.content p, .content ul li, .content ol li {
  margin-bottom: 1.25em; }
.content ul li, .content ol li {
  position: relative;
  margin-left: 1em; }
.content li:before {
  content: "•";
  position: absolute;
  left: -10px; }
.content em {
  font-style: italic; }

.wp-caption-text {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  line-height: 1.45em; }
  @media (min-width: 800px) {
    .wp-caption-text {
      font-size: 0.875em; } }

.wp-caption {
  width: 100% !important; }

div.wpcf7-response-output {
  margin: 0 2.75em 0 0;
  border-radius: 0.75em;
  padding: 1em 2em;
  color: white; }

div.wpcf7-mail-sent-ok {
  border: none;
  background: #2bbcb6; }

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  background: #ff6262;
  border: none; }

.related-tags {
  text-align: center; }
  .related-tags li {
    color: #2BBCB6;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-right: 1.25em;
    font-size: 14px; }
  .related-tags a {
    color: #2BBCB6 !important; }
  .related-tags h5 {
    margin-bottom: 1em; }
  .related-tags h5.bg-line:after {
    content: url("../img/aqua-line.svg");
    margin: 0 auto;
    left: 0;
    right: 0; }

/* COLORS */
.bg-blue {
  background: #396FB6;
  color: #FFFFFF; }
  .bg-blue a {
    color: #FFFFFF; }

.hero-slider.bg-blue,
.img-video-slider.bg-blue {
  background: #396FB6;
  color: #396FB6; }
  .hero-slider.bg-blue button, .hero-slider.bg-blue button:after, .hero-slider.bg-blue a,
  .img-video-slider.bg-blue button,
  .img-video-slider.bg-blue button:after,
  .img-video-slider.bg-blue a {
    color: #396FB6; }
  .hero-slider.bg-blue button.slick-arrow,
  .img-video-slider.bg-blue button.slick-arrow {
    background: #396FB6; }

.bg-aqua {
  background: #2BBCB6;
  color: #FFFFFF; }
  .bg-aqua a {
    color: #FFFFFF; }

.hero-slider.bg-aqua,
.img-video-slider.bg-aqua {
  background: #2BBCB6;
  color: #2BBCB6; }
  .hero-slider.bg-aqua button, .hero-slider.bg-aqua button:after, .hero-slider.bg-aqua a,
  .img-video-slider.bg-aqua button,
  .img-video-slider.bg-aqua button:after,
  .img-video-slider.bg-aqua a {
    color: #2BBCB6; }
  .hero-slider.bg-aqua button.slick-arrow,
  .img-video-slider.bg-aqua button.slick-arrow {
    background: #2BBCB6; }

.bg-skyblue {
  background: #50C7E8;
  color: #FFFFFF; }
  .bg-skyblue a {
    color: #FFFFFF; }

.hero-slider.bg-skyblue,
.img-video-slider.bg-skyblue {
  background: #50C7E8;
  color: #50C7E8; }
  .hero-slider.bg-skyblue button, .hero-slider.bg-skyblue button:after, .hero-slider.bg-skyblue a,
  .img-video-slider.bg-skyblue button,
  .img-video-slider.bg-skyblue button:after,
  .img-video-slider.bg-skyblue a {
    color: #50C7E8; }
  .hero-slider.bg-skyblue button.slick-arrow,
  .img-video-slider.bg-skyblue button.slick-arrow {
    background: #50C7E8; }

.bg-green {
  background: #7EC142;
  color: #FFFFFF; }
  .bg-green a {
    color: #FFFFFF; }

.hero-slider.bg-green,
.img-video-slider.bg-green {
  background: #7EC142;
  color: #7EC142; }
  .hero-slider.bg-green button, .hero-slider.bg-green button:after, .hero-slider.bg-green a,
  .img-video-slider.bg-green button,
  .img-video-slider.bg-green button:after,
  .img-video-slider.bg-green a {
    color: #7EC142; }
  .hero-slider.bg-green button.slick-arrow,
  .img-video-slider.bg-green button.slick-arrow {
    background: #7EC142; }

.bg-orange {
  background: #F9A31B;
  color: #FFFFFF; }
  .bg-orange a {
    color: #FFFFFF; }

.bg-red {
  background: #F05A67;
  color: #FFFFFF; }
  .bg-red a {
    color: #FFFFFF; }

.hero-slider.bg-red,
.img-video-slider.bg-red {
  background: #F05A67;
  color: #F05A67; }
  .hero-slider.bg-red button, .hero-slider.bg-red button:after, .hero-slider.bg-red a,
  .img-video-slider.bg-red button,
  .img-video-slider.bg-red button:after,
  .img-video-slider.bg-red a {
    color: #F05A67; }
  .hero-slider.bg-red button.slick-arrow,
  .img-video-slider.bg-red button.slick-arrow {
    background: #F05A67; }

.bg-yellow {
  background: #F9A31B;
  color: #FFFFFF; }
  .bg-yellow a {
    color: #FFFFFF; }

.hero-slider.bg-yellow,
.img-video-slider.bg-yellow {
  background: #FDD916;
  color: #FDD916; }
  .hero-slider.bg-yellow button, .hero-slider.bg-yellow button:after, .hero-slider.bg-yellow a,
  .img-video-slider.bg-yellow button,
  .img-video-slider.bg-yellow button:after,
  .img-video-slider.bg-yellow a {
    color: #FDD916; }
  .hero-slider.bg-yellow button.slick-arrow,
  .img-video-slider.bg-yellow button.slick-arrow {
    background: #FDD916; }

.bg-sand {
  background: #F5F3ED; }
  .bg-sand a {
    color: #333333; }
  .bg-sand a.btn-wide {
    color: #FFFFFF; }

.bg-lightest-gray {
  background: #F2F2F2; }

.bg-light-gray {
  background: #9B9B9B; }

.bg-white {
  background: #FFFFFF; }
  .bg-white .filter-menu select {
    color: #333333;
    border: 1px solid #333333; }
  .bg-white .filter-menu:after {
    border-top: 9px solid #000000; }
  .bg-white a {
    color: #333333; }

.bg-white.breadcrumbs {
  border-bottom: 1px solid #4A4A4A;
  border-top: 1px solid #4A4A4A;
  margin-top: -1px; }

.bg-blue .filter-menu:after {
  border-top: 13px solid #396FB6; }

.bg-aqua .filter-menu:after {
  border-top: 13px solid #2BBCB6; }

.bg-red .filter-menu:after {
  border-top: 13px solid #F05A67; }

.bg-yellow .filter-menu:after {
  border-top: 13px solid #F9A31B; }

.bg-pink {
  background-color: #e45a91; }

.bg-gray {
  background-color: #4A4A4A; }

.bg-gray-sky {
  background-color: #f9f9f9; }

/* COLOR 4 TEXT */
.c-white {
  color: #FFFFFF; }
  .c-white p {
    color: #FFFFFF; }

.c-blue {
  color: #396FB6; }

.c-yellow {
  color: rgba(249, 163, 27, 0.7); }

.c-red {
  color: #F05A67; }

.c-skyblue {
  color: #50C7E8; }

.c-aqua {
  color: #2BBCB6; }

.c-green {
  color: #7EC142; }

.c-orange {
  color: #F9A31B; }

.c-black {
  color: #333333; }

.c-black0 {
  color: #000000; }

.c-gray {
  color: #4A4A4A; }

.c-light-gray {
  color: #9B9B9B; }

.c-lightest-gray {
  color: #F2F2F2; }

/* COLOR BORDER */
.border-bottom-4px {
  border-bottom: 4px solid; }

.border-top-1px {
  border-top: 1px solid #CDCCCD; }

.border-aqua {
  border: 5px solid #2BBCB6; }

.border-white {
  border: 3px solid #FFFFFF; }

.sand-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.31) 31%, #f8f6f2 80%, #f5f3ed 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.31) 31%, #f8f6f2 80%, #f5f3ed 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.31) 31%, #f8f6f2 80%, #f5f3ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f3ed',GradientType=0 ); }

.bg-sand-mask {
  opacity: 0.7;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #F5F3ED; }

.bg-aqua-mask {
  opacity: 0.7;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #2BBCB6; }

.bg-white-mask {
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF; }

.bg-min-height {
  min-height: 232px; }
  @media (max-width: 800px) {
    .bg-min-height {
      min-height: auto; } }

/* ANIMATIONS */
@-moz-keyframes marquee {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@keyframes marquee {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@-moz-keyframes draw {
  from {
    stroke-dashoffset: 3000; }
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 3000; }
  to {
    stroke-dashoffset: 0; } }
@keyframes draw {
  from {
    stroke-dashoffset: 3000; }
  to {
    stroke-dashoffset: 0; } }
.icon-play-blue {
  position: relative; }
  .icon-play-blue:after {
    content: "";
    background-image: url("../img/icon-play-cir-blue.svg");
    background-size: contain;
    bottom: 12px;
    left: 12px;
    position: absolute;
    height: 30px;
    width: 30px; }

.icon-play-red {
  position: relative; }
  .icon-play-red:after {
    content: "";
    background-image: url("../img/icon-play-cir-red.svg");
    background-size: contain;
    bottom: 12px;
    left: 12px;
    position: absolute;
    height: 30px;
    width: 30px; }

.icon-play {
  position: absolute;
  bottom: 12px;
  left: 12px;
  height: 30px;
  width: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  .icon-play:after {
    content: "";
    background-image: url("../img/icon-video-arrow.svg");
    background-size: cover;
    z-index: 3;
    position: absolute;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px; }

.icon-cir {
  text-align: center;
  color: #FFFFFF;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: 0px;
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  top: 38px;
  line-height: 40px; }
  @media (min-width: 930px) {
    .icon-cir {
      top: 76px;
      line-height: 87px;
      height: 86px;
      width: 86px; } }

.icon-cir-txt {
  padding-left: 55px; }
  @media (min-width: 930px) {
    .icon-cir-txt {
      padding-left: 110px; } }

.icon-cir-x2 {
  text-align: center;
  color: #FFFFFF;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: 0px;
  position: relative;
  display: block;
  padding-bottom: 100%;
  width: 100%; }
  .icon-cir-x2 > p {
    position: absolute;
    line-height: 20px;
    top: 40%;
    margin: 0 auto;
    left: 0;
    right: 0; }
  @media (min-width: 800px) {
    .icon-cir-x2 > p {
      top: 38%; } }

@media (min-width: 800px) {
  .two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px; } }

.eight-columns {
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px; }
  @media (min-width: 1440px) {
    .eight-columns {
      -moz-column-count: 8;
      -webkit-column-count: 8;
      column-count: 8; } }
  @media (max-width: 1440px) {
    .eight-columns {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4; } }
  @media (max-width: 600px) {
    .eight-columns {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }

/*GRID */
section {
  width: 100%;
  background: #FFFFFF;
  position: relative; }

.wrap {
  margin: 0 auto;
  position: relative;
  width: 90%; }
  @media (min-width: 1440px) {
    .wrap {
      width: 80%; } }
  @media (max-width: 800px) {
    .wrap {
      width: 90%; } }

.med-wrap {
  max-width: 1280px;
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 1440px) {
    .med-wrap {
      padding-left: 10%;
      padding-right: 10%; } }

.big-wrap {
  max-width: 61.5em; }

.small-wrap {
  max-width: 25em;
  margin: 0 auto; }

@media (min-width: 800px) {
  .h-48 {
    height: 48px; } }

@media (min-width: 800px) {
  .h-74 {
    height: 74px; } }

@media (min-width: 800px) {
  .h-96 {
    height: 96px; } }

.divider {
  display: inline-block;
  margin: 150px auto 0 auto;
  width: 100%; }

.divider-auto {
  display: inline-block;
  margin-right: 50px;
  width: auto;
  vertical-align: top; }

.ptb20 {
  padding: 20px 0; }

.ptb50 {
  padding: 30px 0; }
  @media (min-width: 800px) {
    .ptb50 {
      padding: 50px 0; } }

.ptb100 {
  padding: 3.125em 0; }
  @media (min-width: 800px) {
    .ptb100 {
      padding: 6.25em 0; } }

.pb100 {
  padding-bottom: 3.125em; }
  @media (min-width: 800px) {
    .pb100 {
      padding-bottom: 6.25em; } }

.pt100 {
  padding-top: 3.125em; }
  @media (min-width: 800px) {
    .pt100 {
      padding-top: 6.25em; } }

.pl100 {
  padding-left: 1.25em; }
  @media (min-width: 1028px) {
    .pl100 {
      padding-left: 6.25em; } }
  @media (min-width: 800px) {
    .pl100 {
      padding-left: 3em; } }

.pb20 {
  padding-bottom: 1.25em; }

.pt20 {
  padding-top: 1.25em; }

.p40 {
  padding: 20px; }
  @media (min-width: 800px) {
    .p40 {
      padding: 40px; } }

.p20 {
  padding: 20px; }

.p10 {
  padding: 10px; }

.p5 {
  padding: 5px; }

@media (min-width: 800px) {
  .pr10 {
    padding-right: 10%; } }

.pr20 {
  padding-right: 20px; }

.mb40 {
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .mb40 {
      margin-bottom: 40px; } }

.m20 {
  margin: 1.25em 0; }

.mb20 {
  margin-bottom: 20px; }

.mb6 {
  margin-bottom: 6px; }

.mb10 {
  margin-bottom: 10px; }

.mb24 {
  margin-bottom: 24px; }

.mb30 {
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .mb30 {
      margin-bottom: 30px; } }

.mb50 {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .mb50 {
      margin-bottom: 50px; } }

.mb-70 {
  margin-bottom: -50px; }
  @media (min-width: 800px) {
    .mb-70 {
      margin-bottom: -70px; } }

.mt20 {
  margin-top: 1.25em; }

.mt40 {
  margin-top: 2.5em; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 30px; }
  @media (min-width: 800px) {
    .mt50 {
      margin-top: 50px; } }

.mr15 {
  margin-right: 15px; }

.mtb30 {
  margin: 30px 0; }

.one-col {
  display: inline-block;
  width: 100%; }

.col95 {
  display: inline-block;
  width: 100%; }
  @media (min-width: 800px) {
    .col95 {
      width: 95.4%; } }

.one-fourth {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .one-fourth {
      width: 24%;
      padding-bottom: 2.5em; } }

.is-one-fourth {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-one-fourth {
      width: 24%; } }

.is-one-fourth-halfs {
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 902px) {
    .is-one-fourth-halfs {
      width: 24%; } }
  @media (max-width: 902px) {
    .is-one-fourth-halfs {
      width: 49%;
      padding-right: 1.25em; } }
  @media (max-width: 800px) {
    .is-one-fourth-halfs {
      width: 100%; } }

.three-col {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .three-col {
      width: 74%; } }

.two-col {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .two-col {
      width: 49%; } }

.two-col.v-bottom {
  vertical-align: bottom; }

.is-two-col {
  float: left;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-two-col {
      width: 50%; } }

.half-col {
  float: left;
  vertical-align: top;
  width: 50%; }

.one-third {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .one-third {
      width: 32%; } }

.one-third.table-cell {
  display: inline-block;
  width: 100%; }
  @media (min-width: 800px) {
    .one-third.table-cell {
      display: table-cell;
      width: 32%; } }

.two-thirds {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .two-thirds {
      width: 65%; } }

.two-thirds.table-cell {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .two-thirds.table-cell {
      display: table-cell;
      width: 65%; } }

.one-fifth {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .one-fifth {
      width: 19%;
      padding-bottom: 2.5em; } }

@media (max-width: 800px) {
  .columns {
    padding-bottom: 1.25em; } }
@media (min-width: 800px) {
  .columns {
    padding-right: 1.25em; } }

.one-sixth {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .one-sixth {
      width: 16%; } }

.three-cols {
  width: 100%; }
  .three-cols > div, .three-cols > li {
    width: 32%;
    display: inline-block;
    vertical-align: top; }

.two-thirds_quarter > div, .two-thirds_quarter > li {
  float: left; }
.two-thirds_quarter > div:nth-child(1), .two-thirds_quarter > li:nth-child(1) {
  width: 66%; }
.two-thirds_quarter > div:nth-child(2), .two-thirds_quarter > li:nth-child(2) {
  width: 25%; }

.two-cols {
  float: left;
  width: 100%; }
  .two-cols > div, .two-cols > li, .two-cols > figure, .two-cols > ul {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%; }
    @media (min-width: 800px) {
      .two-cols > div, .two-cols > li, .two-cols > figure, .two-cols > ul {
        margin: 0;
        width: 49%; } }

/*  Left Floated */
.t-left {
  text-align: left; }

.c-center {
  margin: 0 auto;
  display: block; }

.f-right {
  float: right; }

.f-left {
  float: left; }

.is-right {
  float: left; }
  @media (min-width: 800px) {
    .is-right {
      float: right; } }

.is-left {
  float: left; }

.is-inline {
  display: inline-block; }

.v-bottom {
  vertical-align: bottom; }

.grid-sizer,
.grid-item {
  width: 50%;
  float: left;
  padding-right: 1.25em; }
  @media (min-width: 800px) {
    .grid-sizer,
    .grid-item {
      width: 24%; } }

.grid-item--width2 {
  width: 50%; }
  @media (min-width: 800px) {
    .grid-item--width2 {
      width: 48%; } }

.grid-sizer2,
.grid-item2 {
  width: 100%;
  padding-right: 2%; }
  @media (min-width: 800px) {
    .grid-sizer2,
    .grid-item2 {
      width: 33%; } }

.grid-item--width3 {
  width: 100%; }
  @media (min-width: 800px) {
    .grid-item--width3 {
      width: 33%; } }

.grid-item--width4 {
  width: 100%; }
  @media (min-width: 800px) {
    .grid-item--width4 {
      width: 66%; } }

@media (max-width: 800px) {
  .three-block-m > div:nth-child(n+4) {
    display: none; }
  .three-block-m .is-two-col.columns:nth-child(3) {
    padding-bottom: 0; }
    .three-block-m .is-two-col.columns:nth-child(3) .thumb-img-x1 {
      margin-bottom: 0; } }

@media (max-width: 800px) {
  .cir-img.hide-m, .hide-m {
    display: none; } }

@media (max-width: 800px) {
  .hide-m {
    display: none; } }

@media (min-width: 800px) {
  .hide-d {
    display: none; } }

@media (min-width: 800px) {
  .pt100-m {
    padding-top: 6.25em; } }

@media (min-width: 800px) {
  .plr90 {
    padding-left: 90px;
    padding-right: 90px; } }

.overflow-visible {
  overflow: visible; }

@media (min-width: 800px) {
  .pt15-m {
    padding-top: 15%; } }

/*  Componentes */
/* ELEMENTS */
section {
  padding: 2em 0;
  overflow: hidden; }
  @media (min-width: 800px) {
    section {
      padding: 2.5em 0; } }

header {
  padding-left: 5%;
  padding-right: 5%;
  color: #4A4A4A;
  background: #FFFFFF;
  overflow: hidden;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }
  @media (min-width: 1440px) {
    header {
      padding-left: 10%;
      padding-right: 10%; } }
  header:after {
    bottom: 0;
    border-bottom: 1px solid #DDDDDD;
    content: "";
    left: 0;
    position: absolute;
    width: 100%; }
  header a {
    color: #4A4A4A;
    text-decoration: none; }
  header .logo {
    text-align: center;
    z-index: 1;
    position: relative; }
  header .logo img {
    top: 5px;
    position: relative; }
  header .nd-menu {
    z-index: 1;
    position: relative; }
  @media (min-width: 1028px) {
    header .nd-menu {
      width: 2em; }
    header .logo {
      width: 10%;
      text-align: left; } }
  @media (min-width: 1280px) {
    header a {
      font-size: 1.125em; } }
  @media (max-width: 1280px) {
    header a {
      font-size: 16px; } }

.burger {
  cursor: pointer; }
  .burger .wrapper {
    width: 1.56em;
    margin-top: 8px; }
  .burger .wrapper > div {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 4px;
    margin-bottom: 3px;
    display: block; }
  .burger .wrapper > div:nth-child(1) {
    background: #745FB9; }
  .burger .wrapper > div:nth-child(2) {
    background: #396FB6; }
  .burger .wrapper > div:nth-child(3) {
    background: #7EC142; }
  @media (min-width: 1028px) {
    .burger {
      display: none !important; } }

.st-menu {
  display: none !important;
  top: 3px;
  text-align: right;
  position: relative;
  width: 89% !important; }
  .st-menu li {
    position: relative; }
  .st-menu .menu {
    display: inline; }
  .st-menu .search {
    position: absolute;
    cursor: pointer;
    display: inline;
    top: 2px;
    width: 21px;
    right: -40px; }
  @media (min-width: 1028px) {
    .st-menu {
      display: inline-block !important; }
      .st-menu ul li {
        display: inline-block;
        font-family: "Nunito", sans-serif;
        font-weight: 700; }
      .st-menu ul li.c-red a {
        color: #F05A67; }
      .st-menu ul li:last-child {
        padding-right: 0; }
      .st-menu ul li.dropdown-menu.dropdownStTrigger:after {
        bottom: 11px;
        content: "";
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #F05A67;
        -moz-transform: translateY(3.3em);
        -ms-transform: translateY(3.3em);
        -webkit-transform: translateY(3.3em);
        transform: translateY(3.3em);
        left: 1em;
        position: absolute;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 2; }
      .st-menu ul li.dropdown-menu.dropdownStTrigger.openStDropdown:after {
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-transform: translateY(2.5em);
        -ms-transform: translateY(2.5em);
        -webkit-transform: translateY(2.5em);
        transform: translateY(2.5em); } }
  @media (min-width: 1280px) {
    .st-menu .st-wrap {
      display: inline-block;
      padding-right: 20px; }
    .st-menu ul li {
      padding-right: 20px; } }
  @media (max-width: 1280px) {
    .st-menu .st-wrap {
      display: block; }
    .st-menu ul li {
      padding-right: 20px; } }

#dropdownWrapStMenu {
  background: #F05A67;
  float: left;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  width: 100%; }
  #dropdownWrapStMenu ul {
    text-align: center; }
  #dropdownWrapStMenu li {
    display: inline-block;
    padding-right: 2.5em; }
    #dropdownWrapStMenu li:last-child {
      padding-right: 0; }
  #dropdownWrapStMenu a {
    color: #FFFFFF;
    height: 0;
    overflow: hidden;
    text-decoration: none; }
  @media (max-width: 800px) {
    #dropdownWrapStMenu {
      display: none; } }

#dropdownWrapStMenu.openStDropdown {
  overflow: visible;
  height: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.75em 0; }
  #dropdownWrapStMenu.openStDropdown a {
    height: auto;
    overflow: visible; }

.nd-menu {
  text-align: right;
  margin-top: 8px;
  float: right; }
  .nd-menu > ul {
    display: none; }
  .nd-menu > ul li, .nd-menu .search {
    display: inline-block; }
  .nd-menu > ul li {
    padding-right: 2.5em;
    vertical-align: super; }
  .nd-menu > ul li:last-child {
    padding-right: 0; }
  .nd-menu .search {
    position: relative;
    cursor: pointer; }
  @media (min-width: 1028px) {
    .nd-menu > ul {
      display: inline-block; }
    .nd-menu .search {
      padding-left: 2.5em; } }

.search-wrap {
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 5;
  background: white; }

input#searchBox {
  font-family: "Nunito", sans-serif;
  background: url("../img/search.svg") no-repeat 3% 50%;
  background-color: #FFFFFF;
  height: 0;
  visibility: hidden;
  border: none;
  padding: 0;
  float: left;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 4em; }
  @media (min-width: 1440px) {
    input#searchBox {
      padding-left: 10%;
      padding-right: 10%; } }
  input#searchBox:focus {
    outline: 0; }
  @media (min-width: 1440px) {
    input#searchBox {
      background: url("../img/search.svg") no-repeat 8% 50%; } }

input#searchBox.openSearch {
  height: auto;
  padding: 1.8em 0;
  padding-left: 4em;
  background: url("../img/search.svg") no-repeat 3% 50%;
  visibility: visible;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 5%;
  padding-right: 5%;
  padding-left: 4em; }
  @media (min-width: 1440px) {
    input#searchBox.openSearch {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 1440px) {
    input#searchBox.openSearch {
      background: url("../img/search.svg") no-repeat 8% 50%; } }

aside {
  height: 100vh;
  margin-top: -100px;
  background: #F05A67;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 3; }
  aside li {
    display: block;
    text-align: center; }
  aside a {
    color: #FFFFFF;
    background: #F05A67;
    display: block;
    padding: 1.25em;
    text-decoration: none; }
  aside a:hover, aside a:focus {
    -webkit-filter: brightness(110%);
    filter: brightness(110%); }
  aside #dropdown {
    text-align: center; }
  aside #dropdown a:after {
    content: "→"; }
  aside #dropdown a:focus:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  aside .dropdown-menu {
    height: 0;
    overflow: hidden;
    visibility: hidden; }
    aside .dropdown-menu li {
      display: block;
      opacity: 0;
      visibility: hidden;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 100%; }
  aside .dropdown-menu.openDropdown {
    height: auto;
    overflow: visible;
    visibility: visible; }
    aside .dropdown-menu.openDropdown li {
      opacity: 1;
      visibility: visible;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  aside .search {
    float: left;
    position: relative;
    width: 100%; }
  aside .search:before {
    content: url("../img/search.svg");
    position: absolute;
    top: 1.2em;
    left: 1.25em; }
  aside input {
    font-family: "Nunito", sans-serif;
    border: none;
    padding: 1.25em;
    padding-left: 3em;
    width: 100%; }
  aside .legal {
    padding: 1.25em 0;
    float: left;
    width: 100%; }
  @media (min-width: 1280px) {
    aside {
      display: none; } }

aside.openMenu {
  margin-top: 0;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body.openMenu {
  overflow: hidden; }

footer {
  border-bottom: 9px solid #2BBCB6;
  background: #FFFFFF;
  color: #4A4A4A;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  footer a {
    color: #4A4A4A;
    text-decoration: none; }
  footer .social-media {
    display: none; }
  footer .rights ul.disclaimer li {
    display: block;
    margin-right: 1em; }
  footer .rights ul.disclaimer li a {
    color: #4A4A4A; }
  footer .contact-block, footer .sitemap, footer .rights {
    padding-left: 5%;
    padding-right: 5%;
    z-index: 0;
    position: relative;
    padding-top: 3.125em;
    padding-bottom: 3.125em; }
    @media (min-width: 1440px) {
      footer .contact-block, footer .sitemap, footer .rights {
        padding-left: 10%;
        padding-right: 10%; } }
  footer .sitemap .bg-aqua-mask {
    opacity: 0.4;
    z-index: -1; }
  footer .sitemap {
    color: #FFFFFF; }
  footer .contact-block .bg-white-mask {
    opacity: 0.8;
    z-index: -1; }
  footer .rights .bg-white-mask {
    z-index: -1; }
  footer .three-cols ul#menu-menu-inferior {
    width: 100%;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 800px) {
      footer .three-cols ul#menu-menu-inferior {
        font-size: 22px;
        line-height: 30px; } }
  footer .three-cols ul#menu-menu-inferior > li {
    width: 49%;
    font-weight: bold; }
  @media (min-width: 800px) {
    footer .social-media {
      display: inherit;
      text-align: right;
      width: 50%;
      display: inline-block; } }
  @media (max-width: 600px) {
    footer .sitemap .three-cols li {
      width: 49%; } }

/* IMG-VIDEO SLIDER BLOCK */
.img-video-slider {
  background: #FFFFFF !important;
  z-index: 2;
  position: relative;
  float: left;
  padding: 2em 0;
  width: 100%; }
  @media (min-width: 800px) {
    .img-video-slider {
      padding: 2.5em 0; } }
  .img-video-slider a {
    font-size: 14px;
    text-decoration: underline; }
  .img-video-slider p {
    color: #333333;
    font-size: 14px;
    padding-top: 1.3em; }
  .img-video-slider h2 {
    font-size: 1.22em;
    line-height: 1.25em; }
  .img-video-slider .slider {
    height: auto;
    float: left;
    position: relative;
    width: 100%;
    margin: 3.3em 0; }
  .img-video-slider .slider li {
    padding-right: 20px;
    height: 30em; }
  .img-video-slider .slider img {
    height: 30em; }
  .img-video-slider .slider iframe.rectangle {
    width: 53.75em;
    height: 30em; }
  .img-video-slider .slider iframe.square {
    height: 100%;
    min-width: 30em; }
  .img-video-slider .slider li div {
    max-width: 25em;
    color: #333333; }
  .img-video-slider .small-description {
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 1440px) {
      .img-video-slider .small-description {
        width: 80%; } }
    @media (max-width: 800px) {
      .img-video-slider .small-description {
        width: 90%; } }
    .img-video-slider .small-description > div {
      max-width: 30em; }
  @media (max-width: 800px) {
    .img-video-slider .slider iframe.rectangle,
    .img-video-slider .slider iframe.square {
      width: 100%;
      min-width: auto; } }
  @media (max-width: 600px) {
    .img-video-slider .slider img {
      height: auto;
      width: 100%; }
    .img-video-slider .slider iframe {
      width: 100%; }
    .img-video-slider .slider li {
      height: auto;
      padding-left: 20px; } }
  @media (min-width: 800px) {
    .img-video-slider h2 {
      font-size: 1.75em; } }

/* ALL PROJECTS SLIDER */
.projects-slider .slider {
  height: auto;
  float: left;
  position: relative;
  width: 100%; }
.projects-slider .slider li {
  padding-right: 20px;
  height: 30em; }
.projects-slider .slider li div {
  max-width: 25em;
  color: #333333; }
.projects-slider .small-description {
  margin: 0 auto;
  width: 90%; }
  @media (min-width: 1440px) {
    .projects-slider .small-description {
      width: 80%; } }
  @media (max-width: 800px) {
    .projects-slider .small-description {
      width: 90%; } }
  .projects-slider .small-description > div {
    max-width: 30em; }
.projects-slider .slick-slide {
  height: auto; }
.projects-slider .slider button.slick-prev {
  left: -6em; }
.projects-slider .slider button.slick-next {
  right: -5em; }
@media (max-width: 1300px) {
  .projects-slider .slider button.slick-prev {
    left: -1em; }
  .projects-slider .slider button.slick-next {
    right: -1em; } }
@media (max-width: 600px) {
  .projects-slider button.slick-arrow {
    height: 2.375em;
    width: 2.375em; }
  .projects-slider .slider button.slick-arrow:after {
    top: 0.6em; } }

/* ALL PROJECTS SLIDER */
.full-slider .slider {
  height: auto;
  float: left;
  position: relative;
  width: 100%; }
.full-slider .slider li {
  padding-right: 20px;
  height: 30em; }
.full-slider .slider li div {
  max-width: 25em;
  color: #333333; }
.full-slider .small-description {
  margin: 0 auto;
  width: 90%; }
  @media (min-width: 1440px) {
    .full-slider .small-description {
      width: 80%; } }
  @media (max-width: 800px) {
    .full-slider .small-description {
      width: 90%; } }
  .full-slider .small-description > div {
    max-width: 30em; }
.full-slider .slick-slide {
  height: auto; }
.full-slider .slider button.slick-prev {
  left: 4em;
  top: 40%; }
.full-slider .slider button.slick-next {
  right: 5em;
  top: 40%; }
@media (max-width: 1300px) {
  .full-slider .slider button.slick-prev {
    left: 2em; }
  .full-slider .slider button.slick-next {
    right: 2em; } }
@media (max-width: 800px) {
  .full-slider .one-fourth {
    padding-right: 1.25em; } }
@media (max-width: 600px) {
  .full-slider button.slick-arrow {
    height: 2.375em;
    width: 2.375em; }
  .full-slider .slider button.slick-arrow:after {
    top: 0.6em; } }

/* THUMBNAIL SLIDER */
.thumbs-slider {
  display: inline-block;
  position: relative;
  width: 100%; }
  .thumbs-slider ul.slider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    text-align: center; }
  .thumbs-slider ul.slider .txt {
    height: 100%;
    display: table;
    width: 100%; }
    .thumbs-slider ul.slider .txt > p {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 20px 40px;
      height: 100%; }
  .thumbs-slider ul.slider .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: table;
    padding-bottom: 0;
    width: 100%; }
  .thumbs-slider ul.slider li.slick-slide {
    position: relative;
    float: initial;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .thumbs-slider ul.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2; }
    .thumbs-slider ul.slick-dots li {
      display: inline-block;
      margin-right: 10px; }
    .thumbs-slider ul.slick-dots li:last-child {
      margin-right: 0; }
    .thumbs-slider ul.slick-dots li.slick-active button {
      opacity: 1; }
    .thumbs-slider ul.slick-dots button {
      width: 10px;
      height: 10px;
      opacity: 0.6;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background: #FFFFFF;
      color: transparent;
      padding: 0; }
  .thumbs-slider .slick-list {
    height: 100% !important; }
  .thumbs-slider .slick-track {
    height: 100%; }
  @media (min-width: 800px) {
    .thumbs-slider {
      height: 300px;
      min-height: 400px; }
      .thumbs-slider ul.slider .txt > p {
        padding: 0 20px; }
      .thumbs-slider ul.slick-dots {
        bottom: 40px; }
        .thumbs-slider ul.slick-dots button {
          width: 15px;
          height: 15px; } }
  @media (max-width: 800px) {
    .thumbs-slider {
      height: 140px; }
      .thumbs-slider ul.slider .img {
        height: 140px; }
      .thumbs-slider ul.slider .txt p {
        padding: 10px; }
      .thumbs-slider ul.slider .txt .txt48 {
        font-size: 14px;
        line-height: 20px; } }

/* HERO IMAGES SLIDER BLOCK */
.hero-slider {
  float: left;
  width: 100%; }
  .hero-slider ul.slider {
    height: 100vh;
    float: left;
    position: relative;
    width: 100%;
    text-align: center; }
  .hero-slider ul.slider li.slick-slide {
    top: -2.6875em;
    position: relative;
    height: 100vh; }
  .hero-slider ul.slider li.slick-slide > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%; }
  .hero-slider ul.slick-dots {
    padding: 4px 0; }
  .hero-slider button.slick-prev {
    left: 10%;
    color: transparent; }
    @media (max-width: 1440px) {
      .hero-slider button.slick-prev {
        left: 5%; } }
    .hero-slider button.slick-prev:after {
      content: "←";
      position: absolute;
      left: 0;
      margin: 0 auto;
      right: 0; }
  .hero-slider button.slick-next {
    right: 10%;
    color: transparent; }
    @media (max-width: 1440px) {
      .hero-slider button.slick-next {
        right: 5%; } }
    .hero-slider button.slick-next:after {
      content: "→";
      position: absolute;
      left: 0;
      margin: 0 auto;
      right: 0; }
  @media (max-width: 800px) {
    .hero-slider ul.slider li.slick-slide {
      top: 0; }
    .hero-slider ul.slider,
    .hero-slider ul.slider li.slick-slide > div {
      height: 35em; }
    .hero-slider ul.slick-dots {
      display: none; }
    .hero-slider ul.slider li.slick-slide {
      height: 32.3em; }
    .hero-slider ul.slick-dots {
      display: none !important; } }
  @media (max-width: 600px) {
    .hero-slider ul.slider,
    .hero-slider ul.slider li.slick-slide > div {
      height: 22.5em; }
    .hero-slider ul.slider li.slick-slide {
      height: 19.7em; }
    .hero-slider .gallery-slider img {
      height: auto;
      width: 100%; } }

.hero-slider.half-height ul.slider,
.hero-slider.half-height ul.slider li.slick-slide > div {
  height: 70vh; }
.hero-slider.half-height ul.slider li.slick-slide {
  height: 65.5vh; }
@media (max-width: 800px) {
  .hero-slider.half-height ul.slider,
  .hero-slider.half-height ul.slider li.slick-slide > div {
    height: 35em; }
  .hero-slider.half-height ul.slider li.slick-slide {
    height: 32.3em; } }
@media (max-width: 600px) {
  .hero-slider.half-height ul.slider,
  .hero-slider.half-height ul.slider li.slick-slide > div {
    height: 22.5em; }
  .hero-slider.half-height ul.slider li.slick-slide {
    height: 19.7em; }
  .hero-slider.half-height .gallery-slider img {
    height: auto;
    width: 100%; } }

.places-slider {
  height: auto;
  padding-right: 20px; }
  .places-slider .slick-slide {
    height: auto; }
  .places-slider a {
    margin-right: 20px;
    display: block;
    border-bottom: 4px solid #2BBCB6; }
  .places-slider .card {
    position: relative;
    width: 12%; }
    .places-slider .card .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .places-slider .card p {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .places-slider .card .has-txt {
      padding: 10px;
      height: 151px; }
    .places-slider .card .img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 106px;
      width: 100%; }

.hero-img-title {
  position: relative;
  height: 80vh;
  display: inline-block;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .hero-img-title .white-gradient-mask {
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    height: 30vh; }
  .hero-img-title .title {
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    bottom: 20%;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease; }
    @media (min-width: 1440px) {
      .hero-img-title .title {
        padding-left: 10%;
        padding-right: 10%; } }

.hero-img-title.video video {
  display: none; }
@media (min-width: 800px) {
  .hero-img-title.video {
    background-image: none !important;
    overflow: hidden;
    z-index: -1;
    padding-bottom: 40%;
    height: inherit; }
    .hero-img-title.video .full-video-wrap {
      position: absolute; }
    .hero-img-title.video video {
      padding-bottom: 40%;
      height: inherit;
      display: inline-block; } }

/* SLICK SLIDER GALLERIES */
.has-slider {
  position: relative;
  height: 100%; }
  .has-slider .slick-slide {
    display: inline-block;
    float: inherit;
    height: auto;
    vertical-align: middle; }
  .has-slider .slick-list {
    overflow: hidden; }
  .has-slider .slick-arrow {
    position: absolute;
    z-index: 1; }
  .has-slider .slick-slide img {
    margin: 0 auto;
    max-height: 600px; }
  .has-slider button {
    outline: none;
    cursor: pointer;
    background: none;
    color: transparent;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    height: 50px;
    width: 50px; }
  .has-slider .slick-prev {
    top: 45%;
    left: 20px; }
    .has-slider .slick-prev:after {
      content: "";
      background-image: url("../img/icon-arrow-left.svg");
      background-size: 10px;
      background-repeat: no-repeat;
      background-color: #FFFFFF;
      background-position: center;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      left: 0;
      top: 0;
      height: 50px;
      position: absolute;
      width: 50px; }
  .has-slider .slick-next {
    top: 45%;
    right: 20px; }
    .has-slider .slick-next:after {
      content: "";
      background-image: url("../img/icon-arrow-right.svg");
      background-size: contain;
      background-size: 10px;
      background-repeat: no-repeat;
      background-color: #FFFFFF;
      background-position: center;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      position: absolute;
      left: 0;
      top: 0;
      height: 50px;
      width: 50px; }
  @media (max-width: 600px) {
    .has-slider .slick-next {
      right: 20px; }
    .has-slider .slick-prev {
      left: 20px; } }

.modal-slider {
  max-width: 780px;
  min-height: 500px;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 800px) {
    .modal-slider {
      min-height: auto; } }

.hero-img-title.show .title {
  bottom: 0px;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }
.hero-img-title.show .white-gradient-mask {
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  height: 90%; }

.white-gradient-mask {
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50%;
  width: 100%; }

/* READABLE TEXT BLOCK */
.read-time {
  font-size: 1em;
  line-height: 1.45em;
  margin-top: 1.25em;
  line-height: 1.25em; }
  @media (min-width: 800px) {
    .read-time {
      font-size: 0.875em; } }

.txt-block {
  margin: 2.5em auto;
  max-width: 40.5em;
  font-size: 1.15em;
  line-height: 2em; }
  .txt-block h1, .txt-block h2, .txt-block h3, .txt-block h4, .txt-block h5 {
    font-weight: bold; }
  .txt-block a {
    text-decoration: underline;
    color: #333333; }
  .txt-block p {
    margin-bottom: 1em; }
  .txt-block i, .txt-block em {
    font-style: italic; }
  .txt-block b, .txt-block strong {
    font-weight: 700; }
  .txt-block ul {
    margin-left: 1em; }
  .txt-block li {
    list-style-type: disc; }
  .txt-block blockquote {
    font-size: 18px;
    margin-bottom: 16px;
    position: relative;
    max-width: 19em;
    margin: 0 auto; }
    .txt-block blockquote p {
      display: inline-block; }
    .txt-block blockquote strong {
      font-weight: bold; }
  @media (min-width: 800px) {
    .txt-block blockquote {
      font-size: 28px;
      line-height: 38px; } }

.post-quote {
  padding-bottom: 1em;
  margin: 0 auto;
  max-width: 30em; }
  .post-quote blockquote {
    font-size: 1.25em;
    line-height: 1.5em;
    max-width: inherit;
    margin-bottom: 1em; }
  .post-quote .quote-meta {
    display: block; }
    .post-quote .quote-meta .img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: inline-block;
      border: 2px solid #FFFFFF;
      -moz-border-radius: 5em;
      -webkit-border-radius: 5em;
      border-radius: 5em;
      height: 3em;
      width: 3em; }
    .post-quote .quote-meta p {
      font-size: 14px;
      font-weight: bold;
      max-width: 7em;
      display: inline-block;
      vertical-align: top;
      margin-left: 1em; }
  @media (min-width: 800px) {
    .post-quote blockquote {
      font-size: 1.75em; }
    .post-quote .quote-meta .img {
      height: 4.375em;
      width: 4.375em; } }

/* FOUR COLUMNS W/THUMBNAIL IMAGE */
.thumbnail-fourths,
.cir-thumbnail-fourths {
  margin-bottom: 1.25em; }
  .thumbnail-fourths .img,
  .cir-thumbnail-fourths .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 13.75em; }
  .thumbnail-fourths .img-x2,
  .cir-thumbnail-fourths .img-x2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 393px; }
  .thumbnail-fourths .txt,
  .cir-thumbnail-fourths .txt {
    background: #FFFFFF;
    padding: 20px; }
  .thumbnail-fourths h1,
  .cir-thumbnail-fourths h1 {
    margin-bottom: 1em;
    font-size: 1.22em;
    line-height: 1.25em; }
    @media (min-width: 800px) {
      .thumbnail-fourths h1,
      .cir-thumbnail-fourths h1 {
        font-size: 1.75em; } }
  .thumbnail-fourths h3,
  .cir-thumbnail-fourths h3 {
    color: #333333; }
  .thumbnail-fourths .info,
  .cir-thumbnail-fourths .info {
    max-width: 11em;
    margin: 0 auto; }
  .thumbnail-fourths .info p,
  .cir-thumbnail-fourths .info p {
    margin: 1.25em 0; }
  .thumbnail-fourths .info p span,
  .cir-thumbnail-fourths .info p span {
    text-decoration: underline; }
  .thumbnail-fourths .media ul,
  .cir-thumbnail-fourths .media ul {
    text-align: center; }
  .thumbnail-fourths .media li,
  .cir-thumbnail-fourths .media li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em; }
  .thumbnail-fourths .media li:last-child,
  .cir-thumbnail-fourths .media li:last-child {
    margin-right: 0; }
  @media (max-width: 1280px) {
    .thumbnail-fourths .one-fourth,
    .cir-thumbnail-fourths .one-fourth {
      width: 32%;
      padding-right: 1.25em;
      margin-bottom: 1.25em; } }
  @media (max-width: 1028px) {
    .thumbnail-fourths .one-fourth,
    .cir-thumbnail-fourths .one-fourth {
      width: 49%; } }
  @media (min-width: 800px) {
    .thumbnail-fourths,
    .cir-thumbnail-fourths {
      margin-bottom: 0; }
      .thumbnail-fourths .two-col,
      .cir-thumbnail-fourths .two-col {
        width: 48.3%; } }
  @media (max-width: 600px) {
    .thumbnail-fourths .one-fourth,
    .cir-thumbnail-fourths .one-fourth {
      width: 100%;
      padding-right: 0; } }

.thumbnail-fourths > div .txt {
  min-height: 12.8em; }
.thumbnail-fourths .cir-date {
  margin-top: -4.5em;
  margin-bottom: 1em; }
.thumbnail-fourths .marquee {
  overflow: hidden;
  position: relative;
  height: 20px;
  width: 100%; }
  .thumbnail-fourths .marquee p {
    position: absolute;
    color: #2BBCB6; }
.thumbnail-fourths .type span {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  height: 2em;
  top: 0.1em;
  line-height: 1.8em;
  text-align: center;
  position: relative;
  margin-right: 1em;
  width: 2em;
  -moz-border-radius: 5em;
  -webkit-border-radius: 5em;
  border-radius: 5em; }
.thumbnail-fourths .one-fourth:hover .marquee .small-txt.moveMarquee {
  -moz-animation: marquee 7s linear infinite;
  -webkit-animation: marquee 7s linear infinite;
  animation: marquee 7s linear infinite;
  width: 800px; }
  .thumbnail-fourths .one-fourth:hover .marquee .small-txt.moveMarquee:after {
    content: "...";
    color: #2BBCB6;
    position: absolute;
    font-size: 18px;
    right: 37px;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    z-index: 2; }
@media (min-width: 1028px) {
  .thumbnail-fourths .one-fourth {
    width: 24%;
    padding-bottom: 2.5em; } }

.small-fourths > div .txt {
  min-height: 9.8em; }

@media (min-width: 800px) {
  .cir-thumbnail-fourths .one-fourth {
    width: 32%; } }
@media (min-width: 1280px) {
  .cir-thumbnail-fourths .one-fourth {
    width: 24%; } }

.cir-thumbnail-fourths a {
  color: #333333;
  text-align: center; }
.cir-thumbnail-fourths .cir-img-x2 {
  margin-left: auto;
  margin-right: auto; }

.img-info-wrap {
  padding: 2.5em;
  background: #FFFFFF; }
  .img-info-wrap .map img {
    width: 100%;
    margin-bottom: 1.25em; }
  .img-info-wrap a {
    text-decoration: underline; }
  .img-info-wrap li {
    margin-bottom: 1.25em; }
  .img-info-wrap ul li p {
    color: #2BBCB6; }
  @media (max-width: 800px) {
    .img-info-wrap .map {
      width: 100%; }
    .img-info-wrap li {
      display: inline-block;
      width: 49%; } }

.square-thumbnails .one-fourth, .rectangle-thumbnails .one-fourth {
  padding-left: 1.25em; }
.square-thumbnails a, .rectangle-thumbnails a {
  color: #333333; }
.square-thumbnails .img, .rectangle-thumbnails .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 1.25em; }
.square-thumbnails p, .rectangle-thumbnails p {
  color: #2BBCB6;
  margin-top: 1em; }
.square-thumbnails .one-fifth .img, .rectangle-thumbnails .one-fifth .img {
  display: inline-block;
  padding-bottom: 50%;
  width: 49%; }
.square-thumbnails .one-fifth .txt, .rectangle-thumbnails .one-fifth .txt {
  display: inline-block;
  vertical-align: top;
  padding-left: 1.25em;
  width: 49%; }
@media (min-width: 800px) {
  .square-thumbnails, .rectangle-thumbnails {
    padding-right: 1.25em; }
    .square-thumbnails .one-fifth .img, .rectangle-thumbnails .one-fifth .img {
      width: 100%;
      padding-bottom: 100%; }
    .square-thumbnails .one-fifth .txt, .rectangle-thumbnails .one-fifth .txt {
      width: 100%; } }

.rectangle-thumbnails h1 {
  font-size: 1.625em;
  margin-bottom: 0.5em; }
.rectangle-thumbnails .img {
  overflow: hidden;
  padding-bottom: 70%;
  width: 100%;
  position: relative; }
  .rectangle-thumbnails .img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.thumb-img-x3 .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80%;
  width: 100%;
  position: relative; }

.thumb-img-x1 {
  position: relative; }
  .thumb-img-x1 a {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%; }
  .thumb-img-x1 h2 {
    font-size: 18px;
    line-height: 24px; }
  .thumb-img-x1 .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 56.4%;
    width: 100%;
    position: relative; }
  .thumb-img-x1 .img-small {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 43.2%;
    width: 100%;
    position: relative; }
  .thumb-img-x1 .img-big {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 57%;
    position: relative;
    width: 100%; }
  @media (min-width: 800px) {
    .thumb-img-x1 .icon-play.big {
      width: 81px;
      height: 81px;
      bottom: 23px;
      left: 23px; }
      .thumb-img-x1 .icon-play.big:after {
        height: 26px;
        width: 25px;
        top: 28px; } }
  @media (min-width: 800px) {
    .thumb-img-x1 .icon-play.med {
      width: 54px;
      height: 54px;
      bottom: 23px;
      left: 23px; }
      .thumb-img-x1 .icon-play.med:after {
        height: 24px;
        width: 24px;
        top: 16px;
        left: 6px; } }
  .thumb-img-x1 .txt30 {
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 800px) {
      .thumb-img-x1 .txt30 {
        font-size: 30px;
        line-height: 38px; } }
  .thumb-img-x1 .txt {
    height: 49px;
    margin-bottom: 14px; }
    .thumb-img-x1 .txt h2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .thumb-img-x1 .txt2 {
    height: 80px;
    position: relative; }
    .thumb-img-x1 .txt2 h2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .thumb-img-x1 .txt2 p {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      position: absolute;
      bottom: 0; }
  @media (min-width: 800px) {
    .thumb-img-x1 .txt-videos {
      height: 67px; } }
  @media (max-width: 1028px) {
    .thumb-img-x1 .img,
    .thumb-img-x1 .img-small {
      padding-bottom: 57%; } }
  @media (max-width: 800px) {
    .thumb-img-x1 .txt2 {
      height: auto; }
      .thumb-img-x1 .txt2 p {
        position: relative; } }

.thumb-img-x2 a {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%; }
.thumb-img-x2 h2 {
  font-size: 18px;
  line-height: 24px; }
.thumb-img-x2 .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 56.4%;
  width: 100%;
  position: relative; }
@media (min-width: 800px) {
  .thumb-img-x2 h2 {
    font-size: 28px;
    line-height: 38px; } }

@media (max-width: 800px) {
  .grid-item.thumb-img-x1 .img {
    height: 100%;
    display: table;
    min-height: 140px;
    padding-bottom: 0;
    width: 100%; }

  .grid-item.thumb-img-x2 .img {
    height: 100%;
    display: table;
    min-height: 140px;
    padding-bottom: 0;
    width: 100%; } }
/* SINGLE PROJECT LTR & RTL GALLERIES */
.two-cols.gal-txt figure {
  padding-right: 1.25em;
  padding-bottom: 1.25em; }
.two-cols.gal-txt figcaption {
  margin-top: 1.25em;
  max-width: 18.75em; }
@media (min-width: 800px) {
  .two-cols.gal-txt figure:nth-child(1) figcaption {
    float: left;
    margin-top: 3.5em; }
  .two-cols.gal-txt figure:nth-child(2) figcaption {
    float: right;
    margin-top: 3.5em; } }

/* PROFILE SLIDER BLOCK - THE SMALL CIRCLES ONE */
.cir-small-thumbnail .slick-slider, .cir-small-thumbnail .slick-slide {
  color: #333333;
  height: auto; }
.cir-small-thumbnail .slick-slide {
  padding-right: 1.25em; }
.cir-small-thumbnail .slick-arrow {
  color: transparent;
  cursor: pointer;
  background: none;
  z-index: 1; }
.cir-small-thumbnail .slick-prev {
  position: absolute;
  left: 0;
  top: 45%; }
  .cir-small-thumbnail .slick-prev:after {
    content: "<";
    color: #333333;
    position: absolute;
    left: 0; }
  @media (min-width: 600px) {
    .cir-small-thumbnail .slick-prev {
      left: -20px; } }
.cir-small-thumbnail .slick-next {
  position: absolute;
  right: 0;
  top: 45%; }
  .cir-small-thumbnail .slick-next:after {
    content: ">";
    color: #333333; }
  @media (min-width: 600px) {
    .cir-small-thumbnail .slick-next {
      right: -20px; } }
.cir-small-thumbnail .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 5px solid #FFFFFF;
  height: 104px;
  width: 104px; }
.cir-small-thumbnail h3 {
  margin-bottom: 1.5em; }
.cir-small-thumbnail h5 {
  padding: 1em 0;
  max-width: 6em; }
.cir-small-thumbnail p {
  padding-bottom: 1em;
  margin: 0 auto; }

/* TIMELINE SLIDER BLOCK */
.timeline-block .slick-slider, .timeline-block .slick-slide {
  color: #333333;
  height: auto; }
.timeline-block .slick-slide {
  position: relative;
  padding: 0 1em; }
.timeline-block .slick-arrow {
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  border-radius: 2.5em;
  background: #396FB6;
  color: transparent;
  cursor: pointer;
  height: 2.5em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 2.5em;
  z-index: 2; }
.timeline-block .slick-next {
  right: -0.5em;
  top: 50%; }
.timeline-block .slick-prev {
  opacity: 0;
  top: 50%;
  left: -0.5em; }
.timeline-block .slick-next:after {
  content: ">";
  color: #FFFFFF;
  font-size: 1.2em;
  position: relative;
  left: -1.2em; }
.timeline-block .slick-prev:after {
  content: "<";
  color: #FFFFFF;
  font-size: 1.2em;
  position: relative;
  left: -2.7em; }
.timeline-block figure {
  margin-top: 2.75em; }
.timeline-block figure:before {
  background: #396FB6;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "";
  height: 1.25em;
  position: absolute;
  left: 3px;
  width: 1.25em;
  top: 2.4em;
  z-index: 2; }
.timeline-block figure:after {
  content: "";
  width: 100%;
  border-top: 2px solid #333333;
  position: absolute;
  top: 3em; }
.timeline-block figcaption p {
  font-size: 1em;
  line-height: 1.45em; }
  @media (min-width: 800px) {
    .timeline-block figcaption p {
      font-size: 0.875em; } }
@media (min-width: 600px) {
  .timeline-block .slick-slide {
    padding-right: 2em; } }
@media (min-width: 800px) {
  .timeline-block h2 {
    font-size: 1.5em; }
  .timeline-block .slick-list {
    overflow: visible; }
  .timeline-block .slick-prev, .timeline-block .slick-next {
    top: 3.125em; }
  .timeline-block .slick-next {
    right: -2.5em; }
  .timeline-block figure {
    margin-top: 4.75em; }
  .timeline-block figure:before {
    left: 11px;
    top: 3.7em; }
  .timeline-block figure:after {
    top: 4.25em; } }
@media (min-width: 1440px) {
  .timeline-block h2 {
    font-size: 2.25em; } }

.places-slider .slick-slider,
.places-slider .slick-slide,
.related-projects-slider .slick-slider,
.related-projects-slider .slick-slide {
  height: auto; }
.places-slider .slick-prev,
.places-slider .slick-next,
.related-projects-slider .slick-prev,
.related-projects-slider .slick-next {
  opacity: 1;
  top: 50%; }
.places-slider .slick-arrow,
.related-projects-slider .slick-arrow {
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  border-radius: 2.5em;
  background: #396FB6;
  color: transparent;
  cursor: pointer;
  height: 2.5em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 2.5em;
  z-index: 2; }
.places-slider .slick-next,
.related-projects-slider .slick-next {
  right: -2em;
  top: 50%; }
.places-slider .slick-prev,
.related-projects-slider .slick-prev {
  top: 50%;
  left: -3em; }
.places-slider .slick-next:after,
.related-projects-slider .slick-next:after {
  content: ">";
  color: #FFFFFF;
  font-size: 1.2em;
  position: relative;
  left: -1.2em; }
.places-slider .slick-prev:after,
.related-projects-slider .slick-prev:after {
  content: "<";
  color: #FFFFFF;
  font-size: 1.2em;
  position: relative;
  left: -2.7em; }
@media (max-width: 800px) {
  .places-slider .slick-next,
  .related-projects-slider .slick-next {
    right: 0; }
  .places-slider .slick-prev,
  .related-projects-slider .slick-prev {
    left: 0; } }

/* ABOUT COMPONENTS */
.fixed-menu {
  position: relative;
  padding: 1.875em 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .fixed-menu a {
    color: #FFFFFF; }
  .fixed-menu .burger {
    text-align: center;
    font-weight: bold; }
  .fixed-menu .burger:after, .fixed-menu .burger:focus:after, .fixed-menu .burger:active:after {
    content: "x";
    opacity: 0;
    margin-left: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .fixed-menu .st-menu {
    display: inherit !important;
    text-align: center;
    position: relative;
    top: 0; }
    .fixed-menu .st-menu ul {
      display: inline; }
  @media (max-width: 800px) {
    .fixed-menu .st-menu {
      top: 20px; }
    .fixed-menu .st-menu ul {
      opacity: 0;
      height: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .fixed-menu .st-menu li {
      padding-bottom: 10px; } }

.fixed-menu.show .st-menu {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.fixed-menu.show .st-menu ul {
  opacity: 1;
  height: 180px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.fixed-menu.show .burger:after, .fixed-menu.show .burger:focus:after, .fixed-menu.show .burger:active:after {
  opacity: 1;
  margin-left: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.tornado > div {
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5em; }
.tornado .img {
  position: relative; }
.tornado .txt h1 {
  margin: 0.5em 0;
  color: #396FB6; }
.tornado .txt p {
  margin-top: 0;
  color: #333333;
  margin-bottom: 1.5em; }
@media (min-width: 800px) {
  .tornado > div:nth-child(3n+1) > div {
    margin: 0 auto;
    display: block; }
  .tornado > div:nth-child(3n+2) > div {
    margin-left: 10%; }
  .tornado > div:nth-child(3n+3) > div {
    margin-left: 50%; } }

.hero-fixed {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 20em;
  background-color: #FFFFFF;
  width: 100%; }
  @media (min-width: 800px) {
    .hero-fixed {
      background-attachment: fixed;
      height: 40em;
      margin: 0 auto;
      width: 90%; } }
  @media (min-width: 800px) and (min-width: 1440px) {
    .hero-fixed {
      width: 80%; } }
  @media (min-width: 800px) and (max-width: 800px) {
    .hero-fixed {
      width: 90%; } }

.about-vector {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #FFFFFF;
  position: relative; }
  .about-vector svg {
    max-width: 50.6em;
    margin: 0 auto;
    display: block;
    width: 100%;
    animation-fill-mode: forwards; }

#map1 .cir-img-x2.show {
  top: 30%;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#map1 .cir-img-x2 {
  left: 0;
  right: 0;
  position: absolute;
  top: 10%;
  width: 15em;
  height: 15em;
  padding-bottom: 0;
  background: #396FB6;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#map1 .cir-img-x2 > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }
#map1 .cir-img-x2 > div .count {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  color: #FFFFFF; }
#map1 .cir-img-x2 > div .count:after {
  content: " ha";
  position: relative; }
#map1 .table-cell img {
  display: block;
  margin: 0 auto; }
@media (max-width: 800px) {
  #map1 svg {
    height: 20em; } }

#map1.show path, #map1.show polygon {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -moz-animation: draw 1s linear forwards;
  -webkit-animation: draw 1s linear forwards;
  animation: draw 1s linear forwards; }

.fixtop {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 10; }

.fixbottom {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10; }

#map2 .cir-img-x2.show {
  bottom: 15%;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#map2 .cir-img-x2 {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 15em;
  height: 15em;
  padding-bottom: 0;
  background: #333333;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#map2 .cir-img-x2 > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }
#map2 .cir-img-x2 > div .count {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  color: #FFFFFF; }
#map2 .cir-img-x2 > div .count:after {
  content: "Colonias";
  font-size: 0.5em;
  margin-top: 1.5em;
  position: relative;
  display: block; }
#map2 .table-cell img {
  display: block;
  margin: 0 auto; }
@media (max-width: 800px) {
  #map2 svg {
    height: 30em; } }

#blockIcons ul, #blockHab ul {
  max-width: 52em;
  margin: 0 auto; }
#blockIcons ul li, #blockHab ul li {
  visibility: visible;
  display: inline-block;
  padding: 10px;
  opacity: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
#blockIcons .cir-img-x2.show, #blockHab .cir-img-x2.show {
  bottom: 15%;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#blockIcons .cir-img-x2, #blockHab .cir-img-x2 {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 15em;
  height: 15em;
  padding-bottom: 0;
  background: #396FB6;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#blockIcons .cir-img-x2 > div, #blockHab .cir-img-x2 > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }
#blockIcons .cir-img-x2 > div .count, #blockHab .cir-img-x2 > div .count {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  color: #FFFFFF; }
#blockIcons .cir-img-x2 > div .count:after, #blockHab .cir-img-x2 > div .count:after {
  font-size: 0.5em;
  margin-top: 1.5em;
  position: relative;
  display: block; }
#blockIcons .caption, #blockHab .caption {
  padding-top: 1.25em;
  max-width: 52em;
  margin: 0 auto; }

.listedelements {
  opacity: 1 !important;
  transition: all ease 0.6s; }

#blockIcons .cir-img-x2 > div .count:after {
  content: "Viviendas"; }

#blockHab .cir-img-x2 > div .count:after {
  content: "Habitantes"; }

@media (max-width: 800px) {
  #blockHab ul li:nth-child(n+80), #blockIcons ul li:nth-child(n+80) {
    display: none; } }
@media (max-width: 600px) {
  #blockHab ul li:nth-child(n+60), #blockIcons ul li:nth-child(n+60) {
    display: none; } }

#blockInfo {
  position: relative;
  height: 40em; }
  #blockInfo .bg-blue, #blockInfo .img {
    height: 50%; }
  #blockInfo .bg-blue .two-col {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%; }
    @media (min-width: 1440px) {
      #blockInfo .bg-blue .two-col {
        padding-left: 10%;
        padding-right: 10%; } }
  #blockInfo .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
  #blockInfo .img .two-col {
    padding-left: 5%;
    padding-right: 5%;
    color: #396FB6;
    position: absolute;
    bottom: -5%;
    opacity: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media (min-width: 1440px) {
      #blockInfo .img .two-col {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (max-width: 1280px) {
      #blockInfo .img .two-col {
        font-size: 12px;
        max-width: 540px; } }
  #blockInfo .img .sand-mask {
    top: 10%;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  #blockInfo .info {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    height: 100%; }
  #blockInfo .info ul {
    position: relative;
    top: 5%;
    margin: 0 auto;
    max-width: 19em;
    height: 40em; }
  #blockInfo .info li {
    position: absolute;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 10em;
    padding-bottom: 10em;
    background: #FFFFFF; }
  #blockInfo .info p span {
    font-size: 1.25em; }
  #blockInfo .info p strong {
    color: #396FB6;
    font-size: 1em; }
  #blockInfo .info li:nth-child(1) {
    left: 0;
    top: 32%;
    z-index: 1; }
  #blockInfo .info li:nth-child(2) {
    left: 24%;
    top: 17%;
    z-index: 2; }
    #blockInfo .info li:nth-child(2) img {
      max-width: 70%; }
  #blockInfo .info li:nth-child(3) {
    right: 0;
    top: 32%;
    z-index: 1; }
  #blockInfo .info li:nth-child(4) {
    left: 24%;
    bottom: 28%; }
  #blockInfo .info li > div {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    margin-top: 40%; }
  #blockInfo .img.show .two-col {
    bottom: 0; }
  #blockInfo .img.show .sand-mask, #blockInfo .img.show .two-col {
    opacity: 1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  #blockInfo .img.show .sand-mask {
    opacity: 1;
    top: 0; }
  @media (min-width: 800px) {
    #blockInfo .info li {
      opacity: 0;
      visibility: hidden; } }
  @media (min-width: 600px) {
    #blockInfo {
      height: 45em; }
      #blockInfo .info li {
        width: 18em;
        padding-bottom: 18em; }
      #blockInfo .info p span {
        font-size: 1.75em; }
      #blockInfo .info p strong {
        font-size: 1.75em; }
      #blockInfo .info ul {
        height: 52.5em;
        max-width: 50em; }
      #blockInfo .info li:nth-child(1) {
        left: 0%;
        top: 32%; }
      #blockInfo .info li:nth-child(2) {
        left: 33%;
        top: 5%; }
      #blockInfo .info li:nth-child(3) {
        right: 0%;
        top: 32%; }
      #blockInfo .info li:nth-child(4) {
        left: 32%;
        bottom: 8%; } }

#blockInfo.show .info li {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
#blockInfo.show .info li:nth-child(1) {
  left: 10%;
  top: 32%; }
#blockInfo.show .info li:nth-child(2) {
  left: 33%;
  top: 15%; }
#blockInfo.show .info li:nth-child(3) {
  right: 10%;
  top: 32%; }
#blockInfo.show .info li:nth-child(4) {
  left: 32%;
  bottom: 18%; }
#blockInfo.show .info ul:after {
  content: "+";
  font-size: 3em;
  color: #396FB6;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 43%;
  z-index: 4; }
@media (min-width: 600px) {
  #blockInfo.show .info ul:after {
    top: 46%; } }
@media (max-width: 600px) {
  #blockInfo.show .info li:nth-child(1) {
    left: 0;
    top: 32%;
    z-index: 1; }
  #blockInfo.show .info li:nth-child(2) {
    left: 24%;
    top: 17%;
    z-index: 2; }
    #blockInfo.show .info li:nth-child(2) img {
      max-width: 70%; }
  #blockInfo.show .info li:nth-child(3) {
    right: 0;
    top: 32%;
    z-index: 1; }
  #blockInfo.show .info li:nth-child(4) {
    left: 24%;
    bottom: 28%; } }

/* SINGLE PROFILE */
.single-profile {
  overflow: visible; }
  .single-profile .description p {
    font-size: 1.375em;
    line-height: 1.5em; }
  .single-profile .profile-picture {
    margin-top: 1.5em; }
  .single-profile .profile-picture .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 3px solid #FFFFFF;
    padding-bottom: 90%;
    width: 100%; }
  .single-profile .profile-picture li {
    display: inline-block;
    margin-right: 1.5em;
    font-size: 1em;
    line-height: 1.45em; }
    @media (min-width: 800px) {
      .single-profile .profile-picture li {
        font-size: 0.875em; } }
  .single-profile .profile-picture li a {
    color: #333333; }
  @media (min-width: 800px) {
    .single-profile .description {
      padding-right: 5em; }
    .single-profile .profile-picture {
      top: -16em;
      margin-bottom: -6em;
      position: relative;
      z-index: 2; } }

/* SINGLE EVENT */
.single-event {
  overflow: visible; }
  .single-event p {
    margin-bottom: 1em; }
  .single-event a {
    color: #333333;
    word-wrap: break-word; }
  .single-event .cir-date {
    margin-top: -5em;
    margin-bottom: 30px; }
  .single-event .featured-img .img p {
    font-size: 1.375em;
    line-height: 1.5em; }
  .single-event .featured-img {
    margin-top: 0.5em; }
  .single-event .featured-img .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 3px solid #FFFFFF;
    padding-bottom: 60%;
    margin-bottom: 2.5em;
    width: 100%; }
  .single-event .specs {
    margin-bottom: 1.25em; }
  .single-event .specs li {
    display: block; }
  .single-event em {
    font-style: italic; }
  @media (min-width: 800px) {
    .single-event .cir-date {
      margin-top: -5.5em;
      margin-bottom: 4em; }
    .single-event .specs {
      max-width: 18.75em; }
    .single-event .description {
      padding-right: 5em; }
    .single-event .featured-img {
      top: -16em;
      margin-bottom: -6em;
      position: relative;
      z-index: 2; } }

/* SINGLE PROFILE CARD */
.single-profile-card {
  overflow: visible; }
  .single-profile-card p {
    margin-bottom: 1em; }
  .single-profile-card a {
    color: #333333;
    word-wrap: break-word; }
  .single-profile-card .cir-date {
    margin-top: -5em;
    margin-bottom: 30px; }
  .single-profile-card .featured-img .img p {
    font-size: 1.375em;
    line-height: 1.5em; }
  .single-profile-card .featured-img .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    border: 3px solid #FFFFFF;
    padding-bottom: 60%;
    margin-bottom: 2.5em;
    width: 100%; }
  .single-profile-card .specs {
    margin-bottom: 1.25em; }
  .single-profile-card .specs li {
    display: block; }
  .single-profile-card .specs p {
    font-size: 1em;
    line-height: 1.45em; }
    @media (min-width: 800px) {
      .single-profile-card .specs p {
        font-size: 0.875em; } }
  .single-profile-card .specs li:nth-child(n+2) {
    position: relative;
    margin-top: 4em; }
    .single-profile-card .specs li:nth-child(n+2):after {
      content: url("../img/blue-line.svg");
      overflow: hidden;
      position: absolute;
      left: 0;
      top: -2.5em;
      width: 100%; }
  @media (min-width: 800px) {
    .single-profile-card .cir-date {
      margin-top: -5.5em;
      margin-bottom: 4em; }
    .single-profile-card .specs {
      max-width: 18.75em; }
    .single-profile-card .description {
      padding-right: 5em; }
    .single-profile-card .featured-img {
      position: relative;
      z-index: 2;
      margin-top: 10px; } }

/* FEATURED POJECT BLOCK */
.ft-project {
  background: linear-gradient(180deg, #50c7e8 50%, #f5f3ed 50%); }
  .ft-project .info {
    color: #FFFFFF; }
  .ft-project .info h1 {
    margin-bottom: 1em; }

/* HOME */
.hero-home .info .progress-bar-txt h1 {
  font-size: 1.5em; }
.hero-home .video-wrap {
  max-width: 100%; }
.hero-home .info .progress-bar-txt {
  margin-top: 1.25em; }
.hero-home .info .cta-more {
  margin-top: 1.25em; }
@media (min-width: 800px) {
  .hero-home .info {
    padding: 1.25em; }
  .hero-home .specs {
    display: none; }
  .hero-home .info .cta-more {
    position: absolute;
    bottom: 0;
    width: 24%; } }
@media (min-width: 1028px) {
  .hero-home .info .progress-bar-txt h1 {
    font-size: 2em; }
  .hero-home .specs {
    display: block; }
  .hero-home .specs .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; } }
@media (min-width: 1280px) {
  .hero-home .specs .description {
    display: inline-block; } }
@media (min-width: 1440px) {
  .hero-home .info .progress-bar-txt h1 {
    font-size: 3em; } }

.project-type li {
  position: relative;
  font-size: 2em;
  line-height: 2em;
  margin-left: 1.5em; }
.project-type li:before {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  height: 2em;
  width: 0.45em;
  padding: 0 0.8em;
  top: 1em;
  line-height: 2.1em;
  position: absolute;
  left: -2.9em;
  -moz-border-radius: 5em;
  -webkit-border-radius: 5em;
  border-radius: 5em; }
.project-type li:nth-child(1):before {
  content: "1";
  background-color: #396FB6; }
.project-type li:nth-child(2):before {
  content: "2";
  background-color: #F9A31B; }
.project-type li:nth-child(3):before {
  content: "3";
  background-color: #F05A67; }
@media (min-width: 1280px) {
  .project-type li {
    font-size: 3em;
    line-height: 1.25em; } }

.about-specs {
  text-align: center; }
  .about-specs .specs {
    padding-bottom: 9%;
    margin-top: 9%;
    position: relative; }
  @media (min-width: 800px) {
    .about-specs .specs {
      padding-bottom: 35%; } }

.about-media-block {
  margin: 0 auto;
  width: 90%;
  max-width: 60em;
  margin: 0 auto; }
  @media (min-width: 1440px) {
    .about-media-block {
      width: 80%; } }
  @media (max-width: 800px) {
    .about-media-block {
      width: 90%; } }
  .about-media-block img {
    display: block;
    margin: 0 auto; }

.btn- {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 49%;
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 49%;
  z-index: 1;
  left: 0;
  margin-right: 0.5%; }
  .btn- .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .btn- .txt {
    color: #FFFFFF;
    text-align: center;
    top: 37%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0; }
  @media (min-width: 800px) {
    .btn- {
      margin-right: 0;
      padding-bottom: 25%;
      position: absolute;
      width: 25%; }
      .btn-:nth-child(1) {
        left: -1.5%; }
      .btn-:nth-child(2) {
        left: 24.5%; }
        .btn-:nth-child(2) .mask {
          opacity: 0.2; }
      .btn-:nth-child(3) {
        left: 50.5%; }
      .btn-:nth-child(4) {
        left: 76.5%; }
      .btn-:hover {
        width: 26%;
        padding-bottom: 26%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        z-index: 0;
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4); } }

.contact-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .contact-block form {
    margin-top: 1.25em; }
  .contact-block input {
    font-family: "Nunito", sans-serif;
    display: inline-block;
    padding: 1.8em 1.25em;
    margin-bottom: 1.25em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 1em;
    line-height: 1.45em;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 800px) {
      .contact-block input {
        font-size: 0.875em; } }
  .contact-block input[type="text"], .contact-block input[type="email"] {
    font-family: "Nunito", sans-serif;
    background: #FFFFFF;
    color: #333333; }
    .contact-block input[type="text"]:focus, .contact-block input[type="email"]:focus {
      background: #f7f7f7;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .contact-block input[type="text"]::-webkit-input-placeholder {
    color: #333333; }
  .contact-block input[type="submit"] {
    font-family: "Nunito", sans-serif;
    background: #2BBCB6;
    color: #FFFFFF;
    text-align: center;
    max-width: 16.25em; }
    .contact-block input[type="submit"]:hover {
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .contact-block input[type="checkbox"] {
    -webkit-appearance: checkbox; }
  @media (min-width: 800px) {
    .contact-block input {
      margin-right: 1%;
      width: 48%; } }

.acf-form#post select {
  background: none; }
.acf-form#post input {
  font-family: "Nunito", sans-serif;
  border: 1px solid #eee;
  display: inline-block;
  padding: 1.8em 1.25em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 1em;
  line-height: 1.45em;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 800px) {
    .acf-form#post input {
      font-size: 0.875em; } }
.acf-form#post input[type="search"] {
  border: none; }
.acf-form#post input[type="text"], .acf-form#post input[type="email"] {
  background: #FFFFFF;
  color: #333333; }
  .acf-form#post input[type="text"]:focus, .acf-form#post input[type="email"]:focus {
    background: #f7f7f7;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.acf-form#post input[type="text"]::-webkit-input-placeholder {
  color: #333333; }
.acf-form#post input[type="submit"] {
  background: #2BBCB6;
  color: #FFFFFF;
  text-align: center;
  max-width: 16.25em; }
  .acf-form#post input[type="submit"]:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.acf-form#post input[type="checkbox"] {
  -webkit-appearance: checkbox; }
.acf-form#post .acf-icon.small {
  margin-top: 10px; }
.acf-form#post .acf-input-prepend {
  line-height: 44px; }
.acf-form#post .acf-input {
  background: none; }
.acf-form#post .acf-field-select .acf-input, .acf-form#post .acf-field-5a79acf6d6e03 .acf-input {
  max-width: 18.75em;
  position: relative; }
  .acf-form#post .acf-field-select .acf-input:after, .acf-form#post .acf-field-5a79acf6d6e03 .acf-input:after {
    content: "";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #4A4A4A;
    pointer-events: none;
    right: 20px;
    position: absolute;
    top: 24px; }
  .acf-form#post .acf-field-select .acf-input select, .acf-form#post .acf-field-select .acf-input input[type="text"], .acf-form#post .acf-field-5a79acf6d6e03 .acf-input select, .acf-form#post .acf-field-5a79acf6d6e03 .acf-input input[type="text"] {
    color: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    font-family: "Nunito", sans-serif;
    font-size: 1.125em;
    padding: 20px 30px;
    width: 100%; }
.acf-form#post .acf-field-5a79acf6d6e03 .acf-input {
  max-width: 100%; }
.acf-form#post .select2-container.-acf .select2-choice {
  border: 1px solid #eee;
  background: none;
  padding: 13px 30px;
  font-size: 1.125em;
  height: auto; }
.acf-form#post .select2-container.-acf .select2-choice .select2-arrow {
  display: none; }
.acf-form#post .select2-choice.select2-default {
  background: none;
  color: #333333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-family: "Nunito", sans-serif;
  font-size: 1.125em;
  padding: 13px 30px;
  height: auto;
  width: 100%; }
  .acf-form#post .select2-choice.select2-default:after {
    content: "";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #4A4A4A;
    pointer-events: none;
    right: 20px;
    position: absolute;
    top: 24px; }
  .acf-form#post .select2-choice.select2-default .select2-arrow {
    display: none; }
.acf-form#post .acf-form-submit {
  padding: 15px 12px; }

.acf-ui-datepicker .ui-datepicker {
  width: 370px; }

.acf-ui-datepicker .ui-state-hover, .acf-ui-datepicker .ui-widget-content .ui-state-hover {
  color: #4A4A4A; }

.newsletter-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .newsletter-block a {
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%; }
  .newsletter-block .one-fourth {
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 2em 0; }
    @media (min-width: 800px) {
      .newsletter-block .one-fourth {
        padding: 2.5em 0; } }
  .newsletter-block:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (max-width: 800px) {
    .newsletter-block .one-fourth {
      margin: 0 auto;
      width: 90%; } }
  @media (max-width: 800px) and (min-width: 1440px) {
    .newsletter-block .one-fourth {
      width: 80%; } }
  @media (max-width: 800px) and (max-width: 800px) {
    .newsletter-block .one-fourth {
      width: 90%; } }

.profile-specs {
  max-width: 20em;
  display: inline-block;
  margin-top: 1.25em; }
  .profile-specs h4 {
    position: relative;
    display: block;
    margin-bottom: 1.25em;
    max-width: 10em; }
  .profile-specs h4 img {
    margin-left: -0.8em;
    position: absolute; }
  .profile-specs h4 span {
    margin-left: 2.125em;
    display: inline-block; }
  .profile-specs ul {
    font-size: 1.125em;
    display: block; }
  .profile-specs ul img {
    vertical-align: middle; }
  .profile-specs p {
    display: inline-block; }
  .profile-specs img {
    margin-right: 1.125em;
    display: inline-block;
    vertical-align: top; }
  .profile-specs li:nth-child(3) {
    margin-bottom: 1.25em; }
  @media (max-width: 1280px) {
    .profile-specs h4 {
      max-width: inherit; }
    .profile-specs h4 span {
      margin-left: 3.125em; }
    .profile-specs h4 img {
      margin-left: 0.2em; }
    .profile-specs ul {
      padding-bottom: 2.5em; } }
  @media (min-width: 1028px) {
    .profile-specs {
      width: 24%; } }

/* SEGUNDA ETAPA */
.no-wrap {
  overflow-x: auto;
  white-space: nowrap; }

@media (min-width: 800px) {
  .no-wrap-y {
    overflow-y: auto;
    height: 482px; } }

@media (min-width: 800px) {
  .no-wrap-80vh {
    overflow-y: auto;
    height: 80vh; } }

.no-wrap-y-mobile {
  overflow-y: auto; }

.event-thumb {
  color: #333333;
  display: inline-block;
  position: relative;
  margin-right: 1.25em;
  vertical-align: top;
  white-space: normal;
  position: relative;
  width: 200px; }
  .event-thumb a {
    color: #333333;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
  .event-thumb .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 70%;
    float: left;
    margin-bottom: 10px; }
  .event-thumb .info {
    font-size: 18px;
    line-height: 22px;
    float: left; }
    .event-thumb .info h3 {
      font-size: 18px;
      line-height: 22px; }
  .event-thumb .date {
    float: left;
    font-size: 18px;
    font-weight: 700; }
  @media (min-width: 800px) {
    .event-thumb {
      vertical-align: bottom;
      width: 143px; }
      .event-thumb .img {
        width: 100%;
        padding-bottom: 70%; }
      .event-thumb .date {
        padding-bottom: 20px;
        color: #333333; }
      .event-thumb .info {
        padding-top: 20px;
        width: 100%;
        vertical-align: bottom; } }
  @media (max-width: 800px) {
    .event-thumb .date {
      margin-bottom: 10px; }
      .event-thumb .date p {
        display: inline; } }

.event-thumb.active {
  width: 200px; }
  .event-thumb.active .img {
    padding-bottom: 70%;
    width: 100%; }
  .event-thumb.active .info {
    width: 100%; }
  @media (min-width: 800px) {
    .event-thumb.active {
      max-width: 770px;
      width: 50%; }
      .event-thumb.active .info {
        font-size: 18px;
        line-height: 22px;
        left: 50%;
        position: absolute;
        bottom: 35px;
        width: auto; }
        .event-thumb.active .info p {
          margin-bottom: 15px; }
        .event-thumb.active .info h3 {
          font-size: 36px;
          line-height: 46px;
          font-weight: bold; }
      .event-thumb.active .img {
        padding-bottom: 32.4%;
        width: 47%; }
      .event-thumb.active .date {
        font-size: 24px;
        font-weight: 700;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        height: 77px;
        width: 77px;
        background: #F2F2F2;
        color: #333333; }
        .event-thumb.active .date span {
          font-size: 16px;
          color: #50C7E8; }
        .event-thumb.active .date > div {
          text-align: center;
          padding-top: 10px; } }

.event-thumb.active:nth-child(n+2) .date {
  background: transparent;
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  font-weight: bold; }
  .event-thumb.active:nth-child(n+2) .date > div {
    text-align: left;
    padding-top: 0;
    font-size: 18px; }
  .event-thumb.active:nth-child(n+2) .date span {
    color: #333333; }
.event-thumb.active:nth-child(n+2) .info {
  position: relative;
  bottom: inherit;
  left: inherit; }
  .event-thumb.active:nth-child(n+2) .info p, .event-thumb.active:nth-child(n+2) .info h3 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px; }

.event-thumb:nth-child(n+2) .info h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
@media (min-width: 800px) {
  .event-thumb:nth-child(n+2) {
    vertical-align: bottom;
    width: 143px; }
    .event-thumb:nth-child(n+2) .img {
      width: 100%;
      padding-bottom: 70%; }
    .event-thumb:nth-child(n+2) .date {
      padding-bottom: 20px;
      color: #333333; }
    .event-thumb:nth-child(n+2) .info {
      padding-top: 20px;
      width: 100%;
      vertical-align: bottom; }
      .event-thumb:nth-child(n+2) .info h3 {
        height: 43px; } }

.event-related {
  display: table-cell;
  text-align: left;
  width: 280px; }
  .event-related a {
    border-bottom: 4px solid #333333;
    display: inline-block;
    padding-bottom: 20px; }
  .event-related .date {
    width: 152px;
    position: relative;
    float: left; }
  .event-related .info {
    float: left;
    width: 105px; }
  .event-related .ft-img, .event-related .date-cir {
    -moz-border-radius: 79px;
    -webkit-border-radius: 79px;
    border-radius: 79px;
    position: relative;
    display: inline-block;
    height: 79px;
    width: 79px;
    vertical-align: top; }
  .event-related .ft-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .event-related .date-cir {
    position: absolute;
    right: 10px;
    background: #FFFFFF;
    text-align: center; }
    .event-related .date-cir .txt {
      margin-top: 5px; }
    .event-related .date-cir .txt .txt18 {
      top: 6px;
      color: #9B9B9B;
      position: relative; }

.events-related-block {
  bottom: 0;
  text-align: center;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 5; }
  .events-related-block .c-center {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .events-related-block .close {
    cursor: pointer;
    -moz-border-radius: 43px;
    -webkit-border-radius: 43px;
    border-radius: 43px;
    background: #F05A67;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 24px;
    top: -24px; }
    .events-related-block .close:after {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      content: "";
      height: 2px;
      width: 18px;
      background: #FFFFFF;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
      -webkit-transform: rotate(-55deg);
      transform: rotate(-55deg);
      position: absolute;
      left: 18px;
      top: 22px; }
    .events-related-block .close:before {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      content: "";
      height: 2px;
      width: 18px;
      background: #FFFFFF;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
      -webkit-transform: rotate(55deg);
      transform: rotate(55deg);
      position: absolute;
      left: 9px;
      top: 22px;
      border-radius: 3px; }
  .events-related-block .close.show:after {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    height: 2px;
    width: 18px;
    background: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transform: rotate(-125deg);
    -ms-transform: rotate(-125deg);
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg);
    position: absolute;
    left: 18px;
    top: 19px; }
  .events-related-block .close.show:before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    height: 2px;
    width: 18px;
    background: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    -webkit-transform: rotate(125deg);
    transform: rotate(125deg);
    position: absolute;
    left: 8px;
    top: 19px;
    border-radius: 3px; }
  @media (max-width: 800px) {
    .events-related-block {
      display: none; } }

.events-related-block.fixbottom {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible; }

.events-related-block.hide {
  bottom: -142px; }

.bg-img-70 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 70%; }

.bg-img-40 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 40%; }
  @media (max-width: 1440px) {
    .bg-img-40 {
      padding-bottom: 50%; } }
  @media (max-width: 800px) {
    .bg-img-40 {
      padding-bottom: 60%; } }

.tabs-menu {
  float: left;
  clear: both; }
  @media (min-width: 1440px) {
    .tabs-menu a h2 {
      height: 96px;
      width: 380px; } }
  @media (max-width: 1440px) {
    .tabs-menu a h2 {
      font-size: 24px;
      line-height: 34px;
      height: 68px;
      width: 290px; } }
  @media (max-width: 1028px) {
    .tabs-menu span.icon-cir {
      font-size: 20px; } }
  @media (max-width: 800px) {
    .tabs-menu a h2 {
      font-size: 20px;
      height: auto; } }

.tabs-menu .current {
  position: relative;
  border-bottom: 1px solid #fff;
  z-index: 4; }
  @media (max-width: 800px) {
    .tabs-menu .current:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #333333;
      position: absolute;
      right: 0;
      top: 46px; } }
  @media (min-width: 800px) {
    .tabs-menu .current:after {
      content: "";
      position: absolute;
      left: 0;
      -moz-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
      -webkit-transform: rotate(46deg);
      transform: rotate(46deg);
      background: #F5F3ED;
      height: 54px;
      width: 54px;
      bottom: -129px; } }

.tab-content {
  width: 100%;
  display: none; }

#tab-1 {
  display: block; }

.places-modal {
  padding: 40px 30px;
  height: 80vh;
  z-index: 2; }
  .places-modal .close-btn {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -40px;
    z-index: 2; }
    .places-modal .close-btn > div {
      height: 2px;
      width: 100%;
      margin-bottom: 6px; }
    .places-modal .close-btn > div:nth-child(1) {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .places-modal .close-btn > div:nth-child(2) {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: relative;
      top: -11px; }

.places-card {
  width: 190px;
  opacity: 0;
  visibility: hidden; }

.places-card.show {
  opacity: 1;
  visibility: visible; }

.places-card.fixed {
  top: 20vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 3; }

.related-content {
  max-width: 306px; }
  .related-content .title {
    padding: 20px 20px 0 20px; }

.related-thumb {
  width: 100%;
  float: left;
  border-bottom: 1px solid #F5F3ED; }
  .related-thumb p {
    margin-bottom: 0; }
  .related-thumb .bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 26%;
    padding-bottom: 26%; }
  .related-thumb .txt {
    padding-left: 10px;
    vertical-align: top;
    display: inline-block;
    width: 70%; }
  @media (min-width: 800px) {
    .related-thumb .bgimg {
      width: 100%;
      padding-bottom: 50%; }
    .related-thumb .txt {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1080px) {
    .related-thumb .bgimg {
      width: 26%;
      padding-bottom: 26%; }
    .related-thumb .txt {
      width: 70%;
      padding-left: 10px; } }

.related-thumb:last-child {
  border-bottom: none; }

.featured-thumb {
  background: #FFFFFF;
  display: table;
  max-width: 985px;
  width: 100%; }
  .featured-thumb .bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table-cell;
    padding-bottom: 45%;
    width: 75%; }
  .featured-thumb .txt {
    display: table-cell;
    vertical-align: bottom;
    width: 40%; }
  @media (max-width: 800px) {
    .featured-thumb {
      display: inline-block;
      max-width: auto;
      width: 100%; }
      .featured-thumb .bg-img {
        display: inline-block;
        width: 100%;
        height: 13.75em; }
      .featured-thumb .txt {
        display: inline-block;
        vertical-align: bottom;
        width: 100%; } }

.video-modal {
  background: #F5F3ED;
  padding: 30px;
  display: none;
  max-width: 1170px;
  width: 95%; }
  .video-modal .has-txt {
    padding: 30px;
    margin-bottom: 40px; }
  .video-modal .table-cell {
    height: 100%;
    display: table-cell;
    position: relative; }
  .video-modal .foot {
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .video-modal .foot p {
    padding-bottom: 20px; }
  .video-modal .txt {
    height: 220px; }
  @media (max-width: 800px) {
    .video-modal {
      width: 90%; }
      .video-modal .table-cell {
        display: inline-block; }
      .video-modal .foot {
        padding: 0; }
      .video-modal .has-txt {
        padding: 30px 0; }
        .video-modal .has-txt .txt {
          height: auto; } }

.ft-video {
  max-width: 957px;
  margin: 0 auto; }
  .ft-video .img-big {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding-bottom: 400px; }
  .ft-video .txt p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  @media (max-width: 800px) {
    .ft-video .img-big {
      padding-bottom: 65%; } }

#map {
  height: 100%;
  width: 100%; }

.close-thik:after {
  content: "✖";
  right: 7px;
  position: absolute;
  top: 1px;
  z-index: 1;
  color: darkgrey; }

/* Aqui Linda */
.gm-style .gm-style-iw {
  background-color: #fff !important;
  top: 14px !important;
  left: 30px !important;
  width: 190px !important;
  height: 210px !important;
  min-height: 120px !important;
  display: block !important; }

.gm-style-iw > div {
  width: 100%; }

.gm-style-iw > div div div .text {
  padding-top: 12px !important;
  padding-left: 12px !important;
  overflow-y: scroll;
  padding-bottom: 30px !important;
  height: 102px;
  padding-right: 12px !important; }

.gm-style-iw > div div div .text h1 {
  font-weight: inherit; }

/*style the p tag */
.gm-style .gm-style-iw #google-popup p {
  padding: 10px; }

/*style the arrow */
.gm-style div div div div div div div div {
  padding: 0;
  margin: 0;
  padding: 0;
  top: 0;
  color: #333333;
  font-size: 16px; }

/*style the link */
.gm-style div div div div div div div div a {
  color: #f1f1f1; }

.gm-style-iw h1 {
  word-break: break-word; }

.ba-slider {
  position: relative;
  overflow: hidden; }

.ba-slider img {
  width: 100%;
  display: block;
  max-width: inherit; }

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize; }
  .handle .bg-white {
    height: 100%;
    width: 5px;
    position: absolute; }
    .handle .bg-white:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      left: -10px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #FFFFFF; }
  .handle .bg-red {
    height: 100%;
    width: 5px;
    left: 5px;
    position: absolute; }
    .handle .bg-red:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      left: 5px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #F05A67; }

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px; }

.tabs-menu-slider {
  float: left;
  width: 100%; }

.tabs-menu-slider li {
  float: left; }

.tabs-menu-slider a.current {
  position: relative;
  z-index: 5; }

.tabs-menu-slider li.current a .img {
  border: 5px solid #F05A67; }

.tabs-menu-slider3 {
  float: left;
  width: 100%; }

.tabs-menu-slider3 li {
  float: left; }

.tabs-menu-slider3 li.current a {
  position: relative;
  color: #2BBCB6;
  z-index: 2; }

.tabs-menu-slider3 li a {
  color: rgba(0, 0, 0, 0.25); }

#tabs-container3 .tab .tab-content3:first-child {
  display: block; }

.tab-content,
.tab-content3,
.tab-content3.hide {
  display: none; }

.tab-content.current {
  display: block; }

.tab-content.showthis,
.tab-content3.showthis {
  display: block; }

#svg-map path, #svg-map polygon, #svg-map polyline {
  opacity: 0;
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
#svg-map path:hover, #svg-map polygon:hover, #svg-map polyline:hover {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.9; }

#two-polygons:hover path, #two-polygons:hover polygon, #two-polygons:hover polyline {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.9; }

.svg-modal-wrap {
  display: inline-block;
  max-width: 500px;
  top: 0;
  right: 0;
  width: 100%; }
  .svg-modal-wrap #tab-1 {
    opacity: 0; }
  .svg-modal-wrap .tab-content {
    max-width: 500px;
    right: -500px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inherit;
    position: fixed;
    top: 0;
    height: 92vh;
    top: 80px;
    background: white;
    z-index: 2;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.7); }
    .svg-modal-wrap .tab-content .thumbnail-fourths .img-x2, .svg-modal-wrap .tab-content .cir-thumbnail-fourths .img-x2 {
      height: inherit;
      padding-bottom: 50vh; }
    .svg-modal-wrap .tab-content .thumb-progress-bar {
      position: absolute;
      bottom: 0; }
  .svg-modal-wrap .close-svg {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2; }
  .svg-modal-wrap .small-cir {
    cursor: pointer;
    background: #FFFFFF;
    height: 35px;
    width: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 2px solid #396FB6; }
    .svg-modal-wrap .small-cir:after {
      color: #396FB6;
      content: "✕";
      position: absolute;
      text-align: center;
      margin: 0 auto;
      left: 0;
      right: 0;
      line-height: 35px;
      font-weight: bold; }

.ui-datepicker {
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-left: 2em;
  background-color: #F9F9F9;
  color: #333333; }
  .ui-datepicker .ui-datepicker-header {
    color: #2BBCB6;
    font-size: 20px;
    padding: 16px 16px 0 16px; }
    .ui-datepicker .ui-datepicker-header thead {
      text-transform: uppercase; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      text-align: center;
      margin: 0 auto;
      font-weight: bolder; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      cursor: pointer;
      position: absolute;
      right: 0;
      color: transparent; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
        content: "»";
        border-radius: 20px;
        height: 25px;
        width: 25px;
        background: white;
        display: block;
        color: #9B9B9B;
        line-height: 25px;
        font-weight: bold;
        text-align: center; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      cursor: pointer;
      position: absolute;
      left: 2em;
      color: transparent; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
        content: "«";
        border-radius: 20px;
        height: 25px;
        width: 25px;
        background: white;
        display: block;
        color: #9B9B9B;
        line-height: 25px;
        font-weight: bold;
        text-align: center; }
  .ui-datepicker .ui-datepicker-calendar thead {
    display: block;
    color: #9B9B9B;
    font-weight: bolder;
    padding: 0 1em 1em 1em;
    position: relative; }
    .ui-datepicker .ui-datepicker-calendar thead th {
      width: 43px;
      text-align: center; }
    .ui-datepicker .ui-datepicker-calendar thead:after {
      content: "";
      border-bottom: 1px solid #333333;
      width: 102%;
      position: absolute;
      left: -2px;
      bottom: 8px; }
  .ui-datepicker .ui-datepicker-calendar tbody {
    font-size: 16px;
    color: #333333;
    display: block;
    font-weight: bolder;
    padding: 16px 16px 0 16px; }
    .ui-datepicker .ui-datepicker-calendar tbody td {
      width: 40px;
      height: 40px; }
    .ui-datepicker .ui-datepicker-calendar tbody a {
      padding: 5px 12px;
      color: #333333;
      position: relative; }
      .ui-datepicker .ui-datepicker-calendar tbody a:before {
        content: "";
        color: #FFFFFF;
        position: absolute;
        left: 0;
        margin: 0 auto;
        right: 0;
        background-color: #FFFFFF;
        z-index: -1;
        left: -1px;
        -moz-border-radius: 26px;
        -webkit-border-radius: 26px;
        border-radius: 26px;
        height: 36px;
        width: 36px;
        top: -3px; }
    .ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active {
      position: relative;
      color: #FFFFFF; }
    .ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active:before {
      content: "";
      color: #FFFFFF;
      position: absolute;
      left: 0;
      margin: 0 auto;
      right: 0;
      background-color: #2BBCB6;
      z-index: -1;
      left: -1px;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      height: 36px;
      width: 36px;
      top: -3px; }
