/*!
Theme Name: Change Name
Author: exsite
Author URI: https://exsite.ca/
Description:
Version: 1.0
*/
.map-1 {
  overflow: hidden;
  padding: 0;
}
.map-1 .map-container {
  position: relative;
  height: 550px;
  width: 100%;
}
.map-1 .map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media all and (max-width: 767px) {
  .map-1 .map-container {
    height: 300px;
  }
}

/**! 23. Maps **/
#map {
        height: 450px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
.map-container {
  position: relative;
  overflow: hidden;
}
.map-container iframe,
.map-container .map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}


@media (max-width: 880px) {
    .outer-wrap {
        padding: 0;
    }
}

.post {
    display: inline-block;
    width: calc(50% - 29px);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.06);
    vertical-align: top;
    text-align: left
}

@media (max-width: 880px) {
    .post {
        width: calc(50% - 12px);
    }
}

@media (max-width: 600px) {
    .post {
        width: 100%;
        margin-bottom: 24px;
    }
}

.post img {
    width: 100%;
    height: auto
}

.post .post-content {
    padding: 0 33px 42px
}

@media (max-width: 880px) {
    .post .post-content {
        padding: 0 24px 30px;
    }
}

.post .post-content small {
    display: inline-block;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 20px;
    background-color: #78b8cc;
    padding: 4px 12px;
    text-transform: uppercase;
    margin-top: -16px
}

.post .post-content small a {
    color: #fff
}

.post .post-content h2 {
    margin: 0 0 20px;
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px
}

@media (max-width: 880px) {
    .post .post-content h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 600px) {
    .post .post-content h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.post .post-content h2 a {
    color: #3a3634
}

.post .post-content p {
    margin: 0;
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

@media (max-width: 600px) {
    .post .post-content p {
        font-size: 12px;
        line-height: 16px;
    }
}

.load-more {
    display: inline-block;
    width: 100%;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 4.44px;
    line-height: 16px;
    text-align: center;
    background-color: rgba(120, 184, 204, 0.23);
    padding: 40.5px 0;
    text-transform: uppercase
}

.sticky.fixed {
    position: fixed;
    bottom: 50px
}

@media (max-width: 800px) {
    .sticky.fixed {
        position: static;
    }
}

.sticky.fixed-top {
    position: fixed;
    top: 134px
}

@media (max-width: 800px) {
    .sticky.fixed-top {
        position: static;
    }
}

.sticky.stuck {
    position: absolute;
    bottom: 0
}

@media (max-width: 800px) {
    .sticky.stuck {
        position: static;
    }
}

.consultation {
    margin-top: 50px;
    background-color: rgba(120, 184, 204, 0.23);
    padding: 74px
}

@media (max-width: 1170px) {
    .consultation {
        padding: 74px 35px;
    }
}

@media (max-width: 880px) {
    .consultation {
        padding: 74px 24px;
    }
}

.consultation .content-column {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    width: 564px
}

.consultation .content-column::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 880px) {
    .consultation .content-column {
        width: 500px;
    }
}

@media (max-width: 600px) {
    .consultation .content-column {
        width: 100%;
    }
}

.consultation h2 {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 5.6px;
    line-height: 43px;
    margin: 0 0 24px;
    text-transform: uppercase;
    text-align: left
}

@media (max-width: 600px) {
    .consultation h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

.consultation p {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 24px;
    text-align: left
}

.consultation .wpcf7 {
    display: inline-block;
    width: calc(100% - 180px);
    vertical-align: middle
}

@media (max-width: 600px) {
    .consultation .wpcf7 {
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }
}

.consultation .wpcf7 br {
    display: none
}

.consultation .wpcf7 p {
    line-height: 0;
    font-size: 0;
    margin: 0
}

.consultation input[type='submit'] {
    display: inline-block;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2.2px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 17px 12px;
    background-color: #3a3634;
    border: 0;
    color: #fff;
    vertical-align: top;
    width: 110px
}

.consultation input[type='submit'] svg {
    width: 10px;
    height: 10px;
    float: right;
    margin-left: 10px;
    stroke: #fff;
    stroke-width: 6
}

.consultation .wpcf7 span {
    display: inline-block;
    width: calc(100% - 110px);
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: top
}

.consultation .wpcf7 span input {
    border: 0;
    padding: 14.5px 18px;
    width: 100%;
    color: #3a3634
}

.consultation .wpcf7 span input+span {
    display: none
}

.consultation span {
    display: inline-block;
    width: 150px;
    text-align: left;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    vertical-align: top
}

@media (max-width: 600px) {
    .consultation span {
        width: 100%;
        display: block;
    }
}

.consultation a {
    color: #3a3634
}

.consultation .wpcf7-response-output {
    line-height: 14px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #3a3634;
    border: 0
}

.video-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 54, 52, 0.5);
    z-index: 9999;
    text-align: center;
    padding: 15%;
    display: none
}

.video-shade .video-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    padding-top: 56.2%
}

.video-shade .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.menu {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 500px;
    max-width: 100%;
    background-color: rgba(58, 54, 52, 0.95);
    z-index: 900;
    padding-top: 120px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease-in-out
}

@media (max-width: 880px) {
    .menu {
        width: 100%;
    }
}

.menu.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: all
}

.menu .menu-shade {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: calc(100vw - 500px);
    display: block
}

.menu nav {
    width: 258px;
    margin: 0 auto
}

@media (max-width: 880px) {
    .menu nav {
        width: 100%;
        padding-left: 24px;
    }
}

.menu nav a {
    display: block;
    font-family: 'tiempo', serif;
    font-weight: normal;
    font-size: 55px;
    line-height: 89px;
    color: #fff;
    transition: all .3s
}

@media screen and (max-height: 800px) {
    .menu nav a {
        font-size: 44px;
        line-height: 72px;
    }
}

@media (max-width: 600px) {
    .menu nav a {
        font-size: 26px;
        line-height: 42px;
    }
}

.menu nav a:hover {
    margin-left: 24px
}

.menu .menu-socials {
    width: 258px;
    margin: 60px auto 0
}

@media (max-width: 880px) {
    .menu .menu-socials {
        width: 100%;
        padding-left: 24px;
    }
}

.menu .menu-socials a {
    margin-right: 42px
}

.menu .menu-socials a:last-child {
    margin-right: 0
}

.menu .menu-socials a svg {
    height: 24px;
    width: 24px;
    fill: #fff
}

.hamburger {
    background-color: #ff9057;
    padding: 25px;
    vertical-align: middle
}



.fixed-footer .footer-dd .message {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin: 12px auto 0;
    max-width: 300px
}

.intro-section {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    margin-top: 160px;
    margin-bottom: 100px
}

.intro-section::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 880px) {
    .intro-section {
        margin-top: 80px;
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    .intro-section {
        margin: 40px 0 0;
    }
}

.intro-section .intro-left,
.intro-section .intro-right {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    display: inline-block;
    width: calc(50% - 25px)
}

.intro-section .intro-left::after,
.intro-section .intro-right::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 600px) {
    .intro-section .intro-left,
    .intro-section .intro-right {
        width: 100%;
        margin-bottom: 44px;
    }
}

