/*
Theme Name: Jones Contractors
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: Responsive website theme for Jones Contractors.
Version: 1.2.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

/*
Theme Name: Jones Contractors
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: Responsive website theme for Jones Contractors.
Version: 1.1.8
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-size: inherit;
}

html,
body {
    height: 100%;
    width: 100%;
}

main {
    display: block;
    overflow: hidden;
}

.nav-bar {
    height: 80px;
    width: 100%;
    position: fixed;
    background-color: #76777a;
    z-index: 20;
    border-bottom: 1px solid #9d9da0;
}

@media only screen and (min-width: 1024px) {
    .nav-bar {
        height: 90px;
        border-bottom: none;
    }
}

.nav-bar__container {
    height: 80px;
    max-width: 1400px;
    padding: 15px 0;
    position: relative;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
    .nav-bar__container {
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        clear: both;
    }
}

.nav-bar__home-link {
    padding-right: 30px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 100%;
    display: block;
    width: 200px;
    position: relative;
}

.nav-bar__home-logo {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.nav-bar__list {
    display: block;
    list-style: none;
    text-align: left;
    background-color: #76777a;
    margin-top: 10px;
    position: fixed;
    height: 100%;
    left: 100%;
    top: 0;
    width: 100%;
    margin-top: 80px;
    overflow: auto;
    -webkit-transform: 0;
    transform: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 5;
}

@media only screen and (min-width: 21em) {
    .nav-bar__list {
        width: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-bar__list {
        position: relative;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        margin-top: 0;
        max-width: 800px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

.nav-bar__list--active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media only screen and (min-width: 1024px) {
    .nav-bar__list--active {
        -webkit-transform: none;
        transform: none;
    }
}

.nav-bar__list-item {
    display: block;
    border-bottom: 1px solid #9d9da0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-bar__list-item:not(:first-child) {
    border-top: none;
}

@media only screen and (min-width: 1024px) {
    .nav-bar__list-item {
        border: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

.nav-bar__list-link {
    color: #ffffff;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    white-space: nowrap;
    padding: 30px;
    display: block;
    -webkit-transition: color .1s ease-out;
    transition: color .1s ease-out;
    font-weight: 600;
    position: relative;
}

.nav-bar__list-link:hover {
    text-decoration: underline;
}

.nav-bar__list-link--active,
li.active a {
    text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
    .nav-bar__list-link {
        text-align: center;
        padding: 27px 15px 0;
        height: 100%;
        display: block;
    }
}

.nav-bar__btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -1000000000px;
    outline: 0;
    cursor: pointer;
    background-color: #76777a;
    border: none;
}

@media only screen and (min-width: 1024px) {
    .nav-bar__btn {
        display: none;
    }
}

.nav-bar__btn-ui {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 2rem;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    display: block;
    border-radius: 1px;
    background: #fff;
    position: absolute;
}

.nav-bar__btn-ui::before {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
}

.nav-bar__btn-ui::after {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
}

.nav-bar__btn-ui::after,
.nav-bar__btn-ui::before {
    content: "";
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    display: block;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    height: 2px;
    width: 100%;
}

.nav-bar__btn-ui--active {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.nav-bar__btn-ui--active::before,
.nav-bar__btn-ui--active::after {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg);
}

.nav-bar__phone {
    display: none;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .nav-bar__phone {
        display: block;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: left;
        white-space: nowrap;
        float: right;
        margin-left: auto;
        margin-right: 0;
        padding-top: 17px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

.logo-image {
    fill: #ee7623;
}

.logo-image--inv {
    fill: #76777a;
}

.logo-text {
    fill: white;
}

.logo-text--inv {
    fill: #76777a;
}

.header {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 60, 50, 0.3)), to(rgba(70, 60, 50, 0.3)));
    background: linear-gradient(rgba(70, 60, 50, 0.3), rgba(70, 60, 50, 0.3));
    background-size: cover;
    background-position: 50% 85%;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    padding-top: 80px;
}

@media only screen and (min-width: 650px) {
    .header {
        margin-bottom: 198px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media only screen and (min-width: 650px) {
    .header--no-search {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .header {
        padding-top: 0;
    }
}

.header__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    display: block;
    -webkit-filter: saturate(0.8) brightness(0.6);
    filter: saturate(0.8) brightness(0.6);
}

.header__container {
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 750px) {
    .header__container {
        max-width: 1200px;
    }
}

@media only screen and (min-height: 720px) {
    .header__container {
        padding: 150px 0;
    }
}

@media only screen and (min-height: 480px) {
    .header__container {
        padding: calc(30vh - 60px) 0;
    }
}

@media only screen and (min-height: 1440px) {
    .header__container {
        padding: 300px 0;
    }
}

@media only screen and (min-width: 900px) {
    .header__container {
        text-align: left;
    }
}

.header__container--video {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.header__heading {
    font-weight: 400;
    font-size: 2.1rem;
}

@media only screen and (min-width: 1024px) {
    .header__heading {
        font-size: 3.15rem;
        font-weight: 600;
    }
}

.header__desc {
    font-weight: 200;
    font-size: 1.3rem;
}

@media only screen and (min-width: 1024px) {
    .header__desc {
        font-size: 1.9rem;
    }
}

.header__cta {
    font-weight: 200;
    background-color: #ee7623;
    padding: 6px 10px;
    display: inline-block;
    margin-top: 1rem;
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

a.header__cta,
a.header__cta:hover,
a.header__cta:visited,
a.header__cta:focus {
    text-decoration: none;
}

a.header__cta {
    color: #fff;
}

a.header__cta:hover {
    color: #ee7623;
}

@media only screen and (min-width: 1024px) {
    .header__cta {
        font-size: 1.2rem;
        font-weight: 400;
    }
}

.header__cta:hover {
    color: #ee7623;
    background-color: white;
}


/*.header__form*/

