.content .column{
    margin-bottom: 0;
    padding: 20px 0;
}


.blank_big {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.blank_mid {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.blank_small {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.content h1, .text h1 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Nunito Sans", Arial, Tahoma, sans-serif;
    margin-bottom: 0;
}

.text h1{
    margin-bottom: 30px;
}

.content h2, .text h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Nunito Sans", Arial, Tahoma, sans-serif;
    margin-bottom: 0;
}

.content h3, .text h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Nunito Sans", Arial, Tahoma, sans-serif;
    margin-bottom: 0;
}

.content h4, .text h4 {
    margin-bottom: 0;
}

.gallery {
    margin: auto;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 24.99%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}

.gallery.team-gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33.33%;
}

.gallery .gallery-item {
    overflow: hidden;
    margin: 0 0 10px !important;
}

.gallery .gallery-item .gallery-icon {
    border: 0;
    width: 95%;
    overflow: hidden;
    line-height: 0;
    margin-right: 2.5% !important;
    margin-left: 2.5% !important;
    padding: 0 !important;
    position: relative;
}

dl > dt, dl > dd {
    border-width: 1px 0 0;
    border-style: solid;
    padding: 10px 0;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
}

dl > dt {
    display: block;
    float: left;
    width: 100px;
}

.image_frame {
    border-color: #f8f8f8;
    display: block;
    margin: 0;
    border-width: 8px;
    border-style: solid;
    max-width: 100%;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_frame .image_wrapper, .wp-caption img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_frame .image_wrapper .mask {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.image_frame .image_wrapper .mask {
    -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07);
}

.vimeo, .vimeo .column.one, .vimeo .column.one .content_video, .vimeo a {
    width: 100%;
}


@media only screen and (max-width: 767px) {
    .content h1, .text h1 {
        font-size: 40px;
        line-height: 1.3em;
    }

    .content h2, .text h2 {
        font-size: 30px;
    }

    .content h4, .text h4 {
        font-size: 18px;
    }


}

/*
.video {
    position: relative;
    background: black no-repeat center;
    overflow: hidden;
    cursor: pointer;
}

.video > * {
    max-width: 100%;
    display: block;
}

.video::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    background-color: transparent;
    transition: ease .2s;
    border: 2px solid #fff;
}

.video::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    transition: ease .2s;
    -webkit-transform: rotate(360deg)
}

.video:hover::before {
    background-color: #000;
}

.video:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.video.playing img,
.video.playing::before,
.video.playing::after {
    display: none;
}*/