.intro-section h2 {
    display: inline-block;
    width: 40%;
    font-family: 'tiempo', serif;
    font-weight: normal;
    font-size: 48px;
    letter-spacing: -.5px;
    line-height: 50px;
    vertical-align: top;
    margin: 0;
    text-align: left
}

@media (max-width: 1170px) {
    .intro-section h2 {
        display: block;
        width: 240px;
    }
}

@media (max-width: 600px) {
    .intro-section h2 {
        width: 100%;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: -.35px;
        text-align: left;
    }
}

.intro-section p {
    display: inline-block;
    width: calc(60% - 40px);
    vertical-align: top;
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin: 0
}

@media (max-width: 1170px) {
    .intro-section p {
        display: block;
        width: 100%;
        margin-top: 24px;
    }
}

.intro-section p a {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #ff9057;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-top: 26px
}

.intro-section img {
    float: right;
    width: 40%;
    border-radius: 50%
}

@media (max-width: 1170px) {
    .intro-section img {
        float: none;
        width: 100px;
    }
}

.services-wrap {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 0 40px;
    overflow: hidden
}

@media (max-width: 880px) {
    .services-wrap {
        padding: 0;
        width: 100%;
        margin-left: 0;
    }
}

.services-section {
    background-color: rgba(218, 209, 205, 0.2);
    padding: 60px 0 40px
}

@media (max-width: 600px) {
    .services-section {
        padding: 40px 0;
    }
}

@media (max-width: 880px) {
    .services-section .wrapper {
        padding-right: 0;
    }
}

.services-section .wrapper>h2 {
    font-family: 'tiempo', serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 51px
}

@media (max-width: 600px) {
    .services-section .wrapper>h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 36px;
    }
}

.services-section .wrapper>h2 span {
    display: inline-block;
    margin-left: 40px;
    width: 310px;
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

@media (max-width: 700px) {
    .services-section .wrapper>h2 span {
        display: block;
        margin: 20px 0 0;
        width: 100%;
        max-width: 310px;
    }
}

.services-section .services-outer {
    position: relative
}

.services-section .services-inner {
    white-space: nowrap;
    transition: all .5s
}

@media (max-width: 880px) {
    .services-section .services-inner {
        overflow: auto;
    }
}

.services-section .service {
    display: inline-block;
    text-align: center;
    width: 232px;
    vertical-align: top;
    position: relative;
    padding: 40px 30px 90px;
    background-color: #fff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.06);
    margin-right: 40px;
    transition: all .3s;
    margin-bottom: 0
}

@media (max-width: 880px) {
    .services-section .service {
        margin-right: 24px;
    }
}

.services-section .service:hover {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px)
}

.services-section .service.fade {
    opacity: .5
}

@media (max-width: 880px) {
    .services-section .service.fade {
        opacity: 1;
    }
}

.services-section .service:last-child {
    margin-right: 0
}

.services-section .service svg {
    width: 38px;
    height: 38px;
    fill: transparent;
    stroke: #78b8cc
}

.services-section .service h2 {
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    margin: 12px 0;
    white-space: normal
}

.services-section .service p {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
    white-space: normal
}

.services-section .service a {
    width: 38px;
    height: 38px;
    background-color: #78b8cc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 28px;
    display: inline-block;
    padding: 12px
}

.services-section .service a svg {
    width: 14px;
    height: 14px;
    stroke: #fff
}

.services-section .services-next,
.services-section .services-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ff9057;
    padding: 32px 22px;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    transition: all .3s;
    cursor: pointer
}

@media (max-width: 880px) {
    .services-section .services-next,
    .services-section .services-prev {
        display: none;
    }
}

.services-section .services-next svg,
.services-section .services-prev svg {
    width: 26px;
    height: 26px
}

.services-section .services-next.disabled,
.services-section .services-prev.disabled {
    opacity: 0;
    pointer-events: none
}

.services-section .services-prev {
    left: -80px
}

.services-section .services-next {
    right: -80px
}

.blog-section {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    margin: 100px auto
}

.blog-section::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 600px) {
    .blog-section {
        margin: 50px 0;
    }
}

.blog-section .blog-section-intro {
    display: inline-block;
    vertical-align: top;
    width: 232px;
    text-align: left
}

@media (max-width: 1170px) {
    .blog-section .blog-section-intro {
        margin-bottom: 40px;
        width: 100%;
        max-width: 360px;
    }
}

.blog-section .blog-section-intro h2 {
    font-family: 'tiempo', serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
    margin: 0
}

@media (max-width: 600px) {
    .blog-section .blog-section-intro h2 {
        font-size: 36px;
        line-height: 36px;
    }
}

.blog-section .blog-section-intro p {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 25px 0
}

@media (max-width: 600px) {
    .blog-section .blog-section-intro p {
        margin: 15px 0;
    }
}

.blog-section .blog-section-intro a {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    color: #ff9057;
    letter-spacing: 2.2px;
    line-height: 22px;
    text-transform: uppercase
}

.blog-section .blog-section-main {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    display: inline-block;
    width: calc(100% - 290px);
    vertical-align: top
}

.blog-section .blog-section-main::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 1170px) {
    .blog-section .blog-section-main {
        width: 100%;
    }
}

.archive-hero {
    max-width: 746px;
    margin: 112px auto 140px;
    text-align: center
}

@media (max-width: 880px) {
    .archive-hero {
        max-width: 100%;
        padding: 0 24px;
        margin: 80px 0 92px;
    }
}

@media (max-width: 600px) {
    .archive-hero {
        margin-top: 48px;
        margin-bottom: 60px;
    }
}

.archive-hero h1 {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 16px;
    color: #78b8cc;
    letter-spacing: 4.4px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0
}

.archive-hero p {
    font-family: 'tiempo', serif;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: -.4px;
    line-height: 42px;
    margin: 20px 0 0
}

@media (max-width: 600px) {
    .archive-hero p {
        font-size: 26px;
        line-height: 32px;
    }
}

.archive-subnav {
    background-color: #e3e3e3;
    padding: 26px 0;
    text-align: center;
    margin: 0 0 40px
}

@media (max-width: 880px) {
    .archive-subnav {
        text-align: left;
        white-space: nowrap;
        padding-left: 24px;
        overflow-x: auto;
    }
}

.archive-subnav a {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.25px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 20px;
    color: #3a3634
}

@media (max-width: 880px) {
    .archive-subnav a {
        margin: 0 24px 0 0;
    }
}

.archive-image {
    display: block;
    width: 100%;
    margin-bottom: 38px
}

.archive-featured {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 54px
}

.archive-featured::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 880px) {
    .archive-featured {
        max-width: calc(100% - 48px);
        margin: 0 auto 54px;
    }
}

.archive-featured img {
    display: inline-block;
    width: calc(100% - 410px);
    vertical-align: middle
}

@media (max-width: 880px) {
    .archive-featured img {
        display: block;
        width: 100%;
    }
}

