@import url(https://use.typekit.net/tdg7ppe.css);

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

@media (min-width:1100px) {
    .text-right {
        text-align: right
    }
}

.text-center {
    text-align: center
}

.text--reversed {
    color: #fff
}

.flex-grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%
}

.flex-grid [class*=fg-] {
    flex-grow: 0;
    flex-shrink: 0
}

.flex-grid [class*=fg-] img {
    max-width: 100%
}

.flex-grid .fg-1 {
    flex-basis: calc(8.33333% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-1 {
        flex-basis: calc(8.33333% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-1 {
        flex-basis: calc(8.33333% - 15px) !important
    }
}

.flex-grid .fg-2 {
    flex-basis: calc(16.66667% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-2 {
        flex-basis: calc(16.66667% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-2 {
        flex-basis: calc(16.66667% - 15px) !important
    }
}

.flex-grid .fg-3 {
    flex-basis: calc(25% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-3 {
        flex-basis: calc(25% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-3 {
        flex-basis: calc(25% - 15px) !important
    }
}

.flex-grid .fg-4 {
    flex-basis: calc(33.33333% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-4 {
        flex-basis: calc(33.33333% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-4 {
        flex-basis: calc(33.33333% - 15px) !important
    }
}

.flex-grid .fg-5 {
    flex-basis: calc(41.66667% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-5 {
        flex-basis: calc(41.66667% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-5 {
        flex-basis: calc(41.66667% - 15px) !important
    }
}

.flex-grid .fg-6 {
    flex-basis: calc(50% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-6 {
        flex-basis: calc(50% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-6 {
        flex-basis: calc(50% - 15px) !important
    }
}

.flex-grid .fg-7 {
    flex-basis: calc(58.33333% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-7 {
        flex-basis: calc(58.33333% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-7 {
        flex-basis: calc(58.33333% - 15px) !important
    }
}

.flex-grid .fg-8 {
    flex-basis: calc(66.66667% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-8 {
        flex-basis: calc(66.66667% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-8 {
        flex-basis: calc(66.66667% - 15px) !important
    }
}

.flex-grid .fg-9 {
    flex-basis: calc(75% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-9 {
        flex-basis: calc(75% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-9 {
        flex-basis: calc(75% - 15px) !important
    }
}

.flex-grid .fg-10 {
    flex-basis: calc(83.33333% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-10 {
        flex-basis: calc(83.33333% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-10 {
        flex-basis: calc(83.33333% - 15px) !important
    }
}

.flex-grid .fg-11 {
    flex-basis: calc(91.66667% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-11 {
        flex-basis: calc(91.66667% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-11 {
        flex-basis: calc(91.66667% - 15px) !important
    }
}

.flex-grid .fg-12 {
    flex-basis: calc(100% - 15px)
}

@media (min-width:720px) {
    .flex-grid .fg-med-12 {
        flex-basis: calc(100% - 15px)
    }
}

@media (min-width:1100px) {
    .flex-grid .fg-large-12 {
        flex-basis: calc(100% - 15px) !important
    }
}

.flex-grid .fg-small-1 {
    flex-basis: calc(16.66667% - 15px)
}

.flex-grid .fg-small-2 {
    flex-basis: calc(33.33333% - 15px)
}

.flex-grid .fg-small-3 {
    flex-basis: calc(50% - 15px)
}

.flex-grid .fg-small-4 {
    flex-basis: calc(66.66667% - 15px)
}

.flex-grid .fg-small-5 {
    flex-basis: calc(83.33333% - 15px)
}

.flex-grid .fg-small-6 {
    flex-basis: calc(100% - 15px)
}

.align-end {
    align-items: flex-end
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px
}

@media (min-width:720px) {
    .grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1100px) {
    .grid {
        grid-template-columns: repeat(16, 1fr)
    }
}

@media (min-width:1100px) {
    .grid-1 {
        grid-column: span 1
    }
}

@media (min-width:1100px) {
    .grid-2 {
        grid-column: span 2
    }
}

@media (min-width:1100px) {
    .grid-3 {
        grid-column: span 3
    }
}

@media (min-width:1100px) {
    .grid-4 {
        grid-column: span 4
    }
}

@media (min-width:1100px) {
    .grid-5 {
        grid-column: span 5
    }
}

@media (min-width:1100px) {
    .grid-6 {
        grid-column: span 6
    }
}

@media (min-width:1100px) {
    .grid-7 {
        grid-column: span 7
    }
}

@media (min-width:1100px) {
    .grid-8 {
        grid-column: span 8
    }
}

@media (min-width:1100px) {
    .grid-9 {
        grid-column: span 9
    }
}

@media (min-width:1100px) {
    .grid-10 {
        grid-column: span 10
    }
}

@media (min-width:1100px) {
    .grid-11 {
        grid-column: span 11
    }
}

@media (min-width:1100px) {
    .grid-12 {
        grid-column: span 12
    }
}

@media (min-width:1100px) {
    .grid-13 {
        grid-column: span 13
    }
}

@media (min-width:1100px) {
    .grid-14 {
        grid-column: span 14
    }
}

@media (min-width:1100px) {
    .grid-15 {
        grid-column: span 15
    }
}

@media (min-width:1100px) {
    .grid-16 {
        grid-column: span 16
    }
}

.mt-none {
    margin-top: 0 !important
}

.mb-none {
    margin-bottom: 0 !important
}

.ml-none {
    margin-left: 0 !important
}

.mr-none {
    margin-right: 0 !important
}

.mt-small {
    margin-top: 5px !important
}

.mb-small {
    margin-bottom: 5px !important
}

.ml-small {
    margin-left: 5px !important
}

.mr-small {
    margin-right: 5px !important
}

.mt-smallmed {
    margin-top: 10px !important
}

.mb-smallmed {
    margin-bottom: 10px !important
}

.ml-smallmed {
    margin-left: 10px !important
}

.mr-smallmed {
    margin-right: 10px !important
}

.mt-medium {
    margin-top: 15px !important
}

.mb-medium {
    margin-bottom: 15px !important
}

.ml-medium {
    margin-left: 15px !important
}

.mr-medium {
    margin-right: 15px !important
}

.mt-medlarge {
    margin-top: 20px !important
}

.mb-medlarge {
    margin-bottom: 20px !important
}

.ml-medlarge {
    margin-left: 20px !important
}

.mr-medlarge {
    margin-right: 20px !important
}

.mt-large {
    margin-top: 25px !important
}

.mb-large {
    margin-bottom: 25px !important
}

.ml-large {
    margin-left: 25px !important
}

.mr-large {
    margin-right: 25px !important
}

.mt-larger {
    margin-top: 30px !important
}

.mb-larger {
    margin-bottom: 30px !important
}

.ml-larger {
    margin-left: 30px !important
}

.mr-larger {
    margin-right: 30px !important
}

.mt-xlarge {
    margin-top: 50px !important
}

.mb-xlarge {
    margin-bottom: 50px !important
}

.ml-xlarge {
    margin-left: 50px !important
}

.mr-xlarge {
    margin-right: 50px !important
}

.no-margin {
    margin: 0 !important
}

.pt-none {
    padding-top: 0
}

.pb-none {
    padding-bottom: 0
}

.pl-none {
    padding-left: 0 !important
}

.pr-none {
    padding-right: 0 !important
}

.pt-small {
    padding-top: 5px
}

.pb-small {
    padding-bottom: 5px
}

.pl-small {
    padding-left: 5px !important
}

.pr-small {
    padding-right: 5px !important
}

.pt-medium {
    padding-top: 15px
}

.pb-medium {
    padding-bottom: 15px
}

.pl-medium {
    padding-left: 15px !important
}

.pr-medium {
    padding-right: 15px !important
}

.pt-large {
    padding-top: 25px
}

.pb-large {
    padding-bottom: 25px
}

.pl-large {
    padding-left: 25px !important
}

.pr-large {
    padding-right: 25px !important
}

.pt-xlarge {
    padding-top: 50px
}

.pb-xlarge {
    padding-bottom: 50px
}

.pl-xlarge {
    padding-left: 50px !important
}

.pr-xlarge {
    padding-right: 50px !important
}

.hide-small {
    display: none
}

@media (min-width:720px) {
    .hide-small {
        display: block
    }
}

.flex-grid.no-flex--small {
    display: block !important
}

@media (min-width:720px) {
    .flex-grid.no-flex--small {
        display: flex !important
    }
}

.flex-grid.no-flex--tablet {
    display: block !important
}

@media (min-width:1100px) {
    .flex-grid.no-flex--tablet {
        display: flex !important
    }
}

.flex {
    display: flex
}

.align-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.img-of {
    width: 100%
}

.img-of img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 12px;
    display: inline-block;
    font-size: 1em;
    border-radius: 7px
}

.btn--primary {
    color: #31b744;
    border: 2px solid #31b744
}

.btn--primary.btn--solid,
.btn--primary:hover {
    background: #31b744;
    color: #fff
}

.btn--primary.btn--solid:hover {
    background-color: #258933;
    border-color: #258933;
    cursor: pointer
}

.btn--small {
    font-size: .8706em
}

.btn-group {
    display: flex;
    align-items: center
}

.btn-group .btn+.btn {
    margin-left: 1em
}

.article-wrapper {
    max-width: 1300px;
    margin: 3em auto
}

.article-wrapper .article-title {
    font-family: abolition, sans-serif;
    font-size: 3.031433133em;
    text-transform: uppercase;
    letter-spacing: .75px;
    margin-bottom: 25px;
    color: #f68a19
}

.article-wrapper .article-section {
    color: #333332
}

.article-wrapper .article-section .article-section--title {
    font-family: nunito-sans, sans-serif;
    font-size: 1.7511em;
    margin-bottom: 15px
}

.article-wrapper .article-section+.article-section {
    margin-top: 2em
}

header {
    position: relative;
    z-index: 1
}

header .header-top {
    background: #333332
}

header .header-top .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    position: relative;
    z-index: 1
}

header .header-top .logo img {
    width: 300px !important;
    position: relative;
    bottom: -45px
}

header .header-top .nav-trigger {
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer
}

header .header-top .nav-trigger svg {
    fill: #fff;
    height: 33px
}

@media (min-width:1100px) {
    header .header-top .nav-trigger {
        display: none
    }
}

header .header-top .secondary-nav {
    display: none
}

@media (min-width:1100px) {
    header .header-top .secondary-nav {
        display: block
    }
}

header .header-top .secondary-nav ul:first-of-type {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row
}

header .header-top .secondary-nav ul:first-of-type li+li {
    margin-left: 25px
}

header .header-top .secondary-nav ul:first-of-type a {
    color: #fff;
    font-size: .8706em
}

header .header-top .secondary-nav .btn-group {
    justify-content: flex-end;
    margin-top: 15px
}

header .header-top .secondary-nav .btn-group .btn.btn--primary {
    font-size: .7579em
}

header .header-bottom {
    background: #fff;
    box-shadow: 0 3px 8px hsla(0, 0%, 67.1%, .2);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 50%;
    transition: .25s cubic-bezier(.17, .59, .14, 1);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-width: 275px;
    z-index: 3;
    -webkit-perspective: 1000;
    perspective: 1000
}

header .header-bottom.open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:1100px) {
    header .header-bottom {
        position: unset;
        width: unset;
        height: unset;
        top: unset;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        max-width: unset
    }
}

header .header-bottom .section-wrapper {
    position: relative
}

header .header-bottom .section-wrapper .mobile-close {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer
}

@media (min-width:1100px) {
    header .header-bottom .section-wrapper .mobile-close {
        display: none
    }
}

header .header-bottom .section-wrapper .mobile-close svg {
    fill: #666;
    width: 30px
}

header .header-bottom nav {
    padding: 15px 25px
}

header .header-bottom nav ul {
    margin-top: 25px
}

@media (min-width:1100px) {
    header .header-bottom nav ul {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row
    }
}

header .header-bottom nav ul li a {
    color: #333332;
    font-size: 1.1487em;
    text-decoration: none;
    background-image: linear-gradient(transparent calc(100% - 2px), #30b743 2px);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .3s
}

header .header-bottom nav ul li a:hover {
    background-size: 100% 100%;
    color: #31b744
}

header .header-bottom nav ul .mobile-only:first-of-type {
    border-top: 1px solid #32843d;
    padding-top: 20px;
    margin-top: 20px
}

@media (min-width:1100px) {
    header .header-bottom nav ul .mobile-only {
        display: none
    }
}

header .header-bottom nav ul li+li {
    margin-top: 15px
}

@media (min-width:1100px) {
    header .header-bottom nav ul li+li {
        margin-top: 0;
        margin-left: 35px
    }
}

* {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: nunito-sans, sans-serif
}

img {
    max-width: 100%
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

section {
    padding: 75px 20px
}

h2.callout-box--title,
h2.section-title {
    font-family: abolition, sans-serif;
    font-size: 2.6390158215em;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    text-align: center
}

h3.section-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8706em;
    color: #333332;
    text-align: center;
    margin: 15px auto 2em;
    font-weight: 600;
    max-width: 600px
}

.section-desc p {
    margin-top: 1.5rem;
}

.section-desc {
    font-size: .8706em;
    max-width: 700px;
    text-align: left;
    margin: 0 auto
}

.section-desc+.section-desc {
    margin-top: 15px
}

.callout-box--title+.section-desc,
.section-title+.section-desc {
    margin-top: 20px
}

.section-desc+.services-grid {
    margin-top: 2.6390158215em
}

.article-wrapper {
    padding: 25px
}

@media (min-width:1200pxpx) {
    .article-wrapper {
        padding: 0
    }
}

.article-wrapper .article-section h2.article-section--title {
    font-family: abolition, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 2em
}

.article-wrapper .article-section p {
    font-family: nunito-sans, sans-serif;
    font-weight: 300;
    line-height: 1.45;
    font-size: 1em
}

.article-wrapper .article-section p a {
    color: #31b744;
    background-image: linear-gradient(transparent calc(100% - 2px), #30b743 2px);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .3s
}

.article-wrapper .article-section p a:hover {
    background-size: 100% 100%;
    color: #31b744
}

.article-wrapper .article-section p+p,
.article-wrapper .article-section p+ul {
    margin-top: 18px
}

.article-wrapper .article-section ul {
    list-style: disc
}

.article-wrapper .article-section ul li {
    font-family: nunito-sans, sans-serif;
    font-weight: 300;
    line-height: 1.45;
    font-size: 1em
}

.article-wrapper .article-section ul li+li {
    margin-top: 18px
}

.article-wrapper .img-wrapper {
    padding: 25px 0;
    margin: 25px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 100px;
    grid-template-areas: "img""caption"
}

@media (min-width:750px) {
    .article-wrapper .img-wrapper {
        grid-gap: 35px;
        grid-template-columns: 1fr 150px;
        grid-template-rows: 1fr;
        grid-template-areas: "img caption"
    }
}

.article-wrapper .img-wrapper .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 50vh
}

.article-wrapper .img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    margin-right: 35px
}

.article-wrapper .img-wrapper .img-caption {
    flex-basis: 150px;
    color: #666;
    font-family: abolition, sans-serif;
    border-top: 3px solid #efefef;
    padding-top: 20px;
    margin-top: 20px
}

@media (min-width:750px) {
    .article-wrapper .img-wrapper .img-caption {
        margin-top: 0
    }
}

.services-grid {
    width: 100%;
    max-width: 1200px;
    margin: 1.1487em auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 40px
}

.section {
    padding: 50px 25px
}

@media (min-width:1100px) {
    .section {
        padding: 100px 50px
    }
}

.section-wrapper {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto
}

.section--hero {
	background: none !important;
    background-size: cover;
    background-position: 50% 50%;
    padding: 150px 0
}

.callout-box {
    background: rgba(246, 138, 25, .9);
    padding: 40px;
    width: 95%;
    max-width: 500px
}

.callout-box--title {
    color: #fff;
    text-align: left !important;
    margin-bottom: .5em !important
}

.callout-box p {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 1.1487em
}

.callout-box .btn--callout {
    text-transform: uppercase;
    font-size: .7579em;
    letter-spacing: 1.5px;
    color: #fff;
    display: inline-block;
    border: 2px solid #31b744;
    padding: 5px 20px;
    border-radius: 7px;
    font-weight: 700
}

.full-image-content-block {
    background-image: none !important;
    background-repeat: none;
    background-size: cover;
    background-position: 50% 50%;
    padding: 150px 0
}

.full-image-content-block .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.full-image-content-block_right .section-wrapper {
    justify-content: flex-end
}

.section--safety {
    background-image: url(/wp-content/themes/3s/images/home-2.jpg)
}

.section--give-back {
    background-image: url(/wp-content/themes/3s/images/home-3.jpg)
}

.section--map {
    padding-top: 35px
}

@media (min-width:720px) {
    .section--map {
        padding-top: 0;
        padding-bottom: 0
    }
}

.section--map .section-wrapper {
    position: relative;
    background: url(/wp-content/themes/3s/images/Map.png) no-repeat;
    background-size: 100%;
    background-position: 50% 100%
}

.section--map .map-wrapper {
    padding-bottom: 33%
}

.section--map .map-heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 30px
}

@media (min-width:1400px) {
    .section--map .map-heading {
        top: 80px;
        left: 130px
    }
}

.section--map .map-heading .icon {
    margin-right: 20px
}

.section--map .map-heading .icon svg {
    width: 45px;
    fill: #31b744
}

.section--map .map-heading .text {
    color: #333332
}

.section--map .map-heading .text h3 {
    font-family: abolition, sans-serif;
    color: #333332;
    text-transform: uppercase;
    font-size: 2.6390158215em;
    letter-spacing: .5px
}

.section--map .map-heading .text h4 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: .8706em
}

.section--map .btn {
    font-size: 1.1487em;
    letter-spacing: 3px;
    font-weight: 600
}

@media (min-width:720px) {
    .section--map .btn {
        position: absolute;
        right: 10%;
        bottom: 10%
    }
}

@media (min-width:1550px) {
    .section--map .btn {
        bottom: 75px;
        right: 100px
    }
}

@media (min-width:1400px) {
    .section--map_services .map-heading {
        top: 3%
    }
}

.section--map_services .map-heading .text h4 {
    text-transform: none;
    max-width: 550px;
    margin-top: 10px
}

.info-cards--wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 25px
}

@media (min-width:1100px) {
    .info-cards--wrapper {
        grid-template-columns: 1fr 1fr
    }
}

.section--services-breakdown {
    background: #f2f2f2
}

.section--services-breakdown .service-options-wrapper {
    margin: 45px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 20px
}

.section--services-breakdown .service-options-wrapper .service-option {
    display: grid;
    grid-template-rows: 1fr 55px
}

@media (min-width:1200px) {
    .section--services-breakdown .service-options-wrapper .service-option {
        display: block
    }
}

.section--services-breakdown .service-options-wrapper .service-option--image {
    width: 100%;
    height: 100%;
    max-height: 250px;
    overflow: hidden
}

.section--services-breakdown .service-options-wrapper .service-option--image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.section--services-breakdown .service-options-wrapper .service-option--title {
    color: #333332;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: bolder;
    margin-top: 12px
}

.news-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 3em auto
}

.categories-wrapper {
    margin-bottom: 50px
}

.categories-wrapper .categories {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.categories-wrapper .categories li {
    text-transform: uppercase;
    border: 1px solid #31b744;
    border-radius: 8px;
    font-size: .8706em;
    color: #31b744;
    padding: 8px 12px
}

.categories-wrapper .categories li:hover {
    cursor: pointer;
    background-color: #31b744;
    color: #fff
}

.categories-wrapper .categories li+li {
    margin-left: 25px
}

.news-stories-grid {
    grid-column-gap: 25px
}

.news-stories-grid .accordion-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-areas: "sidebar content"
}

.news-stories-grid .news-topics {
    grid-area: sidebar
}

.news-stories-grid .news-list {
    grid-area: content
}

.story-card {
	display: grid;
    grid-template-columns: .33fr 1fr;
    grid-gap: 25px;
    grid-template-areas: "image info";
    background: #efefef;
    padding: 30px;
}

.story-card--image {
    grid-area: image;
    width: 100%;
    height: 100%;
    background: url(https://source.unsplash.com/random/400x500) no-repeat;
    overflow: hidden;
    min-height: 175px;
    background-size: cover;
    background-position: 50% 50%
}

.story-card--info {
    grid-area: info
}

.story-card--info h3 {
    font-family: abolition, sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: .5px;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #333332
}

.story-card--info_excerpt {
    font-size: 1em;
    color: #333332;
    line-height: 1.45;
    font-weight: 300
}

.story-card+.story-card {
    margin-top: 30px
}

.section--contact-info {
    background: #f68a19
}

.section--contact-info .section-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "map map""address address";
    grid-gap: 35px
}

@media (min-width:720px) {
    .section--contact-info .section-wrapper {
        grid-template-areas: "map address"
    }
}

.section--contact-info .gmap-wrapper {
    grid-area: map;
    min-height: 250px;
    width: 100%
}

.section--contact-info .gmap-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 250px
}

.section--contact-info .address-wrapper {
    background: #fff;
    padding: 35px;
    align-content: center;
    height: 100%
}

.section--contact-info .address-wrapper .map-pin svg {
    fill: #31b744;
    width: 35px
}

.section--contact-info .address-wrapper address {
    font-style: normal
}

.section--contact-info .address-wrapper address strong {
    text-transform: uppercase;
    color: #f68a19;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px
}

.section--contact-info .address-wrapper address span {
    font-style: normal;
    display: block
}

.section--contact-info .address-wrapper address span em {
    font-style: normal
}

.section--contact-info .address-wrapper address span a {
    color: #333332;
    font-style: normal
}

.section--contact-info .address-wrapper address span a:hover {
    color: #f68a19
}

.section--contact-info .address-wrapper address span a:hover em {
    text-decoration: underline
}

.section--contact-info .address-wrapper address span a em {
    font-style: normal
}

.section--contact-info .address-wrapper address span.phone {
    margin-top: 10px
}

.section--contact-form .section--title {
    font-family: abolition, sans-serif;
    text-transform: uppercase;
    font-size: 2.6390158215em;
    letter-spacing: .75px;
    margin-bottom: 10px
}

.section--contact-form p {
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: .8706em
}

.contact-form {
    margin-top: 45px
}

.contact-form .field-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px
}

.contact-form .field-group .form-field label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333332;
    margin-bottom: 8px;
    transition: .15s ease-in;
    -webkit-transform: translate(12px, -28px);
    transform: translate(12px, -28px)
}

.contact-form .field-group .form-field label.filled {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
    color: #31b744
}

.contact-form .field-group .form-field input {
    font-size: 17px;
    width: 100%;
    padding: 8px 10px
}

.contact-form .field-group .form-field input:focus {
    outline-color: #31b744
}

.contact-form .field-group .form-field input:focus+label {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
    color: #31b744
}

.contact-form .field-group .form-field textarea {
    font-size: 17px;
    width: 100%;
    padding: 10px
}

.contact-form .field-group .form-field textarea:focus {
    outline-color: #31b744
}

.contact-form .field-group .form-field textarea:focus+label {
    -webkit-transform: translateY(-151px);
    transform: translateY(-151px);
    color: #31b744
}

.contact-form .field-group .form-field.message {
    grid-column: 1/-1
}

.contact-form .field-group .form-field.message label {
    -webkit-transform: translate(12px, -115px);
    transform: translate(12px, -115px)
}

.contact-form .field-group .form-field.message label.filled {
    -webkit-transform: translateY(-151px);
    transform: translateY(-151px);
    color: #31b744
}

.contact-form .field-group+.field-group {
    margin-top: 25px
}

footer {
    background: #333332;
    padding: 25px;
    font-size: 14px
}

footer .footer-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

@media (min-width:720px) {
    footer .footer-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

footer .footer-logo {
    text-align: center;
    margin-bottom: 20px
}

footer .footer-logo img {
    max-width: 170px
}

footer .footer-nav .footer-social {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:720px) {
    footer .footer-nav .footer-social {
        justify-content: flex-end
    }
}

footer .footer-nav .footer-social li a {
    color: #31b744;
    text-transform: uppercase
}

footer .footer-nav .footer-social li a svg {
    fill: #31b744;
    width: 20px
}

footer .footer-nav .footer-social li a svg#Logo_FIXED {
    width: 30px
}

footer .footer-nav .footer-social li+li {
    margin-left: 8px
}

footer .footer-nav nav {
    margin-bottom: 20px
}

footer .footer-nav nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width:720px) {
    footer .footer-nav nav ul {
        justify-content: flex-end
    }
}

footer .footer-nav nav ul li {
    margin: 0 8px
}

footer .footer-nav nav ul li a {
    color: #fff
}

footer .footer-nav p {
    color: #dedede;
    text-align: center;
    font-size: .8706em;
    line-height: 1.2
}

@media (min-width:720px) {
    footer .footer-nav p {
        text-align: right
    }
}

footer .footer-nav p a {
    color: #dedede
}