.searchform {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background-color: #ee7623;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 650px) {
    /*.header__form*/
    .searchform {
        width: 70%;
        margin-right: 40%;
    }
}

@media only screen and (min-width: 750px) {
    /*.header__form*/
    .searchform {
        background-size: 50px 50px;
    }
}

.header__search {
    color: black;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    padding: 1.05rem 1.05rem;
    font-size: 1.575rem;
    line-height: 1.0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    font-family: "Nunito", sans-serif;
    z-index: 1;
    z-index: 20;
    font-weight: normal;
}

.header__search:focus {
    background-color: #ee7623;
}

.header__search--value {
    background-color: #ee7623;
}

@media only screen and (min-width: 750px) {
    .header__search {
        padding: 20px;
        font-family: "Nunito", sans-serif;
    }
}

.header__search-btn {
    padding: 10px;
    font-size: 1.70625rem;
    font-family: "Nunito", sans-serif;
    line-height: 1.0;
    background-color: #76777a;
    background-color: transparent;
    border: none;
    outline: none;
    border-left: solid 2px #f29352;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin-right: 0;
    margin-left: auto;
    line-height: 1.0;
    color: #ffffff;
    cursor: pointer;
}

.contact {
    width: 100%;
    position: absolute;
    max-width: 75rem;
    margin-left: 40%;
    top: 100%;
    right: 0;
}

.contact__btn {
    position: relative;
    background-color: #76777a;
    padding: 1rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: 0;
    padding: 1.3125rem;
    font-size: 1.05rem;
    line-height: 1;
    z-index: 10;
    text-decoration: none;
}

.contact__btn:hover {
    text-decoration: underline;
}

.contact__btn:hover .contact__icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

@media only screen and (min-width: 650px) {
    .contact {
        width: 30%;
    }
}

.contact__icon {
    height: 100%;
    max-width: 1rem;
    max-height: 1rem;
    margin-left: 1rem;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.contact__icon-color {
    stroke: #fff;
}

.contact-section {
    max-width: 75rem;
    margin: 0 auto;
}

.contact-section__phone {
    margin-bottom: 60px;
}

.contact-section__phone,
.contact-section__email {
    display: block;
    text-align: center;
    color: #ee7623;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.contact-section__phone:hover,
.contact-section__email:hover {
    text-decoration: underline;
}

.form-link-section {
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
    padding-bottom: 60px;
}

.form-link-section__desc {
    margin-bottom: 60px;
}

.form-link-section__list,
.form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-content {
    padding-bottom: 2rem;
}

.form-content-left{
    justify-content:normal;
}

div.form-content ul{
    margin-left: 25px;
}

.form-link-section__list-item {
    -ms-flex-preferred-size: 300;
    flex-basis: 300;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.form-link-section__list-item a,
.form-link-section__list-item a:active,
.form-link-section__list-item a:visited {
    text-transform: uppercase;
    color: #ee7623;
    font-weight: 700;
    text-decoration: none;
}

.form-link-section__list-item a:hover {
    text-decoration: underline;
}

.form-link-section__list-link {
    text-transform: uppercase;
    color: #ee7623;
    font-weight: 700;
    text-decoration: none;
}

.form-link-section__list-link:hover {
    text-decoration: underline;
}

.search-bar__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 400px;
    height: 100%;
    z-index: 50;
    text-align: left;
    padding: 20px;
    font-size: 1.575rem;
    color: #000;
    background: transparent;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    font-weight: normal;
    outline: none;
    border: none;
    display: none;
}

@media only screen and (min-width: 650px) {
    .search-bar__placeholder {
        display: block;
    }
}

.search-list {
    position: absolute;
    top: 100%;
    left: 0;
    color: #000;
    list-style: none;
    line-height: 1;
    overflow: hidden;
    text-align: left;
    display: none;
    height: 160px;
}

@media only screen and (min-width: 650px) {
    .search-list {
        display: block;
    }
}

.search-list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(12rem, white), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 12rem, white 100%);
}

.search-list__list {
    list-style: none;
}

.search-list__item {
    padding: 1.05rem 1.05rem;
    font-size: 1.575rem;
    line-height: 1.0em;
}

.section__header {
    font-family: "Nunito", sans-serif;
    color: #76777a;
    position: relative;
    font-size: 2.1rem;
    max-width: 1200px;
    margin: 0 2rem 0;
    padding: 60px 0 30px;
}

@media only screen and (min-width: 1262px) {
    .section__header {
        margin: 0 auto;
    }
}

.section__header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    height: .25rem;
    width: 5000000px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background-color: #ee7623;
}