.archive-featured .post-content {
    display: inline-block;
    width: 360px;
    vertical-align: middle;
    text-align: left;
    padding: 24px 30px 24px 0
}

@media (max-width: 880px) {
    .archive-featured .post-content {
        display: block;
        width: 100%;
        padding: 0 24px 30px;
        margin-top: -16px;
    }
}

.archive-featured .post-content small {
    display: inline-block;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 24px;
    background-color: #78b8cc;
    padding: 4px 12px;
    text-transform: uppercase
}

.archive-featured .post-content small a {
    color: #fff
}

.archive-featured .post-content h2 {
    margin: 0 0 30px;
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 40px;
    line-height: 44px
}

@media (max-width: 1080px) {
    .archive-featured .post-content h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .archive-featured .post-content h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.archive-featured .post-content p {
    margin: 0;
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

@media (max-width: 600px) {
    .archive-featured .post-content p {
        font-size: 12px;
        line-height: 16px;
    }
}

.archive-main {
    vertical-align: top;
    text-align: justify;
    font-size: 0
}

.archive-main::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 880px) {
    .archive-main {
        padding: 24px;
    }
}

.archive-main .archive-posts {
    display: table-cell;
    width: 100%;
    min-width: calc(100% - 410px);
    max-width: calc(100% - 410px);
    vertical-align: top;
    padding-right: 50px
}

@media (max-width: 1170px) {
    .archive-main .archive-posts {
        width: 100%;
        padding: 0;
        min-width: 0;
        max-width: 100%;
        display: block;
    }
}

.archive-main .archive-posts .post {
    margin-bottom: 58px
}

.archive-main .archive-sidebar {
    display: table-cell;
    width: 360px;
    min-width: 360px;
    vertical-align: top;
    position: relative
}

@media (max-width: 1170px) {
    .archive-main .archive-sidebar {
        width: 100%;
        padding: 0;
        min-width: 0;
        max-width: 100%;
        display: block;
        margin-bottom: 24px;
    }
}

@media (max-width: 1170px) {
    .archive-main .archive-sidebar .sticky {
        position: static !important;
    }
}

.tags-widget {
    text-align: left;
    width: 360px
}

@media (max-width: 1170px) {
    .tags-widget {
        width: 100%;
    }
}

.tags-widget h2 {
    margin: 0 0 12px;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.25px;
    line-height: 14px;
    text-transform: uppercase
}

.tags-widget a {
    display: inline-block;
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px;
    color: #3a3634;
    background-color: #e3e3e3;
    margin: 0 7px 7px 0
}

.team-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px
}

@media (max-width: 880px) {
    .team-main {
        display: block;
        width: calc(100% - 48px);
        margin: 0 auto 44px;
    }
}

.team-main .team-leader {
    width: calc(50% - 19px);
    position: relative
}

@media (max-width: 880px) {
    .team-main .team-leader {
        width: 100%;
        margin-bottom: 44px;
    }
}

@media (max-width: 600px) {
    .team-main .team-leader {
        margin-bottom: 24px;
    }
}

.team-main .team-list {
    width: calc(50% - 19px)
}

@media (max-width: 880px) {
    .team-main .team-list {
        width: 100%;
    }
}

.team-main .team-list>a {
    background-color: #ff9057;
    color: #fff;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 16px;
    padding: 28px 32px 23px;
    text-transform: uppercase;
    display: block
}

.team-main .team-list>a svg {
    float: right;
    width: 14px;
    height: 26px;
    stroke: #fff;
    stroke-width: 2;
    margin-top: -7px
}

.team-lead {
    background-color: rgba(120, 184, 204, 0.2);
    padding: 40px;
    font-size: 0
}

@media (max-width: 880px) {
    .team-lead {
        position: static !important;
    }
}

@media (max-width: 600px) {
    .team-lead {
        padding: 36px;
    }
}

@media (max-width: 400px) {
    .team-lead {
        padding: 36px 24px;
    }
}

.team-lead img {
    width: 233px;
    height: auto;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 40px;
    margin-right: 40px
}

@media (max-width: 1080px) {
    .team-lead img {
        width: 126px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 24px;
    }
}

.team-lead h2 {
    width: calc(100% - 273px);
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    margin: 0 0 50px
}

@media (max-width: 1080px) {
    .team-lead h2 {
        display: inline-block;
        width: calc(100% - 126px);
        padding-left: 24px;
        vertical-align: middle;
        margin: 0 0 24px;
    }
}

@media (max-width: 600px) {
    .team-lead h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

.team-lead h2 span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.5px
}

.team-lead p {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 30px
}

.team-lead p:last-child {
    margin: 0
}

.team-member {
    background-color: rgba(218, 209, 205, 0.2);
    margin: 0 0 40px;
    padding: 40px;
    font-size: 0
}

@media (max-width: 600px) {
    .team-member {
        margin-bottom: 24px;
        padding: 36px;
    }
}

@media (max-width: 400px) {
    .team-member {
        padding: 36px 24px;
    }
}

.team-member .team-name {
    width: 126px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 40px
}

@media (max-width: 1080px) {
    .team-member .team-name {
        width: 100%;
        display: inline-block;
        text-align: left;
    }
}

.team-member .team-name img {
    width: 100%;
    height: auto;
    margin: 0 0 12px;
    border-radius: 50%
}

@media (max-width: 1080px) {
    .team-member .team-name img {
        width: 126px;
        display: inline-block;
        vertical-align: middle;
    }
}

.team-member .team-name span {
    display: block;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 18px;
    text-transform: uppercase
}

.team-member .team-name h2 {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin: 0
}

@media (max-width: 1080px) {
    .team-member .team-name h2 {
        display: inline-block;
        width: calc(100% - 126px);
        padding-left: 24px;
        vertical-align: middle;
    }
}

.team-member .team-content {
    display: inline-block;
    width: calc(100% - 166px)
}

@media (max-width: 1080px) {
    .team-member .team-content {
        width: 100%;
        margin-top: 12px;
    }
}

.team-member .team-content p {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px
}

.team-member .team-content p:last-child {
    margin: 0
}

.team-member .team-content ul {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 30px
}

.services-main {
    display: flex;
    justify-content: space-between
}

.services-list {
    width: calc(100% - 450px)
}

@media (max-width: 1270px) {
    .services-list {
        width: calc(100% - 350px);
    }
}

@media (max-width: 960px) {
    .services-list {
        display: block;
        width: 100%;
    }
}

@media (max-width: 880px) {
    .services-list {
        width: calc(100% - 48px);
        margin: 0 auto;
    }
}

.services-nav {
    position: relative;
    width: 415px
}

@media (max-width: 1270px) {
    .services-nav {
        width: 315px;
    }
}

@media (max-width: 960px) {
    .services-nav {
        display: none;
    }
}

.services-nav ul {
    padding-left: 0;
    margin: 0;
    width: 100%
}

.services-nav ul li {
    list-style: none;
    margin-bottom: 2px;
    background-color: rgba(218, 209, 205, 0.2);
    padding: 20px 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s
}

.services-nav ul li svg:first-child {
    width: 24px;
    height: 33px;
    margin-right: 24px;
    vertical-align: middle;
    stroke: #78b8cc;
    fill: transparent;
    transition: all .3s;
    position: relative;
    z-index: 100
}

@media (max-width: 1270px) {
    .services-nav ul li svg:first-child {
        margin-right: 12px;
    }
}

.services-nav ul li span {
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 24px;
    vertical-align: middle;
    transition: all .3s;
    position: relative;
    z-index: 100;
    margin-bottom: -3px;
    display: inline-block
}

.services-nav ul li svg:last-child {
    width: 12px;
    height: 24px;
    stroke: #78b8cc;
    vertical-align: middle;
    float: right;
    margin-top: 5px;
    opacity: 0;
    transition: all .3s;
    position: relative;
    z-index: 100;
    stroke-width: 2
}

.services-nav ul li::before {
    content: ' ';
    display: inline-block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #78b8cc;
    z-index: 50;
    transition: all .5s
}

.services-nav ul li:hover {
    background-color: rgba(218, 209, 205, 0.3)
}

.services-nav ul li:hover svg {
    opacity: 1
}

.services-nav ul li.active::before {
    width: 100%;
    left: 0
}

.services-nav ul li.active svg {
    stroke: #fff;
    opacity: 1
}

.services-nav ul li.active span {
    color: #fff
}

.service {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    background-color: rgba(218, 209, 205, 0.2);
    padding: 38px 40px;
    margin-bottom: 34px
}

.service::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 600px) {
    .service {
        padding: 36px 24px;
    }
}

.service .service-title {
    width: 194px;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1170px) {
    .service .service-title {
        width: 100%;
        display: block;
        margin-bottom: 35px;
    }
}

.service .service-title h2 {
    font-family: 'tiempo', serif;
    font-weight: normal;
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 24px;
    text-align: left
}

.service .service-title span {
    display: block;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.3px;
    line-height: 12px;
    color: rgba(58, 54, 52, 0.66);
    text-transform: uppercase;
    cursor: pointer
}

.service .service-title span svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    vertical-align: middle;
    margin-top: -3px
}

.service .content-column {
    width: calc(50% - 97px - 46px);
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1170px) {
    .service .content-column {
        width: calc(50% - 17px);
    }
}

@media (max-width: 600px) {
    .service .content-column {
        width: 100%;
        margin-bottom: 24px;
    }
    .service .content-column:last-child {
        margin-bottom: 0
    }
}

.service .content-column.no-image {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: calc(100% - 240px)
}

@media (max-width: 1170px) {
    .service .content-column.no-image {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .service .content-column.no-image {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

.service .content-column.no-image p+img {
    margin-top: -10px
}

.service .content-column.no-image img {
    display: block;
    width: 100%
}

@media (max-width: 600px) {
    .service .content-column.no-image img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

.service .content-column img {
    width: 100%
}

.service .content-column p {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
    text-align: left
}

.service .content-column p:last-child {
    margin-bottom: 0
}

.service-chunk>h2 {
    padding: 30px 40px;
    background-color: #78b8cc;
    font-weight: 700;
    letter-spacing: 5.5px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 24px;
    line-height: 20px;
    font-size: 20px;
    display: none
}

@media (max-width: 960px) {
    .service-chunk>h2 {
        display: block;
    }
}

@media (max-width: 600px) {
    .service-chunk>h2 {
        padding: 24px;
    }
}

.service-chunk:last-child .service:last-child {
    margin-bottom: 0
}

.contact-main {
    vertical-align: top;
    text-align: justify;
    font-size: 0
}

.contact-main::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 880px) {
    .contact-main {
        width: calc(100% - 48px);
        margin: 0 auto;
    }
}

.contact-sidebar {
    width: 415px;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1080px) {
    .contact-sidebar {
        width: 350px;
    }
}

@media (max-width: 880px) {
    .contact-sidebar {
        vertical-align: top;
        text-align: justify;
        font-size: 0;
        width: 100%;
        margin-bottom: 24px;
    }
    .contact-sidebar::after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 0;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0
    }
}

.contact-map {
    width: calc(100% - 460px);
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1080px) {
    .contact-map {
        width: calc(100% - 385px);
    }
}

@media (max-width: 880px) {
    .contact-map {
        width: 100%;
    }
}

.contact-info {
    padding: 0;
    margin: 0 0 32px;
    list-style: none
}

@media (max-width: 880px) {
    .contact-info {
        display: inline-block;
        width: calc(50% - 12px);
        vertical-align: top;
        text-align: left;
        margin: 0;
    }
}

@media (max-width: 600px) {
    .contact-info {
        width: 100%;
        margin-bottom: 24px;
    }
}

.contact-info li {
    padding: 40px 35px;
    background-color: rgba(218, 209, 205, 0.2);
    margin-bottom: 1px
}

@media (max-width: 880px) {
    .contact-info li {
        padding: 24px;
    }
}

.contact-info li a {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    color: #3a3634
}

@media (max-width: 880px) {
    .contact-info li a {
        font-size: 16px;
    }
}

.contact-info li a span {
    font-weight: 700;
    display: block
}

.contact-info li svg {
    width: 22px;
    height: 22px;
    margin-right: 20px;
    vertical-align: top;
    stroke: #3a3634;
    fill: transparent
}

.contact-hours {
    padding: 40px 35px;
    background-color: rgba(120, 184, 204, 0.2)
}

@media (max-width: 880px) {
    .contact-hours {
        display: inline-block;
        width: calc(50% - 12px);
        vertical-align: top;
        text-align: left;
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .contact-hours {
        width: 100%;
    }
}

.contact-hours svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    stroke: #3a3634;
    fill: transparent;
    vertical-align: top
}

@media (max-width: 880px) {
    .contact-hours svg {
        display: none;
    }
}

.contact-hours ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 20px;
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    list-style: none;
    vertical-align: top
}

@media (max-width: 880px) {
    .contact-hours ul {
        margin-left: 0;
        width: 100%;
        font-size: 16px;
    }
}

.contact-hours ul li {
    margin-bottom: 20px
}

.contact-hours ul li:last-child {
    margin: 0
}

.contact-hours ul span {
    font-weight: 700;
    width: 60px;
    display: inline-block
}

.contact-hours ul small {
    display: block;
    padding-left: 60px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px
}

.map-placeholder {
    width: 100%;
    height: 698px;
    background-color: #78b8cc
}

@media (max-width: 880px) {
    .map-placeholder {
        height: 480px;
    }
}

@media (max-width: 600px) {
    .map-placeholder {
        height: 360px;
    }
}

.article-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    font-family: 'Merriweather', serif;
    font-size: 14;
    color: #3a3634;
    line-height: 26px;
    max-width: 635px;
    margin: 0 auto
}

@media (max-width: 880px) {
    .article-content {
        max-width: 683px;
        padding: 0 24px;
    }
}