@media only screen and (min-width: 750px) {
    .section__header {
        font-size: 3.15rem;
    }
    .section__header::after {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.section__header--centered {
    text-align: center;
    padding: 60px 0 30px;
}

.section__header--centered::after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.section--no-bg {
    background-image: none;
}

.section--full-width {
    padding: 0;
}

.section--offset {
    margin-top: 9rem;
  }

.section__container {
    margin: 0 auto;
    padding: 60px 0;
}

.section__content {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 0;
}

@media only screen and (min-width: 1040px) {
    .section__content {
        padding: 2rem;
        padding-left: 0;
        margin-left: 30px;
    }
}

@media only screen and (min-width: 1262px) {
    .section__content {
        padding: 2rem 0;
        margin: 0 auto;
    }
}



@media only screen and (min-width: 57em) {
    .section--overlap {
        margin-top: -150px;
    }
}


.section--video {
    padding: 0;
}

.section__video-container {
    position: relative;
    overflow: hidden;
}

.section__video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: saturate(0.8) brightness(0.6);
    filter: saturate(0.8) brightness(0.6);
}

.video-content {
    padding: 4rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.video-content__title {
    text-align: center;
    padding-bottom: 2rem;
    font-size: 2.1rem;
    color: #ffffff;
}

@media only screen and (min-width: 57em) {
    .video-content__title {
        font-size: 2.3625rem;
    }
}

.video-content__desc {
    color: #ffffff;
    max-width: 50rem;
    margin: 0 auto;
}

.offset-container {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (min-width: 750px) {
    .offset-container {
        background-image: url(jc-images/metal-frame-large.jpg);
        background-repeat: no-repeat;
        background-size: 55% auto;
        background-position: top right;
        margin-bottom: 80px;
    }
}

.content-container {
    padding: 60px 2rem;
    background-color: #76777a;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
}

@media only screen and (min-width: 750px) {
    .content-container {
        width: 55%;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
}

.content-container__heading {
    font-weight: 400;
    font-size: 2.1rem;
    padding-bottom: 15px;
    position: relative;
}

.content-container__heading::after {
    content: "";
    width: 400%;
    display: block;
    height: 2px;
    height: .25rem;
    background-color: #ee7623;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (min-width: 750px) {
    .content-container__heading::after {
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (min-width: 1024px) {
    .content-container__heading {
        font-size: 3.15rem;
        padding-right: 12rem;
        line-height: 1.05;
    }
}

.content-container__content {
    padding-top: 15px;
    font-weight: 200;
    font-size: 1.05rem;
    line-height: 1.3;
}

.statistic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 0 18rem;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (min-width: 750px) {
    .statistic-list {
        padding-right: 2rem;
        padding-left: 2rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.statistic-list__item {
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #ffffff;
    margin-bottom: 70px;
}

.statistic-list__item:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
    .statistic-list__item {
        margin-bottom: 0;
    }
}

.statistic__number {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.05;
}

@media only screen and (min-width: 1024px) {
    .statistic__number {
        font-size: 5rem;
    }
}

.statistic__number-desc {
    display: block;
    text-transform: uppercase;
    font-size: 1.65rem;
    line-height: 1.05;
}

.statistic__number--inline {
    font-size: 2.1rem;
    font-weight: 700;
    padding-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
    .statistic__number--inline {
        font-size: 2.5rem;
    }
}

.statistic__number--inline::before {
    content: "$";
}

.statistic__desc {
    display: block;
    font-size: 1.05rem;
}

.counter {
    font-family: "Nunito", sans-serif;
}

.footer {
    background-color: #ee7623;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    padding: 2rem;
    font-weight: 600;
}

.footer__link {
    max-width: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 750px) {
    .footer__link {
        margin: 0;
        margin-bottom: 1rem;
    }
}

.footer__logo {
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .footer__items-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        margin-top: 1rem;
        width: 100%;
        max-width: 1250px;
    }
}

.footer__container {
    margin: 0 auto;
    max-width: 1200px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
} 

@media only screen and (min-width: 750px) { 
    .footer__container {
        flex-direction: row;
    }
}

.footer__email {
    color: inherit;
    text-decoration: none;
    padding-bottom: 1rem;
}

.footer__email:hover {
    text-decoration: underline;
}

.footer-nav {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 800px;
    float: right;
    padding-left: 50px;
}

@media only screen and (min-width: 750px) {
    .footer-nav {
        display: block;
    }
}

.footer-nav__link {
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    font-size: 1.05rem;
    text-decoration: none;
    font-weight: 600;
    padding: 1rem;
    white-space: nowrap;
}

.footer-nav__link:hover {
    text-decoration: underline;
}

.footer-nav__list {
    list-style: none;
    height: 100%;
}

@media only screen and (min-width: 750px) {
    .footer-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-nav__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.contact-list {
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.05rem;
    list-style: none;
}

.contact-list__item:first-child {
    margin-bottom: 15px;
}

@media only screen and (min-width: 750px) {
    .contact-list {
        text-align: left;
    }
}

.cert-container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.05rem;
    font-family: "Nunito", sans-serif;
    align-items: center;
    padding-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }
  
  .cert-container__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  
  .cert-container__list-item {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0.5rem;
  }
  
  .cert-container__list-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  
  .cert-container__image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  
  .cert-container__content {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 1.5rem;
  }
  

.image-section::before {
    content: "";
    display: block;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: 48% 50%;
    border-bottom: solid 5px #ee7623;
    border-bottom: solid 0.25rem #ee7623;
}

.image-section--alt {
    margin-bottom: 3rem;
}

.image-section--alt::before {
    border: none;
}

.image-section__heading {
    font-size: 2.1rem;
    background-color: white;
    color: #76777a;
    line-height: 1.0;
    font-family: "Nunito", sans-serif;
    text-align: center;
    max-width: 1000px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    height: 0;
    padding: 0;
    margin-top: -5px;
    margin-top: -.25rem;
}

.image-section__heading--alt {
    padding-bottom: 2rem;
    position: relative;
    background-color: transparent;
    color: #ffffff;
    height: auto;
    width: 100%;
}

.image-section__heading--alt::before {
    content: "";
    display: block;
    position: absolute;
    width: 10000000px;
    height: .25rem;
    background-color: #ee7623;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.image-section__heading-content {
    display: block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 1rem;
    background-color: white;
}

.image-section__heading-content--alt {
    background-color: #76777a;
    color: #ffffff;
}

.image-section__heading::after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    height: .25rem;
    width: 500000px;
    background-color: #ee7623;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 1360px) {
    .image-section__heading {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 600px) {
    .image-section {
        padding: 2rem 0;
    }
}

.image-section__content {
    padding: 15px 2rem;
    font-size: 1.05rem;
    font-family: "Nunito", sans-serif;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

@media only screen and (min-width: 47em) {
    .image-section__content {
        padding: 2rem;
    }
}

.image-section__content--alt {
    background-color: #76777a;
    padding: 2rem 2rem 6rem;
    margin-top: -9rem;
    color: #ffffff;
}

.image-section__content--desc {
    padding: 2rem 0 2rem;
    text-align: left;
}

.image-section__container {
    background-color: #76777a;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.image-section__cta {
    background-color: #fff;
    color: #ee7623;
    border: #505153;
    padding: .7rem;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    /* float: left; */
    padding-right: 2rem;
    display: inline-block;
    position: relative;
    border-radius: 10px;
}

a.image-section__cta {
    text-decoration: none;
}

.image-section__cta:hover .image-section__cta-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.image-section__cta--alt {
    margin-top: 30px;
    background-color: #ee7623;
    color: #ffffff;
}

.image-section__cta-icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 100%;
    max-width: 1rem;
    max-height: 1rem;
    margin-left: .5rem;
    fill: #ee7623;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -.5rem;
}

.image-section__cta-icon-color {
    stroke: #ee7623;
}

.image-section__cta-icon-color--alt {
    stroke: #ffffff;
}

.image-section__openingcontent {
    padding-bottom: 2rem;
}

.inline-box {
    font-family: "Nunito", sans-serif;
    font-size: 1.05rem;
    color: #ffffff;
    max-width: 75rem;
    margin-bottom: 9rem;
    position: relative;
    background-size: 0;
}

@media only screen and (min-width: 57em) {
    .inline-box {
        background-size: 41% auto;
        background-size: calc(45% + 1px) auto;
        background-repeat: no-repeat;
        background-position: 100% 50%;
        padding: 0;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .inline-box--right {
        background-position: 0 50%;
    }
    .inline-box--offset {
        background-position: top right;
        background-size: 65% auto;
    }
    .inline-box--offset-left {
        background-position: top left;
        background-size: 65% auto;
    }
    .inline-box--image {
        background-image: none;
        position: relative;
    }
    .inline-box--about {
        margin-bottom: 15rem;
    }

    .inline-box--about-first {
        margin-top: 4rem;
    }
}

@media only screen and (min-width: 79em) {
    .inline-box {
        margin-right: auto;
        margin-left: auto;
    }
}

.inline-box__container {
    background-color: #76777a;
    padding: 2rem;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    
}

.inline-box__container::after {
    display: none;
}

@media only screen and (min-width: 57em) {
    .inline-box__container {
        min-height: 480px;
    }
    .inline-box__container--offset {
        min-height: 500px;
    }

    .inline-box__container--about {
        min-height: auto;
        position: relative;
    }
}

.inline-box__container--left {
    margin: 0;
}

@media only screen and (min-width: 57em) {
    .inline-box__container--left {
        margin-right: 45%;
    }

    .inline-box__container--left-about {
        margin-right: 60%;
    }
}

.inline-box__container--left::after {
    left: 100%;
}

@media only screen and (min-width: 57em) {
    .inline-box__container--right {
        margin-left: 45%;
    }
    .inline-box__container--right-about {
        margin-left: 60%;
    }
}

.inline-box__container--right::after {
    right: 100%;
}

.inline-box__container--alt {
    background-color: #ee7623;
}

.inline-box__container--offset {
    -webkit-transform: none;
            transform: none;
  }
  
  @media only screen and (min-width: 57em) {
    .inline-box__container--offset {
      -webkit-transform: translateY(6rem);
              transform: translateY(6rem);
    }
  }

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



.inline-box__image--offset {
    display: block;
    widows: 100%;
    height: 0%;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }

  .inline-box__image-source {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }

@media only screen and (min-width: 57em) {
    .inline-box__image {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 45%;
    }
    .inline-box__image--right {
        left: initial;
        right: 0;
    }
    .inline-box__image--offset {
        display: none;
      }

    .inline-box__image--about {
        width: 60%;
    }
}

.inline-box__heading {
    font-size: 2.1rem;
    position: relative;
    padding-bottom: 15px;
}

.inline-box__heading::after {
    content: "";
    width: 400%;
    display: block;
    height: 2px;
    height: .25rem;
    background-color: #ee7623;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (min-width: 57em) {
    .inline-box__heading::after {
        -webkit-transform: none;
        transform: none;
    }
}

.inline-box__heading--left::after {
    right: 0;
}

@media only screen and (min-width: 57em) {
    .inline-box__heading--right::after {
        left: 0;
    }
}

.inline-box__heading--alt::after {
    background-color: #76777a;
}

@media only screen and (min-width: 57em) {
    .inline-box__heading {
        font-size: 2.3625rem;
    }
}

.inline-box__content {
    padding-top: 15px;
    font-size: 1.05rem;
}



@media only screen and (min-width: 57em) {
    .inline-box__content--about {
        height: 200px;
        overflow: auto;
        
    }

    .inline-box__content--about::before{
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 30px;
        bottom: 32px;
        left: 0;
        background: -moz-linear-gradient(bottom, #ee7623 0%, rgba(125,185,232,0) 100%);
        background: -webkit-linear-gradient(bottom, #ee7623 0%,rgba(125,185,232,0) 100%);
        background: linear-gradient(to top, #ee7623 0%,rgba(125,185,232,0) 100%);
    }

    .inline-box__content--about-left::before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 30px;
        bottom: 32px;
        left: 0;
        background: -moz-linear-gradient(bottom, #76777a 0%, rgba(125,185,232,0) 100%);
        background: -webkit-linear-gradient(bottom, #76777a 0%,rgba(125,185,232,0) 100%);
        background: linear-gradient(to top, #76777a 0%,rgba(125,185,232,0) 100%);
    }
}


.carousel {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.carousel__slide {
    list-style: none;
}

.slide {
    font-size: 1.05rem;
    display: inline-block;
    width: 100%;
    white-space: normal;
    vertical-align: middle;
}

.slide__img {
    display: none;
}

@media only screen and (min-width: 46rem) {
    .slide__img {
        display: block;
        width: 50%;
        height: auto;
        position: absolute;
        left: 0;
        top: 70px;
        margin-top: 0;
        -webkit-transition: opacity .5s 1s ease-in-out;
        transition: opacity .5s 1s ease-in-out;
        opacity: 1;
    }
}

.slide__content {
    background: #ea7728;
    padding: 60px 40px;
    color: #fff;
}

@media only screen and (min-width: 46rem) {
    .slide__content {
        position: relative;
        width: 50%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    }
}

@media only screen and (min-width: 950px) {
    .slide__content {
        position: relative;
        width: 50%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    }
}

.slide__title {
    font-weight: 400;
    font-size: 2.1rem;
    padding-bottom: 10px;
    font-family: "Nunito", sans-serif;
    position: relative;
}

.slide__title::after {
    content: "";
    width: 400%;
    display: block;
    height: 3px;
    background-color: #76777a;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 46rem) {
    .slide__title::after {
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (min-width: 950px) {
    .slide__title {
        font-weight: 400;
        font-size: 2.1rem;
        padding-bottom: 10px;
        position: relative;
        font-family: "Nunito", sans-serif;
    }
    .slide__title::after {
        content: "";
        width: 400%;
        display: block;
        height: 3px;
        background-color: #76777a;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.slide__content-container {
    font-size: 1.05rem;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    padding-top: 15px;
}

@media only screen and (min-width: 950px) {
    .slide__content-container {
        font-size: 1.05rem;
        color: #ffffff;
        font-family: "Nunito", sans-serif;
        padding-top: 15px;
    }
}

.grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.card {
    height: 450px;
    width: 500px;
    margin-right: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
}

.card:nth-child(3n+1) {
    margin-bottom: 60px;
}

.card:nth-child(3n) {
    margin-right: 0;
}

.card__content {
    height: 450px;
    width: 500px;
    overflow: auto;
    padding: 15px;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 1.05rem;
}

.card__content--front {
    background-image: url(jc-images/williston-large.jpg);
    background-position: center;
    background-size: cover;
}

.card__content--back {
    background-color: #ee7623;
}

.card__title {
    font-size: 1.8375rem;
    font-family: "Nunito", sans-serif;
    text-align: center;
    text-indent: 0;
}

.card__title--back {
    -webkit-transform: rotateY(0deg) perspective(200px);
    transform: rotateY(0deg) perspective(200px);
    text-indent: -1000000px;
}

.card__front {
    position: absolute;
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0) perspective(200px);
    transform: rotateY(0) perspective(200px);
}

.card__back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out;
    -webkit-transform: rotateY(180deg) perspective(200px);
    transform: rotateY(180deg) perspective(200px);
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}

.card__back--active {
    z-index: 2;
}

.card__back--active .card__title--back {
    text-indent: 0;
}

.card__front--active {
    -webkit-transform: rotateY(180deg) perspective(200px);
    transform: rotateY(180deg) perspective(200px);
    z-index: 1;
}

.card__front--active .card__title--front {
    text-indent: -10000000px;
}

.flip-box {
    padding: 0;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.flip-box__link {
    display: block;
    padding: .5rem;
    color: #fff;
    text-decoration: none;
    background-color: #ea7728;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    margin-top: .5rem;
}

.flip-box__buttons {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: auto;
    height: auto;
}

.flip-box__link:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 65em) {
    .flip-box__link {
        display: none;
    }
}


.flip-box__front {
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background: #76777a;
    -webkit-transform: perspective(800px) rotateY(-180deg);
    transform: perspective(800px) rotateY(-180deg);
    position: relative;
}

.flip-box__back {
    z-index: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ee7623;
    padding: 0;
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
}

.flip-box__front,
.flip-box__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transition: z-index 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.4, 1.1);
    transition: z-index 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.4, 1.1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.4, 1.1), z-index 0.5s linear;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.4, 1.1), z-index 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.4, 1.1);
}

@media only screen and (min-width: 65em) {
    .flip-box__front,
    .flip-box__back {
        -webkit-transition: none;
        transition: none;
    }
}

.flip-box__front__front,
.flip-box__front__back,
.flip-box__back__front,
.flip-box__back__back {
    -webkit-transition: none;
    transition: none;
    transition: none;
}

.flip-box__front--focused,
.flip-box__back--focused {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    z-index: 2;
}

.flip-box__button {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    background: none;
    width: 30px;
    height: 30px;
    border: none;
    display: none;
}

.flip-box__button--front {
    background-color: #ee7623;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.0;
}

.flip-box__button--back {
    background-color: #76777a;
}

.flip-box__content {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
}

.flip-box__content--text {
    overflow: auto;
    padding: 15px;
}

.flip-box__image {
    width: 100%;
    display: block;
    min-height: 250px;
}

@media only screen and (min-width: 65em) {
    .flip-box--carousel {
        padding: 0;
        position: static;
        margin: 0 auto;
    }
    .flip-box__front--carousel {
        z-index: 0;
        position: static;
        display: block;
        -webkit-transform: none;
        transform: none;
        background: none;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        width: 60%;
    }
    .flip-box__front--carousel--active {
        opacity: 1;
        -webkit-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
    }
    .flip-box__back--carousel {
        z-index: 1;
        position: static;
        display: block;
        width: auto;
        height: auto;
        background: #ee7623;
        padding: 0;
        -webkit-transform: none;
        transform: none;
        margin-left: 0;
        white-space: normal;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out;
        padding-top: 1.5rem;
        position: relative;
    }
    .flip-box__back--carousel--active {
        -webkit-transform: none;
        transform: none;
    }
    .flip-box__image--carousel {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        z-index: 10;
    }
    .flip-box__button {
        display: none;
    }
    .flip-box__content {
        color: #ffffff;
        font-family: "Nunito", sans-serif;
        font-size: 1rem;
        width: 100%;
    }
    .flip-box__content--text {
        position: static;
        overflow: auto;
        padding: 30px;
        padding-bottom: 60px;
        padding-top: 0;
        white-space: normal;
        height: 200px;
        overflow: auto;
    }

    .flip-box__content--text::before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 30px;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(bottom,  #ee7623 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(bottom,  #ee7623 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top,  #ee7623 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    max-width: 350px;
    min-height: 250px;
}

@media only screen and (min-width: 65em) {
    .grid__item--carousel {
        display: inline-block;
        padding: 0;
        width: 40%;
        white-space: normal;
        margin-left: 60%;
        max-width: none;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    }
    .grid__item--carousel:not(:first-child) {
        margin-left: -40%;
    }
}

@media only screen and (min-width: 65em) {
    .grid--carousel {
        display: block;
        font-size: 0;
        white-space: nowrap;
        position: relative;
        padding: 10rem 0;
    }
}

.project__name {
    text-align: left;
    color: white;
    font-family: "Nunito", sans-serif;
    background-color: #ee7623;
    padding: 15px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: solid 1px rgba(118, 119, 122, 0.25);
    -webkit-transition: none;
    transition: none;
    font-size: 1.625rem;
    padding-right: 60px;
}

@media only screen and (min-width: 700px) {
    .project__name {
        min-height: 101px;
    }
}

@media only screen and (min-width: 65em) {
    .project__name {
        border-bottom: none;
    }
    .project__name--carousel {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out;
        padding: 15px;
        padding-top: 60px;
        padding-bottom: 15px;
        font-size: 3rem;
        position: relative;
    }
    .project__name--carousel::after {
        content: "";
        display: block;
        width: 5000000px;
        height: .25rem;
        position: absolute;
        left: 30px;
        bottom: 0;
        background-color: #76777a;
    }
    .project__name--carousel--active {
        -webkit-transform: none;
        transform: none;
    }

    .project__name-text {
        font-size: 2rem;
    }
}

.project__name-btn {
    display: block;
    padding: .5rem;
    color: #fff;
    text-decoration: none;
    background-color: #ea7728;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    appearance: none;
    border: none;
   
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.project__name-btn:hover { 
    text-decoration: underline;
}

.project__link {
    display: none;
}

@media only screen and (min-width: 65em) {
    .project__link {
        position: absolute;
        bottom: 6.1875rem;
        right: 12rem;
        display: block;
        background-color: #ee7623;
        color: #fff;
        font-size: 16px;
        padding: .7rem;
        text-decoration: none;
        cursor: pointer;
        pointer-events: none;
        /*visibility: hidden;*/
        opacity: 0;
        border: solid 3px #ee7623;
        background-color: #fff;
        color: #ee7623;
        border-radius: 10px;
        transition: border-color .2s ease-out;
        transition: background-color .2s ease-out;
        transition: color .2s ease-out;
        font-family: "Nunito", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
}



.project__link--active {
    /*visibility: visible;*/
    pointer-events: all;
    opacity: 1;
    transition: opacity .5s  ease-out;
}

.project__link:hover {
    border-color: #fff;
    background-color: #ee7623;
    color: #fff;
}
.info-icon {
    width: 100%;
    height: auto;
    fill: #fff;
}

@media only screen and (min-width: 65em) {
    .project--carousel {
        padding: 0;
        margin: 0;
    }
    .project--carousel .project__name-btn {
        display: none;
    }
}

.services-list {
    color: #231f20;
    font-family: "Nunito", sans-serif;
    position: relative;
    max-width: 1200px;
    margin: 0 30px;
    padding: 2rem 0;
    
}

@media only screen and (min-width: 1260px) {
    .services-list {
        margin: 0 auto;
    }
}

.services-list__title {
    background-color: rgba(118, 119, 122, 0.25);
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.services-list__title::before {
    content: "";
    display: block;
    background-color: black;
    width: 0.6rem;
    height: .1rem;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
}

.services-list__title::after {
    content: "";
    display: block;
    background-color: black;
    width: 0.6rem;
    height: .1rem;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    border-radius: 2px;
}

.services-list__title--active {
    margin-bottom: 0;
}

.services-list__title--active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.services-list__desc {
    display: none;
    -webkit-overflow-scrolling: touch;
}

.services-list__desc--show {
    display: block;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 10px;
}

.services-list__desc-container {
    overflow: auto;
    max-height: 500px;
    padding: 5px 20px 5px;
}

.services-grid {
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}

@media only screen and (min-width: 450px) {
    .services-grid {
        padding: 0 30px;
    }
}

.services-grid__service {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    background-color: blue;
    color: white;
    text-align: center;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    
    margin-bottom: 10px;
}

@media only screen and (min-width: 500px) {
    .services-grid__service {
        margin-left: 10px;
    }
}

.services-grid__service::before {
    content: "";
    padding-bottom: 100%;
    height: 0;
    width: 100%;
}

@media only screen and (min-width: 620px) {
    .services-grid__service::before {
        padding-bottom: 75%;
    }
}

.services-grid__service::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.services-grid__service-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.services-grid__service-content {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-grid__service-content--gallery {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
}

.services-grid__service-title {
    font-size: 2rem;
    width: 100%;
    padding: 0 1rem;
    line-height: 1;
}

@media only screen and (min-width: 500px) {
    .services-grid__service-title {
        /*white-space: nowrap;*/
        font-size: 2rem;
        width: 100%;
        padding: 0 1rem;
        /*max-height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }
}

.services-grid__service-cta {
    background-color: #fff;
    color: #ee7623;
    border: #505153;
    padding: .7rem;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    position: relative;
    margin-top: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    /* float: left; */
    display: inline-block;
    position: relative;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
}

.services-grid__service-cta--second {
    margin-top: 1rem;
    
}

.services-grid__service-cta--second:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 620px) {
    .services-grid__service-cta {
        margin-top: 2rem;
    }

    .services-grid__service-cta--second {
        margin-top: 1rem;
    }
}

.services-grid__service-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #ee7623;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.services-grid__service-slide--active {
    -webkit-transform: none;
    transform: none;
}

.services-grid__service-slide-btn {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 2rem;
    font-family: "Nunito", sans-serif;
    background-color: transparent;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.services-grid__service-slide-title {
    font-size: 2rem;
    padding-bottom: .5rem;
    position: relative;
    margin-bottom: 1rem;
}

.services-grid__service-slide-title::before {
    content: "";
    display: block;
    width: 2000px;
    height: .25rem;
    background-color: #76777a;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.services-grid__service-slide-content {
    height: 100%;
    width: 100%;
    padding: 1rem 1rem 2rem;
    padding-right: 50px;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.services-grid__service-desc {
    padding: 0 1rem;
}

@media only screen and (min-width: 500px) {
    .services-grid__service-desc {
        padding: 0 2rem;
    }
}

@media only screen and (min-width: 750px) {
    .services-grid__service-slide-content {
        text-align: center;
        padding: 3rem;
    }
}

.list {
    color: #231f20;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
    margin-left: 30px;
    font-family: "Nunito", sans-serif;
    color: #231f20;
    font-size: 1rem;
}

@media only screen and (min-width: 1260px) {
    .list {
        margin-left: auto;
    }
}

.list__item {
    color: #231f20;
    padding: 8px 0;
}

.location-list {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    list-style: none;
}

.location-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 0;
    flex-flow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
}

.location-list__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 200px;
    height: 200px;
}

.location-list__title {
    color: #231f20;
    font-family: "Nunito", sans-serif;
    padding-top: 10px;
    text-align: center;
}

.location-list__content {
    color: #231f20;
    font-family: "Nunito", sans-serif;
}

.client-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 30px;
}

.client-list__state {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    width: 33.33%;
    padding-bottom: 1rem;
}

.client-list__list {
    list-style: none;
}

.indicators {
    display: none;
}

@media only screen and (min-width: 65em) {
    .indicators {
        display: block;
        position: absolute;
        bottom: 3rem;
        left: 0;
    }
    .community-involvement{
        bottom: -4em;
    }
    .indicators__item {
        height: 20px;
        width: 20px;
        background: #76777a;
        border-radius: 50px;
        margin-right: 6px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        text-indent: -1000000px;
        overflow: hidden;
        cursor: pointer;
        display: block;
        float: left;
    }
    .indicators__item:last-child {
        margin-right: 0;
    }
    .indicators__item--active {
        background-color: #ee7623;
    }
}

.horizontal-carousel {
    background: #76777a;
    font-family: "Nunito", sans-serif;
    color: white;
    position: relative;
}

@media only screen and (min-width: 65em) {
    .horizontal-carousel {
        padding: 30px 0;
    }
}

.horizontal-carousel--alt {
    background-color: white;
}

.horizontal-carousel__heading {
    font-size: 2.1rem;
    text-align: center;
    position: relative;
    padding: 30px 0;
    line-height: 1.2;
}

.horizontal-carousel__heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: .25rem;
    width: 5000000px;
    background-color: #ee7623;
}

@media only screen and (min-width: 65em) {
    .horizontal-carousel__heading {
        font-size: 3.15rem;
    }
}

.horizontal-carousel__container {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    -webkit-transition: height .4s ease-out;
    transition: height .4s ease-out;
}

.horizontal-carousel__container--full-width {
    width: 100%;
    max-width: 100%;
}

.horizontal-carousel__list {
    width: 100%;
    list-style: none;
    position: relative;
}

.horizontal-carousel__list--alt {
    margin-bottom: 4rem;
}

.horizontal-carousel__list-item {
    display: none;
    text-align: center;
    width: 100%;
    padding: 50px 50px;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.horizontal-carousel__list-item--active {
    position: relative;
    display: block;
    overflow: initial;
}

.horizontal-carousel__list-item--right {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    z-index: -50;
}

.horizontal-carousel__list-item--left {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    z-index: -50;
}

@media only screen and (min-width: 65em) {
    .horizontal-carousel__list-item {
        -webkit-transition: none;
        transition: none;
    }
}

.horizontal-carousel__list-item--alt {
    -webkit-transition: all .5s .1s linear;
    transition: all .5s .1s linear;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    text-align: left;
}

.testimonial-indicators {
    display: none;
}

@media only screen and (min-width: 65em) {
    .testimonial-indicators {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .testimonial-indicators__item {
        height: 20px;
        width: 20px;
        background: white;
        border-radius: 50px;
        margin-right: 6px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        text-indent: -1000000px;
        overflow: hidden;
        cursor: pointer;
        display: block;
        float: left;
    }
    .testimonial-indicators__item:last-child {
        margin-right: 0;
    }
    .testimonial-indicators__item--active {
        background-color: #ee7623;
    }
}

.testimonial-controls {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 20;
}

@media only screen and (min-width: 65em) {
    .testimonial-controls {
        display: none;
    }
}

.testimonial-controls--persistent {
    display: block;
}

@media only screen and (min-width: 65em) {
    .testimonial-controls--persistent {
        display: block;
    }
}

.testimonial-controls--alt {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 100px;
}

.testimonial-controls__btn {
    width: 50%;
    max-width: 50px;
    height: 100%;
    border: none;
    display: block;
    position: absolute;
    background-color: transparent;
    text-indent: -100000000px;
    outline: none;
}

.testimonial-controls__btn--previous::after,
.testimonial-controls__btn--next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: solid 3px white;
    border-left: solid 3px white;
}

.testimonial-controls__btn--previous {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0.3) 100%);
}

.testimonial-controls__btn--previous::after {
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.testimonial-controls__btn--next {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0.3) 100%);
}

.testimonial-controls__btn--next::after {
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.testimonial-controls__btn--alt {
    width: 150px;
    height: 100px;
    background-image: none;
    border: solid #76777a 2px;
}

.inline-carousel {
    font-size: 0;
    white-space: nowrap;
    width: 100%;
    display: block;
    height: 100%;
    margin-top: 2rem;
    display: block;
    list-style-type: none;
}

.inline-carousel__slide {
    display: inline-block;
    font-size: 1rem;
    height: 0;
    width: 120%;
    white-space: normal;
    vertical-align: top;
    padding-right: 20%;
    overflow: hidden;
    margin-left: 0;
    -webkit-transition: margin .5s ease-out;
    transition: margin .5s ease-out;
}

.inline-carousel__slide--active {
    height: auto;
  }

.inline-carousel-controls {
    max-width: 1200px;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    padding-left: 20px;
    z-index: 10;
}

@media only screen and (min-width: 50em) {
    .inline-carousel-controls {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        right: 0;
        margin-top: 0;
        position: relative;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.inline-carousel-controls__btn {
    position: relative;
    bottom: 0;
    right: 0;
    min-width: 70px;
    height: 50px;
    display: block;
    background-color: #ee7623;
    color: #ee7623;
    border: solid 3px #ee7623;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.inline-carousel-controls__btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inline-carousel-controls__btn-icon-color {
    stroke: #ffffff;
}

.inline-carousel-controls__btn--prev {
    margin-right: 20px;
}

.inline-carousel-controls__btn--prev::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.inline-carousel-controls__btn--prev .inline-carousel-controls__btn-icon {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}

.inline-carousel-controls__btn--inactive {
    background-color: #fff;
    border: solid 3px #ee7623;
    color: #ee7623;
    cursor: default;
}

.inline-carousel-controls__btn--inactive .inline-carousel-controls__btn-icon-color {
    stroke: #ee7623;
}

@media only screen and (min-width: 50em) {
    .inline-carousel-controls__btn--next {
        margin-right: 0;
    }
}

.offset-figure {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
}

@media only screen and (min-width: 50em) {
    .offset-figure {
        padding-top: 12rem;
    }
}

.offset-figure__figure {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
}

@media only screen and (min-width: 50em) {
    .offset-figure__figure {
        width: 60%;
        padding-top: 10rem;
        position: absolute;
    }
}

.offset-figure__figure::before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 66.67%;
}

.offset-figure__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}

.offset-figure__caption {
    position: relative;
    background-color: #ee7623;
    width: 100%;
    z-index: 10;
    padding: 2rem 2rem 6rem;
    min-height: 20rem;
}

@media only screen and (min-width: 50em) {
    .offset-figure__caption {
        padding: 5rem 2rem;
        width: 60%;
        margin-right: 40%;
    }
}

.offset-figure__heading {
    font-size: 1.70625rem;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
}

@media only screen and (min-width: 57em) {
    .offset-figure__heading {
        font-size: 2.3625rem;
    }
}

.offset-figure__heading::before {
    content: "";
    display: block;
    width: 200%;
    right: 50%;
    bottom: 0;
    position: absolute;
    background-color: #76777a;
    height: .25rem;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (min-width: 57em) {
    .offset-figure__heading::before {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(40%, #76777a), to(#76777a));
        background-image: linear-gradient(to right, white 0, #76777a 40%, #76777a 100%);
        -webkit-transform: none;
        transform: none;
        right: 0;
    }
}

.offset-figure__desc {
    padding-top: 1rem;
    width: 100%;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.offset-figure__cta {
    background-color: #fff;
    color: #ee7623;
    border: #505153;
    padding: .7rem;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    position: relative;
    margin-top: 2rem;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    /* float: left; */
    padding-right: 2rem;
    display: inline-block;
    position: relative;
    border-radius: 10px;
}

a.offset-figure__cta {
    text-decoration: none;
}

.offset-figure__cta:hover .offset-figure__cta-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.offset-figure__cta-icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 100%;
    max-width: 1rem;
    max-height: 1rem;
    margin-left: .5rem;
    fill: #ee7623;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -.55rem;
}

.offset-figure__cta-icon-color {
    stroke: #ee7623;
}

.offset-figure--dark .offset-figure__caption {
    background-color: #76777a;
}

.offset-figure--dark .offset-figure__heading::before {
    background-color: #ee7623;
}

@media only screen and (min-width: 57em) {
    .offset-figure--dark .offset-figure__heading::before {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(40%, #ee7623), to(#ee7623));
        background-image: linear-gradient(to right, white 0, #ee7623 40%, #ee7623 100%);
    }
}

.map {
    max-width: 75rem;
    margin: 0 auto;
    padding: 24px;
}

.map__desc {
    text-align: center;
    margin-bottom: 100px;
}

.map__map {
    width: 100%;
}

.map__map-svg {
    width: 100%;
    height: auto;
}

.map__image {
    width: 100%;
}

.photo-gallery {
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}

@media only screen and (min-width: 450px) {
    .photo-gallery {
        padding: 0 30px;
    }
}

.photo-gallery__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;

    color: white;
    text-align: center;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 500px) {
    .photo-gallery__item {
        margin-left: 10px;
    }
}

/*.photo-gallery__item::before {
    content: "";
    padding-bottom: 100%;
    height: 0;
    width: 100%;
}*/

/*@media only screen and (min-width: 500px) {
    .photo-gallery__item::before {
        padding-bottom: 75%;
    }
}*/

/*.photo-gallery__item::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}*/

.photo-gallery__figure {
    height: 100%;
    width: 100%;
}

.photo-gallery__image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.photo-gallery__image-source {
    width: auto;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.photo-gallery__figure-caption {
    color: black;
    background-color: #e9e9e9;
    font-weight: 700;
    padding: .5rem;
    min-height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}