@media (max-width: 660px) {
    .article-content {
        font-size: 1em;
    }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h5,
.article-content h6 {
    clear: both;
    margin: 0 0 24px;
    text-align: left;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media (max-width: 660px) {
    .article-content h1,
    .article-content h2,
    .article-content h3,
    .article-content h5,
    .article-content h6 {
        line-height: 1em;
    }
}

.article-content h2 {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2.5px;
    line-height: 20px;
    margin-top: 50px
}

.article-content h3 {
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    margin: 36px 0 0;
    text-transform: none;
    letter-spacing: 0
}

.article-content h4 {
    font-size: 0.625em;
    font-family: 'avenir', helvetica;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-transform: uppercase
}

.article-content h4:before,
.article-content h4:after {
    background-color: #3a3634;
    content: '';
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: inherit;
    width: 50%;
    bottom: .3em
}

.article-content h4:before {
    right: 2em;
    margin-left: -50%
}

.article-content h4:after {
    left: 2em;
    margin-right: -50%
}

.article-content b,
.article-content strong {
    font-family: 'avenir', helvetica;
    color: #1f1d1c
}

.article-content address {
    font-family: 'avenir', helvetica;
    font-style: italic;
    font-weight: normal
}

.article-content a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #e3e3e3;
    background-image: -webkit-linear-gradient( top, transparent 50%, rgba(0, 0, 0, 0.2) 50%);
    background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.2) 50%);
    text-decoration: none;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 1em;
    font-weight: bold;
    text-shadow: 2px 1px rgba(255, 255, 255, 0.1), -1px 1px rgba(255, 255, 255, 0.1)
}

.article-content a:hover {
    color: #b0b0b0
}

.article-content a:active {
    color: #a3a3a3
}

.article-content a:visited {
    color: #d6d6d6
}

.article-content abbr[title],
.article-content acronym {
    border-bottom: 1px dotted #3a3634;
    cursor: help
}

.article-content cite {
    color: #e3e3e3;
    font-size: 0.875em;
    padding-left: .5em
}

.article-content code,
.article-content kbd,
.article-content tt,
.article-content var,
.article-content samp,
.article-content pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-family: monospace, serif;
    color: #1f1d1c
}

.article-content dfn,
.article-content em,
.article-content i {
    font-style: italic
}

.article-content em {
    color: #1f1d1c
}

.article-content pre {
    box-sizing: border-box;
    background: white;
    padding: 1em 2em;
    margin-bottom: 24px;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

.article-content p {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 26px
}

.article-content small {
    font-size: smaller
}

.article-content big {
    font-size: 125%
}

.article-content sup,
.article-content sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.article-content sup {
    bottom: 1ex
}

.article-content sub {
    top: .5ex
}

.article-content img {
    image-rendering: optimizeSpeed;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: 40px
}

.article-content figure {
    margin: 0
}

.article-content fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0
}

.article-content legend {
    white-space: normal
}

.article-content hr {
    background-color: #e3e3e3;
    border: 0;
    height: 1px;
    margin-bottom: 23px
}

.article-content embed,
.article-content iframe,
.article-content object,
.article-content video {
    margin-bottom: 2em;
    width: 100%
}

.article-content p>embed,
.article-content p>iframe,
.article-content p>object,
.article-content span>embed,
.article-content span>iframe,
.article-content span>object {
    margin-bottom: 0
}

.article-content blockquote,
.article-content q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    text-align: center;
    color: #1f1d1c;
    font-size: 1.875em;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 1em 2em;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 2px
}

.article-content blockquote cite,
.article-content blockquote small,
.article-content q cite,
.article-content q small {
    color: #3a3634;
    font-size: 0.625em;
    display: block;
    margin-top: .5em;
    padding: 0
}

.article-content blockquote em,
.article-content blockquote i,
.article-content blockquote cite,
.article-content q em,
.article-content q i,
.article-content q cite {
    font-style: normal
}

.article-content blockquote strong,
.article-content blockquote b,
.article-content q strong,
.article-content q b {
    font-weight: 400
}

.article-content table {
    margin-bottom: 2em;
    width: 100%;
    color: #1f1d1c;
    border: 1px solid white;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px
}

.article-content th,
.article-content td {
    border: 1px solid white;
    font-size: 1em
}

.article-content caption,
.article-content th,
.article-content td {
    font-weight: normal;
    text-align: left;
    padding: .5em .8em
}

.article-content th {
    border-width: 0 1px 1px 0
}

.article-content td {
    border-width: 0 1px 1px 0
}

.article-content thead th {
    color: #1f1d1c;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.6em;
    text-align: center
}

.article-content tbody th {
    font-size: 1em;
    text-align: right
}

.article-content tbody tr:nth-of-type(even) {
    background-color: white
}

.article-content dl {
    margin-bottom: 48px
}

.article-content dt {
    color: #1f1d1c;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.6em
}

.article-content dd {
    margin-bottom: 1em
}

.article-content ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    font-size: 16px
}

.article-content ul li {
    margin: 0 0 30px;
    padding-left: 42px;
    position: relative
}

.article-content ul li::before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 1.5px;
    background-color: #ff9057;
    position: absolute;
    left: 0;
    top: 10px
}

.article-content ul li:last-child {
    margin-bottom: 0
}

.article-content ul+p {
    margin-top: 70px
}

.article-content ol {
    margin: 0;
    padding: 0;
    list-style: decimal-leading-zero inside;
    font-size: 1em;
    margin-bottom: 48px
}

.article-content ol li {
    margin: 0 0 .2em
}

.article-content ol ol {
    margin: 0 0 .5em 3em;
    list-style: lower-roman
}

.article-content ol ol ol {
    list-style: lower-alpha
}

.article-content .alignnone {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.article-content .alignleft {
    float: left;
    margin: 0 1.5em 0 0;
    max-width: 50%
}

@media (max-width: 660px) {
    .article-content .alignleft {
        max-width: 40%;
    }
}

.article-content .alignright {
    float: right;
    margin: 0 0 0 1.5em;
    max-width: 50%
}

@media (max-width: 660px) {
    .article-content .alignright {
        max-width: 40%;
    }
}

.article-content .aligncenter {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto
}

.article-content .wp-caption-text {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    color: rgba(105, 105, 103, 0.44);
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.6em;
    margin: .5em 0 1em;
    display: block
}

.article-content .double-img {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    display: block;
    overflow: auto
}

.article-content .double-img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

.article-content .double-img .col {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 4%
}

.article-content>p:first-of-type {
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    margin-top: 50px
}

@media (max-width: 600px) {
    .article-content>p:first-of-type {
        font-size: 18px;
        line-height: 26px;
    }
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.post-nav {
    background-color: rgba(218, 209, 205, 0.2);
    padding: 33px;
    text-align: center
}

@media (max-width: 880px) {
    .post-nav {
        text-align: left;
        white-space: nowrap;
        padding-left: 24px;
        overflow-x: auto;
    }
}

.post-nav a {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    color: #3a3634;
    letter-spacing: 1.25px;
    line-height: 14px;
    margin: 0 20px;
    text-transform: uppercase
}

.post-intro {
    text-align: center;
    margin: 65px auto 50px;
    max-width: 600px
}

@media (max-width: 880px) {
    .post-intro {
        margin: 48px auto 36px;
        padding: 0 24px;
    }
}

.post-intro span {
    display: inline-block;
    padding: 5px 12px;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .9px;
    line-height: 22px;
    background-color: #78b8cc
}

.post-intro span a {
    color: #fff;
    text-transform: uppercase
}

.post-intro h1 {
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 40px;
    line-height: 44px;
    margin: 24px 0 0
}

.post-intro.page-intro {
    margin-top: 80px
}

.post-column {
    position: relative;
    max-width: 926px;
    margin: 0 auto
}

@media (max-width: 1140px) {
    .post-column {
        max-width: calc(100% - 144px);
    }
}

@media (max-width: 880px) {
    .post-column {
        width: 100%;
        max-width: 100%;
    }
}

.post-share {
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
    width: 45px;
    height: 100%;
    text-align: center
}

@media (max-width: 880px) {
    .post-share {
        position: static;
        width: 100%;
        height: auto;
    }
}

.post-share .post-share-inner {
    width: 45px
}

@media (max-width: 880px) {
    .post-share .post-share-inner {
        width: 100%;
        margin-bottom: 24px;
    }
}

.post-share span {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px
}

@media (max-width: 880px) {
    .post-share span {
        margin-bottom: 24px;
    }
}

.post-share a {
    display: block;
    margin-bottom: 24px
}

@media (max-width: 880px) {
    .post-share a {
        display: inline-block;
        margin: 0 12px;
    }
}

.post-share a:last-child {
    margin: 0
}

@media (max-width: 880px) {
    .post-share a:last-child {
        margin: 0 12px;
    }
}

.post-share a svg {
    height: 20px;
    width: 22px
}

.tags {
    max-width: 635px;
    margin: 70px auto 95px
}

@media (max-width: 880px) {
    .tags {
        max-width: 683px;
        padding: 0 24px;
    }
}

.tags h3 {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin: 0 0 12px
}

.tags a {
    display: inline-block;
    padding: 6px 12px;
    background-color: rgba(218, 209, 205, 0.2);
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.8px;
    margin-right: 3px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #3a3634
}

.post-ymal {
    background-color: rgba(218, 209, 205, 0.2);
    padding: 110px 0 86px
}

@media (max-width: 1080px) {
    .post-ymal {
        padding: 60px 0;
    }
}

.post-ymal .wrapper {
    vertical-align: top;
    text-align: justify;
    font-size: 0
}

.post-ymal .wrapper::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

.post-ymal .wrapper>h2 {
    font-family: 'tiempo', serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
    width: 225px;
    display: inline-block;
    margin: 0
}

@media (max-width: 1080px) {
    .post-ymal .wrapper>h2 {
        width: 100%;
        display: block;
        margin-bottom: 36px;
    }
}

@media (max-width: 600px) {
    .post-ymal .wrapper>h2 {
        font-size: 32px;
        line-height: 32px;
    }
}

.post-ymal .ymal-posts {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    width: calc(100% - 340px);
    display: inline-block;
    vertical-align: top
}

.post-ymal .ymal-posts::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

@media (max-width: 1080px) {
    .post-ymal .ymal-posts {
        width: 100%;
    }
}

.page-column {
    margin-bottom: 80px
}

.hp-hero {
    height: calc(100vh - 30px);
    position: relative;
    z-index: 50;
    background-size: cover;
    background-position: center top
}

@media (max-width: 880px) {
    .hp-hero {
        height: auto;
        padding-top: 200px;
        padding-bottom: 40px;
    }
}

.hp-hero::before,
.hp-hero::after {
    background-color: transparent;
    background-image: -webkit-linear-gradient(-90deg, transparent 26%, #000 100%);
    background-image: linear-gradient(-180deg, transparent 26%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    content: ' ';
    display: inline-block
}

.hp-hero::after {
    background-color: transparent;
    background-image: -webkit-linear-gradient(-270, transparent 26%, #000 100%);
    background-image: linear-gradient(0, transparent 26%, #000 100%)
}

.hp-hero .wrapper {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    position: relative;
    top: 100%;
    z-index: 100
}

@media (max-width: 880px) {
    .hp-hero .wrapper {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

.hero-inner {
    max-width: 390px;
    color: #fff
}

.hero-inner h2 {
    margin: 0 0 37px;
    font-family: 'tiempo', serif;
    font-weight: normal;
    font-size: 68px;
    line-height: 69px
}

@media (max-width: 600px) {
    .hero-inner h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 12px;
    }
}

.hero-inner p {
    margin: 0 0 32px;
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

@media (max-width: 880px) {
    .hero-inner p {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .hero-inner p {
        font-size: 14px;
        line-height: 20px;
    }
}

.hero-inner span {
    cursor: pointer;
    margin-bottom: 44px;
    display: inline-block
}

@media (max-width: 880px) {
    .hero-inner span {
        display: none;
    }
}

.hero-inner svg {
    width: 30px;
    height: 30px;
    stroke: #ff9057;
    stroke-width: 2
}

.hp-hero-controls {
    position: static;
    right: -30px;
    /* bottom: -40px; */
    background-color: #fff;
    z-index: 300
}

@media (max-width: 880px) {
    .hp-hero-controls {
        display: none;
    }
}

.hp-hero-controls>div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 28px;
    color: #0288c4
}

.hp-hero-controls>div h3 {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 10px;
    text-transform: uppercase;
    margin: 0
}

.hp-hero-controls>div h3 a,
.hp-hero-controls>div h3 span {
    color: #78b8cc;
    float: right;
    cursor: pointer
}

.hp-hero-controls>div h2 {
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -2.5px;
    margin: 7px 0 -10px
}

.hp-hero-controls>div h2 small {
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-left: 3px
}

.hp-hero-controls>div p {
    margin: 8px 0 0;
    font-family: 'avenir', helvetica;
    font-weight: 300;
    font-size: 18px
}

.hp-hero-controls>div p span {
    font-weight: 400;
    font-size: 10px;
    letter-spacing: .8px;
    display: block;
    margin-top: 4px;
    text-transform: uppercase
}

.hp-hero-controls>div p a {
    font-weight: 400;
    font-size: 12px;
    color: #0288c4;
    letter-spacing: 1.7px;
    margin-top: 2px;
    text-transform: uppercase;
    display: block
}

.hp-hero-controls .times-dd {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #3a3634;
    white-space: nowrap;
    display: none
}

.hp-hero-controls .times-dd ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 35px 40px;
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    list-style: none;
    vertical-align: top;
    color: #fff
}

.hp-hero-controls .times-dd ul li {
    margin-bottom: 20px
}

.hp-hero-controls .times-dd ul li:last-child {
    margin: 0
}

.hp-hero-controls .times-dd ul li.active {
    font-weight: 700
}

.hp-hero-controls .times-dd ul span {
    width: 60px;
    display: inline-block
}

.hp-hero-controls .times-dd ul small {
    display: block;
    padding-left: 60px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px
}

.hp-hero-controls .hero-location {
    padding: 23.5px 28px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2)
}

.hp-hero-controls .hero-consult {
    background-color: #0288c4;
    width: 200px;
    padding: 0;
    position: relative
}

.hp-hero-controls .hero-consult h2 {
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
    padding: 29.5px 28px;
    cursor: pointer
}

.hp-hero-controls .hero-consult h2 svg {
    width: 16px;
    height: 30px;
    margin-top: -15px;
    float: right;
    stroke: #fff;
    stroke-width: 2.5
}

.hp-hero-controls .hero-consult .consult-dd {
    vertical-align: top;
    text-align: justify;
    font-size: 0;
    background-color: #78b8cc;
    padding: 35px 40px;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 630px;
    max-width: 100vw;
    color: #fff;
    display: none
}

.hp-hero-controls .hero-consult .consult-dd::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0
}

.hp-hero-controls .hero-consult .consult-dd a {
    color: #fff
}

.hp-hero-controls .hero-consult .consult-dd p {
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 24px;
    text-align: left
}

.hp-hero-controls .hero-consult .consult-dd .wpcf7 {
    display: inline-block;
    width: calc(100% - 180px);
    vertical-align: middle
}

.hp-hero-controls .hero-consult .consult-dd .wpcf7 br,
.hp-hero-controls .hero-consult .consult-dd .wpcf7 img {
    display: none
}

.hp-hero-controls .hero-consult .consult-dd .wpcf7 p {
    line-height: 0;
    font-size: 0;
    margin: 0
}

.hp-hero-controls .hero-consult .consult-dd input[type='submit'] {
    display: inline-block;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2.2px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 17px 12px;
    background-color: #3a3634;
    border: 0;
    color: #fff;
    vertical-align: top
}

.hp-hero-controls .hero-consult .consult-dd input[type='submit'] svg {
    width: 10px;
    height: 10px;
    float: right;
    margin-left: 10px;
    stroke: #fff;
    stroke-width: 6
}

.hp-hero-controls .hero-consult .consult-dd .wpcf7 span {
    display: inline-block;
    width: calc(100% - 110px);
    font-family: 'avenir', helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: top;
    margin-top: 0
}

.hp-hero-controls .hero-consult .consult-dd .wpcf7 span input {
    padding: 14.5px 18px;
    border: 0;
    display: block;
    width: 100%;
    color: #3a3634
}

.hp-hero-controls .hero-consult .consult-dd .wpcf7 span input+span {
    display: none
}

.hp-hero-controls .hero-consult .consult-dd span {
    display: inline-block;
    width: 150px;
    text-align: left;
    font-family: 'avenir', helvetica;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    vertical-align: top
}

.hp-hero-controls .hero-consult .consult-dd .wpcf7-response-output {
    line-height: 14px;
    font-size: 14px;
    margin: 12px 0 0;
    padding: 0;
    color: #3a3634;
    border: 0
}

div[class^="exsite-gallery"],
div[class*=" exsite-gallery"] {
    font-size: 0;
    display: block;
    margin: 48px -10px 0;
    overflow: hidden
}

div[class^="exsite-gallery"] dl,
div[class*=" exsite-gallery"] dl {
    list-style: none outside;
    padding: 0 10px;
    margin: 0 !important;
    display: inline-block;
    vertical-align: top
}

div[class^="exsite-gallery"] dt,
div[class*=" exsite-gallery"] dt {
    display: block
}

div[class^="exsite-gallery"] img,
div[class*=" exsite-gallery"] img {
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0;
    margin-top: 0
}

div[class^="exsite-gallery"] br,
div[class*=" exsite-gallery"] br {
    display: 0
}

div[class^="exsite-gallery"] dd,
div[class*=" exsite-gallery"] dd {
    margin: 0;
    display: block
}

div[class^="exsite-gallery"] .gallery-caption,
div[class*=" exsite-gallery"] .gallery-caption {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    color: rgba(58, 54, 52, 0.44);
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.6em;
    margin: 1.3em 0 0;
    display: block;
    letter-spacing: .33px
}

div[class^="exsite-gallery"].exsite-gallery-2 dl,
div[class*=" exsite-gallery"].exsite-gallery-2 dl {
    width: 50%
}

@media (max-width: 500px) {
    div[class^="exsite-gallery"].exsite-gallery-2 dl,
    div[class*=" exsite-gallery"].exsite-gallery-2 dl {
        width: 100%;
    }
    div[class^="exsite-gallery"].exsite-gallery-2 dl:nth-child(1),
    div[class*=" exsite-gallery"].exsite-gallery-2 dl:nth-child(1) {
        margin-bottom: 12px !important
    }
}

div[class^="exsite-gallery"].exsite-gallery-3 dl,
div[class*=" exsite-gallery"].exsite-gallery-3 dl {
    width: 33.3%
}

@media (max-width: 500px) {
    div[class^="exsite-gallery"].exsite-gallery-3 dl,
    div[class*=" exsite-gallery"].exsite-gallery-3 dl {
        width: 100%;
    }
    div[class^="exsite-gallery"].exsite-gallery-3 dl:nth-child(-1n+2),
    div[class*=" exsite-gallery"].exsite-gallery-3 dl:nth-child(-1n+2) {
        margin-bottom: 12px !important
    }
}

div[class^="exsite-gallery"].exsite-gallery-4 dl,
div[class*=" exsite-gallery"].exsite-gallery-4 dl {
    width: 25%
}

@media (max-width: 500px) {
    div[class^="exsite-gallery"].exsite-gallery-4 dl,
    div[class*=" exsite-gallery"].exsite-gallery-4 dl {
        width: 50%;
    }
    div[class^="exsite-gallery"].exsite-gallery-4 dl:nth-child(2),
    div[class*=" exsite-gallery"].exsite-gallery-4 dl:nth-child(2) {
        margin-bottom: 12px !important
    }
}

div[class^="exsite-gallery"].exsite-gallery-5 dl,
div[class*=" exsite-gallery"].exsite-gallery-5 dl {
    width: 20%
}

@media (max-width: 800px) {
    div[class^="exsite-gallery"].exsite-gallery-5 dl,
    div[class*=" exsite-gallery"].exsite-gallery-5 dl {
        width: 33.3%;
    }
    div[class^="exsite-gallery"].exsite-gallery-5 dl:nth-child(2),
    div[class*=" exsite-gallery"].exsite-gallery-5 dl:nth-child(2) {
        margin-bottom: 12px !important
    }
    div[class^="exsite-gallery"].exsite-gallery-5 dl:nth-child(1n+4),
    div[class*=" exsite-gallery"].exsite-gallery-5 dl:nth-child(1n+4) {
        width: 50%
    }
}

@media (max-width: 500px) {
    div[class^="exsite-gallery"].exsite-gallery-5 dl,
    div[class*=" exsite-gallery"].exsite-gallery-5 dl {
        width: 50%;
    }
    div[class^="exsite-gallery"].exsite-gallery-5 dl:nth-child(-1n+3),
    div[class*=" exsite-gallery"].exsite-gallery-5 dl:nth-child(-1n+3) {
        margin-bottom: 12px !important
    }
    div[class^="exsite-gallery"].exsite-gallery-5 dl:nth-child(1),
    div[class*=" exsite-gallery"].exsite-gallery-5 dl:nth-child(1) {
        width: 100%
    }
}

div[class^="exsite-gallery"].exsite-gallery-6 dl,
div[class*=" exsite-gallery"].exsite-gallery-6 dl {
    width: 16.66%
}

@media (max-width: 800px) {
    div[class^="exsite-gallery"].exsite-gallery-6 dl,
    div[class*=" exsite-gallery"].exsite-gallery-6 dl {
        width: 33.3%;
    }
    div[class^="exsite-gallery"].exsite-gallery-6 dl:nth-child(2),
    div[class*=" exsite-gallery"].exsite-gallery-6 dl:nth-child(2) {
        margin-bottom: 12px !important
    }
}

@media (max-width: 500px) {
    div[class^="exsite-gallery"].exsite-gallery-6 dl,
    div[class*=" exsite-gallery"].exsite-gallery-6 dl {
        width: 50%;
    }
    div[class^="exsite-gallery"].exsite-gallery-6 dl:nth-child(-1n+3),
    div[class*=" exsite-gallery"].exsite-gallery-6 dl:nth-child(-1n+3) {
        margin-bottom: 12px !important
    }
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
div[class^="exsite-gallery"],
div[class*=" exsite-gallery"] {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 40px -20px;
  overflow: hidden;
}

div[class^="exsite-gallery"] dl,
div[class*=" exsite-gallery"] dl {
  list-style: none outside;
  padding: 0 20px;
  margin: 0 !important;
  display: inline-block;
  vertical-align: top;
}

div[class^="exsite-gallery"] dt,
div[class*=" exsite-gallery"] dt {
  display: block;
}

div[class^="exsite-gallery"] img,
div[class*=" exsite-gallery"] img {
  display: inline-block !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0;
}

div[class^="exsite-gallery"] br,
div[class*=" exsite-gallery"] br {
  display: 0;
}

div[class^="exsite-gallery"] dd,
div[class*=" exsite-gallery"] dd {
  margin: 0;
  display: block;
}

div[class^="exsite-gallery"] .gallery-caption,
div[class*=" exsite-gallery"] .gallery-caption {
  quotes: none;
  color: rgba(0, 0, 0, 0.44);
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  margin: 1.3em 0 0;
  display: block;
  letter-spacing: .33px;
}

div[class^="exsite-gallery"].exsite-gallery-2 dl,
div[class*=" exsite-gallery"].exsite-gallery-2 dl {
  width: 50%;
}

@media (max-width: 500px) {
  div[class^="exsite-gallery"].exsite-gallery-2 dl,
  div[class*=" exsite-gallery"].exsite-gallery-2 dl {
    width: 100%;
  }
  div[class^="exsite-gallery"].exsite-gallery-2 dl:nth-child(1),
  div[class*=" exsite-gallery"].exsite-gallery-2 dl:nth-child(1) {
    margin-bottom: 12px !important;
  }
}

div[class^="exsite-gallery"].exsite-gallery-3 dl,
div[class*=" exsite-gallery"].exsite-gallery-3 dl {
  width: 33.3%;
}

@media (max-width: 700px) {
  div[class^="exsite-gallery"].exsite-gallery-3 dl,
  div[class*=" exsite-gallery"].exsite-gallery-3 dl {
    width: 100%;
  }
  div[class^="exsite-gallery"].exsite-gallery-3 dl:nth-child(-1n + 2),
  div[class*=" exsite-gallery"].exsite-gallery-3 dl:nth-child(-1n + 2) {
    margin-bottom: 12px !important;
  }
}

div[class^="exsite-gallery"].exsite-gallery-4 dl,
div[class*=" exsite-gallery"].exsite-gallery-4 dl {
  width: 25%;
}

@media (max-width: 960px) {
  div[class^="exsite-gallery"].exsite-gallery-4 dl,
  div[class*=" exsite-gallery"].exsite-gallery-4 dl {
    width: 50%;
  }
  div[class^="exsite-gallery"].exsite-gallery-4 dl:nth-child(2),
  div[class*=" exsite-gallery"].exsite-gallery-4 dl:nth-child(2) {
    margin-bottom: 12px !important;
  }
}

div[class^="exsite-gallery"].exsite-gallery-5 dl,
div[class*=" exsite-gallery"].exsite-gallery-5 dl {
  width: 20%;
}

@media (max-width: 800px) {
  div[class^="exsite-gallery"].exsite-gallery-5 dl,
  div[class*=" exsite-gallery"].exsite-gallery-5 dl {
    width: 33.3%;
  }
  div[class^="exsite-gallery"].exsite-gallery-5 dl:nth-child(2),
  div[class*=" exsite-gallery"].exsite-gallery-5 dl:nth-child(2) {
    margin-bottom: 12px !important;
  }
  div[class^="exsite-gallery"].exsite-gallery-5 dl:nth-child(1n + 4),
  div[class*=" exsite-gallery"].exsite-gallery-5 dl:nth-child(1n + 4) {
    width: 50%;
  }
}

@media (max-width: 500px) {
  div[class^="exsite-gallery"].exsite-gallery-5 dl,
  div[class*=" exsite-gallery"].exsite-gallery-5 dl {
    width: 50%;
  }
  div[class^="exsite-gallery"].exsite-gallery-5 dl:nth-child(-1n + 3),
  div[class*=" exsite-gallery"].exsite-gallery-5 dl:nth-child(-1n + 3) {
    margin-bottom: 12px !important;
  }
  div[class^="exsite-gallery"].exsite-gallery-5 dl:nth-child(1),
  div[class*=" exsite-gallery"].exsite-gallery-5 dl:nth-child(1) {
    width: 100%;
  }
}

div[class^="exsite-gallery"].exsite-gallery-6 dl,
div[class*=" exsite-gallery"].exsite-gallery-6 dl {
  width: 16.66%;
}

@media (max-width: 800px) {
  div[class^="exsite-gallery"].exsite-gallery-6 dl,
  div[class*=" exsite-gallery"].exsite-gallery-6 dl {
    width: 33.3%;
  }
  div[class^="exsite-gallery"].exsite-gallery-6 dl:nth-child(2),
  div[class*=" exsite-gallery"].exsite-gallery-6 dl:nth-child(2) {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 500px) {
  div[class^="exsite-gallery"].exsite-gallery-6 dl,
  div[class*=" exsite-gallery"].exsite-gallery-6 dl {
    width: 50%;
  }
  div[class^="exsite-gallery"].exsite-gallery-6 dl:nth-child(-1n + 3),
  div[class*=" exsite-gallery"].exsite-gallery-6 dl:nth-child(-1n + 3) {
    margin-bottom: 12px !important;
  }
}
/*# sourceMappingURL=style.css.map */
