*,
.form-elements *,
.mfp-arrow,
.profile-carousel .carousel-wrapper,
.slick-slider,
:after,
:before {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-size: 16px;
    color: #3a3a3a;
    background: #ebebeb
}

a:link,
a:visited {
    color: #3a3a3a;
    text-decoration: none;
    transition: color .5s ease-out
}

a:hover {
    color: #69be28
}

::-ms-clear {
    display: none
}

.collage::after,
.content-block__alternating .content-block__inner::after,
.content-block__contacts form::after,
.content-block__event-feature .content-block__inner::after,
.content-section__global-search--cta .content-block__global-search::after,
.content-section__half-width-ctas::after,
.content-wrapper .main-content::after,
.content-wrapper .main-content__split-inner::after,
.content-wrapper.has-social::after,
.content-wrapper>div.advanced-search::after,
.content-wrapper>div.content-section__tools::after,
.content-wrapper>div.nopad::after,
.content-wrapper>div::after,
.content-wrapper>main>div::after,
.drop-down__main-nav::after,
.event-detail .content-wrapper::after,
.footer-nav-social::after,
.footer-nav-utility::after,
.footer-nav::after,
.header .header__utility::after,
.listing-block__inner::after,
.main-nav__list-item::after,
.media-case-study-detail .content-wrapper::after,
.pattern .pattern-code::after,
.pattern .pattern-controls::after,
.pattern .pattern-example::after,
.pattern .pattern-usage::after,
.predictive-search::after,
.profile-block .inner-content::after,
.profile-carousel .carousel-wrapper::after {
    content: ' ';
    display: block;
    clear: both
}

.advanced-search-form:after,
.content-wrapper .main-content.full-body:after,
.content-wrapper>div:after,
.content-wrapper__inner:after {
    content: " ";
    clear: both
}

.footer-nav-social__list-item li a span,
.main-nav__show-menu {
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

.advanced-search-form__text-field,
.content-block__alternating .content-block__date,
.content-block__alternating .tags {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-style: italic
}

.outer-wrapper {
    background: url(/images/site/layouts/outer-wrapper/bg.jpg) top center no-repeat #f7f7f7;
    clear: both
}

.outer-wrapper--alt {
    background: #fff
}

.outer-wrapper--alt .content-wrapper {
    padding: 20px 10px 10px
}

.content-section {
    clear: both;
    margin-bottom: 50px;
}

.content-wrapper {
    padding: 20px 0
}

.content-wrapper>div {
    max-width: 1004px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}

.content-wrapper>div:after {
    display: block
}

.content-wrapper.has-social,
.content-wrapper>div.advanced-search,
.content-wrapper>div.content-section__tools,
.content-wrapper>div.nopad,
.content-wrapper>main>div,
.event-detail .content-wrapper,
.media-case-study-detail .content-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}

.content-wrapper.has-social:after,
.content-wrapper>div.advanced-search:after,
.content-wrapper>div.content-section__tools:after,
.content-wrapper>div.nopad:after,
.content-wrapper>main>div:after,
.event-detail .content-wrapper:after,
.media-case-study-detail .content-wrapper:after {
    content: " ";
    display: block;
    clear: both
}

.content-wrapper__inner {
    padding: 20px 0;
    position: relative!important;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.content-wrapper__inner:after {
    display: block
}

.content-wrapper .main-content {
    width: 100%
}

.content-wrapper .main-content.full-body {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 40px
}

.content-wrapper .main-content.full-body:after {
    display: block
}

.content-wrapper .main-content__split {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
    overflow: hidden
}

.content-wrapper .main-content__split-inner {
    position: relative
}

.content-wrapper .main-content__split-inner .content__sidebar {
    width: 23.40426%;
    float: left
}

.content-wrapper .main-content__split-inner .content__sidebar--shorter,
.content-wrapper .main-content__split-inner .content__sidebar--social {
    width: 14.89362%;
    float: left
}

.content-wrapper .main-content__split-inner .content__main {
    width: 74.46809%;
    float: right;
    margin-right: 0;
    overflow: hidden
}

.content-wrapper .main-content__split-inner .content__main--shorter,
.content-wrapper .main-content__split-inner .content__main--social {
    width: 82.97872%;
    float: right;
    margin-right: 0
}

.content-wrapper .sidebar {
    width: 23.40426%;
    float: right;
    margin-right: 0
}

@media(max-width:960px) {
    .content-wrapper {
        padding: 20px
    }
    .content-wrapper .main-content.full-body {
        padding-top: 0;
        padding-bottom: 20px
    }
    .content-wrapper .main-content__split-inner .content__main {
        width: 100%;
        float: none
    }
    .content-wrapper .main-content__split-inner .content__sidebar {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
}

@media(max-width:768px) {
    .content-wrapper__inner {
        padding: 0
    }
    .content-wrapper--mobile {
        padding: 20px 0
    }
    .content-wrapper .main-content__split {
        width: 100%;
        float: none;
        margin: 0 0 20px
    }
    .content-wrapper .main-content__split-inner .content__main,
    .content-wrapper .main-content__split-inner .content__sidebar {
        width: 100%;
        float: none
    }
    .content-wrapper .sidebar {
        width: 100%;
        float: none;
        margin: 0
    }
}

.mobile-tablet-only {
    display: none
}

@media(max-width:960px) {
    .mobile-tablet-only {
        display: block
    }
}

.desktop-only {
    display: none
}

@media(min-width:961px) {
    .desktop-only {
        display: block
    }
}

.module {
    padding: 20px;
    margin-bottom: 20px
}

.module .heading__text,
.module:last-of-type {
    margin-bottom: 0
}

.module .heading {
    padding-top: 0
}

.module .heading__link {
    margin-top: 20px;
    display: block
}

.module--outline {
    border: 1px solid #ccc
}

@media(max-width:960px) {
    .module--with-image {
        text-align: center
    }
    .module--with-image img {
        width: auto;
        height: auto;
        max-width: 100%
    }
    .module:last-of-type {
        margin-bottom: 20px
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

*,
:after,
:before {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-variant-ligatures: no-common-ligatures
}

.header1 {
    font-size: 50px;
    color: #3a3a3a;
    font-weight: 500
}

.header2,
.profile-carousel .heading__text h2 {
    font-weight: 700;
    font-size: 38px;
    color: #3a3a3a
}

.content-block__contacts .content-block__title h3,
.content-block__cta .content-block__title h3,
.content-block__event-feature .content-block__title h3,
.content-block__event-feature-double .content-block__title h3,
.header3,
.header4 {
    font-size: 26px;
    color: #3a3a3a;
    font-weight: 500
}

.header4 {
    text-transform: uppercase
}

.account-links-wrapper .btn:first-of-type {
    margin: 0 7px 10px 0
}

@media(max-width:768px) {
    .account-links-wrapper {
        text-align: center
    }
    .account-links-wrapper .btn {
        width: 48%
    }
}

.advanced-search .logout_btn {
    padding-right: 20px
}

.advanced-search-form {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.advanced-search-form:after {
    display: block
}

.advanced-search-form__search-bar {
    position: relative;
    margin-bottom: 20px;
    height: 30px
}

.advanced-search-form__text-field {
    border: 0;
    width: 100%;
    display: inline-block;
    height: 30px;
    background: #ebebeb;
    padding: 5px 25px 5px 10px;
    box-sizing: border-box
}

.advanced-search-form__search {
    width: 13px;
    height: 13px;
    fill: #3a3a3a;
    position: absolute;
    top: 8px;
    right: 5px
}

.advanced-search-form__search:hover {
    cursor: pointer
}

.advanced-search-form__title {
    display: inline-block;
    margin-right: 10px
}

.advanced-search-form .filter-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0
}

.advanced-search-form .form-items {
    display: inline-block;
    margin-right: 20px
}

.advanced-search-form input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1
}

.advanced-search-form input[type=checkbox]:checked+label .box {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIwNzFBRUZERDZGMTFFNEExMkE5NkIxQ0QyRTIwMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIwNzFBRjBERDZGMTFFNEExMkE5NkIxQ0QyRTIwMTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjA3MUFFRERENkYxMUU0QTEyQTk2QjFDRDJFMjAxMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjA3MUFFRURENkYxMUU0QTEyQTk2QjFDRDJFMjAxMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnKiaKwAAACKSURBVHjaYiw5FMFABBAA4nwgbgRxWIjUsB+IDYBYAYgTmUjQAAIJQOwA0wQSDCCgAQQSgfgAE1QQJLkeahI+DQtgfloPVQQC86HseFwaQABkUyAQf0BS0I+moRBZA0zTBSB2RNMIAyDFE9AFYQGBTeMCqLMYcGlC14hTA7bIBWk0BOIH+CIPIMAAdNkdjAXTj+QAAAAASUVORK5CYII=) 50% 50% no-repeat
}

.advanced-search-form label {
    line-height: 20px
}

.advanced-search-form label:hover {
    cursor: pointer
}

.advanced-search-form .box {
    border: 1px solid #ccc;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top
}

@media(max-width:768px) {
    .advanced-search-form .form-items,
    .advanced-search-form__title {
        display: block;
        margin-bottom: 10px;
        margin-right: 0
    }
    .advanced-search-form .filter-group {
        display: block
    }
}

.ui-autocomplete {
    list-style: none;
    width: 369px
}

.ui-autocomplete li {
    background: #fff;
    border-bottom: 1px solid #ccc;
    clear: both;
    font-size: 14px;
    height: 38px
}

.ui-autocomplete li span {
    padding: 12px 0;
    display: inline-block;
    vertical-align: bottom
}

.ui-autocomplete li span strong {
    font-weight: 500
}

.ui-autocomplete li span.search-position {
    float: right;
    margin-right: 15px;
    color: #b4b4b4
}

.ui-autocomplete li a:link,
.ui-autocomplete li a:visited {
    color: #006a4d;
    text-decoration: none;
    transition: color .5s ease-out
}

.ui-autocomplete li a:hover {
    color: #69be28
}

.ui-autocomplete .icon-search {
    width: 13px;
    height: 13px;
    fill: #fff
}

.ui-autocomplete .search-image {
    background: #006a4d;
    display: inline-block;
    margin-right: 10px;
    height: 37px;
    vertical-align: bottom;
    width: 45px
}

.ui-autocomplete .search-image .icon-search {
    display: block;
    width: 23px;
    margin: 7px auto;
    height: 23px;
    fill: #fff
}

.ui-autocomplete .search-submit {
    background: #ebebeb;
    display: block;
    height: 37px
}

.ui-autocomplete .search-submit .search-image {
    background: 0 0
}

.ui-helper-hidden-accessible {
    display: none
}

.content-section__alternating {
    margin-bottom: 50px
}

@media(max-width:768px) {
    .content-section__alternating {
        margin-bottom: 30px
    }
}

.content-block__alternating .content-block__inner {
    clear: both
}

.content-block__alternating img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.content-block__alternating .content-block__content {
    overflow: auto;
    padding: 20px;
    width: 50%;
    float: left
}

.content-block__alternating .content-block__content--bg {
    min-height: 214px;
    background-size: cover;
    background-repeat: no-repeat
}

.content-block__alternating .content-block__main-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3
}

.content-block__alternating .content-block__description {
    line-height: 1.42857;
    font-weight: 400;
    padding-top: 20px
}

.content-block__alternating .content-block__date {
    font-size: 14px;
    padding-top: 10px
}

.content-block__alternating .tags {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px
}

.content-block__alternating .content-block__ctas {
    padding-top: 30px
}

.content-block__alternating .content-block__image {
    width: 50%;
    float: left
}

.content-block__alternating .content-block__image a {
    display: block;
    line-height: 0
}

.content-block__alternating .content-block__post-description {
    display: none
}

.content-block__alternating.content-block--alt .content-block__image,
.content-block__alternating:nth-of-type(odd) .content-block__image {
    width: 50%;
    float: right;
    margin-right: 0
}

.content-block__alternating--blue .content-block__image::after,
.content-block__alternating--blue.content-block--alt .content-block__image::before,
.content-block__alternating--blue:nth-of-type(odd) .content-block__image::before,
.content-block__alternating--dark .content-block__image::after,
.content-block__alternating--dark.content-block--alt .content-block__image::before,
.content-block__alternating--dark:nth-of-type(odd) .content-block__image::before,
.content-block__alternating--light .content-block__image::after,
.content-block__alternating--light.content-block--alt .content-block__image::before,
.content-block__alternating--light:nth-of-type(odd) .content-block__image::before,
.content-block__alternating--neutral .content-block__image::after {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    top: 10%;
    content: ''
}

.content-block__alternating.content-block--alt .content-block__image a,
.content-block__alternating:nth-of-type(odd) .content-block__image a {
    display: block
}

.content-block__alternating--dark {
    background: #006a4d
}

.content-block__alternating--dark.content-block--alt.content-block__content--outer-bg,
.content-block__alternating--dark:nth-of-type(odd).content-block__content--outer-bg {
    background-position: left bottom
}

.content-block__alternating--dark.content-block__content--outer-bg {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain
}

.content-block__alternating--dark .content-block__main-title {
    color: #fff;
    line-height: 1.3
}

.content-block__alternating--dark .content-block__date,
.content-block__alternating--dark .content-block__description,
.content-block__alternating--dark .tags {
    color: #fff
}

.content-block__alternating--dark .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

.content-block__alternating--dark .content-block__image::after {
    border-right: 35px solid #006a4d;
    position: absolute;
    right: 0
}

.content-block__alternating--dark.content-block--alt .content-block__image,
.content-block__alternating--dark:nth-of-type(odd) .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

.content-block__alternating--dark.content-block--alt .content-block__image::after,
.content-block__alternating--dark:nth-of-type(odd) .content-block__image::after {
    display: none
}

.content-block__alternating--dark.content-block--alt .content-block__image::before,
.content-block__alternating--dark:nth-of-type(odd) .content-block__image::before {
    border-left: 35px solid #006a4d;
    position: absolute;
    left: 0
}

.content-block__alternating--blue {
    background: #00b2dd
}

.content-block__alternating--blue.content-block--alt.content-block__content--outer-bg,
.content-block__alternating--blue:nth-of-type(odd).content-block__content--outer-bg {
    background-position: left bottom
}

.content-block__alternating--blue.content-block__content--outer-bg {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain
}

.content-block__alternating--blue .content-block__main-title {
    color: #fff;
    line-height: 1.3
}

.content-block__alternating--blue .content-block__date,
.content-block__alternating--blue .content-block__description,
.content-block__alternating--blue .tags {
    color: #fff
}

.content-block__alternating--blue .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

.content-block__alternating--blue .content-block__image::after {
    border-right: 35px solid #00b2dd;
    position: absolute;
    right: 0
}

.content-block__alternating--blue.content-block--alt .content-block__image,
.content-block__alternating--blue:nth-of-type(odd) .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

.content-block__alternating--blue.content-block--alt .content-block__image::after,
.content-block__alternating--blue:nth-of-type(odd) .content-block__image::after {
    display: none
}

.content-block__alternating--blue.content-block--alt .content-block__image::before,
.content-block__alternating--blue:nth-of-type(odd) .content-block__image::before {
    border-left: 35px solid #00b2dd;
    position: absolute;
    left: 0
}

.content-block__alternating--neutral.content-block--alt.content-block__content--outer-bg,
.content-block__alternating--neutral:nth-of-type(odd).content-block__content--outer-bg {
    background-position: left bottom
}

.content-block__alternating--neutral.content-block__content--outer-bg {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain
}

.content-block__alternating--neutral .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

.content-block__alternating--neutral .content-block__image::after {
    border-right: 35px solid #f5f3ed;
    position: absolute;
    right: 0
}

.content-block__alternating--neutral.content-block--alt .content-block__image,
.content-block__alternating--neutral:nth-of-type(odd) .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

.content-block__alternating--neutral.content-block--alt .content-block__image::after,
.content-block__alternating--neutral:nth-of-type(odd) .content-block__image::after {
    display: none
}

.content-block__alternating--neutral.content-block--alt .content-block__image::before,
.content-block__alternating--neutral:nth-of-type(odd) .content-block__image::before {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 35px solid #f5f3ed;
    position: absolute;
    top: 10%;
    content: '';
    left: 0
}

.content-block__alternating--light .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

.content-block__alternating--light .content-block__image::after {
    border-right: 35px solid #f7f7f7;
    position: absolute;
    right: 0
}

.content-block__alternating--light.content-block--alt .content-block__image,
.content-block__alternating--light:nth-of-type(odd) .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

.content-block__alternating--light.content-block--alt .content-block__image::after,
.content-block__alternating--light:nth-of-type(odd) .content-block__image::after {
    display: none
}

.content-block__alternating--light.content-block--alt .content-block__image::before,
.content-block__alternating--light:nth-of-type(odd) .content-block__image::before {
    border-left: 35px solid #f7f7f7;
    position: absolute;
    left: 0
}

@media(max-width:768px) {
    .content-block__alternating .content-block__content,
    .content-block__alternating img {
        width: 100%
    }
    .content-block__alternating .content-block__content--bg {
        min-height: inherit;
        background-position: bottom right;
        background-size: contain
    }
    .content-block__alternating .content-block__image,
    .content-block__alternating.content-block--alt .content-block__image,
    .content-block__alternating:nth-of-type(odd) .content-block__image {
        float: none;
        display: block;
        clear: both;
        width: 100%
    }
    .content-block__alternating--dark .content-block__image::after {
        bottom: 0;
        top: inherit;
        border-top: 0;
        border-right: 30px inset transparent;
        border-bottom: 35px solid #006a4d;
        border-left: 30px inset transparent;
        left: 10%
    }
    .content-block__alternating--dark.content-block--alt .content-block__image::before,
    .content-block__alternating--dark:nth-of-type(odd) .content-block__image::before {
        top: inherit;
        bottom: 0;
        border-top: 0;
        border-right: 30px inset transparent;
        border-bottom: 35px solid #006a4d;
        border-left: 30px inset transparent;
        left: 10%
    }
    .content-block__alternating--blue .content-block__image::after,
    .content-block__alternating--blue.content-block--alt .content-block__image::before,
    .content-block__alternating--blue:nth-of-type(odd) .content-block__image::before {
        border-bottom: 35px solid #00b2dd;
        border-left: 30px inset transparent;
        left: 10%;
        top: inherit;
        bottom: 0;
        border-top: 0;
        border-right: 30px inset transparent
    }
    .content-block__alternating--neutral .content-block__image::after {
        bottom: 0;
        top: inherit;
        border-top: 0;
        border-right: 30px inset transparent;
        border-bottom: 35px solid #f5f3ed;
        border-left: 30px inset transparent;
        left: 10%
    }
    .content-block__alternating--neutral.content-block--alt .content-block__image::before,
    .content-block__alternating--neutral:nth-of-type(odd) .content-block__image::before {
        top: inherit;
        bottom: 0;
        border-top: 0;
        border-right: 30px inset transparent;
        border-bottom: 35px solid #f5f3ed;
        border-left: 30px inset transparent;
        left: 10%
    }
    .content-block__alternating--light .content-block__image::after,
    .content-block__alternating--light.content-block--alt .content-block__image::before,
    .content-block__alternating--light:nth-of-type(odd) .content-block__image::before {
        top: inherit;
        bottom: 0;
        border-top: 0;
        border-right: 30px inset transparent;
        border-bottom: 35px solid #f7f7f7;
        border-left: 30px inset transparent;
        left: 10%
    }
}

.content-block__body-block .content-block__image {
    position: relative
}

.content-block__body-block .content-block__cta-block {
    margin-bottom: 40px
}

.breadcrumb {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.btn:link,
.btn:visited,
.content-block__cta-mini--alt .btn:link,
.content-block__cta-mini--alt .btn:visited,
.submit {
    line-height: 1.78571;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    transition: all .5s ease-out;
    text-transform: uppercase
}

.breadcrumb:after {
    content: " ";
    display: block;
    clear: both
}

.breadcrumb--last {
    font-weight: 500;
    color: #69be28;
    background: 0 0
}

@media(max-width:768px) {
    .breadcrumb {
        display: none
    }
}

.btn-video,
.submit {
    display: inline-block
}

.breadcrumb__list-item {
    float: left;
    margin-right: 10px;
    list-style-type: none
}

.breadcrumb__list-item .icon-line-arrow-right {
    margin: 0 0 0 10px;
    height: 11px;
    width: 7px
}

.btn:link,
.btn:visited,
.content-block__cta-mini--alt .btn:link,
.content-block__cta-mini--alt .btn:visited {
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block
}

.btn:focus,
.btn:hover,
.content-block__cta-mini--alt .btn:focus,
.content-block__cta-mini--alt .btn:hover {
    background: #69be28;
    color: #fff
}

.btn .icon,
.content-block__cta-mini--alt .btn .icon {
    fill: #fff;
    height: 15px;
    margin: -4px 0 0 6px;
    vertical-align: middle;
    width: 15px
}

.btn--alt:link,
.btn--alt:visited,
.content-block__alternating--blue .btn:link,
.content-block__alternating--blue .btn:visited,
.content-block__alternating--dark .btn:link,
.content-block__alternating--dark .btn:visited,
.content-block__collage .btn:link,
.content-block__collage .btn:visited,
.content-block__contact-content .btn:link,
.content-block__contact-content .btn:visited,
.content-block__cta-mini:not(.content-block__cta-mini--alt) .btn:link,
.content-block__cta-mini:not(.content-block__cta-mini--alt) .btn:visited,
.content-block__event-content-feature--color .btn:link,
.content-block__event-content-feature--color .btn:visited,
.content-block__event-feature-double .btn:link,
.content-block__event-feature-double .btn:visited,
.content-block__half-width-cta .btn:link,
.content-block__half-width-cta .btn:visited,
.content-block__looking .btn:link,
.content-block__looking .btn:visited,
.content-block__marquee .btn:link,
.content-block__marquee .btn:visited,
.content-block__review-cta .btn:link,
.content-block__review-cta .btn:visited,
.content-block__specialty-service-block .btn:link,
.content-block__specialty-service-block .btn:visited,
.content-block__static-collage .content-block__ctas .btn:link,
.content-block__static-collage .content-block__ctas .btn:visited,
.cookie-module .btn:link,
.cookie-module .btn:visited,
.inline-cta .btn:link,
.inline-cta .btn:visited,
.tab-slider__list-item .btn:link,
.tab-slider__list-item .btn:visited {
    color: #006a4d;
    background: #fff
}

.btn--alt:link .icon,
.btn--alt:visited .icon,
.content-block__alternating--blue .btn:link .icon,
.content-block__alternating--blue .btn:visited .icon,
.content-block__alternating--dark .btn:link .icon,
.content-block__alternating--dark .btn:visited .icon,
.content-block__collage .btn:link .icon,
.content-block__collage .btn:visited .icon,
.content-block__contact-content .btn:link .icon,
.content-block__contact-content .btn:visited .icon,
.content-block__cta-mini:not(.content-block__cta-mini--alt) .btn:link .icon,
.content-block__cta-mini:not(.content-block__cta-mini--alt) .btn:visited .icon,
.content-block__event-content-feature--color .btn:link .icon,
.content-block__event-content-feature--color .btn:visited .icon,
.content-block__event-feature-double .btn:link .icon,
.content-block__event-feature-double .btn:visited .icon,
.content-block__half-width-cta .btn:link .icon,
.content-block__half-width-cta .btn:visited .icon,
.content-block__looking .btn:link .icon,
.content-block__looking .btn:visited .icon,
.content-block__marquee .btn:link .icon,
.content-block__marquee .btn:visited .icon,
.content-block__review-cta .btn:link .icon,
.content-block__review-cta .btn:visited .icon,
.content-block__specialty-service-block .btn:link .icon,
.content-block__specialty-service-block .btn:visited .icon,
.content-block__static-collage .content-block__ctas .btn:link .icon,
.content-block__static-collage .content-block__ctas .btn:visited .icon,
.cookie-module .btn:link .icon,
.cookie-module .btn:visited .icon,
.inline-cta .btn:link .icon,
.inline-cta .btn:visited .icon,
.tab-slider__list-item .btn:link .icon,
.tab-slider__list-item .btn:visited .icon {
    fill: #006a4d;
    height: 15px;
    margin: -4px 0 0 6px;
    vertical-align: middle;
    width: 15px
}

.btn--alt:focus,
.btn--alt:hover,
.content-block__alternating--blue .btn:focus,
.content-block__alternating--blue .btn:hover,
.content-block__alternating--dark .btn:focus,
.content-block__alternating--dark .btn:hover,
.content-block__collage .btn:focus,
.content-block__collage .btn:hover,
.content-block__contact-content .btn:focus,
.content-block__contact-content .btn:hover,
.content-block__cta-mini:not(.content-block__cta-mini--alt) .btn:focus,
.content-block__cta-mini:not(.content-block__cta-mini--alt) .btn:hover,
.content-block__event-content-feature--color .btn:focus,
.content-block__event-content-feature--color .btn:hover,
.content-block__event-feature-double .btn:focus,
.content-block__event-feature-double .btn:hover,
.content-block__half-width-cta .btn:focus,
.content-block__half-width-cta .btn:hover,
.content-block__looking .btn:focus,
.content-block__looking .btn:hover,
.content-block__marquee .btn:focus,
.content-block__marquee .btn:hover,
.content-block__review-cta .btn:focus,
.content-block__review-cta .btn:hover,
.content-block__specialty-service-block .btn:focus,
.content-block__specialty-service-block .btn:hover,
.content-block__static-collage .content-block__ctas .btn:focus,
.content-block__static-collage .content-block__ctas .btn:hover,
.cookie-module .btn:focus,
.cookie-module .btn:hover,
.inline-cta .btn:focus,
.inline-cta .btn:hover,
.tab-slider__list-item .btn:focus,
.tab-slider__list-item .btn:hover {
    background: #69be28;
    color: #fff
}

.btn--alt:focus .icon,
.btn--alt:hover .icon,
.content-block__alternating--blue .btn:focus .icon,
.content-block__alternating--blue .btn:hover .icon,
.content-block__alternating--dark .btn:focus .icon,
.content-block__alternating--dark .btn:hover .icon,
.content-block__collage .btn:focus .icon,
.content-block__collage .btn:hover .icon,
.content-block__contact-content .btn:focus .icon,
.content-block__contact-content .btn:hover .icon,
.content-block__cta-mini:not(.content-block__cta-mini--alt) .btn:focus .icon,
.content-block__cta-mini:not(.content-block__cta-mini--alt) .btn:hover .icon,
.content-block__event-content-feature--color .btn:focus .icon,
.content-block__event-content-feature--color .btn:hover .icon,
.content-block__event-feature-double .btn:focus .icon,
.content-block__event-feature-double .btn:hover .icon,
.content-block__half-width-cta .btn:focus .icon,
.content-block__half-width-cta .btn:hover .icon,
.content-block__looking .btn:focus .icon,
.content-block__looking .btn:hover .icon,
.content-block__marquee .btn:focus .icon,
.content-block__marquee .btn:hover .icon,
.content-block__review-cta .btn:focus .icon,
.content-block__review-cta .btn:hover .icon,
.content-block__specialty-service-block .btn:focus .icon,
.content-block__specialty-service-block .btn:hover .icon,
.content-block__static-collage .content-block__ctas .btn:focus .icon,
.content-block__static-collage .content-block__ctas .btn:hover .icon,
.cookie-module .btn:focus .icon,
.cookie-module .btn:hover .icon,
.inline-cta .btn:focus .icon,
.inline-cta .btn:hover .icon,
.tab-slider__list-item .btn:focus .icon,
.tab-slider__list-item .btn:hover .icon {
    fill: #fff;
    height: 15px;
    margin: -4px 0 0 6px;
    vertical-align: middle;
    width: 15px
}

.btn--blue:link,
.btn--blue:visited {
    color: #00b2dd;
    background: #fff
}

.btn--blue:link .icon,
.btn--blue:visited .icon {
    fill: #00b2dd;
    height: 15px;
    margin: -4px 0 0 6px;
    vertical-align: middle;
    width: 15px
}

.btn--blue:focus,
.btn--blue:hover {
    background: #014edd;
    color: #fff
}

.btn--blue:focus .icon,
.btn--blue:hover .icon {
    fill: #fff;
    height: 15px;
    margin: -4px 0 0 6px;
    vertical-align: middle;
    width: 15px
}

.submit {
    color: #fff;
    background: #006a4d;
    letter-spacing: .1em;
    border: 0;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0
}

.content-block__contacts .text-field,
.content-block__event .content-block__date,
.content-block__event .tags,
.content-block__event-feature-double .content-block__date {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-style: italic
}

.submit:focus,
.submit:hover {
    background: #69be28;
    color: #fff;
    cursor: pointer
}

.btn-video .icon {
    width: 100px;
    height: 100px;
    fill: #fff;
    transition: all .5s ease-out
}

.btn-video .icon:focus,
.btn-video .icon:hover {
    fill: #69be28
}

.content-section__collage .content-section__blocks {
    background: #006a4d
}

@media(max-width:768px) {
    .content-section__collage {
        background: 0 0
    }
}

.content-block__collage {
    overflow: hidden;
    position: relative;
    width: 100%
}

.content-block__collage::before {
    content: '';
    display: block;
    padding-top: 66.666%;
    position: relative;
    width: 100%
}

.content-block__collage .content-block__inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.content-block__collage h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.23077
}

.content-block__collage .content-block__description {
    line-height: 1.42857;
    font-weight: 400;
    padding-top: 10px
}

.content-block__collage .content-block__ctas {
    padding-top: 30px
}

.content-block__collage .content-block__image {
    position: relative;
    width: 100%;
    z-index: 1;
    height: auto
}

.content-block__collage .content-block__image a:not(.play-btn-wrapper) {
    display: block;
    position: relative;
    width: 100%
}

.content-block__collage .content-block__image a {
    z-index: 1
}

.content-block__collage .content-block__image img {
    border: 0;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.content-block__collage--b .content-block__image,
.content-block__collage--e .content-block__image {
    display: none
}

.content-block__collage .content-block__image::after {
    border-right: 30px inset transparent;
    border-bottom: 35px solid #006a4d;
    border-left: 30px inset transparent;
    bottom: 0;
    content: ' ';
    left: 20px;
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0
}

.content-block__collage .content-block__content {
    background-color: #006a4d;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    overflow: auto;
    padding: 20px 20px 0
}

.content-block__collage .content-block__content--bg {
    min-height: 288px;
    background-size: cover
}

.content-block__collage--a {
    width: 100%
}

.content-block__collage--a::before {
    padding-top: 50%
}

.content-block__collage--a .content-block__image {
    height: 100%;
    position: absolute;
    right: 0;
    width: 66.666%
}

.content-block__collage--a .content-block__image::after {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 35px solid #006a4d;
    left: 0;
    content: ' ';
    top: 20px;
    position: absolute;
    z-index: 2
}

.content-block__collage--a .content-block__content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 33.333%
}

.content-block__collage--b,
.content-block__collage--c {
    width: 66.666%
}

.content-block__collage--b::before {
    padding-top: 40%
}

.content-block__collage--b .content-block__content {
    height: 100%
}

.content-block__collage--d,
.content-block__collage--e {
    width: 33.333%
}

.content-block__collage--c::before {
    padding-top: 120%
}

.content-block__collage--c .content-block__image {
    height: 62.5%
}

.content-block__collage--c .content-block__content,
.content-block__collage--d .content-block__image {
    height: 37.5%
}

.content-block__collage--d::before {
    padding-top: 200%
}

.content-block__collage--d .content-block__content {
    height: 62.5%
}

.content-block__collage--e::before {
    padding-top: 120%
}

.content-block__collage--e .content-block__content {
    height: 100%
}

@media(max-width:768px) {
    .content-block__collage--a::before,
    .content-block__collage--b::before,
    .content-block__collage--c::before,
    .content-block__collage--d::before,
    .content-block__collage--e::before {
        display: none
    }
    .content-block__collage {
        margin-bottom: 20px
    }
    .content-block__collage .content-block__inner {
        position: relative
    }
    .content-block__collage .content-block__content {
        padding: 20px
    }
    .content-block__collage .content-block__content--bg {
        min-height: inherit
    }
    .content-block__collage--a .content-block__image {
        height: auto;
        width: 100%;
        right: inherit;
        position: relative
    }
    .content-block__collage--a .content-block__image::after {
        border-right: 30px inset transparent;
        border-bottom: 35px solid #006a4d;
        border-left: 30px inset transparent;
        bottom: 0;
        left: 20px;
        top: inherit
    }
    .content-block__collage--a .content-block__content {
        height: auto;
        width: auto;
        left: inherit;
        position: relative;
        top: inherit
    }
    .content-block__collage--b,
    .content-block__collage--c,
    .content-block__collage--d,
    .content-block__collage--e {
        width: 100%
    }
    .content-block__collage--b .content-block__content,
    .content-block__collage--c .content-block__content,
    .content-block__collage--d .content-block__content,
    .content-block__collage--e .content-block__content {
        height: auto
    }
}

.content-block__contact-content {
    background: #006a4d;
    padding: 20px;
    clear: both;
    overflow: hidden
}

.content-block__contact-content .content-block__description {
    font-size: 26px;
    color: #fff;
    float: left;
    width: 55%;
    line-height: 1.23077;
    font-weight: 400
}

.content-block__contact-content .btn {
    float: right;
    margin: 20px 25px 0
}

@media(max-width:768px) {
    .content-block__contact-content {
        text-align: center
    }
    .content-block__contact-content .content-block__description {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
    .content-block__contact-content .btn {
        float: none;
        margin: 0
    }
}

.content-block__contacts {
    padding-top: 18px;
    text-align: center;
    margin-bottom: 65px
}

.content-block__contacts .content-block__inner-2 {
    border: 1px solid #3a3a3a;
    border-top: 0;
    padding: 52px 60px 40px;
    height: auto!important
}

.content-block__contacts .content-block__title {
    margin-bottom: -13px;
    overflow: hidden
}

.content-block__contacts .content-block__title span {
    display: inline-block;
    position: relative
}

.content-block__contacts .content-block__title span::after,
.content-block__contacts .content-block__title span::before {
    content: '';
    position: absolute;
    height: 1px;
    border-top: 1px solid #3a3a3a;
    top: 50%;
    width: 395px
}

.content-block__contacts .content-block__title span::before {
    right: 100%;
    margin-right: 30px
}

.content-block__contacts .content-block__title span::after {
    left: 100%;
    margin-left: 30px
}

.content-block__contacts .content-block__inner-title a {
    font-weight: 500
}

.content-block__contacts .content-block__inner-title a:link,
.content-block__contacts .content-block__inner-title a:visited {
    color: #006a4d
}

.content-block__contacts .content-block__inner-title a:focus,
.content-block__contacts .content-block__inner-title a:hover {
    color: #69be28
}

.content-block__contacts .content-block__description {
    margin-bottom: 28px;
    min-height: 75px;
    line-height: 1.57143;
    font-weight: 400
}

.content-block__contacts .filter-select {
    float: left;
    text-align: left;
    margin: 0 12px 0 0
}

.content-block__contacts .text-field {
    width: 220px;
    float: left;
    border: 0;
    font-size: 14px;
    background: #ebebeb;
    height: 31px;
    box-sizing: border-box;
    margin-right: 13px
}

.content-block__contacts .submit {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px
}

@media(max-width:960px) {
    .content-block__contacts .filter-select,
    .content-block__contacts .text-field {
        float: none;
        width: 100%;
        margin: 0 0 20px
    }
    .content-block__contacts .filter-select .expand {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }
    .cookie-module-wrapper {
        height: auto
    }
}

@media(max-width:768px) {
    .content-block__contacts .content-block__inner-2 {
        padding-right: 30px;
        padding-left: 30px
    }
}

.content-nav {
    margin-bottom: 30px;
    text-align: center
}

.content-nav__list {
    border-top: 1px solid #ccc;
    font-size: 0;
    padding-top: 30px
}

.content-nav__list__item {
    display: inline-block;
    font-size: 18px;
    padding: 0 15px
}

.content-nav__list__item a {
    color: #3a3a3a;
    font-weight: 400
}

.content-nav__list__item a:hover {
    color: #69be28
}

.content-nav__list__item a.active {
    color: #69be28;
    font-weight: 700
}

.content-nav__list__item+.content-nav__list__item {
    border-left: 1px solid #ccc
}

.content-nav__list__item:first-of-type {
    padding-left: 0
}

.content-nav__list__item:last-of-type {
    padding-right: 0
}

.cookie-module-wrapper {
    background: #006a4d;
    border-bottom: 1px solid #ccc;
    min-height: 74px;
    width: 100%
}

.cookie-module {
    color: #fff;
    margin: 0 auto;
    padding: 27px 0 22px;
    text-align: center;
    max-width: 1024px
}

.cookie-module:after {
    content: " ";
    display: block;
    clear: both
}

.cookie-module .module-text {
    display: inline-block;
    margin-bottom: 5px
}

.cookie-module a {
    margin-left: 3px
}

.cookie-module a:link,
.cookie-module a:visited {
    color: #fff;
    text-decoration: underline
}

.cookie-module .btn:link,
.cookie-module .btn:visited,
.main-nav__list-item a,
.mfp-close,
.modal-cta .btn:link,
.modal-cta .btn:visited,
.qtip-icon,
.qtip-icon .ui-icon {
    text-decoration: none
}

.cookie-module a:focus,
.cookie-module a:hover {
    color: #69be28
}

@media(max-width:960px) {
    .cookie-module {
        padding: 20px
    }
    .cookie-module .module-text {
        margin-bottom: 20px;
        display: block
    }
}

.country-selection {
    line-height: 1.5
}

.country-selection>div.expand {
    height: 36px
}

.country-selection>div.expand.language__link {
    top: 0px;
    height: 32px
}

.country-selection .value {
    display: inline-block;
    vertical-align: middle
}

.country-selection__link {
    width: 120px
}

.country-selection .icon-globe {
    display: none
}

.country-selection .icon-globe .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px
}

.country-selection .icon-globe--active {
    display: inline-block
}

@media(max-device-width:1024px) {
    .country-selection .icon-globe .icon {
        width: 27px;
        height: 27px
    }
}

@media(max-width:960px) {
    .country-selection .icon-globe .icon {
        width: 27px;
        height: 27px
    }
}

.content-block__cta {
    padding-top: 18px;
    text-align: center;
    overflow: hidden
}

.content-block__cta .content-block__inner-2 {
    border: 1px solid #3a3a3a;
    border-top: 0;
    padding: 52px 60px 40px
}

.content-block__cta .content-block__title {
    margin-bottom: -13px
}

.content-block__cta .content-block__title span {
    display: inline-block;
    position: relative
}

.content-block__cta .content-block__title span::after,
.content-block__cta .content-block__title span::before {
    content: '';
    position: absolute;
    height: 1px;
    border-top: 1px solid #3a3a3a;
    top: 50%;
    width: 445px
}

.content-block__cta .content-block__title span::before {
    right: 100%;
    margin-right: 30px
}

.content-block__cta .content-block__title span::after {
    left: 100%;
    margin-left: 30px
}

.content-block__cta .content-block__inner-image {
    line-height: 0;
    margin-bottom: 20px
}

.content-block__cta .content-block__inner-title a {
    font-weight: 500
}

.content-block__cta .content-block__inner-title a:link,
.content-block__cta .content-block__inner-title a:visited {
    color: #006a4d
}

.content-block__cta .content-block__inner-title a:focus,
.content-block__cta .content-block__inner-title a:hover {
    color: #69be28
}

.content-block__cta .content-block__description {
    margin-bottom: 28px;
    min-height: 75px;
    line-height: 1.57143;
    font-weight: 400
}

@media(max-width:768px) {
    .content-block__cta .content-block__inner-2 {
        padding-right: 30px;
        padding-left: 30px
    }
}

.content-block__cta-mini {
    background: #006a4d;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px
}

.content-block__cta-mini .content-block__main-title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px
}

.content-block__cta-mini.content-block__cta-mini--long .content-block__ctas {
    display: table;
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate
}

.content-block__cta-mini.content-block__cta-mini--long .content-block__ctas .btn {
    display: table-row;
    width: 100%;
    padding: 10px;
    box-sizing: content-box
}

.content-block__cta-mini .content-block__description {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3
}

.content-block__cta-mini--alt {
    background: 0 0
}

.content-block__cta-mini--alt .content-block__description,
.content-block__cta-mini--alt .content-block__main-title {
    color: #3a3a3a
}

.list-item__services {
    width: 14%
}

.list-item__properties {
    width: 17%
}

.list-item__research-reports {
    width: 29%
}

.list-item__people-offices {
    width: 25%
}

.list-item__about-cbre {
    width: 15%
}

@media(max-width:960px) {
    .list-item__about-cbre,
    .list-item__people-offices,
    .list-item__properties,
    .list-item__research-reports,
    .list-item__services {
        width: 100%
    }
}

.content-block__event {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    border: 1px solid #ccc;
    margin-bottom: 2.12766%;
    padding: 20px;
    transition: all .3s ease
}

.sidebar .content-block__event,
.sidebar .content-block__event:nth-of-type(4n) {
    float: none;
    width: 100%
}

.content-block__event .content-block__inner {
    height: 325px;
    overflow: hidden;
    position: relative
}

.content-block__event .tags {
    font-size: 12px;
    margin-bottom: 10px
}

.content-block__event .content-block__image {
    line-height: 0;
    margin-bottom: 20px;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease
}

.content-block__event .content-block__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative
}

.content-block__event .content-block__image .media-tag {
    background: #fff;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    line-height: 0
}

.content-block__event .content-block__image .icon {
    width: 20px;
    height: 20px;
    fill: #006a4d
}

.content-block__event .content-block__main-title {
    margin-bottom: 10px
}

.content-block__event .content-block__main-title a:link,
.content-block__event .content-block__main-title a:visited {
    color: #006a4d
}

.content-block__event .content-block__main-title a:focus,
.content-block__event .content-block__main-title a:hover {
    color: #69be28
}

.content-block__event .content-block__date {
    font-size: 14px;
    margin-bottom: 0
}

.content-block__event .content-block__description {
    font-size: 1em;
    height: 9.5em;
    line-height: 1.5em;
    opacity: 0;
    position: relative;
    transition: all .3s ease;
    padding: 10px 0;
    overflow: hidden
}

.content-block__event .content-block__description:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 10px;
    height: 3.5em
}

.content-block__event .content-block__post-description {
    display: none
}

.content-block__event .content-block__ctas {
    bottom: 0;
    position: absolute
}

.content-block__event:hover {
    background: #fff
}

.content-block__event:hover .content-block__image {
    max-height: 0
}

.content-block__event:hover .content-block__description,
.content-block__event:hover .content-block__description:after {
    opacity: 1
}

@media(min-width:961px) {
    .content-block__event:nth-of-type(4n) {
        width: 23.40426%;
        float: right;
        margin-right: 0
    }
}

@media(max-width:960px) {
    .content-block__event {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        background: #f7f7f7
    }
    .content-block__event:nth-of-type(4n) {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .content-block__event .content-block__inner {
        height: auto
    }
    .content-block__event .content-block__pre-description {
        padding-bottom: 20px
    }
    .content-block__event .content-block__description,
    .content-block__event .content-block__image {
        display: none
    }
    .content-block__event .content-block__ctas {
        bottom: auto;
        position: relative
    }
}

.content-block__event-content-feature {
    height: 250px;
    margin-bottom: 40px
}

.content-block__event-content-feature--color .content-block__inner {
    background-color: rgba(0, 106, 77, .65)
}

.content-block__event-content-feature .content-block__inner {
    height: 250px;
    position: relative;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #fff
}

.content-block__event-content-feature .content-block__content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-block__event-content-feature .content-block__wrapper {
    width: 500px;
    margin: 0 auto
}

.content-block__event-content-feature .content-block__main-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 15px
}

.content-block__event-content-feature .content-block__description {
    line-height: 1.1;
    font-weight: 500
}

.content-block__event-content-feature .content-block__ctas {
    padding-top: 30px
}

@media(max-width:768px) {
    .content-block__event-content-feature {
        height: auto;
        margin-bottom: 20px
    }
    .content-block__event-content-feature .content-block__inner {
        height: auto
    }
    .content-block__event-content-feature .content-block__content {
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .content-block__event-content-feature .content-block__wrapper {
        width: 100%;
        padding: 20px
    }
}

.content-block__event-feature-double {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    color: #fff;
    margin-bottom: 2.12766%;
    text-align: center;
    overflow: hidden
}

.content-block__event-feature-double .content-block__content--bg {
    background-size: cover
}

.content-block__event-feature-double .content-block__inner-2 {
    padding: 20px 60px 0
}

.content-block__event-feature-double .content-block__title {
    height: 67px
}

.content-block__event-feature-double .content-block__title h3 {
    color: #fff
}

.content-block__event-feature-double .content-block__title span {
    display: inline-block;
    position: relative;
    line-height: 1.3
}

.content-block__event-feature-double .content-block__pre-description {
    padding-bottom: 20px
}

.content-block__event-feature-double .content-block__inner-image {
    line-height: 0;
    margin-bottom: 20px
}

.content-block__event-feature-double .content-block__inner-title a {
    font-weight: 500
}

.content-block__event-feature-double .content-block__inner-title a:link,
.content-block__event-feature-double .content-block__inner-title a:visited {
    color: #006a4d
}

.content-block__event-feature-double .content-block__inner-title a:focus,
.content-block__event-feature-double .content-block__inner-title a:hover {
    color: #69be28
}

.content-block__event-feature-double .content-block__description {
    margin-bottom: 28px;
    height: 150px;
    line-height: 1.57143;
    font-weight: 400
}

.content-block__event-feature-double .content-block__date {
    font-size: 14px;
    padding-top: 20px
}

.content-block__event-feature-double .content-block__post-description {
    display: none
}

@media(min-width:961px) {
    .content-block__event-feature-double:last-of-type {
        width: 48.93617%;
        float: right;
        margin-right: 0
    }
    .content-block__event-feature-double .content-block__image {
        display: none
    }
    .content-block__event-feature-double .content-block__wrapper {
        background: rgba(0, 106, 77, .65);
        padding-top: 52px
    }
}

@media(max-width:960px) {
    .content-block__event-feature-double {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        background: #fff;
        border: 1px solid #ccc;
        color: inherit;
        padding-top: 0
    }
    .content-block__event-feature-double .content-block__inner-2 {
        padding: 0 20px 20px
    }
    .content-block__event-feature-double .content-block__image img {
        width: 100%
    }
    .content-block__event-feature-double .content-block__title {
        padding: 20px 20px 0;
        height: auto
    }
    .content-block__event-feature-double .content-block__description {
        height: auto;
        line-height: 1.42857
    }
    .content-block__event-feature-double .content-block__cta {
        width: 100%;
        float: none;
        margin: 0 0 40px
    }
    .content-block__event-feature-double .content-block__content--bg {
        background-image: none!important
    }
    .content-block__event-feature-double .content-block__title h3 {
        font-weight: 500;
        font-size: 26px;
        color: inherit
    }
    .content-block__event-feature-double .btn:link,
    .content-block__event-feature-double .btn:visited {
        text-transform: uppercase;
        padding: 0 10px;
        font-weight: 500;
        color: #fff;
        background: #006a4d;
        letter-spacing: .06em;
        display: inline-block;
        font-size: 14px;
        line-height: 1.78571;
        transition: all .5s ease-out
    }
    .content-block__event-feature-double .btn:focus,
    .content-block__event-feature-double .btn:hover {
        background: #69be28;
        color: #fff
    }
    .content-block__event-feature-double .btn .icon {
        fill: #fff;
        height: 15px;
        margin: -4px 0 0 6px;
        vertical-align: middle;
        width: 15px
    }
}

.content-section__event-feature {
    margin-bottom: 50px
}

@media(max-width:768px) {
    .content-section__event-feature {
        margin-bottom: 30px
    }
}

.content-block__event-feature {
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px
}

.content-block__event-feature .content-block__inner {
    clear: both;
    position: relative
}

.content-block__event-feature .content-block__title span {
    display: inline-block;
    position: relative
}

.content-block__event-feature img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@media(min-width:961px) {
    .content-block__event-feature .content-block__content {
        bottom: 0;
        left: 0;
        overflow: auto;
        padding: 20px 60px;
        position: absolute;
        text-align: center;
        top: 0;
        white-space: nowrap;
        width: 50%
    }
    .content-block__event-feature .content-block__content>div {
        white-space: normal
    }
    .content-block__event-feature .content-block__content--bg {
        min-height: 214px;
        background-size: cover;
        background-repeat: no-repeat
    }
    .content-block__event-feature .content-block__content:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }
    .content-block__event-feature .content-block__wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 100%
    }
}

.content-block__event-feature .content-block__main-title {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px
}

.content-block__event-feature .content-block__date,
.content-block__event-feature .tags,
.content-block__feature .content-block__location,
.content-block__feature .content-block__number-caption,
.content-block__feature--alt .content-block__sub-title,
.content-block__half-width-cta .content-block__description,
.content-block__landing-teaser .content-block__sub-title,
.content-block__library .content-block__date,
.content-block__library .tags,
.content-block__marquee .content-block__date,
.content-block__media-block .tags,
.location-block .point-of-contact__title,
.location-search-form__text-field {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-style: italic
}

.content-block__event-feature .content-block__description {
    line-height: 1.42857;
    font-weight: 400;
    padding-top: 20px
}

.content-block__event-feature .content-block__date {
    font-size: 14px;
    padding-top: 20px
}

.content-block__event-feature .tags {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px
}

.content-block__event-feature .content-block__ctas {
    padding-top: 30px
}

.content-block__event-feature .content-block__post-description {
    display: none
}

.content-block__event-feature .content-block__image {
    width: 50%;
    float: right;
    margin-right: 0
}

.content-block__event-feature .content-block__image a {
    display: block
}

.content-block__event-feature--light .content-block__image {
    position: relative;
    display: block;
    line-height: 0
}

@media(max-width:960px) {
    .content-block__event-feature img {
        width: 100%
    }
    .content-block__event-feature .content-block__inner-2 {
        padding: 0 30px 20px
    }
    .content-block__event-feature .content-block__content {
        text-align: center;
        width: 100%
    }
    .content-block__event-feature .content-block__content--bg {
        min-height: inherit;
        background-position: bottom right;
        background-size: contain
    }
    .content-block__event-feature .content-block__image {
        margin-bottom: 20px;
        float: none;
        display: block;
        clear: both;
        width: 100%
    }
}

.content-block__feature {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-bottom: 40px
}

.content-block__feature--standalone {
    margin-bottom: 30px
}

.content-block__feature--no-border {
    border-left: 0;
    padding-left: 0
}

.content-block__feature--alt .content-block__title {
    min-height: 50px;
    margin-bottom: 10px
}

.content-block__feature--alt .content-block__main-title {
    margin-bottom: 0;
    line-height: 1.08333
}

.content-block__feature--alt .content-block__sub-title {
    font-size: 14px
}

.content-block__feature .content-block__title {
    margin-bottom: 10px
}

.content-block__feature .content-block__title h3 {
    font-size: 24px;
    font-weight: 400
}

.content-block__feature .content-block__image {
    margin-bottom: 20px
}

.content-block__feature .content-block__image a {
    display: block;
    line-height: 0
}

.footer__logo a,
.heading__link,
.heading__text--line span {
    display: inline-block
}

.content-block__feature .content-block__image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.content-block__feature .content-block__location {
    font-size: 14px
}

.content-block__feature .content-block__description {
    line-height: 1.42857
}

.content-block__feature .content-block__number-number {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 30px
}

.content-block__feature .content-block__number-caption {
    font-size: 14px
}

.content-block__feature .content-block__number {
    padding-bottom: 0
}

.content-block__feature .content-block__content,
.content-block__feature .content-block__inner,
.content-block__feature .content-block__wrapper {
    height: 100%
}

.content-block__feature .content-block__inner-2 {
    padding-bottom: 40px;
    position: relative
}

.content-block__feature .content-block__ctas {
    position: absolute;
    bottom: 0
}

.content-block__feature--no-cta .content-block__inner-2 {
    padding-bottom: 0
}

@media(max-width:768px) {
    .content-block__feature .content-block__title {
        height: auto!important
    }
    .content-block__feature .content-block__ctas {
        position: relative;
        padding-top: 30px
    }
    .content-block__feature .content-block__inner-2 {
        height: auto!important;
        padding-bottom: 0
    }
    .content-block__feature--alt .content-block__title {
        min-height: inherit
    }
}

.footer__logo .icon-logo {
    fill: #fff;
    width: 94px;
    height: 25px
}

.content-block__full-width-image img,
.google-map img {
    max-width: 100%;
    height: auto
}

.google-map {
    margin-bottom: 40px
}

.content-section__half-width-ctas {
    margin-bottom: 50px
}

.content-section__half-width-ctas--flush {
    max-width: 100%!important;
    padding: 0!important;
    margin-bottom: 0
}

.content-block__half-width-cta {
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 50%;
    float: left;
    position: relative;
    min-height: 300px;
    height: 300px
}

.content-block__half-width-cta:last-of-type {
    width: 50%;
    float: right;
    margin-right: 0
}

.content-block__half-width-cta .content-block__inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    margin: 0 auto
}

.content-block__half-width-cta .content-block__main-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700
}

.content-block__half-width-cta .content-block__inner-2 {
    margin: 0 auto;
    max-width: 400px
}

.content-block__half-width-cta .content-block__description {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.22222
}

@media(max-width:768px) {
    .content-block__half-width-cta,
    .content-block__half-width-cta:last-of-type {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .content-block__half-width-cta {
        min-height: inherit
    }
    .content-block__half-width-cta .content-block__description {
        font-size: 16px;
        line-height: 1.375
    }
}

.heading {
    padding-top: 4px;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden
}

.heading--short,
.heading__custom {
    margin-bottom: 20px
}

.heading__text {
    margin: 0;
    text-align: center;
    font-size: 24px;
    position: relative;
    font-weight: 500;
    line-height: 1.2
}

.heading__text--line span {
    position: relative;
    line-height: 1.2
}

.heading__text--line span::after,
.heading__text--line span::before {
    content: '';
    position: absolute;
    height: 1px;
    border-top: 1px solid #3a3a3a;
    top: 50%;
    width: 445px;
    overflow: hidden
}

.heading__text--line span::before {
    right: 100%;
    margin-right: 30px
}

.heading__text--line span::after {
    left: 100%;
    margin-left: 30px
}

.heading .icon-external-link {
    width: 13px;
    height: 13px;
    display: inline-block;
    fill: #006a4d;
    transition: all .5s ease-out;
    vertical-align: middle;
    margin-left: 5px
}

.heading__link {
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px
}

.heading__teaser,
.key-stats-block__description {
    line-height: 1.42857
}

.heading__link:link,
.heading__link:visited {
    color: #006a4d
}

.heading__link:hover {
    color: #69be28
}

.heading__link:hover .icon-external-link {
    fill: #69be28
}

.heading__link--post {
    font-weight: 700
}

.heading__teaser {
    margin: 0 auto;
    width: 60%;
    padding-top: 30px
}

.heading__ctas {
    padding-top: 25px
}

.heading__full-width .heading__teaser {
    width: 100%
}

.heading__left-teaser .heading__teaser {
    text-align: left
}

.img-right {
    float: right;
    margin: 0 0 20px 20px
}

@media(max-width:768px) {
    .heading__teaser {
        width: 100%
    }
    .img-right {
        float: none;
        text-align: center;
        margin: 0 0 10px;
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block
    }
}

.img-left {
    float: left;
    margin: 0 20px 20px
}

@media(max-width:768px) {
    .img-left {
        float: none;
        text-align: center;
        margin: 0 0 10px;
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

.key-stats-block {
    margin-bottom: 40px
}

.key-stats-block:last-of-type {
    margin: 0
}

.key-stats-block__number {
    font-size: 47px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300
}

.key-stats-block__number-title {
    text-align: center;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin-bottom: 10px;
    font-style: italic
}

.content-block__landing-teaser {
    color: #fff;
    clear: both
}

.content-block__landing-teaser .content-block__wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.content-block__landing-teaser .content-block__wrapper:after {
    content: " ";
    display: block;
    clear: both
}

.content-block__landing-teaser .content-block__content--bg {
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    background-repeat: no-repeat
}

.content-block__landing-teaser .content-block__content-image {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    line-height: 0
}

.content-block__landing-teaser .content-block__content-image img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.content-block__landing-teaser .content-block__main-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    padding-top: 30px
}

.content-block__landing-teaser .content-block__sub-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.content-block__landing-teaser .content-block__description {
    font-size: 18px;
    line-height: 1.38889
}

.content-block__landing-teaser .content-block__inner-2 {
    padding-bottom: 40px
}

@media(max-width:768px) {
    .content-block__landing-teaser .content-block__wrapper {
        padding-bottom: 30px
    }
    .content-block__landing-teaser .content-block__content-image {
        float: none;
        width: 100%
    }
    .content-block__landing-teaser .content-block__inner-2,
    .content-block__landing-teaser .content-block__title {
        padding: 0 20px
    }
    .content-block__landing-teaser .content-block__content {
        display: block
    }
    .content-block__landing-teaser .content-block__content--bg {
        background-position: right bottom
    }
}

.flyout__basic,
.listing-block--light,
.listing-section:nth-of-type(2n+1) {
    background: #fff
}

.content-block__library {
    border: 1px solid #ccc;
    padding: 20px
}

.content-block__library .tags {
    font-size: 12px;
    margin-bottom: 10px
}

.content-block__library .content-block__image {
    line-height: 0;
    margin-bottom: 20px;
    position: relative
}

.content-block__library .content-block__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative
}

.content-block__library .content-block__image .media-tag {
    background: #fff;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    line-height: 0
}

.content-block__library .content-block__image .icon {
    width: 20px;
    height: 20px;
    fill: #006a4d
}

.content-block__library .content-block__main-title {
    margin-bottom: 5px
}

.content-block__library .content-block__main-title a:link,
.content-block__library .content-block__main-title a:visited {
    color: #006a4d
}

.content-block__library .content-block__main-title a:focus,
.content-block__library .content-block__main-title a:hover {
    color: #69be28
}

.content-block__library .content-block__date {
    font-size: 14px;
    margin-bottom: 0
}

.content-block__library .content-block__post-description {
    display: none
}

@media(max-width:768px) {
    .content-block__library {
        border-left: 0;
        border-right: 0;
        border-top: 0;
        margin: 0
    }
    .content-block__library .content-block__image {
        width: 40%;
        float: left;
        margin-right: 20px
    }
}

.listing-block .listing-block__inner {
    clear: both
}

.listing-block__main-title {
    font-size: 18px;
    margin-bottom: 12px
}

.listing-block__title {
    position: relative
}

.listing-block__description {
    line-height: 1.42857;
    margin-bottom: 15px;
    font-weight: 400;
    width: 75%;
    float: left
}

.listing-block__inner {
    padding: 24px 40px 12px
}

.listing-block .description__link,
.listing-block .services-link {
    display: inline-block
}

.listing-block .description__link:link,
.listing-block .description__link:visited,
.listing-block .services-link:link,
.listing-block .services-link:visited {
    color: #006a4d;
    font-weight: 500
}

.listing-block .description__link:focus,
.listing-block .description__link:hover,
.listing-block .services-link:focus,
.listing-block .services-link:hover {
    color: #69be28
}

.listing-block .services-link-wrapper {
    padding: 15px 0 20px;
    width: 19.23077%;
    float: left;
    margin-right: 7.69231%
}

.listing-block .services-link-wrapper:nth-of-type(4n+4) {
    margin-right: 0
}

.listing-block__services {
    border-top: 1px solid #ccc;
    clear: both
}

.listing-block .plus-minus,
.listing-block__close-button {
    display: none
}

@media(max-width:768px) {
    .listing-block__close-button,
    .listing-block__title {
        cursor: pointer;
        transition: all .5s ease-out
    }
    .listing-block {
        background: #fff;
        border-bottom: 1px solid #ccc
    }
    .listing-block:first-of-type {
        border-top: 1px solid #ccc
    }
    .listing-block .services-link-wrapper {
        padding: 15px 0;
        float: none;
        width: auto
    }
    .listing-block__main-title {
        margin-bottom: 0;
        padding: 12px 15px
    }
    .listing-block__title .icon {
        transition: all .5s ease-out;
        fill: #3a3a3a
    }
    .listing-block__title:hover {
        color: #69be28
    }
    .listing-block__title:hover .icon {
        fill: #69be28
    }
    .listing-block__description {
        font-size: 16px
    }
    .listing-block .plus-minus {
        display: block;
        height: 12px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 12px
    }
    .listing-block .icon {
        height: 12px;
        width: 12px
    }
    .listing-block .plus {
        display: block
    }
    .listing-block .minus {
        display: none
    }
    .listing-block__close-button {
        color: #fff;
        background: #ccc;
        font-weight: 700;
        display: block;
        padding: 9px 15px;
        position: relative
    }
    .listing-block__close-button .plus-minus {
        top: 12px
    }
    .listing-block__close-button .icon {
        fill: #fff
    }
    .listing-block__close-button:hover {
        background: #69be28;
        color: #fff
    }
    .listing-block__inner {
        padding: 0
    }
    .listing-block__content {
        display: none;
        padding: 0
    }
    .listing-block.open .listing-block__content {
        display: block
    }
    .listing-block.open .listing-block__content .plus {
        display: none
    }
    .listing-block.open .listing-block__content .minus {
        display: block
    }
    .listing-block.open .plus {
        display: none
    }
    .listing-block.open .minus {
        display: block
    }
    .listing-block__content-wrapper {
        padding: 0 15px 15px;
        overflow: hidden
    }
    .location-infos--3col {
        margin-bottom: 20px
    }
}

.location-infos {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.location-infos:after {
    content: " ";
    display: block;
    clear: both
}

@media(min-width:1024px) {
    .location-infos--main .mini-profile-info__numbers,
    .location-infos--main .point-of-contact__numbers {
        height: 50px
    }
}

.location-block {
    padding: 0;
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
    float: none
}

.location-block img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.location-block .office-name a {
    color: #006a4d
}

.location-block .office-name a:focus,
.location-block .office-name a:hover {
    color: #69be28
}

.location-block .mini-profile-info__directions {
    margin-bottom: 20px
}

.location-block .point-of-contact {
    border-top: 1px solid #ccc;
    padding: 20px 0 0
}

.location-block .point-of-contact__name {
    margin-bottom: 10px;
    font-size: 14px
}

.location-block .point-of-contact__name a {
    font-weight: 700;
    color: #006a4d
}

.location-block .point-of-contact__name a:focus,
.location-block .point-of-contact__name a:hover {
    color: #69be28
}

.location-block .point-of-contact__title {
    font-size: 14px;
    margin-bottom: 10px
}

@media(min-width:1024px) {
    .location-block {
        width: 23.40426%;
        float: left
    }
    .location-block:nth-child(4n+1) {
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }
    .location-block:nth-child(4n+2) {
        margin-left: 25.53191%;
        margin-right: -100%;
        clear: none
    }
    .location-block:nth-child(4n+3) {
        margin-left: 51.06383%;
        margin-right: -100%;
        clear: none
    }
    .location-block:nth-child(4n+4) {
        margin-left: 76.59574%;
        margin-right: -100%;
        clear: none
    }
    .location-infos--3col .location-block {
        width: 31.91489%;
        float: left;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        position: relative
    }
    .location-infos--3col .location-block:nth-child(3n+1) {
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }
    .location-infos--3col .location-block:nth-child(3n+2) {
        margin-left: 34.04255%;
        margin-right: -100%;
        clear: none
    }
    .location-infos--3col .location-block:nth-child(3n+3) {
        margin-left: 68.08511%;
        margin-right: -100%;
        clear: none
    }
    .location-infos--3col .location-block:nth-child(3n+1)::after,
    .location-infos--3col .location-block:nth-child(3n+2)::after {
        border-bottom: 1px solid #ccc;
        width: 15px;
        content: '';
        position: absolute;
        bottom: -1px;
        right: -15px
    }
    .location-infos--3col .location-block .mini-profile-info__numbers {
        height: 50px
    }
}

@media(max-width:960px) {
    .location-block {
        width: 48.93617%;
        float: left
    }
    .location-block:nth-child(2n+1) {
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }
    .location-block:nth-child(2n+2) {
        margin-left: 51.06383%;
        margin-right: -100%;
        clear: none
    }
}

@media(max-width:768px) {
    .location-block {
        width: 100%;
        float: left;
        margin-right: 0!important;
        margin-left: 0;
        margin-bottom: 60px!important
    }
    .location-block:nth-child(1n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none
    }
    .location-infos--3col .location-block {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px!important
    }
    .location-block img {
        width: 100%
    }
}

.location-search-form {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.location-search-form:after {
    content: " ";
    display: block;
    clear: both
}

.location-search-form__search-bar {
    position: relative;
    height: 30px
}

.location-search-form__text-field {
    border: 0;
    width: 100%;
    display: inline-block;
    height: 26px;
    background: #ebebeb;
    padding: 5px 60px 5px 5px;
    box-sizing: border-box
}

.location-search-form__buttons {
    position: absolute;
    top: 8px;
    right: 10px
}

.location-search-form__cancel,
.location-search-form__search {
    display: inline-block;
    width: 13px;
    height: 13px;
    fill: #173f0c
}

.location-search-form__cancel:hover,
.location-search-form__search:hover {
    cursor: pointer
}

.location-search-form__search-wrapper {
    background: 0 0;
    border: 0;
    width: auto;
    padding: 0
}

.location-search-form__cancel-wrapper {
    border-right: 1px solid #fff;
    margin-right: 8px;
    padding-right: 10px;
    display: inline-block;
    height: 13px
}

.location-search-results {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #3a3a3a;
    padding: 0 0 20px
}

.location-search-results:after {
    content: " ";
    display: block;
    clear: both
}

.location-search-results .heading {
    margin: 0;
    padding: 0
}

.location-search-results .heading__text {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875
}

.location-search-results .heading__text b,
.location-search-results .heading__text strong {
    color: #006a4d;
    font-weight: 700
}

.location-search-results .filter-content {
    position: absolute;
    right: 0;
    top: 0
}

.location-search-results .mobile-filter {
    display: none
}

@media(max-width:960px) {
    .location-search-results {
        border-bottom: 0;
        padding: 0
    }
    .location-search-results .heading__text {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 16px
    }
    .location-search-results .heading__text b,
    .location-search-results .heading__text strong {
        color: #006a4d;
        font-weight: 700
    }
    .location-search-results .filter-content {
        position: static;
        right: auto;
        top: auto
    }
    .location-search-results .filter-select {
        float: left;
        margin: 0;
        width: 50%;
        text-transform: uppercase
    }
    .location-search-results .heading {
        padding: 0 20px
    }
    .location-search-results .applied-filters {
        display: none
    }
    .location-search-results .mobile-filter {
        display: block
    }
    .location-search-results .filter-select-inner,
    .location-search-results .filter-select-inner .expand {
        width: 100%
    }
    .location-search-results .filters-selection .expand {
        border-left: 1px solid #ccc
    }
    .location-search-results .filters-selection .filter-group {
        border-right: 0;
        width: 100%
    }
    .location-search-results .year-selection .filter-group {
        border-left: 0;
        right: -1px;
        left: 0;
        width: auto
    }
}

#login-content.flyout__basic {
    top: 42px;
    right: 0;
    text-align: right
}

@media(max-device-width:1024px) {
    #login-content.flyout__basic {
        top: inherit;
        right: inherit;
        text-align: left
    }
}

@media(max-width:960px) {
    #login-content.flyout__basic {
        top: inherit;
        right: inherit;
        text-align: left
    }
}

#language-content.flyout__basic {
    left: 124px;
    text-align: left;
    width: 115px;
    top: 43px
}

.flyout__basic {
    list-style: none;
    text-transform: uppercase;
    clear: both;
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ccc;
    padding: 10px 0
}

.flyout__basic.active {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.flyout__basic li.active a {
    color: #69be28
}

.flyout__basic a {
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    display: block
}

@media(max-device-width:1024px) {
    #language-content.flyout__basic {
        top: inherit;
        left: inherit
    }
    .flyout__basic {
        position: relative;
        text-align: left;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        padding: 0;
        display: none
    }
    .flyout__basic.active {
        display: block
    }
    .flyout__basic li {
        border-bottom: 1px solid #ccc
    }
    .flyout__basic li:last-of-type {
        border-bottom: 0
    }
    .flyout__basic a {
        display: block;
        padding: 10px 20px
    }
}

@media(max-width:960px) {
    #language-content.flyout__basic {
        top: inherit;
        left: inherit
    }
    .flyout__basic {
        position: relative;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        padding: 0;
        display: none
    }
    .flyout__basic.active {
        display: block
    }
    .flyout__basic li {
        border-bottom: 1px solid #ccc;
        padding: 0
    }
    .flyout__basic li:last-of-type {
        border-bottom: 0
    }
    .flyout__basic a {
        display: block;
        padding: 10px 20px
    }
}

.content-block__logo .content-block__content,
.content-block__marquee .content-block__post-description,
.content-block__media-block .content-block__pre-description,
.media-modal {
    display: none
}

.content-block__logo {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 40px;
    padding: 0 20px
}

.content-block__logo .content-block__image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.content-block__logo--four-col {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%
}

@media(min-width:961px) {
    .content-block__logo:not(.content-block__logo--four-col):nth-of-type(3n) {
        width: 31.91489%;
        float: right;
        margin-right: 0
    }
    .content-block__logo--four-col:nth-of-type(4n) {
        width: 23.40426%;
        float: right;
        margin-right: 0
    }
}

@media(max-width:960px) {
    .content-block__logo {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%
    }
    .content-block__logo:nth-of-type(2n) {
        width: 48.93617%;
        float: right;
        margin-right: 0
    }
}

.content-block__logo-scroll-module {
    padding: 0 17.5px
}

.content-block__logo-scroll-module .content-block__image {
    margin-bottom: 20px
}

.content-block__logo-scroll-module .content-block__image img {
    height: auto;
    max-width: 100%;
    margin: 0 auto 20px
}

.content-block__logo-scroll-module .content-block__title {
    padding-bottom: 10px
}

.content-block__logo-scroll-module .content-block__main-title {
    font-weight: 500
}

.content-block__logo-scroll-module .content-block__wrapper {
    padding-bottom: 40px;
    position: relative
}

.content-block__logo-scroll-module .content-block__ctas {
    bottom: 0;
    left: 0;
    position: absolute
}

.content-block__logo-scroll-module .content-block__description {
    line-height: 1.3
}

@media(max-width:960px) {
    .content-block__logo-scroll-module {
        padding: 0 1px
    }
}

.content-block__looking {
    background: #006a4d;
    background-size: 100% 100%;
    padding: 30px 46px;
    clear: both;
    overflow: hidden
}

.content-block__looking .content-block__description {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.33333
}

.content-block__looking .content-block__main-title {
    font-size: 24px;
    color: #fff;
    line-height: 1.33333;
    font-weight: 400
}

.content-block__looking .btn {
    margin-top: 20px
}

@media(max-width:768px) {
    .content-block__looking {
        background: 60% center #006a4d;
        background-size: auto 100%
    }
}

.content-block__marquee {
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%
}

.content-block__marquee .content-block__main-title {
    margin-bottom: 30px;
    font-size: 53px;
    font-weight: 700
}

.content-block__marquee .content-block__content--bg {
    background-position: center center;
    background-size: cover;
    min-height: 550px;
    text-align: center;
    position: relative;
    height: 550px
}

.content-block__marquee .content-block__wrapper--parallax {
    height: 550px;
    min-height: 550px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform
}

.content-block__marquee--medium .content-block__content--bg,
.content-block__marquee--medium .content-block__wrapper--parallax {
    min-height: 360px;
    height: 360px
}

.content-block__marquee--medium .content-block__main-title {
    font-size: 32px;
    line-height: 30px
}

.content-block__marquee--short .content-block__content--bg,
.content-block__marquee--short .content-block__wrapper--parallax {
    min-height: 200px;
    height: 200px
}

.content-block__marquee--short .content-block__main-title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 15px
}

.content-block__marquee .content-block__wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    margin: 0 auto
}

.content-block__marquee .content-block__pre-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.content-block__marquee .tags {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 500
}

.content-block__marquee .content-block__sub-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500
}

.content-block__marquee .content-block__date {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.25
}

.content-block__marquee .content-block__description {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.22727;
    font-weight: 700
}

.content-block__marquee--medium .content-block__pre-title {
    margin-bottom: 10px
}

.content-block__marquee--medium .content-block__main-title {
    margin-bottom: 15px
}

.content-block__marquee--medium .content-block__sub-title {
    margin-bottom: 10px
}

.content-block__marquee--medium .content-block__description {
    margin-bottom: 25px
}

.content-block__marquee .disclaimer-cta {
    font-size: 18px;
    font-weight: 500;
    line-height: 3em
}

.content-block__marquee .disclaimer-cta:link,
.content-block__marquee .disclaimer-cta:visited {
    color: #fff
}

.content-block__marquee .disclaimer-cta:focus,
.content-block__marquee .disclaimer-cta:hover {
    color: #69be28
}

.content-block__marquee--original .content-block__main-title,
.content-section__marquees .content-block__marquee--original .content-block__ctas {
    text-align: center
}

.content-section__marquees .content-block__marquee--original .content-block__wrapper {
    height: auto
}

.content-section__marquees .content-block__marquee--original .content-block__main-title {
    text-align: center
}

@media(max-width:960px) {
    .content-block__marquee .content-block__wrapper {
        width: 80%
    }
}

@media(max-width:768px) {
    .content-block__marquee .content-block__pre-title {
        font-size: 16px
    }
    .content-block__marquee .content-block__main-title {
        font-size: 30px;
        line-height: 34px
    }
    .content-block__marquee--medium .content-block__main-title {
        font-size: 20px;
        line-height: 24px
    }
    .content-block__marquee--medium .content-block__content--bg,
    .content-block__marquee--medium .content-block__wrapper--parallax {
        min-height: 420px;
        height: 420px
    }
    .content-block__marquee--medium .content-block__pre-description {
        font-size: 15px
    }
    .content-block__marquee--short .content-block__content--bg,
    .content-block__marquee--short .content-block__wrapper--parallax {
        min-height: 345px;
        height: 345px
    }
}

.content-block__media-block {
    padding-left: 10px
}

.content-block__media-block img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.content-block__media-block .tags {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px
}

.content-block__media-block .content-block__title {
    margin-bottom: 10px
}

.content-block__media-block .content-block__description {
    font-size: 12px;
    line-height: 1.5
}

.content-block__media-block .content-block__description a {
    font-weight: 700
}

.content-block__media-block .content-block__post-description,
.media-modal .content-block__post-description,
.media-modal .tags {
    font-weight: 400;
    font-style: italic;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

.content-block__media-block .content-block__description a,
.content-block__media-block .content-block__description a:link,
.content-block__media-block .content-block__description a:visited {
    color: #006a4d
}

.content-block__media-block .content-block__description a:hover {
    color: #69be28
}

.content-block__media-block .content-block__post-description {
    font-size: 14px
}

.content-block__media-block .content-block__ctas {
    padding-top: 30px
}

@media(max-width:768px) {
    .content-block__media-block {
        padding-right: 0;
        margin-bottom: 50px
    }
    .content-block__media-block:last-of-type {
        margin-bottom: 0
    }
}

.media-modal-back {
    display: none;
    background: #3a3a3a;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000
}

.media-modal-close {
    text-align: right;
    width: 675px;
    margin: 0 auto;
    padding-bottom: 10px
}

.media-modal-close .icon {
    width: 15px;
    height: 15px;
    fill: #ccc;
    transition: all .5s ease-out
}

.media-modal-close .icon:hover {
    fill: #69be28;
    cursor: pointer
}

.media-modal-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: -370px;
    top: 50%;
    z-index: 1001
}

.media-modal .modal-block__media-block .content-block__image,
.media-modal .modal-content {
    position: relative
}

.media-modal {
    background: #fff;
    margin: 0 auto;
    width: 675px
}

.media-modal .modal-social-links .sub-nav__list-items {
    background: #fff;
    text-align: center;
    margin: 0
}

.media-modal .modal-social-links .sub-nav--list-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px
}

.media-modal .modal-social-links .sub-nav--list-item:last-of-type {
    margin: 0
}

.media-modal .modal-block__media-block {
    padding: 0
}

.media-modal .modal-block__media-block img {
    margin: 0;
    vertical-align: bottom
}

.media-modal .content-block__title,
.media-modal .tags {
    margin-bottom: 10px
}

.media-modal .content-block__image {
    background: #3a3a3a;
    padding: 50px 0
}

.media-modal .content-block__content {
    background: #fff;
    padding: 16px 20px
}

.media-modal .tags {
    font-size: 12px
}

.media-modal .content-block__pre-description {
    display: none
}

.media-modal .content-block__post-description {
    font-size: 14px
}

.media-modal .modal-slide-counter {
    font-size: 14px;
    bottom: 16px;
    position: absolute;
    right: 20px
}

.modal-nav,
.modal-nav a {
    position: fixed;
    z-index: 1010
}

.modal-cta .btn {
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    transition: all .5s ease-out
}

.modal-cta .btn .icon {
    width: 28px;
    height: 28px;
    fill: #fff
}

.modal-cta .modal-download-short {
    float: left;
    width: 50%
}

.modal-cta .modal-download-short:last-of-type {
    border-left: 0
}

.modal-cta .text {
    vertical-align: middle;
    display: inline-block
}

.modal-cta .icon-wrap {
    vertical-align: top;
    display: inline-block
}

.modal-nav {
    display: none;
    left: 0;
    top: 0
}

.modal-nav a {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 84px;
    padding: 27px 0;
    margin-top: -42px;
    display: block;
    top: 50%;
    width: 40px
}

.modal-nav a .icon {
    cursor: pointer;
    display: block;
    width: 28px;
    margin: 0 auto;
    height: 28px;
    fill: #006a4d;
    transition: all .5s ease-out
}

.modal-nav a:link,
.modal-nav a:visited {
    text-decoration: none;
    transition: color .5s ease-out
}

.play-btn,
.profile-block .icon,
.sub-nav .icon,
.tooltip .icon {
    transition: all .5s ease-out
}

.modal-nav a:hover .icon {
    fill: #69be28
}

.modal-nav .modal-prev {
    left: 0
}

.modal-nav .modal-next {
    right: 0
}

.mini-search {
    position: relative;
    height: 25px
}

.mini-search__text-field {
    border: 0;
    width: 100%;
    float: left;
    height: 25px;
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
    font-style: italic;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

.mini-search__search-btn {
    -webkit-appearance: none;
    border: 0;
    position: absolute;
    top: 5px;
    right: 7px;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px
}

.mini-search__search-btn:hover {
    cursor: pointer
}

.mini-search__search-btn .icon-search {
    width: 13px;
    height: 13px;
    fill: #3a3a3a
}

.profile-block__area,
.profile-block__business-line {
    font-size: 12px;
    text-transform: uppercase
}

.play-btn-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: rgba(0, 0, 0, .5);
    position: relative;
    line-height: 0;
    display: inline-block;
    width: 90px;
    height: 90px
}

.content-block__image .play-btn-wrapper {
    left: calc(50% - 45px);
    position: absolute;
    top: calc(50% - 45px)
}

.play-btn-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.play-btn-wrapper:hover .play-btn {
    background: #69be28;
    border: 3px solid #69be28;
    cursor: pointer
}

.play-btn {
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    z-index: 2;
    display: inline-block;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .1)
}

.play-btn .icon {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    fill: #fff
}

.numbers-wrapper {
    clear: both
}

.numbers-wrapper__numbers {
    padding-top: 10px;
    display: none
}

.numbers-wrapper__numbers.active {
    display: block
}

.profile-block {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.profile-block:last-of-type {
    margin-bottom: 0;
    border-bottom: 0
}

.profile-block:last-of-type .inner-content {
    padding-bottom: 0
}

.profile-block img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
    height: auto
}

.profile-block .inner-content {
    padding: 0 15px 15px
}

.profile-block .inner-content .profile-icons .icon-link:nth-of-type(4n+0) {
    margin-right: 0
}

.profile-block .profile-block__name,
.profile-block a.profile-block__name {
    margin-bottom: 5px;
    display: block
}

.profile-block .profile-block__name:link,
.profile-block .profile-block__name:visited,
.profile-block a.profile-block__name:link,
.profile-block a.profile-block__name:visited {
    color: #006a4d;
    font-weight: 700
}

.profile-block .profile-block__name:hover,
.profile-block a.profile-block__name:hover {
    color: #69be28
}

.profile-block__email,
.profile-block__phone {
    float: left
}

.profile-block__business-line {
    margin-bottom: 5px
}

.profile-block__group-info {
    margin-bottom: 20px
}

.profile-block .cta__container {
    padding: 20px 0
}

.profile-block .icon-link {
    margin-right: 14px;
    display: inline-block
}

.profile-block .icon-link:link,
.profile-block .icon-link:visited {
    fill: #006a4d
}

.profile-block .icon-link.active,
.profile-block .icon-link:hover {
    fill: #69be28
}

.profile-block .icon {
    width: 23px;
    height: 23px
}

.profile-block__job-title,
.profile-block__region {
    font-style: italic;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.14286
}

.profile-block__license-number {
    font-size: 12px;
    margin-bottom: 5px;
    display: block
}

.content-section__profile--single .profile-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.content-section__profile--single .profile-block .inner-content {
    padding: 0
}

.content-section__profile--single .profile-block .profile-block__name {
    font-size: 20px;
    display: inline-block
}

.content-section__profile--single .profile-block .office-name {
    margin-bottom: 10px
}

.content-section__profile--single .profile-block .profile-block__business-line {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    display: block
}

.content-section__profile--single .profile-block .profile-block__license-number {
    font-size: 12px;
    margin-bottom: 5px;
    display: block
}

.content-section__profile--single .profile-block .profile-block__area {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: none
}

.content-section__profile--single .profile-block img {
    margin: 0 0 20px
}

.content-section__profile--single .profile-block .social {
    padding: 10px 0 0
}

.content-section__profile--with-float-image .profile-block {
    overflow: hidden
}

.content-section__profile--with-float-image .profile-block .inner-content {
    float: left
}

.content-section__profile--with-float-image .profile-block .photo {
    float: left;
    margin-right: 20px
}

.profile-block .social {
    padding-top: 15px
}

@media(max-width:960px) {
    .profile-block img {
        width: 100%
    }
}

@media(max-width:768px) {
    .profile-block .icon {
        height: 30px;
        width: 30px
    }
}

.profile-carousel {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.profile-carousel:after {
    content: " ";
    display: block;
    clear: both
}

.profile-carousel:focus {
    outline: 0
}

.profile-carousel .profile__wrapper {
    padding-top: 20px
}

.profile-carousel .heading__text span {
    display: inline-block;
    position: relative
}

.profile-carousel .heading__text span::after,
.profile-carousel .heading__text span::before {
    content: '';
    position: absolute;
    height: 1px;
    border-top: 1px solid #3a3a3a;
    top: 50%;
    width: 445px
}

.profile-carousel .heading__text span::before {
    right: 100%;
    margin-right: 30px
}

.profile-carousel .heading__text span::after {
    left: 100%;
    margin-left: 30px
}

.profile-carousel .profile-blocks-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0
}

.profile-carousel .heading {
    overflow: hidden;
    margin-bottom: 14px
}

.profile-carousel .numbers-wrapper {
    clear: none;
    overflow: hidden;
    font-size: 14px
}

.profile-carousel .carousel-wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    min-height: 130px
}

.profile-carousel .carousel-wrapper.carousel-active {
    padding: 0 30px
}

.profile-carousel .carousel-wrapper .slick-slide {
    margin: 0
}

.profile-carousel .carousel-wrapper .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.profile-carousel .carousel-wrapper .slick-list:focus {
    outline: 0
}

.profile-carousel .carousel-wrapper .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.profile-carousel .carousel-wrapper .slick-track::after,
.profile-carousel .carousel-wrapper .slick-track::before {
    display: table;
    content: ''
}

.profile-carousel .carousel-wrapper .carousel-arrow {
    display: none;
    height: 90px;
    margin-top: 0;
    position: absolute;
    top: 0
}

.profile-carousel .carousel-wrapper .carousel-arrow:link,
.profile-carousel .carousel-wrapper .carousel-arrow:visited {
    fill: #006a4d
}

.profile-carousel .carousel-wrapper .carousel-arrow.active,
.profile-carousel .carousel-wrapper .carousel-arrow:hover {
    fill: #69be28
}

.profile-carousel .carousel-wrapper .carousel-arrow .icon {
    height: 90px;
    width: 16px
}

.profile-carousel .carousel-wrapper .icon {
    height: 20px;
    width: 20px
}

.profile-carousel .left-arrow {
    left: 0
}

.profile-carousel .right-arrow {
    right: 0
}

.profile-carousel .inner-content {
    display: inline-block;
    padding: 0 15px 15px 0;
    width: 48%
}

.profile-carousel .profile-block {
    border: 0;
    margin-bottom: 0;
    width: 33.33333%;
    float: left
}

.profile-carousel .profile-block .inner-content.number-active {
    padding: 0
}

.profile-carousel .profile-block img {
    float: left;
    margin: 0 20px 0 0;
    width: 139px;
    height: 105px
}

.profile-carousel .profile-block .icon-link {
    margin-right: 9px;
    margin-top: 10px
}

.profile-carousel .profile-block__name {
    margin-bottom: 2px
}

.profile-carousel .profile-block__group-info {
    min-height: 60px;
    margin-bottom: 0
}

.profile-carousel .profile-block__area {
    margin-bottom: 5px
}

.profile-carousel .profile-block__job-title,
.profile-carousel .profile-block__region {
    font-size: 14px
}

.profile-carousel .profile-block__license-number {
    letter-spacing: 0;
    line-height: 1.5em
}

.profile-carousel .profile-block .icon-link:last-of-type {
    margin-right: 0
}

.profile-carousel .profile-block .numbers-wrapper__numbers {
    padding-top: 10px;
    text-align: left
}

@media(max-width:960px) {
    .profile-carousel .profile__wrapper {
        padding-bottom: 40px
    }
}

@media(max-width:768px) {
    .profile-carousel {
        padding: 0 20px
    }
    .main-content__split .profile-carousel {
        padding-right: 0;
        padding-left: 0
    }
    .profile-carousel .carousel-wrapper {
        padding: 0 25px
    }
    .profile-carousel .carousel-arrow .icon {
        height: 80px;
        width: 16px
    }
    .profile-carousel .inner-content {
        padding: 0;
        width: 55%
    }
    .profile-carousel .profile-block {
        width: 100%;
        min-height: 240px
    }
    .profile-carousel .profile-block img {
        float: left;
        margin: 0 5% 0 0;
        width: 40%;
        height: auto
    }
    .profile-carousel .profile-block .icon-link {
        padding: 0;
        position: relative;
        display: inline-block;
        margin-top: 10px
    }
    .profile-carousel .profile-block__group-info {
        min-height: 50px
    }
    .profile-carousel .profile-block__license-number {
        font-size: 10px
    }
    .profile-carousel .profile-block .social {
        padding-top: 5px
    }
    .profile-carousel .profile-block .numbers-wrapper {
        float: none;
        clear: both;
        text-align: center;
        padding-top: 10px
    }
    .profile-carousel .profile-block .numbers-wrapper__numbers {
        font-size: 14px;
        padding: 0
    }
}

.qtip-content:after,
.qtip:after {
    content: "";
    height: 0;
    width: 0
}

.qtip,
.qtip:after {
    position: absolute
}

.qtip {
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 630px;
    min-width: 200px;
    direction: ltr;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 5px
}

.qtip:after {
    border: 10px solid;
    border-color: transparent transparent #fff;
    left: 20px;
    top: -20px
}

@media(max-width:960px) {
    .qtip {
        display: none!important
    }
}

.qtip-content {
    position: relative;
    padding: 0;
    overflow: visible;
    text-align: left;
    word-wrap: break-word
}

.qtip-content:after {
    border: 12px solid;
    border-color: transparent transparent #d8d8d8;
    left: -2px;
    position: absolute;
    top: -44px
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0!important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
    border-radius: 3px
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: 400 bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}

.qtip-default .qtip-titlebar {
    background-color: #ffef93
}

.qtip-default .qtip-icon {
    border-color: #ccc;
    background: #f1f1f1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #aaa;
    color: #111
}

.tooltip {
    font-size: 12px;
    line-height: 1.83333
}

.tooltip__share {
    float: right
}

.tooltip__share a {
    margin-left: 20px
}

.tooltip__content {
    float: left;
    height: 18px;
    line-height: 18px
}

.tooltip__content span {
    margin-right: 20px
}

.tooltip__content span:last-child {
    margin: 0
}

.tooltip__info {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 10px;
    text-transform: uppercase;
    overflow: hidden
}

.tooltip__title {
    font-size: 14px;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-style: italic;
    margin-bottom: 20px
}

.tooltip p {
    margin-bottom: 20px;
    line-height: 1.5
}

.tooltip p:last-child {
    margin: 0
}

.tooltip .icon {
    fill: #006a4d;
    height: 18px;
    width: 18px
}

.tooltip .icon:hover {
    fill: #69be28
}

.tooltip ul {
    margin-left: 20px
}

.tooltip ul li {
    margin-bottom: 10px
}

.tooltip ul li:last-child {
    margin: 0
}

.content-block__review-cta {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    background: bottom left no-repeat #0a694d;
    padding: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    background-size: contain
}

.content-block__review-cta:after {
    content: " ";
    display: block;
    clear: both
}

.content-block__review-cta .content-block__main-title {
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 500
}

.content-block__review-cta .content-block__description {
    font-size: 14px;
    line-height: 1.71429
}

.content-block__review-cta .content-block__ctas {
    position: absolute;
    right: 20px;
    top: 35px
}

@media(max-width:768px) {
    .content-block__review-cta .content-block__ctas {
        padding-top: 30px;
        position: relative;
        right: inherit;
        top: inherit
    }
}

.search-marquee .content-block__inner {
    margin: 0 auto;
    padding: 50px 0;
    width: 1024px
}

.search-marquee .looking-tout-wrapper {
    padding: 50px 80px;
    float: left;
    width: 65%
}

.search-marquee .looking-tout-wrapper h2 {
    font-size: 36px;
    line-height: 1.61111
}

.search-marquee .filter-select .expand,
.search-marquee .filter-select .filter-group .form-items {
    color: #fff;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.41667;
    padding: 0 18px;
    text-align: left;
    text-transform: uppercase
}

.search-marquee .filter-select {
    width: 290px
}

.search-marquee .filter-select .expand {
    background: 0 0;
    border: 1px solid #fff;
    height: 58px;
    width: 290px
}

.search-marquee .filter-select .icon {
    fill: #fff;
    width: 24px;
    height: 24px;
    top: 17px;
    right: 20px
}

.search-marquee .filter-select .filter-group {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 290px
}

.search-marquee .filter-select .filter-group .form-items {
    border-bottom: 1px solid #fff;
    background: #006a4d;
    height: 58px
}

.detail-nav .section-title,
.filter-select .expand,
.main-nav .intro-container__copy {
    font-style: italic;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

.search-marquee .filter-select .filter-group .form-items .box {
    display: none
}

.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative
}

.search-marquee .filter-select .filter-group .form-items label {
    line-height: inherit
}

.search-marquee .redirect-tout-wrapper {
    border-left: 1px solid #fff;
    float: right;
    width: 34%
}

.search-marquee .redirect-tout {
    background: #f7f7f7;
    float: right;
    padding: 20px;
    height: 200px;
    width: 300px
}

.search-marquee .redirect-tout h3 {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33333;
    margin-bottom: 16px
}

.search-marquee .redirect-tout-inner {
    border: 1px solid #ccc;
    height: 160px;
    padding: 32px;
    width: 260px
}

.search-marquee .redirect-btn .icon {
    fill: #fff;
    height: 25px;
    width: 16px;
    vertical-align: bottom;
    margin-left: 4px
}

.search-marquee .redirect-btn:link,
.search-marquee .redirect-btn:visited {
    background: #006a4d;
    color: #fff
}

.search-marquee .redirect-btn.active,
.search-marquee .redirect-btn:hover {
    background: #69be28;
    color: #fff
}

@media(max-width:768px) {
    .search-marquee .content-block__inner {
        margin: 0 auto;
        padding: 30px 0;
        width: auto
    }
    .search-marquee .looking-tout-wrapper {
        padding: 0;
        float: none;
        width: auto
    }
    .search-marquee .looking-tout-wrapper h2 {
        font-size: 36px;
        line-height: 1.61111
    }
    .search-marquee .looking-tout-wrapper .filter-select {
        display: block;
        margin: 0 auto
    }
    .search-marquee .redirect-tout-wrapper {
        border: none;
        float: none;
        width: auto
    }
    .search-marquee .redirect-tout {
        background: #f7f7f7;
        float: none;
        margin: 15px auto;
        padding: 15px;
        height: 160px;
        width: 240px
    }
    .search-marquee .redirect-tout-inner {
        border: 1px solid #ccc;
        height: 130px;
        padding: 20px;
        width: 210px
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track::after,
.slick-track::before {
    display: table;
    content: ''
}

.slick-track::after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.carousel-pager {
    padding-top: 30px;
    font-size: 14px
}

.content-block__social-tout {
    background: #fff;
    border: 1px solid #ccc;
    padding: 75px 20px 40px;
    min-height: 185px;
    position: relative
}

.content-block__social-tout .tags {
    font-size: 10px;
    margin-bottom: 20px;
    color: #69be28;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.content-block__social-tout .content-block__main-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22222;
    min-height: 58px
}

.content-block__social-tout .content-block__description,
.content-block__specialty-service-block .content-block__description {
    line-height: 1.2
}

.sidebar .content-block__social-tout .content-block__main-title {
    min-height: 2em
}

.content-block__social-tout .content-block__description a,
.content-block__social-tout .content-block__description a:link,
.content-block__social-tout .content-block__description a:visited {
    color: #006a4d;
    font-weight: 700
}

.content-block__social-tout .social-icon-tag {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 20px;
    left: 0
}

.content-block__social-tout .social-icon-tag .icon {
    width: 16px;
    height: 16px;
    fill: #3a3a3a;
    transition: all .5s ease-out
}

.content-block__social-tout .social-icon-tag__link {
    display: block;
    padding: 10px 20px
}

.content-block__social-tout .social-icon-tag__link:focus .icon,
.content-block__social-tout .social-icon-tag__link:hover .icon {
    fill: #69be28
}

.content-block__social-tout--grouped {
    margin: 0
}

.content-block__social-tout--grouped+.content-block__social-tout--grouped .social-icon-tag {
    display: none
}

.content-block__social-tout--grouped+.content-block__social-tout--grouped:before {
    background: #ccc;
    content: '';
    display: block
}

@media(min-width:961px) {
    .content-block__social-tout--grouped {
        border-right: 0
    }
    .content-block__social-tout--grouped+.content-block__social-tout--grouped {
        border-left: 0
    }
    .content-block__social-tout--grouped+.content-block__social-tout--grouped:before {
        height: 65%;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px
    }
    .content-block__social-tout--grouped:last-of-type {
        border-right: 1px solid #ccc
    }
}

@media(max-width:960px) {
    .content-block__social-tout,
    .content-block__social-tout .content-block__main-title {
        min-height: inherit
    }
    .content-block__social-tout .content-block__ctas {
        padding-top: 30px
    }
    .content-block__social-tout--grouped {
        border-bottom: 0
    }
    .content-block__social-tout--grouped+.content-block__social-tout--grouped {
        border-top: 0;
        padding-top: 40px
    }
    .content-block__social-tout--grouped+.content-block__social-tout--grouped:before {
        height: 1px;
        left: 50%;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 65%
    }
    .content-block__social-tout--grouped:last-of-type {
        border-bottom: 1px solid #ccc
    }
}

.content-section__specialty-services {
    margin-bottom: 40px;
    overflow: hidden
}

.content-block__specialty-service-block {
    padding-bottom: 30px
}

.content-block__specialty-service-block:last-of-type {
    padding-bottom: 0
}

.content-block__specialty-service-block .content-block__main-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700
}

.content-block__specialty-service-block .content-block__main-title a:link,
.content-block__specialty-service-block .content-block__main-title a:visited {
    color: #006a4d
}

.content-block__specialty-service-block .content-block__main-title a:hover {
    color: #69be28
}

.content-block__specialty-service-block--one-col .content-block__description,
.content-block__specialty-service-block--two-col .content-block__description {
    line-height: 1.3
}

.content-block__specialty-service-block:not(.content-block__specialty-service-block--three-col):not(.content-block__specialty-service-block--two-col):not(.content-block__specialty-service-block--one-col) {
    width: 19.80198%;
    float: left;
    margin-right: 6.93069%
}

.content-block__specialty-service-block:not(.content-block__specialty-service-block--three-col):not(.content-block__specialty-service-block--two-col):not(.content-block__specialty-service-block--one-col):nth-of-type(4n) {
    margin-right: 0
}

.content-block__specialty-service-block--three-col {
    width: 27.02703%;
    float: left;
    margin-right: 9.45946%
}

.content-block__specialty-service-block--three-col:nth-of-type(3n) {
    margin-right: 0
}

.content-block__specialty-service-block--two-col {
    width: 42.55319%;
    float: left;
    margin-right: 14.89362%;
    margin-bottom: 40px
}

.content-block__specialty-service-block--two-col:nth-of-type(2n) {
    margin-right: 0
}

.content-block__specialty-service-block--two-col .content-block__title {
    margin-bottom: 10px
}

.content-block__specialty-service-block--one-col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
}

.content-block__specialty-service-block--one-col .content-block__title {
    margin-bottom: 10px
}

@media(max-width:768px) {
    .content-section__specialty-services--mobile {
        display: none
    }
    .content-section__specialty-services--mobile.active {
        display: block
    }
    .content-section__specialty-services--mobile .heading {
        display: none
    }
    .content-block__specialty-service-block,
    .content-block__specialty-service-block--one-col,
    .content-block__specialty-service-block--one-col:nth-of-type(4n),
    .content-block__specialty-service-block--three-col,
    .content-block__specialty-service-block--three-col:nth-of-type(4n),
    .content-block__specialty-service-block--two-col,
    .content-block__specialty-service-block--two-col:nth-of-type(4n),
    .content-block__specialty-service-block:not(.content-block__specialty-service-block--three-col):not(.content-block__specialty-service-block--two-col):not(.content-block__specialty-service-block--one-col),
    .content-block__specialty-service-block:not(.content-block__specialty-service-block--three-col):not(.content-block__specialty-service-block--two-col):not(.content-block__specialty-service-block--one-col):nth-of-type(4n),
    .content-block__specialty-service-block:nth-of-type(4n) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none
    }
    .content-block__specialty-service-block:not(.content-block__specialty-service-block--three-col):not(.content-block__specialty-service-block--two-col):not(.content-block__specialty-service-block--one-col) {
        min-height: 115px
    }
}

.specialty-services__header {
    display: none;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden
}

.specialty-services__header:hover {
    cursor: pointer
}

.specialty-services__header .icon {
    width: 20px;
    height: 15px;
    fill: #3a3a3a;
    vertical-align: top;
    margin-left: 10px
}

.specialty-services__header .title {
    float: left
}

@media(max-width:768px) {
    .specialty-services__header {
        display: block
    }
    .specialty-services__header .icon-line-arrow-up {
        display: none
    }
    .specialty-services__header .icon-line-arrow-down,
    .specialty-services__header.active .icon-line-arrow-up {
        display: block;
        float: right
    }
    .specialty-services__header.active .icon-line-arrow-down {
        display: none
    }
    .specialty-services__header.active .locations__list-items-wrapper {
        display: block
    }
}

.content-block__static-collage {
    margin-bottom: 20px;
    background-repeat: no-repeat
}

.content-block__static-collage:nth-of-type(1),
.content-block__static-collage:nth-of-type(5) {
    width: 100%;
    float: right;
    margin-right: 0;
    clear: both;
    text-align: center
}

.content-block__static-collage:nth-of-type(1) .content-block__content,
.content-block__static-collage:nth-of-type(5) .content-block__content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 370px;
    padding: 20px 90px;
    background-repeat: no-repeat;
    background-size: cover
}

.content-block__static-collage:nth-of-type(1) .content-block__wrapper,
.content-block__static-collage:nth-of-type(5) .content-block__wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-block__static-collage:nth-of-type(1) .content-block__image,
.content-block__static-collage:nth-of-type(5) .content-block__image {
    width: 50%
}

.content-block__static-collage:nth-of-type(1) {
    background-position: bottom left;
    background-color: #00694c;
    background-image: url(../../content/css/images/static-collage/static-bg-img-1.jpg);
    color: #fff
}

.content-block__static-collage:nth-of-type(1) .content-block__content {
    width: 48.93617%;
    float: left
}

.content-block__static-collage:nth-of-type(1) .content-block__image {
    float: right
}

.content-block__static-collage:nth-of-type(5) {
    background-position: bottom right;
    background-color: #2c2c2c;
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODg4ODA0MENDN0M3MTFFNUFDMkJDNjA2QTlBMTUxMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODg4ODA0MERDN0M3MTFFNUFDMkJDNjA2QTlBMTUxMUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ODg4MDQwQUM3QzcxMUU1QUMyQkM2MDZBOUExNTExRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4ODg4MDQwQkM3QzcxMUU1QUMyQkM2MDZBOUExNTExRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0IgWFlaIAfOAAIACQAGADEAAGFjc3BNU0ZUAAAAAElFQyBzUkdCAAAAAAAAAAAAAAAAAAD21gABAAAAANMtSFAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWNwcnQAAAFQAAAAM2Rlc2MAAAGEAAAAbHd0cHQAAAHwAAAAFGJrcHQAAAIEAAAAFHJYWVoAAAIYAAAAFGdYWVoAAAIsAAAAFGJYWVoAAAJAAAAAFGRtbmQAAAJUAAAAcGRtZGQAAALEAAAAiHZ1ZWQAAANMAAAAhnZpZXcAAAPUAAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdUUkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xldHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAQAAAAEWzFhZWiAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPZGVzYwAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAAAAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqBCpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAXkCAAMBEQACEQEDEQH/xABuAAEBAAMBAQAAAAAAAAAAAAAAAQIEBQMHAQEBAAAAAAAAAAAAAAAAAAAAARABAAEEAQIFBAIBAwUBAAAAAAERUQISA0ETITFhUgRxkaEjgSJCscFi0TKSMwVyEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwD4eAAAAAAAAAAAAAAAACT5AgAAAAAAAAAAAgAAAAAAAAAAAAKCAoAAAAAAAAAAAAACAAAAAzAAAAAAAAAAAAAAAABJBAABAUAAEAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAEAABMsscYrlNIBjHNxT5Zx9wewAAAAAAAAAAAAAAAAJIIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACggAKAAAAA8eX5HHhNK1yBrZ8mPJNcsvzRUY64z5T+RXTQAAAAAAAAAAAAAAAASfMEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAEmYiKzNIBrcvyMp8McZpdR47/8AGRE3x6xP2FNuL0+wOmgAAAAAAAAAAAAAAAAxEAAAAAAAAAAAAAABQQAAAFBAAAAAAAAAAAAAAAAAAAHnycuOHh55WBq558uU1mY+niqsK52j7gbZe38gbz7ZA7kda/YHTQAAAAAAAAAAAAAAAAYiAAAAAAAAAAoAIACgAAAAAAAAAAgAAAAAAAAAAAABMxEVnyBrc3yJnwwmnqo153933gD9l4+wpXO0AVz9v5A2n2yBvFp+wOmgAAAAAAAAAAAAAAAT5AxEAAABQAAAAAFAAAAAAAAAAAAABAAAAAAABAAAAAGHJy44efjNganLnlyT45TEWjyVXnrl0ykCmfu/AH7PSQK52j7gbZe0Df0kDuY9ax/AOogAAAAAAAAAAAAAAAkggAAAAAKAAAAAAAAAAAAAAAAAAAAAAACAAAACAEzEeMg1+X5HTD/yUa0xMzXaQSmfu/ApTkvH2A/ZaANs/b+QNp64yBvFp+wHcwuBvheAdRAAAAAAAAAAAAAAABJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAY58mOEeP2Bp8vJnyT/wB0xFoVHnTP3fgUpyXiQK8lokDbPrj+QN59sgb49a/YDuYXA2xvALWJApFgdNAAAAAAAAAAAAAAABJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABr83yKeHH53BqzlyzNZmJlRNuS0fcDbL2/kE7n/ABkDuY+sfwB3MLgu2N4BaxPkBQEnHGekAaYWBO3iDqoAAAAAAAAAAAAAAAJIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMc+THDGs/YGly/K5MvDWYxtCjy7l4mAO5j9AXfC4G2M9YBagCFIBNcZ6QKnbwsB28elfuBpbKQNc+mX4ApyXif4B1UAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4cny+PHwxmJy/ANbLk2mszWVRiKACJSLAaY2gVO3hYDSLzH8gaT7pApn7vwCfs9AWudo+4Jtl1xBe56SB3MfoDqoAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZZY4xWZpANXl+ROX9cfDFRrzjjaATTCwHbx+gJpbKY/kDXL3SB+y8fYCvJ6SBtn7fyBvPXGQXuRaYA7mFwN8bwC1ieoAAAOogAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAPLl58cImI8crA0s8ubKazlX+FRj+z0kVK8lo+4G+XXEDuXiQO5gC74T1Ba43gAAAACQTXG0Ak4YWA7eIGlspA1y6ZA6yAAAAAAAAAAAAAABIIAAAAAAAAAAAAAAAAAAAAAAAAAACZZY4xXKaRHUGpy/NxnwwmkXB4bYz1hUWtgBQEAABNYsCThjPQDt4gmlpkF1y90gU5LxP8Afs9JA2z9oJvPXGQO5HWJgF7mNwN8bwDrIAAAAAAAAAAAAAAJIAAAAAAAAAAAAAAAAAAAAAAAAAAPPk5sOOPHxmwNTl5cuSfHy6Qo89cbQDHTGwHbxBO3aZA1y6ZSBTkuB+z0kF2z9v5BN564yC9zG0wB3Mbgu2NwKxcFEABQRAKQKk442B1kAAAAAAAAAAAAAAEkAAAAAAAAAAAAAAAAAAAAAAAAEmYiKz5A1ef5eUVx44r/yn/YGrPJnM1nFQ7npIHcxA3wuC7Yz1gFrAAAAgACClIESccbCp28bAduPWANJ90gUz9wH7PQCvJHSAN8vaB3LxIOugAAAAAAAAAAAAAAkgAAAAAAAAAAAAAAAAAAAAAAAw5OTHCKzP0gGpy8+efpjZR5AACIBrFhUnDGwJ28UDtx0mVDXLplIFOS6BXk9JUNs/agdyeuMqHcj1AjkwuC743gFrAAAKIgAoDqoAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAADX5/k0iceOf7XsDSynmmazlWfVRK8kWlA2z9qh3J64yB3MfUCOTC4LvjeAWsAAAAAAAAUBJiLAmmNgO3jYE7cdJkF1nplIJTOP8kF/Z6AbZ+1Q3n2yDroAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAADHPPHCK5TSAanL8jLPwjwxUeIAAiCgFASkWBNMbAdvFBNI6TIGuXTKQP2R1UK8npKC7Z+1RN59sgvcx9QN8bgbY3BaxcFAABAUAAHVQAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAHjzfIxwimPjnYGjnnzZTWcqqMa8nogbclgN5jzxUO7HWJA7mILvjcCsXBQAAAAAAAAQDWLAmmNgSePFA7cdJkDXL3SBTkuBXk9JA2z9oHcnrjIHcx9QdgAAAAAAAAAAAAACQQAAAAAAAAAAAAAAAAAEmYiKz4RANXm+VM/1w8Iv1Ua4iCgAAJQCkWBNcbAdvFBO3F5A0y90gU5LgV5PQDbP2gdyfaB3ItIL3MVDfG4LWLgoIAIAAACgAiTT+RXXQAAAAAAAAAAAAASQAAAAAAAAAAAAAAAAAeXPz48UXynygGhyfI585/t5WBhvl1xA7vpKi9zEDfG4LtE9QUAEBQAQFBABAAUoCaxYDTGyCTx4gnbtIGuUeWQH7LgV5PqC75e0DuekgdzEF3xuobY3BJlB2AAAAAAAAAAAAAASQAAAAAAAAAAAAAAAStAa/N8qIrHH5+4GrMzM1nxlRAQAQpFhU1iwJ28UE7cAaTcFpnHUEryfUDbOwL3L4gdyPUF3xuobY3BaxIAgKACAAAAoAABQEnGLIMJiwETX6g7QAAAAAAAAAAAAAJIAAAAAAAAAAAAAAPPl5uPiiuc/SOoNPl+X3PCtMbKPLaLgtQAAAQAQAAAFAAKAUgE1xsCaRZBO3AGlpA1yuB+y4G3JYDfKPPEDuRYF7mPqC743UNouC+YAAMZmv0BJQYyDtgAAAAAAAAAAAAAkgAAAAAAAAAAAAA8Ob5OOPhh45X6QDSy/tM5ZeMz1UY6Ygk8eKCdv1A0y6SB+y4FeQDfLrAHc9AXuY+oLvjdQ2xnrAKAICggAKAAAAAAAgGsWBNcbIE4Ygnbi4GuXSQSZyjrUFiawADGQdsAAAAAAAAAAAAAEAAAAAAAAAAABMsscYrlNIBp83ycs/DHwx/KjwABABAUAAABAKRYE1xsgk4QB24A0m4FM7gV5IA2zsB3LwB3IBd8bgu2N1CoKAAAACAoAJM/cGKDDy8YBdvACIB2wAAAAAAAAAAAAAQAAAAAAAAAAHh8j5McfhjG2f8AoDR5OfmzmuXiDDuT1gF7kWkDuY3Bd8bqLWAAAAAAAAAAAAAQFBAKQCa42AnDFBO3AGk9JApncD9kAbZ2A7k2A7kWBd8QN8bggAMZBIgGQO0AAAAAAAAAAAABIIAAAAAAAABMxETMzSLg1Ob5df68fl7gayogoCaxYE1xsBpCCduATSbgtM7gfsA3zsB3PQDuR6gu+NwXaLqKAAAACAoAIAAAACggAFIBNYBhMILE/cCQTzABQdoAAAAAAAAAAAACQQAAAAAAAGHLzYccePn0gGly8+fJPj4R0hR5iIKAAAAAAAAgAFATWLAawCaQgdv1BNZjykCmcdQK5gu+XWATuegL3IBd8bgsZY3UAAAAAAAASZr9AYygxmAK1BQUAHaAAAAAAAAAAAABJAAAAABQAafyPmTFceLz9wNPLk5Zms+M+oJ3MusAdz0Be5j1A3xuotYuCgAAAAAgKCAAAAAAAAUAoCaxYDSEE0gE7YGmXSQKclwK8gG+XWAXuegHcxA2ifCFBBASQIgFAAB2gAAAAAAAAAAAASQAAAUAGHJyYYY1yn6A0+f5OXJ4R4Y2UeAAIBSLAmuNgTSEE7YGk9AKZx1AryAb5WBe56AdyLAu+NwNsbqKACggAKCAAAAAAAACAAoCTAJMRbxQYTFAZRNQJkGIKCqCB5A7QAAAAAAAAAAAAIAACgA8Ob5OOHhj45fiAaWeeWc1ymsqMRAAUABAAAAAAASgGsWBNIQTSAO2BrlcD+9wNs4A7k9YBe56Ab4gu+N1FrFwAAAABAUAAAmaAxBJQY+UgVqCgKKglfECZB2wAAAAAAAAAAAAQAFBjnyYYRXKaQDR5vnzl4YxMY36yDX7uKi743A2i4KACAAAAAAAAAAAAAAAAAAlIA1iwJpAJ24QNJ6SBTO4FcwN8rAdz0Be5AEZ4gu2N1FrAMZmoCCAxkFiAAAUEypQF48dp8fKAdoAAAAAAAAAAAAEBQeXNz4ccXy6QDR5eXPkmuU/SFHnrAJrAJpCB24BNJuBTO4Fc4A3ysB3PQF7mILvjcFrF1AAAAAAAAAAAAAQFAAAQAACgGsWBJwhBNIBjONPIFjL7gyBjMgkAoCggoMfOaA9ZpjjrH8g64AAAAAAAAAAAAJMxEVnyBq83y/8eP8A8v8AoDVmZmaz5qiCgIAAAABQAEpAGsWBNIQTQE0kCmdwWucAb5R0A7noC9yAN8Z6gu0XUUAAAAQFAAABAUAAABJsCIMJgFjIE8wUAACsVAmQZ8cUjaf4BPMHZAAAAAAAAAAABhy8uPHjXL+IBo83PnyT4+GPSFHlUAAEAAAAAAAAAAAAAABAKQCawgaQCaAmkga5x5SBXMDfIF7k2Be5AG+N1F2i4KICgAAAiTNPqKgJKCSCUBQAAATKOoLhjtl6dQZ5ZRM0jygEB2QAAAAAAAAAAAaX/wBHKYnjiJvMg0t8gO5NgXuR9AXfG4G0XUWoAAAAAAgKAAAAAAAAAgKAACAAUiwJrCBpAJpAJpIGuVwK5gb5AvcmwL3IsBWviACAkgQAAACgxnxkHrEaY06z5g85jrALGVfqDtAAAAAAAAAAAA0PmzE81LREf7g16KJrFgNIBNIQTQE0kCmcXA2zgDfIF7l4Be5iC743UImLgoAAAgKAAAAAAAAAAAgAAAAAAFIBhMIJE0+gMgSZBAUAAFBJkGXHj/lPlAEzWaqAMZjx8EHbAAAAAAAAAAABzfk5bc+c+tPt4A8lAAAAAACgJSANYsCawgmgJoBrkB/f1A2yBd5sB3IsCxniC7Y3VCsXFUAAAAAAAAAEBQAAQEn8AiCTAJE0ABQAAASJBcYnLKgPTKYprHlCjEBBeOPPKQdgAAAAAAAAAAAHKzy2zyyvMyogIAAAAAAAICgIABQAACYiwJrAJpCBoCaSBrlAFc4A3yBd5sB3IBd8QXbG6gAACgAAgJM9AEEkEBAAWgAAAMZ8weuMaYV/ykGET40kGSiUrMRCDPKYj+seUA64AAAAAAAAAAMc8tcMsrRM/YHKUAAAAAABAAUAEBQAAQFAQAAAAAAEpFgNYQTSATQDSQKZAVzA3yBd/QDeAXaOgAIACSCAoAAAEyC8eNZrPlAMsprKjHKKoJGXSQZ4RrjtPnIIo7KAAAAAAAAAADx+XlMfGzmPOlPvNAcquVwN8gXuTYDuRYF3xBdsbqLUAAAAAAAAAAEBQAQAAAAAAAAAAACgJrCCTjAMZgFiQUEmQQFAAAABIiZmgPWfCNY/kGKgCY47ZeiC5ZxOVOkeQCjsoAAAAAAAAAANf5004Yi8xAOeoUgE1iyBrAJpAJoCayB/aAXbK4G+VgXuegLGeILtF1CsAoIAAAAAAAAAAAAAAAAAACeaCSDGQIkAAFAABJrEgTIPTCNY2nznyBFAEmUGcRrj6yDzyxAjK4O2AAAAAAAAAADU/wDoT4YR9ZBpqAAAIAAABQEmIsBrCCaQCaAmsgUygDbK4LvkC9z0A3gF2xuC1hQAAAAAAAAAAABJn7AIICSDEFgAFAABMgXDHafQF5Mpr4eUARNQVQ44rO0+UILlNZUQGNK5UhB2wAAAAAAAAAAaHzpryxFsf9wa6gIACgICggAAAAAAAFASkIGsAmkAaAmkglMoArlcF3yA3mwLvALvjcFrF1AAAACZ6AiCAgJIAAAAKAox85QetNcadeoIDCYmJBa18IB6T/XGMYBiokzSEGWEUxnKf4B2AAAAAAAAAAAc35c1587eX4UeQAgKgAKACAAoIAAAAAAAAAAABQEpAGsIJpAGgJpIJrMAVyjqC7ZAbzYFiagAAkggAAAAKCTIM+PGkbSBM1moCiT5ILxxEROUgm1fEFBIjbKgMsp6R5QDsAAAAAAAAAAA5fP/AO7P/wDU/wCqjzAAnyABQATpIAKCAAAAAAAAAAQAAAgQoAAAdABEFTJBgC4gyBFElAA6AAKKgKMZQe3+EAxAUY5IM8v/AFwDzx8wZqHF5ygT5yD/2Q==);
    color: #fff
}

.content-block__static-collage:nth-of-type(5) .content-block__content {
    width: 48.93617%;
    float: right;
    margin-right: 0
}

.content-block__static-collage:nth-of-type(5) .content-block__image {
    float: left
}

.content-block__static-collage:nth-of-type(2),
.content-block__static-collage:nth-of-type(3) {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    background-position: bottom left
}

.content-block__static-collage:nth-of-type(2) {
    background-color: #272727;
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTkwRkI5QjhDN0M2MTFFNUFDMkJDNjA2QTlBMTUxMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTkwRkI5QjlDN0M2MTFFNUFDMkJDNjA2QTlBMTUxMUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTBGQjlCNkM3QzYxMUU1QUMyQkM2MDZBOUExNTExRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTBGQjlCN0M3QzYxMUU1QUMyQkM2MDZBOUExNTExRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0Ig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);
    color: #fff
}

.content-block__static-collage:nth-of-type(3) {
    background-color: #d9d9d9;
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0IyQjQ3RkZDN0M3MTFFNUFDMkJDNjA2QTlBMTUxMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0IyQjQ4MDBDN0M3MTFFNUFDMkJDNjA2QTlBMTUxMUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTBGQjlCRUM3QzYxMUU1QUMyQkM2MDZBOUExNTExRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjJCNDdGRUM3QzcxMUU1QUMyQkM2MDZBOUExNTExRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0Ig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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2Q==);
    color: #3a3a3a
}

.content-block__static-collage:nth-of-type(4) {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    background-position: bottom right;
    background-color: #004734;
    background-size: cover;
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0IyQjQ4MDdDN0M3MTFFNUFDMkJDNjA2QTlBMTUxMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0IyQjQ4MDhDN0M3MTFFNUFDMkJDNjA2QTlBMTUxMUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjJCNDgwNUM3QzcxMUU1QUMyQkM2MDZBOUExNTExRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjJCNDgwNkM3QzcxMUU1QUMyQkM2MDZBOUExNTExRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0Ig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KAAAAAACiAAAAKAACiAAAKAIAAoAAKIAAzDVUAABQABUABQEAUABAUAAAUQAABQAABFAAABQBAFAAABRAAGdGooAAAAAqAAoCAKAAgKAAKAIAAAoAAAigAAAoAgACgAAogADOjUUAUEwAACoACgIoAACAoAAAogAACgAACKAAACgCAAKAAACiAM41AIABRAUQAAFARQAAAAAAAUQAABQAABFAAABQBAAFAAABRAGcagAKAAICiAAoCKAAAgKAAKIAAAAoAAAigAAAoAgAACgAAogDONQFQFARQQAUAEAUAAAAAAFEAAAAUAAARQAAAUAQAABQAAUQBnGoCoCgCiAIKACKAAAAAAACiAAAAKAAACiAAAAKIAAAoAAKIAzjVUABUAAAAAAUAAABAUAAUQAAABQAAABFAAABRAAAFAAABRHgNRAAUEBQAAAEUAAABAUAAAUQAAABQAABFAAABQBAAFAAABRGcagAAAKgAAKAgCgAAICgAACiAAAAKAAACiAAAKAIAAoAAAKIzjUAAAABUABQAEUAABAUAAAUQAAAABQAABFAABQBAAAFAABRGdGoAoAAAqAAoCAKAAAgKAAAKIAAAAAoAAAigAAAogAACgAAAzo0UBQAABUABQAEUAAABAUAAAUQQFAAFAAAEUAAAFAEAAUAAAGfqjRQFAAAFQAAFAQBQAAAAAAAUQAAABQAABFAAABQBAAFAAABn6o0UBQAABUABQAEUAAABAUAAAAUQAABQAAABFAAABRAAAFAABnGioCgAACoAACgIoAAAAAAAAAKIAAAAoAAAigAAAogAACgAAzo0AVQAABUAABQEUAAABAUAAAAUQAAABQAABFAAABQBAAAFABn6jURFAUAAAVAAUAUQAAQAFAAAFAEAAAUAAAARQAAAAUQAABQAZxoIKAoAAAoPWfi80Ui2M96xvAznpOvJGgoCKAAAgKAAAKIAICgCgAAACKAAAACgCAAKADONREUBQAAiJmcRGZnaAbvj/Fjjxe+t+kdhzb9O/kaBk8uX4/Hyazpb8oGmd2MfLwcnHvGa/lGw3zuV5j2CKAAAAAACiAAAAAKAAAIoAAAAKAIAAoAM41EFEFAFrWbTERGZnaAt43/G+PXjjM68k7z28hy+m+/wDHsrwiC5UAZub4dbZnj+2fx6I1z6/1ktW1Le20YntI3llQFAAQFAAF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);
    color: #fff
}

.content-block__static-collage .content-block__image a {
    display: block;
    line-height: 0
}

.content-block__static-collage .content-block__image img {
    max-width: 100%;
    height: auto
}

.content-block__static-collage .content-block__content {
    padding: 20px
}

.content-block__static-collage .content-block__main-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.23077;
    margin-bottom: 20px
}

.content-block__static-collage .content-block__description {
    font-size: 16px;
    line-height: 1.5
}

.content-block__static-collage .content-block__ctas {
    padding-top: 30px
}

.content-block__static-collage--light {
    color: #fff
}

.content-block__static-collage--dark {
    color: #3a3a3a
}

@media(min-width:961px) {
    .content-block__static-collage {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%
    }
    .content-block__static-collage:nth-of-type(2),
    .content-block__static-collage:nth-of-type(3) {
        min-height: 640px;
        position: relative
    }
    .content-block__static-collage:nth-of-type(2) .content-block__ctas,
    .content-block__static-collage:nth-of-type(3) .content-block__ctas {
        position: absolute;
        bottom: 20px;
        left: 20px
    }
    .content-block__static-collage:nth-of-type(1):first-of-type {
        width: 100%;
        background-size: cover
    }
    .content-block__static-collage:nth-of-type(1):first-of-type .content-block__image {
        width: 48.93617%;
        float: right;
        margin-right: 0
    }
    .content-block__static-collage:nth-of-type(1):first-of-type .content-block__image img {
        width: 100%;
        height: auto
    }
    .content-block__static-collage:nth-of-type(1):first-of-type .content-block__content {
        width: 51.06383%;
        float: left;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        height: 360px;
        padding: 20px 90px;
        background-repeat: no-repeat;
        background-size: cover
    }
    .content-block__static-collage:nth-of-type(2n+2):nth-last-of-type(1) {
        width: 48.93617%;
        float: right;
        margin-right: 0;
        background-size: cover
    }
    .content-block__static-collage:nth-of-type(2n+2):nth-last-of-type(1) img {
        width: 100%;
        height: auto
    }
    .content-block__static-collage:nth-of-type(2n+2):nth-last-of-type(2) {
        width: 31.91489%;
        float: right;
        margin-right: 0;
        min-height: 640px;
        position: relative
    }
    .content-block__static-collage:nth-of-type(2n+2):nth-last-of-type(2) .content-block__ctas {
        position: absolute;
        bottom: 20px;
        left: 20px
    }
    .content-block__static-collage:nth-of-type(2n+2):nth-last-of-type(3) {
        width: 48.93617%;
        float: right;
        margin-right: 0;
        background-size: cover
    }
    .content-block__static-collage:nth-of-type(2n+2):nth-last-of-type(3) img {
        width: 100%;
        height: auto
    }
    .content-block__static-collage:nth-of-type(2n+1):nth-last-of-type(1) {
        width: 100%;
        clear: none;
        float: left;
        background-position: bottom right
    }
    .content-block__static-collage:nth-of-type(2n+1):nth-last-of-type(2) {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
        background-size: cover;
        min-height: 640px;
        position: relative
    }
    .content-block__static-collage:nth-of-type(2n+1):nth-last-of-type(2) .content-block__image {
        display: block;
        width: 100%;
        float: none
    }
    .content-block__static-collage:nth-of-type(2n+1):nth-last-of-type(2) .content-block__content {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        padding: 20px;
        height: auto;
        -webkit-transform-style: flat;
        transform-style: flat
    }
    .content-block__static-collage:nth-of-type(2n+1):nth-last-of-type(2) .content-block__wrapper {
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: inherit
    }
    .content-block__static-collage:nth-of-type(2n+1):nth-last-of-type(2) .content-block__ctas {
        position: absolute;
        bottom: 20px;
        left: 20px
    }
    .content-block__static-collage:nth-of-type(2n+1):nth-last-of-type(2) img {
        width: 100%;
        height: auto
    }
    .content-block__static-collage:nth-of-type(3n+3):nth-last-of-type(1) {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
        background-size: cover
    }
    .content-block__static-collage:nth-of-type(3n+3):nth-last-of-type(1) img {
        width: 100%;
        height: auto
    }
    .content-block__static-collage:nth-of-type(3n+2):nth-last-of-type(2) {
        width: 48.93617%;
        float: right;
        margin-right: 0;
        background-size: cover
    }
    .content-block__static-collage:nth-of-type(3n+2):nth-last-of-type(2) img {
        width: 100%;
        height: auto
    }
    .content-block__static-collage:nth-of-type(3n+4):nth-last-of-type(1) {
        width: 100%;
        clear: both;
        background-position: bottom right;
        text-align: center
    }
    .content-block__static-collage:nth-of-type(3n+4):nth-last-of-type(1) .content-block__image {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%
    }
    .content-block__static-collage:nth-of-type(3n+4):nth-last-of-type(1) .content-block__image img {
        width: 100%;
        height: auto
    }
    .content-block__static-collage:nth-of-type(3n+4):nth-last-of-type(1) .content-block__content {
        width: 48.93617%;
        float: right;
        margin-right: 0;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        height: 360px;
        padding: 20px 90px;
        background-repeat: no-repeat;
        background-size: cover
    }
    .content-block__static-collage:nth-of-type(3n+4):nth-last-of-type(1) .content-block__wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto
    }
}

.sub-nav,
.sub-nav li {
    position: relative
}

@media(max-width:960px) {
    .content-block__static-collage {
        margin: 0 0 20px
    }
    .content-block__static-collage:nth-of-type(1),
    .content-block__static-collage:nth-of-type(5) {
        text-align: left;
        background-size: contain
    }
    .content-block__static-collage:nth-of-type(1) .content-block__content,
    .content-block__static-collage:nth-of-type(5) .content-block__content {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        height: inherit;
        padding: 20px;
        width: 100%;
        float: none
    }
    .content-block__static-collage:nth-of-type(1) .content-block__wrapper,
    .content-block__static-collage:nth-of-type(5) .content-block__wrapper {
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .content-block__static-collage:nth-of-type(1) .content-block__image,
    .content-block__static-collage:nth-of-type(5) .content-block__image {
        width: 100%
    }
    .content-block__static-collage:nth-of-type(1) {
        background-size: contain
    }
    .content-block__static-collage:nth-of-type(1) .content-block__image {
        float: none;
        margin-left: 0
    }
    .content-block__static-collage:nth-of-type(5) .content-block__image {
        float: none;
        margin-right: 0
    }
    .content-block__static-collage:nth-of-type(2),
    .content-block__static-collage:nth-of-type(3),
    .content-block__static-collage:nth-of-type(4) {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .content-block__static-collage:nth-of-type(2) .content-block__content,
    .content-block__static-collage:nth-of-type(3) .content-block__content,
    .content-block__static-collage:nth-of-type(4) .content-block__content {
        min-height: inherit
    }
    .content-block__static-collage:nth-of-type(2) .content-block__wrapper,
    .content-block__static-collage:nth-of-type(3) .content-block__wrapper,
    .content-block__static-collage:nth-of-type(4) .content-block__wrapper {
        height: inherit
    }
    .content-block__static-collage:nth-of-type(2) .content-block__ctas,
    .content-block__static-collage:nth-of-type(3) .content-block__ctas,
    .content-block__static-collage:nth-of-type(4) .content-block__ctas {
        position: relative;
        bottom: inherit;
        left: inherit
    }
    .content-block__static-collage img {
        width: 100%
    }
}

.sub-nav__list-items {
    list-style-position: inside;
    background: #ebebeb;
    padding: 20px;
    margin-bottom: 20px
}

.sub-nav__module {
    background: 0 0;
    border: 1px solid #ccc
}

.sub-nav li {
    overflow: hidden
}

.sub-nav .icon {
    width: 15px;
    height: 15px;
    fill: #006a4d;
    margin-right: 10px;
    vertical-align: middle
}

.sub-nav span {
    line-height: 1;
    font-size: 11px;
    vertical-align: middle
}

.sub-nav a {
    display: inline-block
}

.sub-nav a:hover .icon {
    fill: #69be28
}

.sub-nav .sub-nav-title {
    display: none
}

.sub-nav__results-links .sub-nav__list-items {
    background: 0 0;
    margin: 15px 0 4px;
    padding: 0
}

.sub-nav__results-links .sub-nav__list-items .sub-nav--list-item a {
    font-weight: 400
}

.sub-nav__results-links .sub-nav--list-item .category {
    font-weight: 700;
    line-height: 1.28571;
    text-transform: uppercase
}

.sub-nav__results-links .sub-nav--list-item a {
    font-weight: 700
}

.sub-nav__results-links a.show-less,
.sub-nav__results-links a.show-more {
    color: #006a4d;
    cursor: pointer
}

.sub-nav__results-links a.show-less:hover,
.sub-nav__results-links a.show-more:hover {
    color: #69be28
}

@media(max-width:960px) {
    .sub-nav__list-items.sub-nav__module--social {
        display: block;
        position: relative;
        border-right: 0;
        border-left: 0;
        background: 0 0;
        padding: 10px 0;
        text-align: left;
        overflow: hidden
    }
    .sub-nav__list-items.sub-nav__module--social .icon {
        width: 23px;
        height: 23px
    }
    .sub-nav__list-items.sub-nav__module--social span {
        display: none
    }
    .sub-nav__list-items.sub-nav__module--social .sub-nav--list-item {
        float: left;
        width: 16.66666%;
        margin-bottom: 0;
        margin-right: 0;
        text-align: center
    }
    .sub-nav__list-items.sub-nav__module--social .sub-nav--list-item .icon {
        margin-right: 0
    }
    .tab-slider__list-item .content-block__main-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media(max-width:768px) {
    .sub-nav.active .icon-line-arrow-down {
        display: none
    }
    .sub-nav .icon-line-arrow-down,
    .sub-nav.active .icon-line-arrow-up,
    .sub-nav.active .sub-nav__list-items {
        display: block
    }
    .sub-nav.active .sub-nav-title {
        margin-bottom: 0
    }
    .sub-nav .icon-line-arrow-up {
        display: none
    }
    .sub-nav__list-items {
        background: rgba(255, 255, 255, .95);
        width: 100%;
        position: absolute;
        z-index: 5;
        padding: 30px;
        display: none
    }
    .sub-nav .sub-nav-title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        font-weight: 500;
        display: block;
        overflow: hidden;
        margin-bottom: 20px
    }
    .sub-nav .sub-nav-title .icon {
        height: 20px;
        width: 20px;
        float: right;
        fill: #3a3a3a
    }
    .tab-slider__list-item .content-block__image {
        display: none
    }
}

.sub-nav--list-item {
    margin-bottom: 20px;
    list-style: none
}

.sub-nav--list-item.active .sub-nav__list-items {
    padding-bottom: 0;
    margin-bottom: 0
}

.sub-nav__module--social .sub-nav--list-item {
    margin-bottom: 10px
}

.sub-nav--list-item:last-of-type {
    margin-bottom: 0
}

.sub-nav--list-item.active>a {
    color: #69be28;
    font-weight: 500
}

.sub-nav--list-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.28571;
    text-transform: uppercase
}

.tab-slider__list-item {
    color: #fff;
    padding-bottom: 60px
}

.tab-slider__list-item .content-block__image {
    float: right;
    margin-left: 10px
}

.tab-slider__list-item .content-block__content {
    background-color: #003124;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    min-height: 186px
}

.tab-slider__list-item .content-block__wrapper {
    padding: 22px
}

.tab-slider__list-item .content-block__main-title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px
}

.tab-slider__list-item .content-block__description {
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 15px
}

.tab-slider-thumbs__list-item {
    background-position: center 0;
    background-repeat: no-repeat;
    box-sizing: content-box;
    cursor: pointer;
    position: relative;
    text-indent: -9999px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.tab-slider-thumbs__list-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.tab-slider-thumbs__list-item.slick-slide {
    height: 85px;
    min-height: 50px
}

.tab-slider-thumbs__list-item.active::after {
    opacity: 1
}

.content-block__three-col-centered {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 40px;
    text-align: center
}

.content-block__three-col-centered:nth-of-type(3n) {
    float: right;
    margin-right: 0
}

.content-block__three-col-centered .content-block__title {
    margin-bottom: 10px
}

@media(max-width:768px) {
    .tab-slider__list-item .content-block__content {
        background-size: cover
    }
    .tab-slider__list-item .content-block__main-title {
        white-space: normal;
        overflow: visible;
        text-overflow: clip
    }
    .content-block__three-col-centered {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

.content-block__two-to-one {
    border: 1px solid #ccc
}

.content-block__two-to-one:after {
    content: " ";
    display: block;
    clear: both
}

.content-block__two-to-one .content-block__image {
    width: 33.33333%;
    float: left;
    float: right;
    margin-right: 0
}

.content-block__two-to-one .content-block__image img {
    display: block;
    height: auto;
    width: 100%
}

.content-block__two-to-one .content-block__content {
    width: 66.66667%;
    float: left;
    background: #fff;
    padding: 0 60px
}

.content-block__two-to-one .content-block__content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.content-block__two-to-one .content-block__title {
    margin-bottom: 15px
}

.content-block__two-to-one .content-block__description {
    margin-bottom: 15px;
    line-height: 1.42857
}

.content-block__two-to-one .content-block__wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 95%
}

@media(max-width:768px) {
    .content-block__two-to-one .content-block__image {
        display: none
    }
    .content-block__two-to-one .content-block__content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        padding: 17px 20px
    }
}

.video-bg-wrapper {
    font-size: 0;
    z-index: 1
}

.footer-nav-utility__list-item a,
.footer-nav__list-item a {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500
}

@media(min-width:961px) {
    .video-bg-wrapper {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%
    }
}

@media(max-width:960px) {
    .video-bg-wrapper {
        display: none
    }
}

@media(max-device-width:1024px) {
    .video-bg-wrapper {
        display: none
    }
}

.video-bg {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.content-block__marquees-video .content-block__wrapper,
.content-section__marquees-video .content-block__wrapper {
    z-index: 2
}

@media(min-width:961px) {
    .content-block__marquees-video .content-block__inner,
    .content-section__marquees-video .content-block__inner {
        position: relative
    }
}

.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 50px
}

.embed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-block__videos {
    text-align: center;
    line-height: 0;
    padding-bottom: 35px
}

.content-block__image .content-block__videos {
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.main-nav__list-item li.has-dropdown .simple,
.main_nav__container {
    position: relative
}

.footer-nav-social__list-item li {
    list-style-type: none;
    display: inline-block;
    margin-right: 40px
}

.footer-nav-social__list-item li a {
    display: block
}

.footer-nav-social__list-item li .icon {
    fill: #fff;
    height: 30px;
    transition: all .5s ease-out
}

.footer-nav-social__list-item li .icon:hover {
    cursor: pointer;
    fill: #69be28
}

.footer-nav-social__list-item li .icon--facebook {
    width: 20px
}

.footer-nav-social__list-item li .icon--twitter {
    width: 30px
}

.footer-nav-social__list-item li .icon--google,
.footer-nav-social__list-item li .icon--linkedin {
    width: 20px
}

@media(max-width:960px) {
    .footer-nav-social__list-item {
        text-align: center
    }
    .footer-nav-social__list-item li {
        margin: 0 14px
    }
    .footer-nav-social__list-item li .icon {
        height: 50px
    }
    .footer-nav-social__list-item li .icon--facebook {
        width: 30px
    }
    .footer-nav-social__list-item li .icon--twitter {
        width: 50px;
        height: 40px
    }
    .footer-nav-social__list-item li .icon--google,
    .footer-nav-social__list-item li .icon--linkedin {
        width: 30px
    }
}

.footer-nav-utility {
    margin-bottom: 40px
}

.footer-nav-utility__list-item li {
    list-style-type: none;
    float: left;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff
}

.footer-nav-utility__list-item li:first-of-type {
    border-left: 0;
    padding: 0;
    margin: 0
}

.footer-nav-utility__list-item a {
    color: #69be28
}

.footer-nav-utility__list-item a:hover {
    color: #fff
}

@media(max-width:960px) {
    .footer-nav-utility__list-item li {
        margin: 0 0 15px;
        padding: 15px 0 0;
        float: none;
        border-top: 1px solid #fff;
        border-left: 0
    }
    .footer-nav-utility__list-item li:first-of-type {
        border-top: 0;
        margin: 0 0 15px
    }
}

.footer-nav {
    border-bottom: 1px solid #17794b;
    margin-bottom: 20px
}

.footer-nav__list-item li {
    list-style-type: none;
    float: left;
    margin: 0 30px 20px 0
}

.footer-nav__list-item a {
    color: #fff
}

.footer-nav__list-item a:hover {
    color: #69be28
}

@media(max-width:960px) {
    .footer-nav {
        border: 0
    }
    .footer-nav__list-item:last-of-type {
        margin-bottom: 40px
    }
    .footer-nav__list-item li {
        width: 100%;
        float: none
    }
}

@media(max-device-width:1024px) {
    .header__nav.is-visible .main-nav__list-item {
        display: block;
        margin: 0 auto;
        width: 90%;
        position: relative
    }
    .header__nav.is-visible .icon-hamburger {
        display: none
    }
    .header__nav.is-visible .icon-close {
        display: block
    }
    .header__nav.is-visible .mini-search {
        display: block;
        clear: both;
        height: auto
    }
    .header__nav.is-visible .mini-search__text-field {
        height: 50px;
        font-size: 16px;
        width: 100%;
        position: relative;
        padding: 0 45px 0 15px
    }
    .header__nav.is-visible .mini-search__search-btn {
        top: 7px;
        right: 10px;
        width: 30px;
        height: 30px
    }
    .header__nav.is-visible .mini-search .icon-search {
        width: 30px;
        height: 30px;
        fill: #3a3a3a
    }
}

@media(max-width:960px) {
    .header__nav.is-visible .main-nav__list-item {
        display: block;
        margin: 0 auto;
        width: 90%;
        position: relative
    }
    .header__nav.is-visible .icon-hamburger {
        display: none
    }
    .header__nav.is-visible .icon-close {
        display: block
    }
    .header__nav.is-visible .mini-search {
        display: block;
        clear: both;
        height: auto
    }
    .header__nav.is-visible .mini-search__text-field {
        height: 50px;
        font-size: 16px;
        width: 100%;
        position: relative;
        padding: 0 45px 0 15px
    }
    .header__nav.is-visible .mini-search__search-btn {
        top: 7px;
        right: 10px;
        width: 30px;
        height: 30px
    }
    .header__nav.is-visible .mini-search .icon-search {
        width: 30px;
        height: 30px;
        fill: #3a3a3a
    }
}

.drop-down__main-nav {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px
}

.drop-down__main-nav:after {
    content: " ";
    display: block;
    clear: both
}

@media(max-device-width:1024px) {
    .drop-down__main-nav {
        width: 100%;
        padding: 0
    }
}

@media(max-width:960px) {
    .drop-down__main-nav {
        width: 100%;
        padding: 0
    }
}

.main-nav li {
    list-style: none
}

.main-nav__list-item {
    padding: 20px 0 0;
    font-size:10pt;
}

.main-nav__list-item--first-level {
    box-sizing: border-box
}

.main-nav__list-item--first-level>a {
    padding: 0 0 16px;
    position: relative
}

.main-nav__list-item--first-level:first-of-type {
    margin-left: 0
}

.main-nav__list-item a {
    display: block;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase
}

.main-nav__list-item li {
    float: left
}

.main-nav__list-item li a {
    color: #3a3a3a
}

.main-nav__list-item li.has-dropdown:hover>a::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    z-index: 11
}

.main-nav__list-item li .simple-drop-down {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 0 0 10px;
    color: #3a3a3a;
    min-width: 210px;
    text-align: left;
    z-index: 10
}

.main-nav__list-item li .simple-drop-down li {
    float: none;
    display: block
}

.main-nav__list-item li .simple-drop-down li a {
    margin: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #006a4d;
    font-weight: 500
}

.main-nav__list-item li .simple-drop-down li a:hover,
.main-nav__list-item li:hover>.drop-down-container a:hover {
    color: #69be28
}

.main-nav__list-item li.right .simple-drop-down {
    min-width: 0
}

.main-nav__list-item li:hover>a {
    color: #69be28;
    position: relative
}

.main-nav__list-item li:hover>.drop-down-container,
.main-nav__list-item li:hover>.simple-drop-down {
    opacity: 1;
    visibility: visible
}

.main-nav__list-item li:hover>.drop-down-container a::after {
    display: none
}

.main-nav__list-item li:hover>.drop-down-container .btn:hover {
    color: #fff
}

.main-nav .drop-down-container {
    position: absolute;
    top: 52px;
    left: 0;
    background: rgba(255, 255, 255, .95);
    padding: 0 0 10px;
    opacity: 0;
    visibility: hidden;
    color: #3a3a3a;
    width: 100%;
    text-align: left;
    z-index: 10;
    transition: all .5s ease-in-out;
    box-shadow: 0 14px 25px -17px #3d3d3d
}

.main-nav .drop-down-container .main-nav__list-item--second-level {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%
}

.main-nav .drop-down-container .main-nav__list-item--second-level:last-of-type {
    width: 23.40426%;
    float: right;
    margin-right: 0
}

.main-nav .drop-down-container .main-nav__list-item--second-level:last-of-type li {
    min-height: inherit
}

.main-nav .drop-down-container .main-nav__list-item--second-level-single {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%
}

.main-nav .drop-down-container .main-nav__list-item--second-level-single .main-nav__list-item--third-level li {
    display: block;
    width: auto
}

.main-nav .drop-down-container .main-nav__list-item--second-level-single:last-of-type {
    width: 14.89362%;
    float: right;
    margin-right: 0
}

.main-nav .drop-down-container .main-nav__list-item--second-level-header {
    border-bottom: 1px solid #3a3a3a;
    padding: 20px 0 10px;
    margin-bottom: 10px;
    position: relative;
    height: inherit
}

.main-nav .drop-down-container .main-nav__list-item--second-level-header a {
    font-size: 12px;
    text-transform: uppercase;
    color: #006a4d;
    font-weight: 500;
    position: absolute;
    bottom: 10px
}

.main-nav .main-nav__list-item--third-level {
    overflow: hidden
}

.main-nav .main-nav__list-item--third-level li {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
    vertical-align: top
}

.main-nav .main-nav__list-item--third-level a {
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-transform: none;
    letter-spacing: 0
}

.main-nav .intro-container {
    background: #ebebeb;
    padding: 30px
}

.main-nav .intro-container .content-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px
}

.main-nav .intro-container .content-wrapper:after {
    content: " ";
    display: block;
    clear: both
}

.main-nav .intro-container__copy {
    font-size: 12px;
    line-height: 1.5;
    overflow: auto;
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%
}

.main-nav .intro-container__btn {
    color: #fff;
    text-align: right;
    width: 23.40426%;
    float: right;
    margin-right: 0
}

.main-nav__show-menu {
    display: none;
    margin: 10px 20px
}

.main-nav__show-menu .icon {
    width: 40px;
    height: 30px
}

.main-nav .icon-close,
.main-nav .mini-search {
    display: none
}

@media(max-device-width:1024px) {
    .main-nav .drop-down-container .main-nav__list-item--second-level,
    .main-nav .drop-down-container .main-nav__list-item--second-level-single,
    .main-nav .drop-down-container .main-nav__list-item--second-level:last-of-type,
    .main-nav .drop-down-container .simple-drop-down-item,
    .main-nav .drop-down-container .simple-drop-down-item-single,
    .main-nav .drop-down-container .simple-drop-down-item:last-of-type,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level-single,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level:last-of-type,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item-single,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item:last-of-type {
        float: none;
        width: 100%;
        margin: 0
    }
    .main-nav {
        background: url(/content/css/images/nav-bg.jpg) no-repeat;
        background-size: cover;
        padding-bottom: 20px
    }
    .main-nav__list-item {
        display: none;
        clear: both
    }
    .main-nav__list-item--first-level,
    .main-nav__list-item--first-level:last-of-type {
        margin: 0
    }
    .main-nav__list-item--first-level>a {
        border-bottom: 1px solid #ebebeb;
        text-align: left
    }
    .main-nav__list-item--first-level a {
        line-height: 2.28571;
        padding: 0;
        display: block;
        width: 100%
    }
    .main-nav__list-item--first-level:first-of-type {
        padding-top: 0;
        border: 0
    }
    .main-nav__list-item li {
        float: none;
        width: 100%!important;
        text-align: left!important
    }
    .main-nav__list-item li.has-dropdown:hover>a::after {
        display: none
    }
    .main-nav .drop-down-container,
    .main-nav .main-nav__list-item li .simple-drop-down {
        border-top: 0;
        position: relative;
        top: inherit;
        left: inherit;
        visibility: visible;
        opacity: 1;
        width: 100%;
        margin: 0 auto;
        background: 0 0;
        box-shadow: none
    }
    .main-nav .drop-down-container li,
    .main-nav .main-nav__list-item li .simple-drop-down li {
        border-bottom: 1px solid #ebebeb
    }
    .main-nav .drop-down-container a,
    .main-nav .main-nav__list-item li .simple-drop-down a {
        padding: 5px 0 5px 20px
    }
    .main-nav .drop-down-container .main-nav__list-item--second-level a,
    .main-nav .drop-down-container .simple-drop-down-item a,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level a,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item a {
        margin: 0;
        padding-bottom: 0
    }
    .main-nav .drop-down-container .main-nav__list-item--second-level-header,
    .main-nav .drop-down-container .simple-drop-down-item-header,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level-header,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item-header {
        border-bottom: 0;
        padding: 0;
        margin-bottom: 0;
        height: 100%!important
    }
    .main-nav .drop-down-container .main-nav__list-item--second-level-header a,
    .main-nav .drop-down-container .simple-drop-down-item-header a,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level-header a,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item-header a {
        position: relative;
        bottom: inherit;
        padding-bottom: 0;
        margin-bottom: 0
    }
    .main-nav__show-menu {
        display: block;
        float: right
    }
    .main-nav .intro-container,
    .main-nav .main-nav__list-item--third-level {
        display: none
    }
}

@media(max-width:960px) {
    .main-nav .drop-down-container .main-nav__list-item--second-level,
    .main-nav .drop-down-container .main-nav__list-item--second-level-single,
    .main-nav .drop-down-container .main-nav__list-item--second-level:last-of-type,
    .main-nav .drop-down-container .simple-drop-down-item,
    .main-nav .drop-down-container .simple-drop-down-item-single,
    .main-nav .drop-down-container .simple-drop-down-item:last-of-type,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level-single,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level:last-of-type,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item-single,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item:last-of-type {
        float: none;
        width: 100%;
        margin: 0
    }
    .main-nav {
        background: url(/content/css/images/nav-bg.jpg) no-repeat;
        background-size: cover;
        padding-bottom: 20px
    }
    .main-nav__list-item {
        display: none;
        clear: both
    }
    .main-nav__list-item--first-level,
    .main-nav__list-item--first-level:last-of-type {
        margin: 0
    }
    .main-nav__list-item--first-level>a {
        border-bottom: 1px solid #ebebeb;
        text-align: left
    }
    .main-nav__list-item--first-level a {
        line-height: 2.28571;
        padding: 0;
        display: block;
        width: 100%
    }
    .main-nav__list-item--first-level:first-of-type {
        padding-top: 0;
        border: 0
    }
    .main-nav__list-item li {
        float: none;
        width: 100%!important;
        text-align: left!important
    }
    .main-nav__list-item li.has-dropdown:hover>a::after {
        display: none
    }
    .main-nav .drop-down-container,
    .main-nav .main-nav__list-item li .simple-drop-down {
        border-top: 0;
        position: relative;
        top: inherit;
        left: inherit;
        visibility: visible;
        opacity: 1;
        width: 100%;
        margin: 0 auto;
        background: 0 0;
        box-shadow: none
    }
    .main-nav .drop-down-container li,
    .main-nav .main-nav__list-item li .simple-drop-down li {
        border-bottom: 1px solid #ebebeb
    }
    .main-nav .drop-down-container a,
    .main-nav .main-nav__list-item li .simple-drop-down a {
        padding: 5px 0 5px 20px
    }
    .main-nav .drop-down-container .main-nav__list-item--second-level a,
    .main-nav .drop-down-container .simple-drop-down-item a,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level a,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item a {
        margin: 0;
        padding-bottom: 0
    }
    .main-nav .drop-down-container .main-nav__list-item--second-level-header,
    .main-nav .drop-down-container .simple-drop-down-item-header,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level-header,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item-header {
        border-bottom: 0;
        padding: 0;
        margin-bottom: 0;
        height: 100%!important
    }
    .main-nav .drop-down-container .main-nav__list-item--second-level-header a,
    .main-nav .drop-down-container .simple-drop-down-item-header a,
    .main-nav .main-nav__list-item li .simple-drop-down .main-nav__list-item--second-level-header a,
    .main-nav .main-nav__list-item li .simple-drop-down .simple-drop-down-item-header a {
        position: relative;
        bottom: inherit;
        padding-bottom: 0;
        margin-bottom: 0
    }
    .main-nav__show-menu {
        display: block;
        float: right
    }
    .main-nav .intro-container,
    .main-nav .main-nav__list-item--third-level {
        display: none
    }
}

.body-content p,
.body-content__list-item li,
.content-section__features.content-section__about .content-block__description {
    line-height: 1.42857
}

.content-section__features.content-section__about,
.content-section__features.content-section__about .content-block__about--body {
    margin-bottom: 40px
}

.advanced-search:after,
.content-section__features.content-section__about .content-section__blocks:after {
    display: block;
    content: " ";
    clear: both
}

.content-section__features.content-section__about .content-section__blocks {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.content-section__features.content-section__about .content-block__feature {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%
}

.content-section__features.content-section__about .content-block__feature:last-of-type {
    width: 48.93617%;
    float: right;
    margin-right: 0
}

.content-section__features.content-section__about .content-block__feature .content-block__description {
    margin-bottom: 0
}

.advanced-search {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
    margin-bottom: 40px
}

.advanced-search .advanced-search-form {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.advanced-search .advanced-search-form__search-bar {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%
}

.advanced-search .advanced-search__accounts {
    width: 23.40426%;
    float: right;
    margin-right: 0;
    text-align: right
}

.advanced-search .advanced-search-form__filter-row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.advanced-search .advanced-search-user {
    text-align: right;
    padding-bottom: 10px;
    margin-top: -26px
}

@media(max-width:768px) {
    .advanced-search {
        padding: 0
    }
    .advanced-search .advanced-search-form {
        width: 100%;
        float: none;
        margin: 0
    }
    .advanced-search .advanced-search__accounts {
        width: 100%;
        float: none;
        text-align: left;
        padding-top: 20px
    }
}

.body-content {
    margin-bottom: 40px;
    overflow: hidden
}

.body-content ol,
.body-content ul {
    padding-left: 20px
}

.body-content ol li,
.body-content ul li {
    padding: 10px 0;
    line-height: 1.42857
}

.body-content a {
    color: #006a4d!important
}

.body-content a.btn,
.body-content a.submit {
    color: #fff!important
}

.body-content p {
    clear: both;
    margin-bottom: 20px
}

.body-content p:last-child {
    margin-bottom: 0
}

.body-content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px
}

.body-content img.headline-image {
    width: 100%
}

.body-content__list-item {
    list-style-type: square;
    list-style-position: outside;
    padding: 0 0 0 18px
}

.body-content__list-item:not(.body-content__list-item--three-col) {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%
}

.body-content__list-item:not(.body-content__list-item--three-col):last-of-type {
    width: 48.93617%;
    float: right;
    margin-right: 0
}

.body-content__list-item--three-col {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%
}

.body-content__list-item--three-col:last-of-type {
    width: 31.91489%;
    float: right;
    margin-right: 0
}

@media(max-width:960px) {
    .body-content__list-item--three-col,
    .body-content__list-item--three-col:last-of-type,
    .body-content__list-item:not(.body-content__list-item--three-col),
    .body-content__list-item:not(.body-content__list-item--three-col):last-of-type {
        float: none;
        width: 100%
    }
}

.collage {
    margin-bottom: 80px
}

@media(max-width:768px) {
    .body-content img {
        width: 100%
    }
    .collage {
        margin-bottom: 40px
    }
}

.country-selection-content {
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden
}

.country-selection-content.active {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out
}

.country-selection-content .flyout__tabs {
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    z-index: 10;
    position: relative;
    width: 120px;
    background: #fff
}

.country-selection-content .flyout__tabs .list-item {
    list-style-type: none
}

.country-selection-content .flyout__tabs .list-item .icon {
    display: none
}

.country-selection-content .flyout__tabs .list-item a:link,
.country-selection-content .flyout__tabs .list-item a:visited {
    line-height: 51px;
    background: #fff;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.country-selection-content .flyout__tabs .list-item a:hover {
    background: #f7f7f7;
    color: #69be28
}

.country-selection-content .flyout__tabs .list-item--active a:link,
.country-selection-content .flyout__tabs .list-item--active a:visited {
    background: #f7f7f7;
    color: #69be28;
    border-right: 0
}

.country-selection-content .flyout__tabs .list-item:last-of-type a:link,
.country-selection-content .flyout__tabs .list-item:last-of-type a:visited {
    border-bottom: 0
}

.country-selection-content .flyout__content-wrapper {
    position: relative;
    padding: 20px;
    float: left;
    background: #f7f7f7;
    border: 1px solid #ccc;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    margin-left: -1px;
    top: 1px;
    height: 216px;
    min-width: 140px
}

.country-selection-content .flyout__content-wrapper--active {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out
}

.country-selection-content .flyout__content {
    overflow: hidden;
    display: none
}

.country-selection-content .flyout__content--active {
    display: block
}

.country-selection-content .flyout__content ul {
    margin-right: 30px;
    float: left
}

.country-selection-content .flyout__content .list-item {
    list-style-type: none;
    text-transform: uppercase;
    margin-bottom: 10px
}

.country-selection-content .flyout__content .list-item a,
.country-selection-content .flyout__content .list-item span {
    font-size: 10px;
    display: block
}

.country-selection-content .flyout__content .list-item--active a {
    color: #69be28
}

.country-selection-content .icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    fill: #ccc;
    transition: all .5s ease-out
}

.country-selection-content .icon-close:hover {
    fill: #69be28;
    cursor: pointer
}

@media(max-device-width:1024px) {
    .country-selection-content .flyout__tabs .list-item a:focus .icon,
    .country-selection-content .flyout__tabs .list-item a:hover .icon,
    .country-selection-content .flyout__tabs .list-item--active a:link .icon,
    .country-selection-content .flyout__tabs .list-item--active a:visited .icon {
        fill: #69be28
    }
    .country-selection-content {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: inherit;
        left: inherit;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        width: auto;
        clear: both;
        display: none
    }
    .country-selection-content:after {
        content: " ";
        display: block;
        clear: both
    }
    .country-selection-content.active {
        border-bottom: 0;
        border-top: 1px solid #ccc;
        display: block
    }
    .country-selection-content .flyout__tabs {
        width: 100%;
        float: none;
        border: 0
    }
    .country-selection-content .flyout__tabs .list-item {
        width: 100%;
        border-bottom: 1px solid #ccc
    }
    .country-selection-content .flyout__tabs .list-item:last-of-type {
        border-bottom: 0
    }
    .country-selection-content .flyout__tabs .list-item a:link,
    .country-selection-content .flyout__tabs .list-item a:visited {
        border: 0;
        line-height: 1
    }
    .country-selection-content .flyout__tabs .list-item--deactivated {
        display: none
    }
    .country-selection-content .flyout__tabs .list-item--active {
        display: block;
        border-bottom: 0
    }
    .country-selection-content .flyout__tabs .list-item--active .icon {
        width: 15px;
        height: 15px;
        vertical-align: top;
        display: inline-block
    }
    .country-selection-content .flyout__content-wrapper {
        width: 100%;
        padding: 0;
        border: 0;
        float: none;
        background: #fff;
        height: auto!important;
        display: none;
        margin: 0;
        min-width: inherit
    }
    .country-selection-content .flyout__content-wrapper--active {
        display: block
    }
    .country-selection-content .flyout__content-wrapper ul {
        width: 100%;
        float: right;
        margin-right: 0;
        border-bottom: 1px solid #ccc
    }
    .country-selection-content .flyout__content-wrapper ul:last-of-type {
        border-bottom: 0
    }
    .country-selection-content .flyout__content--active {
        border-top: 1px solid #ccc
    }
    .country-selection-content .flyout__content .list-item {
        margin: 0
    }
    .country-selection-content .flyout__content .list-item a {
        padding: 10px 20px;
        border-bottom: 1px solid #ccc
    }
    .country-selection-content .flyout__content .list-item:last-of-type a {
        border-bottom: 0
    }
    .country-selection-content .icon-close {
        display: none
    }
}

@media(max-width:960px) {
    .country-selection-content .flyout__tabs .list-item a:focus .icon,
    .country-selection-content .flyout__tabs .list-item a:hover .icon,
    .country-selection-content .flyout__tabs .list-item--active a:link .icon,
    .country-selection-content .flyout__tabs .list-item--active a:visited .icon {
        fill: #69be28
    }
    .country-selection-content {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: inherit;
        left: inherit;
        border-right: 0;
        border-top: 0;
        border-left: 0;
        width: auto;
        clear: both;
        display: none
    }
    .country-selection-content:after {
        content: " ";
        display: block;
        clear: both
    }
    .country-selection-content.active {
        border-bottom: 0;
        border-top: 1px solid #ccc;
        display: block
    }
    .country-selection-content .flyout__tabs {
        width: 100%;
        float: none;
        border: 0
    }
    .country-selection-content .flyout__tabs .list-item {
        width: 100%;
        border-bottom: 1px solid #ccc
    }
    .country-selection-content .flyout__tabs .list-item:last-of-type {
        border-bottom: 0
    }
    .country-selection-content .flyout__tabs .list-item a:link,
    .country-selection-content .flyout__tabs .list-item a:visited {
        border: 0;
        line-height: 1
    }
    .country-selection-content .flyout__tabs .list-item--deactivated {
        display: none
    }
    .country-selection-content .flyout__tabs .list-item--active {
        display: block;
        border-bottom: 0
    }
    .country-selection-content .flyout__tabs .list-item--active .icon {
        width: 15px;
        height: 15px;
        vertical-align: top;
        display: inline-block
    }
    .country-selection-content .flyout__content-wrapper {
        width: 100%;
        padding: 0;
        border: 0;
        float: none;
        background: #fff;
        height: auto!important;
        display: none;
        margin: 0;
        min-width: inherit
    }
    .country-selection-content .flyout__content-wrapper--active {
        display: block
    }
    .country-selection-content .flyout__content-wrapper ul {
        width: 100%;
        float: right;
        margin-right: 0;
        border-bottom: 1px solid #ccc
    }
    .country-selection-content .flyout__content-wrapper ul:last-of-type {
        border-bottom: 0
    }
    .country-selection-content .flyout__content--active {
        border-top: 1px solid #ccc
    }
    .country-selection-content .flyout__content .list-item {
        margin: 0
    }
    .country-selection-content .flyout__content .list-item a {
        padding: 10px 20px;
        border-bottom: 1px solid #ccc
    }
    .country-selection-content .flyout__content .list-item:last-of-type a {
        border-bottom: 0
    }
    .country-selection-content .icon-close {
        display: none
    }
}

.content-wrapper .disclaimer,
.disclaimer {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto
}

.detail-nav {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 10px
}

.detail-nav a {
    display: inline-block;
    text-align: left;
    overflow: hidden
}

.content-section__featured--inline,
.disclaimer {
    text-align: center
}

.detail-nav a.next {
    float: right
}

.detail-nav a.prev {
    float: left
}

.detail-nav a.show h3,
.detail-nav a:hover h3 {
    color: #69be28
}

.detail-nav .icon {
    fill: #006a4d;
    width: 30px;
    height: 30px;
    transition: all .4s
}

.detail-nav h3 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all .5s ease-out
}

.detail-nav .section-title {
    margin-bottom: 5px;
    display: none;
    font-weight: 500
}

.detail-nav .title {
    line-height: 1.28571;
    display: none
}

.detail-nav .icon-wrap {
    display: inline-block;
    vertical-align: middle
}

.detail-nav .detail-nav__info {
    display: inline-block
}

@media(min-width:1024px) {
    .detail-nav {
        border-bottom: 0;
        padding: 0
    }
    .detail-nav a {
        position: fixed;
        top: 60%;
        z-index: 9;
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%);
        width: 40px;
        height: 120px;
        background-color: rgba(255, 255, 255, .4);
        transition: all .4s;
        transition-timing-function: cubic-bezier(.7, 0, .3, 1);
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }
    .detail-nav a.prev {
        left: 0;
        border-right: 1px solid #ccc
    }
    .detail-nav a.prev .icon-wrap {
        left: 0
    }
    .detail-nav a.prev .detail-nav__info {
        left: 0;
        padding-right: 10px
    }
    .detail-nav a.next {
        right: 0;
        border-left: 1px solid #ccc
    }
    .detail-nav a.next .icon-wrap {
        right: 0
    }
    .detail-nav a.next .detail-nav__info {
        right: 0;
        padding-left: 20px
    }
    .detail-nav a.show,
    .detail-nav a:focus,
    .detail-nav a:hover {
        width: 310px;
        background-color: #fff;
        color: #3a3a3a
    }
    .detail-nav a.show .icon,
    .detail-nav a:focus .icon,
    .detail-nav a:hover .icon {
        fill: #69be28
    }
    .detail-nav .icon-wrap {
        position: absolute;
        z-index: 100;
        padding: 44px 4px;
        width: 40px
    }
    .detail-nav__info {
        font-size: 14px;
        position: absolute;
        top: 0;
        padding: 20px 60px;
        width: 310px;
        height: 100%
    }
    .detail-nav .section-title,
    .detail-nav .title {
        display: block
    }
}

.disclaimer {
    clear: both;
    margin-bottom: 20px;
    padding-top: 40px
}

.disclaimer:after {
    content: " ";
    display: block;
    clear: both
}

.content-wrapper .disclaimer:after {
    content: " ";
    display: block;
    clear: both
}

.disclaimer__title {
    font-size: 24px;
    margin-bottom: 20px
}

.disclaimer__description {
    font-size: 18px;
    line-height: 1.33333
}

.disclaimer__description a:link,
.disclaimer__description a:visited {
    font-weight: 700;
    color: #006a4d
}

.disclaimer__description a:focus,
.disclaimer__description a:hover {
    color: #69be28
}

.edgar-online {
    clear: both;
    font-size: 12px;
    line-height: 1.33333;
    width: 65.95745%;
    float: left;
    margin-right: 0;
    margin-left: 190px;
    color: #ccc
}

@media(max-width:960px) {
    .edgar-online {
        width: 100%;
        float: right;
        margin: 0
    }
}

.content-section__featured {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px
}

.content-section__featured:after {
    content: " ";
    display: block;
    clear: both
}

.content-block__featured {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    vertical-align: top
}

.content-block__featured:last-of-type {
    width: 23.40426%;
    float: right;
    margin-right: 0
}

.content-section__featured--inline .content-block__featured {
    display: inline-block;
    margin-right: 0;
    float: none
}

.content-section__featured--inline .content-block__featured:last-of-type {
    margin-right: 0;
    float: none
}

.content-block__featured img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.content-block__featured .content-block__content {
    margin: 0 auto;
    padding-top: 20px;
    width: 190px;
    text-align: left
}

.content-block__featured .content-block__main-title {
    font-weight: 500
}

.content-block__featured .content-block__main-title a:link,
.content-block__featured .content-block__main-title a:visited {
    color: #006a4d
}

.content-block__featured .content-block__main-title a:hover {
    color: #69be28
}

@media(max-width:768px) {
    .content-section__featured {
        padding-bottom: 0
    }
    .content-block__featured,
    .content-block__featured:last-of-type {
        float: right;
        margin-right: 0;
        width: 100%
    }
    .content-block__featured {
        margin-bottom: 40px
    }
    .content-block__featured .content-block__content,
    .content-block__featured img {
        width: 100%
    }
}

.filter-select {
    display: inline-block;
    margin-left: 20px
}

.filter-select-inner {
    display: inline-block;
    position: relative
}

.filter-select .label {
    display: inline-block;
    margin-right: 10px
}

.filter-select .icon {
    width: 20px;
    height: 15px;
    fill: #3a3a3a;
    vertical-align: top;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: 6px
}

.filter-select .expand {
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    height: 30px;
    padding: 6px 9px;
    position: relative;
    width: 154px
}

.form-elements .form-select .expand,
.form-elements textarea,
.text-field {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

.filter-select .icon-line-arrow-up {
    display: none
}

.filter-select .submit {
    width: 100%
}

.filter-select .filter-group {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1000
}

.filter-select .filter-group .form-items {
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 8px 32px 8px 9px;
    position: relative;
    width: 100%
}

.filter-select input[type=checkbox]:checked+label .box,
.form-elements input[type=checkbox]:checked+label .box {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIwNzFBRUZERDZGMTFFNEExMkE5NkIxQ0QyRTIwMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIwNzFBRjBERDZGMTFFNEExMkE5NkIxQ0QyRTIwMTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjA3MUFFRERENkYxMUU0QTEyQTk2QjFDRDJFMjAxMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjA3MUFFRURENkYxMUU0QTEyQTk2QjFDRDJFMjAxMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnKiaKwAAACKSURBVHjaYiw5FMFABBAA4nwgbgRxWIjUsB+IDYBYAYgTmUjQAAIJQOwA0wQSDCCgAQQSgfgAE1QQJLkeahI+DQtgfloPVQQC86HseFwaQABkUyAQf0BS0I+moRBZA0zTBSB2RNMIAyDFE9AFYQGBTeMCqLMYcGlC14hTA7bIBWk0BOIH+CIPIMAAdNkdjAXTj+QAAAAASUVORK5CYII=) 50% 50% no-repeat
}

.filter-select input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1
}

.filter-select label {
    display: block;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase
}

.filter-select label:hover {
    cursor: pointer
}

.filter-select .box {
    border: 1px solid #ccc;
    display: block;
    height: 18px;
    position: absolute;
    right: 9px;
    top: 9px;
    vertical-align: top;
    width: 18px
}

.filter-select.active .icon-line-arrow-up {
    display: block
}

.filter-select.active .icon-line-arrow-down {
    display: none
}

.filter-select.active .filter-group {
    display: block
}

@media(max-width:768px) {
    .filter-select .expand {
        border-width: 1px 0;
        font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
        font-style: normal;
        padding: 6px 20px;
        width: 100%
    }
    .filter-select .filter-group .form-items {
        font-size: 14px
    }
    .filter-select-inner {
        display: block;
        position: relative
    }
    .filter-select .label {
        display: none
    }
}

.form-elements {
    margin-bottom: 20px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.form-elements:after {
    content: " ";
    display: block;
    clear: both
}

.form-elements input,
.form-elements select,
.form-elements textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0
}

.form-elements .active-text {
    display: none
}

.form-elements .active-text.active {
    display: inline-block
}

.form-elements .default-text.not-active {
    display: none
}

.form-elements textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: 0;
    resize: vertical;
    vertical-align: bottom
}

.form-elements .label-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

.form-elements .form-checkbox,
.form-elements .form-radio {
    display: none
}

.form-elements .box,
.form-elements .circle {
    margin-right: 10px;
    float: left
}

.form-elements input[type=checkbox]+label .box {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc
}

.form-elements .content {
    overflow: hidden;
    line-height: 1.22222;
    display: block
}

.form-elements input[type=radio]+label .circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 20px
}

.form-elements input[type=radio]:checked+label .circle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUZEMjYzNzkxMTFCMTFFNUFEQTJGOTBFMzlBMDU0OUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUZEMjYzN0ExMTFCMTFFNUFEQTJGOTBFMzlBMDU0OUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRkQyNjM3NzExMUIxMUU1QURBMkY5MEUzOUEwNTQ5RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRkQyNjM3ODExMUIxMUU1QURBMkY5MEUzOUEwNTQ5RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkR2/MgAAAB6SURBVHjaYiw5FMEABb5AXAjEplD+aSDuA+ItIA4TVLAFiDcBsSMQ80AxiL0ZKsfAAsQ+QFzNgBuA5E6CTCxiIAwKQQpNiFBowsRAHGAEKTxDhMLTIIX9RCjsZ4IGQSseRSC5zTA31gCxPxDvB+KvUAxi+0HlGAACDAAawRUkVc5y1QAAAABJRU5ErkJggg==) 50% 50% no-repeat
}

.form-elements .form-items {
    margin-bottom: 20px;
    position: relative;
    width: 350px
}

.form-elements .form-items .inner-wrapper {
    border: 1px solid #ccc;
    clear: both
}

.form-elements .form-items .inner-wrapper.other {
    margin-left: 30px;
    margin-top: 10px
}

.form-elements .form-items.error .asterisk,
.form-elements .form-items.error .label-title {
    color: red
}

.form-elements .form-items.error .expand,
.form-elements .form-items.error .inner-wrapper,
.form-elements .form-items.error textarea {
    border: 2px solid red
}

@media(max-width:768px) {
    .form-elements .form-items {
        width: 100%
    }
}

.form-elements .form-items.calendar {
    width: 225px
}

.form-elements .form-item {
    margin-bottom: 10px
}

.form-elements .form-item label:hover {
    cursor: pointer
}

.form-elements .form-select {
    margin: 0;
    width: 100%
}

.form-elements .form-select .filter-select-inner {
    width: 100%
}

.form-elements .form-select .form-items {
    margin-bottom: 0;
    padding: 10px;
    position: relative
}

.form-elements .form-select .icon {
    vertical-align: middle;
    top: inherit;
    position: relative;
    float: right;
    right: inherit
}

.form-elements .form-select a {
    display: block
}

.form-elements .form-select .filter-group a.active {
    color: #69be28
}

.form-elements .form-select .expand {
    width: 100%;
    font-style: normal;
    padding: 10px;
    height: auto;
    border: 1px solid #ccc
}

.file-upload .text-field {
    border: 0;
    padding: 0 105px 0 0;
    background: 0 0
}

.file-upload .inner-wrapper {
    padding: 10px;
    background: #fff;
    position: relative
}

.file-upload__btn {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 10px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.file-upload__btn:focus,
.file-upload__btn:hover {
    background: #69be28;
    color: #fff
}

.file-upload__btn .upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.text-field {
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box
}

.content-block__listing .content-block__post-description,
.content-block__listing .tags,
.headline .info,
.headline .section-title,
.inline-cta__description {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-style: italic
}

.calendar {
    position: relative
}

.calendar .inner-wrapper {
    background: #fff;
    position: relative
}

.calendar .text-field {
    background: 0 0;
    border: 0;
    padding-right: 40px
}

.calendar .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    fill: #ccc
}

.asterisk {
    position: absolute;
    top: 0;
    right: 0
}

.message {
    border-top: 1px solid #ccc;
    padding: 30px 0 0
}

.message .title {
    font-size: 24px;
    color: #006a4d;
    margin-bottom: 10px
}

.message .body {
    margin-bottom: 30px
}

.ui-datepicker {
    border: 1px solid #ccc;
    background: #fff;
    width: 225px;
    margin-top: -42px;
    margin-left: -1px;
    display: none
}

.ui-datepicker .ui-datepicker-calendar {
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
    width: 100%
}

.ui-datepicker td,
.ui-datepicker th {
    font-size: 12px;
    padding: 9px 0
}

.ui-datepicker th {
    background: #ccc;
    color: #fff;
    padding: 10px 0
}

.ui-datepicker span.ui-icon {
    display: none
}

.ui-datepicker .icon {
    cursor: pointer;
    width: 20px;
    height: 15px;
    fill: #006a4d;
    vertical-align: top;
    position: absolute;
    top: 12px
}

.ui-datepicker .ui-datepicker-prev .icon {
    left: 6px
}

.ui-datepicker .ui-datepicker-next .icon {
    right: 6px
}

.ui-datepicker .ui-datepicker-next:hover .icon,
.ui-datepicker .ui-datepicker-prev:hover .icon {
    fill: #69be28
}

.ui-datepicker .ui-datepicker-title {
    color: #006a4d;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center
}

.ui-datepicker .ui-datepicker-year {
    display: none
}

.ui-datepicker .ui-state-default {
    padding: 5px;
    display: inline-block
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-hover {
    background: #69be28;
    color: #fff
}

.content-section__global-search {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.content-section__global-search:after {
    content: " ";
    display: block;
    clear: both
}

.content-section__global-search--cta .heading,
.content-section__global-search--cta .heading__text {
    margin-bottom: 0
}

.content-section__global-search--cta .content-block__global-search {
    border-right: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
    border-left: 1px solid #231f20;
    padding: 40px 20px 20px;
    margin-top: -11px
}

.content-section__global-search--cta .content-block__global-search .expand {
    left: 60px;
    top: 150px
}

.content-section__global-search--cta .content-block__global-search .country-selection-content {
    left: 60px;
    top: 186px
}

.content-section__global-search--cta .content-block__image {
    background: #fff;
    min-height: 175px
}

.content-section__global-search .content-block__global-search {
    position: relative
}

.content-section__global-search .expand {
    position: absolute;
    top: 110px;
    left: 40px;
    background: #fff;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ccc;
    z-index: 4;
    border-bottom: 0;
    font-size: 14px;
    width: auto;
    min-width: 156px
}

.content-section__global-search .expand:hover {
    cursor: pointer
}

.content-section__global-search .expand .icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 25px
}

.content-section__global-search .expand .icon-line-arrow-down {
    display: inline-block
}

.content-section__global-search .expand .icon-line-arrow-up,
.content-section__global-search .expand.active .icon-line-arrow-down {
    display: none
}

.content-section__global-search .expand.active .icon-line-arrow-up {
    display: inline-block
}

.content-section__global-search .country-selection-content {
    top: 146px;
    left: 40px
}

.content-section__global-search .country-selection-content .flyout__tabs {
    width: 156px
}

.content-section__global-search .content-block__content {
    width: 58.33333%;
    float: left;
    min-height: 175px;
    color: #fff;
    padding: 40px;
    position: relative
}

.content-section__global-search .content-block__content:after {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 35px solid #002d20;
    position: absolute;
    content: "";
    right: -34px;
    margin-top: -30px;
    top: 50%
}

.content-block__image-body:after,
.headline.wrong-page:after,
.inline-cta:after {
    content: " ";
    clear: both
}

.content-section__logo-scroll-module .carousel-arrow.right-arrow,
.image-carousel-wrapper .right-arrow {
    right: 0
}

.content-section__global-search .content-block__main-title {
    font-weight: 400;
    line-height: 1.33333
}

.content-section__global-search .content-block__image {
    width: 41.66667%;
    float: right;
    margin-right: 0;
    line-height: 0
}

.content-section__global-search .content-block__image img {
    max-width: 100%;
    width: 100%;
    height: auto
}

@media(max-device-width:1024px) {
    .content-section__global-search--cta .content-block__global-search .country-selection-content,
    .content-section__global-search--cta .content-block__global-search .expand {
        left: inherit;
        top: inherit
    }
    .content-section__global-search .content-block__content--bg {
        background-repeat: no-repeat;
        background-size: cover
    }
    .content-section__global-search .content-block__content {
        width: 100%;
        float: right;
        margin-right: 0;
        min-height: inherit
    }
    .content-section__global-search .content-block__image {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .content-section__global-search .expand {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        border-bottom: 1px solid #ccc;
        clear: both
    }
    .content-section__global-search .expand .icon {
        margin: 0;
        float: right
    }
    .content-section__global-search .expand.active {
        border-bottom: 0
    }
    .content-section__global-search .country-selection-content {
        top: inherit;
        left: inherit;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }
    .content-section__global-search .country-selection-content .flyout__tabs {
        width: 100%
    }
    .content-section__global-search .content-block__content:after {
        display: none
    }
}

@media(max-width:960px) {
    .content-section__global-search--cta .content-block__global-search .country-selection-content,
    .content-section__global-search--cta .content-block__global-search .expand {
        left: inherit;
        top: inherit
    }
    .content-section__global-search .content-block__content--bg {
        background-repeat: no-repeat;
        background-size: cover
    }
    .content-section__global-search .content-block__content {
        width: 100%;
        float: right;
        margin-right: 0;
        min-height: inherit
    }
    .content-section__global-search .content-block__image {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .content-section__global-search .expand {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        border-bottom: 1px solid #ccc;
        clear: both
    }
    .content-section__global-search .expand .icon {
        margin: 0;
        float: right
    }
    .content-section__global-search .expand.active {
        border-bottom: 0
    }
    .content-section__global-search .country-selection-content {
        top: inherit;
        left: inherit;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }
    .content-section__global-search .country-selection-content .flyout__tabs {
        width: 100%
    }
    .content-section__global-search .content-block__content:after {
        display: none
    }
}

@media(max-width:768px) {
    .content-section__global-search .content-block__content:after,
    .content-section__global-search .content-block__image {
        display: none
    }
}

.headline {
    margin-bottom: 20px
}

.headline--short {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
    clear: both
}

.headline--short .body {
    line-height: 1.3
}

.headline .section-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    padding-top: 10px
}

.headline .title {
    font-size: 48px;
    line-height: 1.14583;
    font-weight: 700;
    margin-bottom: 20px
}

.headline .info {
    font-size: 20px
}

.headline.wrong-page {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 120px 0
}

.headline.wrong-page:after {
    display: block
}

.headline.wrong-page .title {
    text-align: center;
    font-size: 36px;
    line-height: 1.19444
}

.headline.wrong-page .body {
    text-align: center;
    font-size: 18px;
    line-height: 1.44444
}

.headline.wrong-page .body a:link,
.headline.wrong-page .body a:visited {
    font-weight: 700;
    color: #006a4d
}

.headline.wrong-page .body a:focus,
.headline.wrong-page .body a:hover {
    color: #69be28
}

@media(max-width:768px) {
    .headline--short {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .headline.wrong-page {
        max-width: 545px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding: 60px 0
    }
    .headline.wrong-page:after {
        content: " ";
        display: block;
        clear: both
    }
    .headline .section-title {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 10px
    }
    .headline .title {
        margin-bottom: 10px
    }
}

.content-block__image-body {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.content-block__image-body:after {
    display: block
}

.content-block__image-body .content-block__image {
    width: 31.91489%;
    float: right;
    margin-right: 0
}

.content-block__image-body .content-block__content {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%
}

.content-block__image-body .content-block__description {
    line-height: 1.375
}

@media(max-width:768px) {
    .content-block__image-body .content-block__content,
    .content-block__image-body .content-block__image {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .content-block__image-body .content-block__image {
        margin-bottom: 20px;
        text-align: center
    }
}

.image-carousel-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

.image-carousel-wrapper .carousel-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block
}

.image-carousel-wrapper .carousel-arrow .icon {
    fill: #006a4d;
    transition: all .5s ease-out
}

.image-carousel-wrapper .carousel-arrow:focus .icon,
.image-carousel-wrapper .carousel-arrow:hover .icon {
    fill: #69be28
}

.image-carousel-wrapper .icon {
    width: 20px;
    height: 20px
}

.image-carousel-wrapper .left-arrow {
    left: 0
}

.image-carousel-wrapper .carousel-content {
    width: 90%;
    padding: 10px 5px;
    margin: 0 auto;
    background: #fff
}

.image-carousel-wrapper .slick-list {
    overflow: hidden;
    outline: 0
}

.image-carousel-wrapper .slick-slide {
    padding: 0 5px;
    display: block;
    float: left;
    line-height: 0;
    outline: 0
}

.image-carousel-wrapper .slick-slide img {
    height: auto;
    max-width: 100%;
    width: 100%
}

@media(max-width:768px) {
    .image-carousel-wrapper .carousel-content {
        width: 80%
    }
    .image-carousel-wrapper .left-arrow {
        left: 0
    }
    .image-carousel-wrapper .right-arrow {
        right: 0
    }
}

.content-section__info {
    margin-bottom: 20px;
    overflow: hidden
}

.content-section__info .content-block__info {
    border: 1px solid #ccc;
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 20px;
    padding: 20px
}

.content-section__info .content-block__info:nth-of-type(2n+2) {
    width: 48.93617%;
    float: right;
    margin-right: 0
}

.content-section__info .content-block__info--full-width,
.content-section__info .content-block__info:nth-of-type(2n+1):nth-last-of-type(2n+1):nth-last-of-type(1),
.content-section__info .content-block__info:nth-of-type(2n+1):nth-last-of-type(2n+1)~:nth-last-of-type(1) {
    width: 100%;
    float: right;
    margin-right: 0
}

.content-section__info .content-block__info .content-block__content-image {
    float: right;
    margin-left: 20px
}

.content-section__info .content-block__info .content-block__content-image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.content-section__info .content-block__info .content-block__inner-2,
.content-section__info .content-block__info .content-block__main-title {
    overflow: hidden
}

.content-section__info .content-block__info .content-block__description {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.33333;
    max-height: 95px;
    overflow: hidden
}

.content-section__info .content-block__info .content-block__ctas {
    padding-top: 30px
}

@media(max-width:768px) {
    .content-section__info .content-block__info {
        width: 100%;
        float: right;
        margin-right: 0;
        height: auto!important
    }
    .content-section__info .content-block__info:nth-of-type(2n+2) {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .content-section__info .content-block__info .content-block__content-image {
        display: none
    }
}

.content-block__listing:after,
.content-section__library:after,
.inline-cta:after {
    display: block
}

.inline-cta {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background-color: #006a4d;
    height: 126px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat
}

.inline-cta__content {
    width: 33.33333%;
    float: right;
    margin-right: 0;
    text-align: center;
    position: relative;
    height: 126px
}

.inline-cta__content::after {
    border-bottom: 20px inset transparent;
    border-right: 25px solid #006a4d;
    border-top: 20px inset transparent;
    content: ' ';
    height: 0;
    left: -25px;
    position: absolute;
    top: 40px;
    width: 0;
    z-index: 2
}

.content-block__listing:after,
.content-section__library:after,
.locations:after,
.locations__list-items-wrapper:after {
    content: " ";
    clear: both
}

.inline-cta__content--inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.inline-cta__description {
    width: 66.66667%;
    float: left;
    background: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 1.57143;
    height: 126px
}

.inline-cta__title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500
}

@media(max-width:768px) {
    .inline-cta {
        height: inherit
    }
    .inline-cta__content {
        float: none;
        width: 100%;
        height: auto;
        padding: 20px
    }
    .inline-cta__content::after {
        border-bottom: 25px solid #006a4d;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 0;
        left: 30px;
        top: -25px
    }
    .inline-cta__content--inner {
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative
    }
    .inline-cta__description {
        float: none;
        width: 100%;
        padding: 30px;
        height: auto
    }
}

.content-section__library {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.content-section__library .content-block__library {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 2.12766%
}

.content-section__library .content-block__library:nth-of-type(4n) {
    width: 23.40426%;
    float: right;
    margin-right: 0
}

@media(max-width:768px) {
    .content-section__library {
        margin-bottom: 20px
    }
    .content-section__library .content-block__library {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .content-section__library .content-block__library:nth-of-type(4n) {
        width: 100%;
        float: right;
        margin-right: 0
    }
}

.content-section__listings {
    margin-bottom: 40px
}

.content-block__listing {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ccc;
    padding: 20px 0
}

.content-block__listing:first-of-type {
    padding-top: 0
}

.content-block__listing:last-of-type {
    border-bottom: 0;
    padding-bottom: 0
}

.content-block__listing .content-block__content {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%
}

.content-block__listing .content-block__description {
    line-height: 1.42857;
    margin-bottom: 20px
}

.content-block__listing--no-image .content-block__content {
    float: none;
    margin: 0
}

.content-block__listing--w-o-image .content-block__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.content-block__listing .content-block__image {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    text-align: right
}

.content-block__listing .content-block__image a {
    display: block;
    line-height: 0
}

.content-block__listing .tags {
    font-size: 14px
}

.content-block__listing .content-block__main-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.44444
}

.content-block__listing .content-block__main-title a:link,
.content-block__listing .content-block__main-title a:visited {
    font-weight: 700;
    color: #006a4d
}

.content-block__listing .content-block__main-title a:focus,
.content-block__listing .content-block__main-title a:hover {
    color: #69be28
}

.content-block__listing .content-block__post-description {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px
}

.content-block__listing .content-block__pre-description {
    display: none
}

@media(max-width:768px) {
    .content-block__listing .content-block__content,
    .content-block__listing .content-block__image {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .content-block__listing .content-block__image {
        text-align: left;
        margin-bottom: 10px
    }
    .content-block__listing .content-block__image img {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

.locations {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px
}

.locations:after {
    display: block
}

.locations__header {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden
}

.locations__header:hover {
    cursor: pointer
}

.locations .icon {
    width: 20px;
    height: 15px;
    fill: #3a3a3a;
    vertical-align: top;
    margin-left: 10px
}

.locations .title {
    float: left
}

.locations .icon-line-arrow-up {
    display: none
}

.locations .icon-line-arrow-down,
.locations.active .icon-line-arrow-up {
    display: block;
    float: left
}

.locations.active .icon-line-arrow-down {
    display: none
}

.locations.active .locations__list-items-wrapper {
    display: block
}

.locations__list-items-wrapper {
    border-bottom: 1px solid #ccc;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.locations__list-items-wrapper:after {
    display: block
}

.locations .list-items {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    list-style-type: none
}

.locations .list-items:last-of-type {
    width: 23.40426%;
    float: right;
    margin-right: 0
}

.locations .list-items--second-level {
    padding-top: 10px
}

.locations .list-item {
    color: #006a4d
}

.locations .list-item a:link,
.locations .list-item a:visited {
    color: #006a4d;
    transition: all .5s ease-out
}

.locations .list-item a:hover,
.locations .list-item--first-level.active .list-item--parent {
    color: #69be28
}

.locations .list-item--first-level {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px
}

.locations .list-item--first-level.active .list-items--second-level {
    display: block
}

.locations .list-item--first-level .list-items--second-level {
    display: none
}

.media-center .filter-content:after,
.media-center:after {
    display: block;
    content: " ";
    clear: both
}

.locations .list-item--second-level {
    font-weight: 500;
    list-style-type: none;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 20px
}

.locations .list-item--third-level {
    font-weight: 400;
    list-style-type: square;
    font-size: 14px;
    margin-bottom: 20px;
    list-style-position: inside;
    text-indent: -20px;
    padding-left: 20px;
    margin-left: 20px
}

.page-tools-list-items,
.stock-quote__list-items {
    list-style-type: none
}

.content-block__media .content-block__pre-title,
.content-block__media .tags {
    font-size: 12px;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-weight: 300
}

@media(max-width:768px) {
    .locations .list-items {
        float: none;
        width: 100%;
        margin: 0
    }
    .locations .list-items:last-of-type {
        float: none;
        width: 100%
    }
}

.content-section__logo-scroll-module {
    padding-bottom: 85px
}

.content-section__logo-scroll-module .slick-track {
    margin: 0 auto
}

.content-section__logo-scroll-module .content-section__blocks {
    position: relative
}

.content-section__logo-scroll-module .carousel-inner-content {
    width: 95%;
    margin: 0 auto
}

.media-center,
.media-center .filter-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px
}

.content-section__logo-scroll-module .carousel-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.content-section__logo-scroll-module .carousel-arrow:hover .icon {
    fill: #69be28
}

.content-section__logo-scroll-module .carousel-arrow.left-arrow {
    left: 0
}

.content-section__logo-scroll-module .carousel-arrow .icon {
    width: 20px;
    height: 20px;
    fill: #006a4d;
    transition: all .5s ease-out
}

@media(max-width:960px) {
    .content-section__logo-scroll-module .carousel-arrow {
        top: 25%
    }
}

.media-center {
    position: relative
}

.media-center .heading__text {
    text-align: left
}

.media-center .heading {
    margin-bottom: 26px;
    padding: 0
}

.media-center .filter-content .filter-select-inner {
    width: 100%
}

.media-center .filter-content .advanced-search-form {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%
}

.media-center .filter-content .filter-select {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    margin-left: 0
}

.media-center .filter-content .filter-select:last-of-type {
    width: 23.40426%;
    float: right;
    margin-right: 0
}

@media(min-width:1024px) {
    .media-center .filter-content .expand {
        width: 100%
    }
}

.media-center .applied-filters {
    border-top: 1px solid #ccc;
    padding: 20px 0 0
}

.media-center .filter {
    border: 1px solid #ccc;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    padding: 6px 40px 6px 9px;
    position: relative;
    width: auto;
    margin-bottom: 10px
}

.media-center .filter .delete {
    border-left: 1px solid #ccc;
    height: 28px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 28px
}

.media-center .filter .delete:link .icon-wrapper,
.media-center .filter .delete:visited .icon-wrapper {
    background: #ccc
}

.media-center .filter .delete.active .icon-wrapper,
.media-center .filter .delete:hover .icon-wrapper {
    background: #69be28
}

.media-center .filter .icon-wrapper {
    border: 2px solid #fff;
    display: block;
    height: 28px;
    padding: 6px;
    width: 28px
}

.media-center .filter .icon {
    vertical-align: top;
    display: block;
    fill: #fff;
    height: 12px;
    margin: 0;
    width: 12px
}

@media(max-width:768px) {
    .media-center .filter-content {
        position: relative;
        right: auto;
        top: auto
    }
    .media-center .filter-content .advanced-search-form {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .media-center .filter-content .filter-select {
        float: left;
        margin: 0;
        width: 50%
    }
    .media-center .filter-content .filter-select:last-of-type {
        width: 50%
    }
    .media-center .heading {
        padding: 0 20px
    }
    .media-center .applied-filters {
        display: none
    }
    .media-center .filter-select {
        text-transform: uppercase
    }
    .media-center .filters-selection .expand {
        border-left: 1px solid #ccc
    }
    .media-center .filters-selection .filter-group {
        border-right: none
    }
    .media-center .year-selection .filter-group {
        border-left: none;
        right: -1px;
        left: 0;
        width: auto
    }
}

.content-section__media {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px
}

.content-section__media:after {
    content: " ";
    display: block;
    clear: both
}

.content-block__media {
    max-width: 1024px;
    margin-left: auto;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    min-height: 280px;
    padding: 15px 18px;
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px
}

.content-block__media:after {
    content: " ";
    display: block;
    clear: both
}

.content-block__media-right {
    margin-right: 0
}

.content-block__media .content-block__content-image {
    width: 218px;
    float: right;
    margin-left: 20px;
    text-align: right
}

.content-block__media .content-block__content-image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.content-block__media .content-block__content-image a {
    display: block;
    line-height: 0
}

.content-block__media .content-block__pre-title {
    margin-bottom: 10px
}

.content-block__media .content-block__post-description {
    display: none
}

.content-block__media .tags {
    font-style: italic;
    margin-bottom: 20px
}

.content-block__media .content-block__main-title {
    margin-bottom: 10px;
    line-height: 22px
}

.content-block__media .content-block__main-title a:link,
.content-block__media .content-block__main-title a:visited {
    color: #006a4d
}

.content-block__media .content-block__main-title a:focus,
.content-block__media .content-block__main-title a:hover {
    color: #69be28
}

.content-block__media .content-block__pre-description {
    margin-bottom: 10px;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-style: italic;
    font-size: 14px
}

.content-block__media .content-block__description {
    line-height: 1.44444;
    font-size: 18px
}

.content-block__media-wide {
    width: 100%;
    margin-right: 0;
    min-height: inherit
}

@media(max-width:960px) {
    .content-block__media .content-block__content-image {
        width: 35%;
        float: right;
        margin-right: 0;
        margin-left: 10px;
        text-align: right
    }
}

@media(max-width:768px) {
    .content-block__media {
        border: 0;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 20px;
        width: 100%
    }
    .content-block__media .content-block__title,
    .content-block__media:first-of-type {
        padding-top: 0
    }
    .content-block__media .content-block__pre-title {
        font-weight: 300;
        font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
        font-style: normal
    }
    .content-block__media .content-block__content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .content-block__media .content-block__description {
        height: auto;
        overflow: visible
    }
}

.content-block__mini-photo-gallery .content-section__blocks {
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    margin-bottom: 40px
}

.content-block__mini-photo-gallery img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.content-block__mini-photo-gallery .content-block__main-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500
}

.content-block__mini-photo-gallery .content-block__description {
    line-height: 1.375
}

.content-block__mini-photo-gallery .carousel-arrow {
    position: absolute;
    top: 30%;
    background: #fff;
    z-index: 1;
    border: 1px solid #ccc;
    height: 80px;
    width: 40px
}

.content-block__mini-photo-gallery .carousel-arrow:hover .icon {
    fill: #69be28
}

.content-block__mini-photo-gallery .carousel-arrow.left-arrow {
    left: 0;
    border-left: 0
}

.content-block__mini-photo-gallery .carousel-arrow.right-arrow {
    right: 0;
    border-right: 0
}

.content-block__mini-photo-gallery .carousel-arrow .icon {
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    fill: #006a4d;
    transition: all .5s ease-out
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0
}

@media(max-width:768px) {
    .content-block__mini-photo-gallery .content-section__blocks {
        padding: 10px
    }
    .content-block__mini-photo-gallery .carousel-arrow {
        top: 20%;
        height: 40px;
        width: 20px
    }
    .content-block__mini-photo-gallery .carousel-arrow .icon {
        width: 15px;
        height: 15px
    }
}

.page-tools-list-items li {
    text-align: left;
    margin-bottom: 20px
}

.page-tools-list-items li:last-of-type {
    margin: 0
}

.page-tools-list-items .icon {
    fill: #006a4d;
    width: 20px;
    height: 20px;
    transition: all .5s ease-out;
    margin-right: 10px;
    vertical-align: middle
}

.page-tools-list-items a:link,
.page-tools-list-items a:visited {
    color: #006a4d;
    font-size: 14px;
    font-weight: 500
}

.page-tools-list-items a:focus,
.page-tools-list-items a:hover {
    color: #69be28
}

.page-tools-list-items a:focus .icon,
.page-tools-list-items a:hover .icon {
    fill: #69be28
}

.people-finder {
    width: 100%
}

.people-finder .scfForm {
    margin-bottom: 0
}

.input-wrapper {
    margin: 0 12px 0 0;
    float: left;
    line-height: 31px
}

.input-wrapper.select {
    width: 220px
}

.input-wrapper.input {
    width: 154px
}

.input-wrapper .label {
    width: 20%;
    display: block
}

.input-wrapper input,
.input-wrapper select {
    display: block;
    width: 100%;
    box-sizing: border-box
}

.input-wrapper input {
    border: 0;
    font-style: italic;
    font-size: 14px;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    background: #ebebeb;
    height: 31px;
    box-sizing: border-box
}

@media screen and (min-width:0\0) {
    .input-wrapper input {
        line-height: 11px
    }
}

.input-wrapper input::-webkit-input-placeholder {
    color: #3a3a3a
}

.input-wrapper input:-ms-input-placeholder {
    color: #3a3a3a
}

.input-wrapper input::-moz-placeholder {
    color: #3a3a3a;
    opacity: 1
}

.input-wrapper input:-moz-placeholder {
    color: #3a3a3a;
    opacity: 1
}

.input-wrapper select,
.input-wrapper select option:first-of-type {
    height: 31px;
    padding: 5px;
    border: 1px solid #ccc;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-style: italic;
    width: 100%
}

.input-wrapper select option,
.input-wrapper select option:first-of-type option {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-size: 16px;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    line-height: 16px;
    font-style: normal;
    height: 32px
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

@media(max-width:960px) {
    .input-wrapper.input,
    .input-wrapper.select {
        width: 100%;
        margin-bottom: 10px
    }
}

.buttons-wrapper {
    text-align: right;
    line-height: 30px;
    width: 100%;
    padding: 0
}

.buttons-wrapper .btn {
    display: inline-block;
    margin-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px
}

.buttons-wrapper .btn:first-of-type {
    margin-left: 0
}

.people-finder-results .profile-block {
    box-sizing: border-box;
    padding: 20px;
    border: none;
    background-color: #fff;
    margin-bottom: 1px
}

.people-finder-results .profile-block:nth-of-type(odd) {
    background-color: #ebebeb
}

.people-finder-results .profile-block__group-info {
    margin-bottom: 0
}

.people-finder-results .contact-detail,
.people-finder-results .contact-image,
.people-finder-results .contact-info {
    display: inline-block;
    box-sizing: border-box
}

.people-finder-results .contact-image {
    width: 20%
}

.people-finder-results .contact-detail {
    width: 60%;
    margin-left: 19%;
    vertical-align: top
}

.people-finder-results .contact-detail.hasImage {
    width: 60%;
    margin-left: 0
}

.people-finder-results .contact-info {
    width: 20%;
    vertical-align: top;
    margin-top: 15px
}

@media(max-width:960px) {
    .people-finder-results .contact-detail.hasImage,
    .people-finder-results .contact-image,
    .people-finder-results .contact-info {
        width: 100%
    }
    .people-finder-results .contact-detail {
        width: 100%;
        margin-left: 0;
        vertical-align: top
    }
}

.content-section__popular-media {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.content-section__popular-media:after {
    content: " ";
    display: block;
    clear: both
}

.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.content-section__popular-media .content-block__media-block {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    border-left: 1px solid #ccc
}

.content-section__popular-media .content-block__media-block:nth-of-type(3n) {
    width: 31.91489%;
    float: right;
    margin-right: 0
}

@media(max-width:768px) {
    .content-section__popular-media .content-block__media-block {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        border: 0
    }
    .content-section__popular-media .content-block__media-block:last-of-type {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

.mfp-bg {
    top: 0;
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    z-index: 1043;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 768px
}

.brightcove-overlay .mfp-iframe-holder .mfp-content {
    max-width: 1028px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.content-block__result:after,
.content-section__result:after,
.listing-section__services-listing:after {
    content: " ";
    clear: both
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.predictive-search {
    text-align: left;
    position: relative;
    height: 35px
}

.predictive-search .icon-pin,
.predictive-search .icon-user {
    fill: #fff;
    width: 25px;
    height: 25px;
    top: 6px;
    position: absolute
}

.predictive-search__office input[type=text] {
    padding: 5px 35px
}

.predictive-search__people input[type=text] {
    padding: 5px 35px 5px 45px
}

.predictive-search .icon {
    z-index: 2
}

.predictive-search .icon-user {
    left: 10px
}

.predictive-search .icon-pin {
    left: 5px
}

.content-block__testimonials .carousel-arrow.left-arrow,
.content-section__tab-slider .carousel-arrow.left-arrow {
    left: 0
}

.predictive-search .icon-search {
    width: 16px;
    height: 16px;
    position: relative
}

.predictive-search input[type=text] {
    width: 100%;
    border: 0;
    font-style: italic;
    font-size: 14px;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    background: #ebebeb;
    height: 35px;
    position: absolute;
    box-sizing: border-box
}

.predictive-search button {
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 8px;
    right: 10px
}

.content-block__result,
.content-section__result {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.content-block__testimonials .carousel-arrow.right-arrow,
.content-section__tab-slider .carousel-arrow.right-arrow {
    right: 0
}

@media(max-width:960px) {
    .predictive-search input[type=text] {
        font-size: 12px
    }
}

@media(max-width:768px) {
    .predictive-search input[type=text] {
        font-size: 8px
    }
}

.content-block__result .content-block__date,
.content-block__result .content-block__pre-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

.content-section__result:after {
    display: block
}

.content-block__result {
    border-bottom: 1px solid #ccc;
    padding: 30px 0
}

.content-block__result:after {
    display: block
}

.content-block__result .content-block__content-image {
    width: 110px;
    margin-right: 20px;
    text-align: right;
    float: left
}

.content-block__result .content-block__content-image a {
    display: block;
    line-height: 0
}

.content-block__result .content-block__pre-title {
    font-weight: 300
}

.content-block__result .content-block__main-title {
    font-weight: 400;
    margin-bottom: 10px
}

.content-block__result .content-block__main-title a:link,
.content-block__result .content-block__main-title a:visited {
    color: #006a4d
}

.content-block__result .content-block__main-title a:hover,
.content-block__result .content-block__main-title a:hover .hit {
    color: #69be28
}

.content-block__result .content-block__main-title b,
.content-block__result .content-block__main-title strong {
    color: #006a4d;
    font-weight: 700
}

.content-block__result .content-block__post-description {
    display: none
}

.content-block__result .content-block__description {
    overflow: hidden;
    line-height: 1.42857
}

.content-block__result .content-block__description b,
.content-block__result .content-block__description strong {
    color: #006a4d;
    font-weight: 500
}

.content-block__result-wide {
    width: 100%;
    margin-right: 0
}

.content-block__result-wide .content-block__title {
    padding-top: 25px
}

@media(max-width:960px) {
    .content-block__result {
        border: 0;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 20px
    }
    .content-block__result .content-block__pre-title {
        font-size: 12px
    }
    .content-block__result .content-block__title {
        padding-top: 0
    }
    .content-block__result .content-block__content-image {
        margin-left: 0
    }
    .content-block__result .content-block__inner-image {
        width: 110px;
        float: left;
        margin-right: 15px;
        text-align: right
    }
    .content-block__result .content-block__inner-image img {
        width: 100%;
        max-width: 100%;
        height: auto
    }
    .content-block__result .content-block__description {
        height: auto;
        overflow: visible
    }
}

.listing-section__services-listing {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px
}

.listing-section__services-listing:after {
    display: block
}

@media(max-width:768px) {
    .listing-section__services-listing {
        background: #fff;
        padding: 0
    }
}

.sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped),
.sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0;
    min-height: 0
}

.sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped)+.content-block__social-tout,
.sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n)+.content-block__social-tout {
    border-top: 0;
    padding-top: 0
}

.sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped)+.content-block__social-tout .social-icon-tag,
.sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n)+.content-block__social-tout .social-icon-tag {
    display: none
}

.content-section__social-touts:after,
.content-section__static-collages:after {
    display: block;
    clear: both;
    content: " "
}

.sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):last-of-type,
.sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n):last-of-type {
    border-bottom: 1px solid #ccc
}

@media(max-width:960px) {
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n) {
        margin-bottom: 0
    }
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):last-of-type,
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n):last-of-type {
        margin: 0 0 20px
    }
}

.content-section__social-touts {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px
}

.content-section__social-touts--inline {
    text-align: center
}

@media(min-width:961px) {
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n):nth-child(3n+1):nth-last-child(2),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n):nth-child(3n+1):nth-last-child(3),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n):nth-child(3n+2):nth-last-child(1),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n):nth-child(3n+2):nth-last-child(2),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n):nth-child(3n+3):nth-last-child(1),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(1n):nth-child(4n+1):nth-last-child(1),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+1):nth-last-child(2),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+1):nth-last-child(3),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+2):nth-last-child(1),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+2):nth-last-child(2),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+3):nth-last-child(1),
    .sidebar .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(4n+1):nth-last-child(1) {
        width: 100%
    }
    .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+1):nth-last-child(2) {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%
    }
    .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+2):nth-last-child(1) {
        width: 48.93617%;
        float: right;
        margin-right: 0
    }
    .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+1):nth-last-child(3),
    .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+2):nth-last-child(2) {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%
    }
    .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(3n+3):nth-last-child(1) {
        width: 31.91489%;
        float: right;
        margin-right: 0
    }
    .content-section__social-touts .content-block__social-tout:not(.content-block__social-tout--grouped):nth-child(4n+1):nth-last-child(1) {
        width: 100%
    }
    .content-section__social-touts .content-block__social-tout--grouped:nth-child(3n+1):nth-last-child(2) {
        width: 50%;
        float: left
    }
    .content-section__social-touts .content-block__social-tout--grouped:nth-child(3n+2):nth-last-child(1) {
        width: 50%;
        float: right;
        margin-right: 0
    }
    .content-section__social-touts .content-block__social-tout--grouped:nth-child(3n+1):nth-last-child(3),
    .content-section__social-touts .content-block__social-tout--grouped:nth-child(3n+2):nth-last-child(2) {
        width: 33.33333%;
        float: left
    }
    .content-section__social-touts .content-block__social-tout--grouped:nth-child(3n+3):nth-last-child(1) {
        width: 33.33333%;
        float: right;
        margin-right: 0
    }
    .content-section__social-touts .content-block__social-tout--grouped:nth-child(4n+1):nth-last-child(1) {
        width: 100%
    }
}

@media(max-width:960px) {
    .content-section__social-touts {
        padding-bottom: 0
    }
    .content-section__social-touts .content-block__social-tout {
        margin: 0 0 20px
    }
    .content-section__social-touts .content-block__social-tout--grouped {
        margin-bottom: 0
    }
    .content-section__social-touts .content-block__social-tout--grouped:last-of-type {
        margin-bottom: 20px
    }
    .content-section__tab-slider .carousel-arrow {
        display: block
    }
}

.content-section__static-collages {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.stock-quote__list-items li {
    margin-bottom: 10px;
    font-size: 14px
}

.stock-quote__list-items li strong {
    font-weight: 700
}

.stock-quote__list-items li span {
    font-size: 12px
}

.stock-quote__list-items li span .icon {
    width: 10px;
    height: 10px;
    vertical-align: bottom;
    margin-right: 5px
}

.stock-quote__list-items li span.up {
    color: #69be28;
    font-size: 14px
}

.stock-quote__list-items li span.up .icon {
    fill: #69be28
}

.stock-quote__list-items li span.down {
    color: #ff0;
    font-size: 14px
}

.stock-quote__list-items li span.down .icon {
    fill: #ff0
}

.stock-quote__disclaimer {
    font-size: 12px;
    line-height: 1.33333;
    color: #ccc;
    margin-bottom: 20px
}

.btn--stock-quote {
    margin-bottom: 20px
}

.content-section__tab-slider .carousel-wrapper {
    position: relative
}

.content-section__tab-slider .carousel-arrow {
    background: rgba(247, 247, 247, .7);
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: -90px
}

.content-section__tab-slider .carousel-arrow .icon {
    height: 50px;
    width: 16px
}

.content-section__tab-slider .tab-slider-thumbs__list .slick-list {
    padding: 10px 0 0!important
}

.content-section__tab-slider .tab-slider-thumbs .tab-slider-pointer {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #003124;
    bottom: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 0;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.content-section__tab-slider .tab-slider-thumbs .tab-slider-pointer.position {
    position: absolute
}

@media(max-device-width:1024px) {
    .content-section__tab-slider .tab-slider-thumbs .tab-slider-pointer {
        display: block
    }
}

@media(max-width:960px) {
    .content-section__tab-slider .tab-slider-thumbs .tab-slider-pointer {
        display: none
    }
}

.content-block__testimonials {
    margin-bottom: 40px
}

.content-block__testimonials .content-block__image {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px
}

.content-block__testimonials .content-section__blocks {
    position: relative
}

.content-block__testimonials .carousel-inner-content {
    width: 90%;
    margin: 0 auto
}

.content-block__testimonials .content-block__main-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-style: italic;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.33333
}

.content-block__testimonials .content-block__description {
    line-height: 1.375
}

.content-block__testimonials .content-block__person-info {
    font-size: 14px;
    margin-bottom: 5px
}

.content-block__testimonials .content-block__location {
    font-size: 12px;
    font-style: italic;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

.content-block__testimonials .carousel-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.content-block__testimonials .carousel-arrow:hover .icon {
    fill: #69be28
}

.content-block__testimonials .carousel-arrow .icon {
    width: 20px;
    height: 20px;
    fill: #006a4d;
    transition: all .5s ease-out
}

.content-block__testimonials--narrow .content-section__blocks {
    margin-left: 8.51064%;
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%
}

@media(max-width:768px) {
    .content-block__testimonials .content-block__inner {
        position: relative
    }
    .content-block__testimonials img {
        width: 100%;
        height: auto
    }
    .content-block__testimonials .content-block__image {
        float: none;
        margin: 0 auto 40px;
        width: 50%
    }
    .content-block__testimonials .carousel-inner-content {
        width: 100%
    }
    .content-block__testimonials .carousel-arrow {
        top: 25%
    }
    .content-block__testimonials--narrow .content-section__blocks {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABVAAD/4QODaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTgwODM5ODREN0U0N0EwNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzFERDJBRTNERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzFERDJBRTJERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3Nzg4RDJCMTYyMDY4MTE4MjJBODczOEQxNDc1QkRBIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWRlNWEwMGItZWE4OS0xMTc3LTkxYmQtZjNhZjExZGU4ZDgxIi8+IDwvcmRmOkRlc2NyaXB0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)
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABVAAD/4QODaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTgwODM5ODREN0U0N0EwNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzFFN0FFRkJERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzFFN0FFRkFERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3Nzg4RDJCMTYyMDY4MTE4MjJBODczOEQxNDc1QkRBIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWRlNWEwMGItZWE4OS0xMTc3LTkxYmQtZjNhZjExZGU4ZDgxIi8+IDwvcmRmOkRlc2NyaXB0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)
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABVAAD/4QODaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTgwODM5ODREN0U0N0EwNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzFERDJBRTdERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzFERDJBRTZERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3Nzg4RDJCMTYyMDY4MTE4MjJBODczOEQxNDc1QkRBIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWRlNWEwMGItZWE4OS0xMTc3LTkxYmQtZjNhZjExZGU4ZDgxIi8+IDwvcmRmOkRlc2NyaXB0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)
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABVAAD/4QODaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTgwODM5ODREN0U0N0EwNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzFFN0FFRjdERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzFFN0FFRjZERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3Nzg4RDJCMTYyMDY4MTE4MjJBODczOEQxNDc1QkRBIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWRlNWEwMGItZWE4OS0xMTc3LTkxYmQtZjNhZjExZGU4ZDgxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAgEBAQEBAgEBAgMCAQIDAwICAgIDAwMDAwMDAwUDBAQEBAMFBQUGBgYFBQcHCAgHBwoKCgoKDAwMDAwMDAwMDAECAgIEAwQHBQUHCggHCAoMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgBTgFWAwERAAIRAQMRAf/EAHoAAQEBAAIDAQAAAAAAAAAAAAABAgMFBAYHCQEBAAAAAAAAAAAAAAAAAAAAABAAAgEDAgQDBgMIAQQDAQAAAAECESEDMQRBURIFYXEigZGhMhMGsUIU8MHR4VJiIzNykmMVB1NzJHQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AP1kAAAAAAAAq5IDS/aoFAAKgK0vwAnUgI5fsgM+IAAAAAAAFSrpqBfBcAKkBQFUBHJICdfvAjbYEAAAAAAAAAAAAAAAAAAAAAAaXA0qagWtgLVARyQEc+QE6uIEqwAAAAAAAAACrUBXiBXMCdToBPEAAAAAAAAAAAAAAAAAAAAAAAAAAACoFb9wEqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAKAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFGBaUAgAAAAAAAAABaAKXAKNQKovXiBaJAGufECST/AHAR+AEAAAAAAAAAAAAAAAAAAAAAAAAKotgVRAvStQFOegEaTuBHTTiAoBAACgAC04cQFAL0cQKkBfwAUAAPMDLd6AGrATw4gR04AAAAAAAAAAAAAAAAAAAAAqiBVD3AaSoAAAAHgBmiWoE+FAHC4CjrRAErAVRsASVaAVRoBaAAAAABHoA/ECL3ASyAN8gIAAAAAAAAAAAAAAAAv4AKPUCqIFSp5gUAA0AAAFQI3zAnj+3IBqAoBelaoAlxAJAUAAAAAAE9gE8wFOQEb4ASoAAAAAAAAAAAAAAAAASqBpKoFoBQFAHHwAAAFQDfMCeLAjXv4AXUBR1AWAoABQBxAVAAAFQI37gJXmBG71WoCtgIAAAAAAAAAAAAAAAAAFqBqKT1A1QAAQFbAgAABPAA+aAVfIBSrqBQCVFQABaASgFYEAAAJxtoAvSwEbv4oCdTfmBAAAAAAAAAAAAAAAAAAAAq1oBpKiAoFrSyAgAAAAlQDAXr4AVAAACnvA0o89AD/mBJO4EAARsA3a4EdK+IEb4ASvIAAAAAAAAAAAAAAAAAAAAACxVQNrQAAAAAAABwAlOfxAtAAFowKo00AunmBG0BkABK3oATogGgGXLjxAjuAAAAAAAAAAAAAAAAAAAAAAAAaggNJ1AAAAACWAoAABUuIFUQLTmArRAZbAgACXqAqBHZ2dgJWoEAAAAAAAAAAAAAAAAAAAAAAAAACwG0/eArXQC+DAnECgAABKoGukDVEA0QGXIDLdQAEq+AC/H5QI2/ZwAlU/ACAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQGlR6gVVp4gNAKAAAVR5gaSS0AoDzAw5NvwAgEb4AKgSwBulVwAjAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAADS08AKqcQLxAAXpYGlGl+IFAARyoBlttgQCV4AK8WBG+eoEdOAEqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANRqBoAr2AqjW/ADaVAABugGZSqBkCN+8A3XyAleYC6v7wI9QIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKlUDUdLAVLggNxjzAoACOVAMuVQJVASoEddACpTkwI6UsBKgAAAAAAAAAAAAAAAAAAAAAAAAAB5ew7Put6lko4bf+prXhZcQO0xdp289vl223xylhhT9RkirQrJKPVPSrdElz4AdAAAAAAFSq6AbVrAailqBoA2kBlz5AZeoEbAOvEBcCVa9PECVtQCAAAAAAAAAAAAAAAAAAAAAAAAADeHBl3E/p4Y9U/Dhwu+AHsPZewdq2W2Xcu7J7jI3048ENOvgunV+72MDsu44tvgUc3fOrBBpTh27A1+pyR/7klbHF+8Dx59732RwhPBjXZcbbh22KccMk1R1pdyp+Z3rcD1EAAAAALGtbAbA2mA60BlybAnkBHXXgAqnpqBPh4AHyQEqBAAAAAAAAAAAAAAAAAAAAAAAAAB2mw+1e5brZPumeDx9vTVJSopTq6elPh4/iB2fbO1fVxTWxUMeyxL/Pu8rawwfnrKXJK4HNhzbeWeHbuwrq3mWUI/r93SE06/kirY18WB3WH7Gnjx/Wx0e6c3HJPI37ZKt6fEDsMf2R27H2+eBSb7hkSruZKrjSSl6Y6JWpzA+UAAAAAAA2gLWt2AqBK+4AuXACXXkAr7gI9PABWwEAAAAAAAAAAAAAAAAAAAAAAAAOfYdt3vc830NlBznrJ6RiubbsgO42/YMPbZxW4Ty79ukMcE5Sk/7Iq78/wA7bPjx9u20dp3t/V3NerF2nBLSUlruJw0/wCMbgeL3TJ3XfZ8eLui+ljil+m2uKPTCMXooQjavxA7nsH2LnzxjuO71wbazjgjbLLj6n+X8QPbEkkox0VlzoA6eKfmuAHw8AAAAAAFUqAaT4agRugC/kBarXkBHUCJgTQAAAAAAAAAAAAAAAAAAAAAAAAAd/2f7H3GXHHe976sG1dHHBGn1pp8aP5V4u/JAd7lz9p7Nt1ttrGONLSEE3R83xb87geO+77n6MsfZsUsG6nBR3W9m1LM+HTGStCHJK4Gewdi7jvd3HJ22PqxyUnucn+uEk7uvF+CA94x9u2WPcR3bxR/WwTistLrq1o3oBzybfqbAlHTkuXEBS3iB8PAAAAAAAAICqtagXhSgBtLz8AJX2AQAAAAAAAAAAAAAAAAAAAAAAAA87sX253f7j3P6bteJyS/2ZZenHBc5SdkB7p2T7W7J9vRWXbyjvO6pdT3kqfSx01+mnaq5sDwe7/cSySlh2Mutyqsu4dfV/xr+IHhbPY599kU4Ppjq80tElyXED2btH2nGWCH6ysNlJUdbZMlNOrkuAHseLFDDCOHDBQwxVIwgkklyogK7Ola8/ACOtf2+AB+7y1AU4OleC4AfDwAAAAAAAAFV7AKpIA3y0AgAAAAAAAAAAAAAAAAAAAAAACwhPJNY8acsknSMUqtt8EkB7J237K23b4Q3v3dOWPqXVj7dhvuMi5y4QXncDze5d/b2v8A4/BCO17PFejZbe1Vzm9ZPzA67L3Dd7zFDYpv9PWsMELpt86a39gHadt+2pycf1aeXcy+TbwpRPxpr+AHtXa/t7bbOcd1vFHJvI06YpejH5Li/EDspJzTc7p+9gSEtYPWP4ALV8QD6nf4gSqXgufEBS2np+IHxAAAAAAAAAAAN1AAAAAAAAAAAAAAAAAAAAAAAAOx7F9r907/ACcttHo2UXTJuMloR8K8X4IDvdnLt329jceyRpukqZO4bhL6vj9OF1BfEDwsvcsjySyYk3KT9WXJVyk29b/vA4lssspfUnK0kpdT0o78QO8+3PtfuO9yY9xt4vBt69T3OVO6/sjrL8APc9jsNvsMLxbWN5XyZH80nzb/AHAc1Er+4BRpNP3AZmm6OCrkXD8agWMoSXUr8vAB5X8eACi0V5ATq9VOPwQHxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb2+33G7zR221hLJuJukYQTcm/BIDvu3/bWx7dTL3j/APTv/wAu0xS/xwf/AHckdf8AjH3geXn7/lhki4tTcF048WNdGHElwjCNgPC/z73J9TO/mbc5JWV+SA8nYdn3O/3SwbPHLPns1CNKJc5N2S8wPbuyfZ202s1uO7qO430UumCvij7H8zXPQDvGnL5n4U/bgAb4LQCJpIBda2/EA0kqKy5IDjnH6MuqTphlZrk+dQNytZ24ASja5R+ICsaaej4AfEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADz+29g3O9hHc7h/Q2D+XJJNynTX6cdZeeniB3OPJs+04Ht9kv0+OapKTdc2Vf3SVKLwVF5gcEp7jdNQxJx2sn0xaVOry5gck9ljhTHRpKirWsnJq6t+AHsnYPs3LuNlTusHt9vL1RxKizPxf9PtuB7Js9ltO37dbXY444tsvyx4vm3q35gbl6csXHVprx5gb8/cv3gZ1/dyAOirxfNgFdW9/wDABVVpDXSr0Ay+mSp81dW9KcgMYn9KTwTbeRKsXLWUf5aAbb/q9wD1ezkB8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5Nps9zvsy2+0g55Xei4Jatt2SXNgd52zs3b9hJZt0o7rcRu6/6IPydOt+fp8wOfe7xZ93L9JWc5USnKrfkq8OXADEtn9Wf0q9Vf8AZN3VeVdWB3Hbuxdw7tlx/oYdO1wxWP8AU5W1BJcqavwQHs/aPt7t3aKZMUfq77juMiXVf+laRXxA8/xb8/5gR1bvpzAzlaj0u69S015Abf8Ad7gJ1Nu/uQB6Vld8EgDdFR6/0rUBKjXrslw4AZu16bJcfADGWEsi/wANssbxm9K8vGoFxzi4KbVJOzT1TWqAtZ/N+XlxA+IgAAAAAAAAAAAAAAAAAAAAAAAAAAA8/Ydky53HJu648Lo1FfPJeCei8X7Kgdqnttpt1t8CUcL9X0ofma0cnq/b7AEMGXc45ZMrUUqKONVrJvlTl4geZ2rt2bc5HtNrB5N1JOUVG9Hw6q/iB7L2T7M2+yUd33hrPu43WJP/ABQ43/qfwA7rG3LFGnyJWtaj5JAaTasvdxAtl4v4AS7u37QJlX+OUVaqaqAg/qQUtItKTb10AtWquNocwJWr9Ptb4gVUWir5gRtJqvqfBASlbz11pwAVrppzA4Mso7XO86vCVPq1/K9FLwXBgc3TPWvq+AHxEAAAAAAAAAAAAAAAAAAAAAAAAAeR23te/wC77lbXt+N5Mr1ppFc29EB3y+2Nn2aWLBmk9x3nJT0YlXproorVvk/wA8rLtNr2t9PdV9buNU3sMMl6V/38ka0f9sb8wOHcuW93H6zcKGObp1QwRUIRirRiktLe0Duu0faG738Y5s3/AOTYNJxclXLJeEXp5sD2XYdu2PbMP6fYY+mLvOWs5vnKQHPK0G+VX4AI16I1rpr7ALpZe4Ca6gVydba/AA6au8tAMYZ+lwleUZONOSrVAa8ZXfBcEAlzl6Y+4CepqirGPDn/ACAtlpxv4gR0SrLQB65WfpXxANQUelqsXZp3qB40Y5VXY5pUwv8A0tP1Sxr5ovxSt5AfGQAAAAAAAAAAAAAAAAAAAAAABKtlqB2mD7Z3WNLJ3FfTt1vDVfUjHg5r8qfCt38QO77Htc23UO4bGUdp2/G3F77Mv8WlHGEdcknyXtYHk7XNudxLJ/4DrxbbJ6dx3Lc33OVvWjXyL+2PtYHK/sjusIY57GCcMmrySUZRT/M1yfvA9g7N9qdt7S1ucqWffrTJNemFvyx/e7gdm3V1l/NgL6IDORUxu97X+AHJfyjp4gZ0pyAsk2qvQCdVr2igL010XSviBx42o5smKKs0sleFX6X+AG1K/Sry0q9EBKJeqV348PIC3loBnqq6Q9r4AVRSvK8ubAdTlaOnMA6Ru9QI05SUpK0bxXGtKfvA+ItAAAAAAAAAAAAAAAAAAAAAAeT2/tO77j1Tx0htIf7c+V9OOFeb5+Cq3wQHuP2n9k5JRju9opbfBr/5DPBfXn//AD43XoX9zvypoB7JuftrtOLtEu17bb9WByWaWNzcZZ5xv/lnq6vmB6f3Lb953fd/0ncoyn3PE/p49rhj6caWixxjZRpxA9r+2Ptzcds2y/8AJuLnXqx4I3jj4ur4uvsQHbu/pXG7YBv38wFLVlryAJVdAJksqattLyuBpVlp7wLSml5cWwJSrtd8+ABJJpydZgJOln7AOKayfqITlT6brBJa3Vb+1AbUlpHVAHa+r4IA4yfz6f0r94CqjZe5AOmvz6cuAE63K2L/AKuAFUaOusubAVv01uB8QAAAAAAAAAAAAABaWAPnwAgAABcePJlmsWKLlkk1GMYqrbeiSQHe9k+0M+63S2+bE9xvtXtcUqRx/wD35VaP/FeryA967P8AZuy2Dx7nubjud5i/044x6dth/wDrx8X4u4HctuTrJ3AnGvsAzHBgx55bmMIrczShPIkuqUY6JvWwHJSrvryAz88nTRL2AV04e0Aoql3bkAcqui05AZyJdUOr+qy8kwNuyXV7EtQHT1fPaP8AT/ECtvhbxYGVf5f+pgH0xle7+IHDuqLCss7QhKM3V0spU19oHKk3aFori+PkgCSSr72wDrLSwErGNkr8kBFFt1ndcI8ANNqK6nZAR1lZWjz4gToh09PAD4iAAAAAAAAAAAAADUaAHZAZAAcm12u43u5x7Paxc9zlkseOC1cpOiQHv3YP/X+PGk45fpbGnTkz4/8AfuJUpNQl+THWqVLtage09v2Wy7bto7LtuOOHaR+WEOL5t6t+YHNSOr1ASvGjtWy5gKJKitH9veA0dV7wKkkn1aasCQ6pR6lSjvXgBqi158WBOnq0tHnxAqiqNxt4sDDvmh0aUk3J+VLAaSUXa8gDdHf1S4JAHGt5acuADqbtDTmBG1F+ldUwM5sH1YShO7aaXKrVgGHMsuOGSN5SSq/Gl/iBadN5/ECPrlp6Y8+IFUYpemwDqTXou+YEUL9TvICdbkqY7vnwAfT419fMD4iAAAAAAAAAAAAAC2oAdQIAA91/9afbMlFd63CpuMycNva8MXyzy+b+WPtA97jCEIrHBUxpUS4JICxd6RArSSrrLgBKVlV3pbw9oGqVVeCAaWXzfECZEulRd5N0SQGnrRXpw4ATzvIBWjprLkAo9ZX/AAAy25ZquyUX8WBbyVrLgwKmoelXerQElReqfsSAUlNXtHhzAUUI0XsSAPqd3ZckBw7acYrJt8KtjnKNtEn61+IHJ00dZXl+2gFbpb83ICOPUvX/ANIEclH0K8v6VqAcXL59P6Vp/MC6KnACdUerp/NxXID4gAAAAAAAAAAAAAAAAAdn9qdgn9w91jtpVWxxr6u5muGNPReMnZAfV9jtobLb/KoVUfRFWhCKpCC8kBzxi6Vnb9wGlV6KkP20ANdKaSrLRefiAUOlc6acgHqfguYGqU10Ay03NJ2hFV8W2BaUXKABJuytH4gLVpBeb4ATh6by0AykvrznJ1aUY+WrsgNNSk7WXHmBK8Ie/gBVFRu3V8WwDbl8mnF/wAj6YX1k/ewHTKfzWXL+IHEmsW9nGTSjOEZqulYPofwaA5KznXptDm+PkgJWMU62XNgPXLT0x5vVgIxjH0Q8wE5JeqTsBms5r+mPxYF6I06eAHxAAAAAAAABQAAoAAAAAFjGU5KEE3NuiSu23wQH0/7J+2Y9m2MdvNL68Wsu7mtJZqenH4rGnfxA9gbrkprS7A1St5X4eCA0k/zVAlU5tLWNqLmwNqPO7+CAiveN2uICl7Xl4gYhWXrV5yda8ElYDdFG79U3oBJOuuj4LiAUXLW0eSAOidI34eAHHBRjkyTfqyNpJLX0xS0A30uXzacloBa3ol7OQE6f/kdlwegDqlL5fe/3AIxUdPe9QMvI6uMF1SXuXmwOLPjpuMG4leSk8fh/kjwXmgOX6jl6caq9G62XtAqxx+aV5c/4AWi1/ADEsilbFf8Aufy/zAdCT6neWlWBJTUZdGuTkv38gJ05H6278IKy9vMD4iAAAAAACpVA1GNFfUC0AxKisBAAAAB7V/66+38mXMu/5opuEvpbKE9JZvzZL8IK/nQD6Jixw22BYYVcVZWvJvVunNgckFT08ONANK2rASbUW1bkuLAuOCxxUVw4LnxYF6ber5eSANvTRcEtQM5epY3wr6UvOwGqW6Y2irJ+CAytKQ/6n+1wLRR1+Z89WBHVr1WiBPVK0FRWv/BAYwKEcUpQ+Vyk6vjen7gOR1lrZfECNpemC9XL+LAdNXWd2uHACuSjZ8eHFgYpOarP0w5LX2sC1jjXSvYkBwdwx5cm2m62jHqWNcXGSlVvXRaAeRWLjWHyO68noBJTS0q5ckBno6r5NNenh/MCylCMG5WSAzSc/SvTj4v83s5AVQjCqiqc/HzAtL0A+HAAAAAAA3GNANqPMDL18AMSddNAIAAAeZ2Ls+fvvc8fbsD6VKssmR6Y8cbym/JAfVuxbDbbTa454IdG3jBYtrCWscS4v+6bu2B50VWVeGlEBtK9Nae4DVouqu+LAms/BcXzA2lRW9rYEu36fe/3AXTS8uIGJNPLGDvJVlRe5Aa6W75POnBAHJv5PeBltJ0j6pcX/FgPppv13krrkgL1Vla6A4tslDbQlN1yNVq9btuwHI05a+mPLiAVEqaRQE6nL/W7f1PT2IAoqNZN+p6yYErKfy2jzf7kBVGMdPe9WAn0OPTP5X6ffYDx+3zlm2UEqpRTxNvWsH0fuA8iMVFUigMfUc1TEurg5N+lfxAscUU+uT6p83w8lwA0BjLkhij1ZHRcNW35LUDj687/AMjg1jV1BUc5ed6LyA+JgAAAABYK4HJFLkBpuiAw7AYd3bQCAAAH0T7D+1X2/YrHuY03m4Uc28b1hi+bHh85fNID22TrZWcrewCxgkr6cIoDfTemr0ov3gJdMU5Su1wQBKipL53ei5gWn9XuWgFcuOkQIk5aWj8QMwceqUkq1dFTkrAadEq5PcgHqk72jwXEA+mFuHBICfNeWnL+IGJZH0N41om+p6WXxAm3x9GKCbrPpVZPW6A28ir0q8uMVw8+QE6Op1yXfJae7iAlLhH1S48l7QCjesnV8OS9gFAnXV+hV8XoBFGj63efMDg22RYtzudq75FNZYxWtMka/imBzfTlP/a/T/QtPa+IG0klRaICSsup6LV/zA4nny5X07dem/8Akl8vsXH8ALDCoNzq5ZXZzld/y9gGvDiB8OAAAADUDcVRAVOgFrUDEnwAyAAqi2B3/wBi/b36/dvu26h17LbSioQemXO/kh5LWXh5gfTNltJbTB05Jde4k3kzZHxm9aeCA5oRV8mjlSr4tLQDSi9XaKA1ZL02j4gYpKU1FWhrJvV8gNq1ooBXhC8tK8AFEvVJ35/wAmRtQc69KS148kAxxUMahiVErV4V4sDSSh6nrxbAjbdlZcwI3GNleb4LUCdDnR5PPpWi/iBjeZFDZ5JStFRa99gNUfy/LFW8bICvpgqKy5LiAo381ly/iAsrJenkAckvF8kBKOVp6ckAlKMY1k6RVqgZrkyfL6Ic3q/JcAOBRhg7snFU+viafOUsUqp38JAeUBxzzxi+iCc8i1iuHm+AGVhlkpLO1J69Cqoe56+0DkbadFqBieSMH0RrLL/RHX28gI45n/kdPqK6xptR9r1YHxEAAAAaiogaAASr5AZf7cwFqAaXT7QN44wnNRlJRi2k5OtEudk2B9P+z8fZIbPbLt+RT2UFLHtpUknPIn/knJNWbeid6eAHe5NUn8vFv4AbVeq/z+IEdVSt3wrogL6VL1Xnw/kBI9TVclpcUuYF9TVZ2hyQGq+n0K3wAmmt5gYzU9H1v9fUvLwr7QORtrRVYEdE/Vd8AI+uTa+WHPj7OACHRpDTi/H2gJOVUoq178AOLcpLC1WuT03fLqVQOSXW5UjZ82Ah01o/m4t6/ECvW+oEfW1TSPPiBF08AE3NUUVVvnogM0gsq+o65fy10r/bwA2B4+8qtxtXC+X6jVP7HB9b9lgOSX1ZqsqwxLVRvJ+79wDD9L6S+jT6dbdPMDfGnxA45fVyVS9EEtVeb8qafiBMP0ul/R5+rWvV/dW9fMDk4+IH/9k=)
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABVAAD/4QODaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTgwODM5ODREN0U0N0EwNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzFFMTIxMjRERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzFFMTIxMjNERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3Nzg4RDJCMTYyMDY4MTE4MjJBODczOEQxNDc1QkRBIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWRlNWEwMGItZWE4OS0xMTc3LTkxYmQtZjNhZjExZGU4ZDgxIi8+IDwvcmRmOkRlc2NyaXB0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)
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABVAAD/4QODaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTgwODM5ODREN0U0N0EwNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzFERDJBRUJERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzFERDJBRUFERkFCMTFFNEEzMENFOEQzQUU5QTQzMjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3Nzg4RDJCMTYyMDY4MTE4MjJBODczOEQxNDc1QkRBIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWRlNWEwMGItZWE4OS0xMTc3LTkxYmQtZjNhZjExZGU4ZDgxIi8+IDwvcmRmOkRlc2NyaXB0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)
}

.content-section__five-group-touts {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px;
    min-height: 245px
}

.content-section__five-group-touts:after {
    content: " ";
    display: block;
    clear: both
}

.content-section__five-group-touts .content-block {
    padding: 40px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right
}

.content-section__five-group-touts .content-block__main-title {
    min-height: 55px;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500
}

.content-section__five-group-touts .content-block__description {
    margin-bottom: 20px;
    line-height: 1.42857;
    min-height: 66px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) {
    background: #fff;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+4) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+5) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+6) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+7) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+8) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+9) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) {
    background: #fff;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(10n+10) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+3) {
    width: 33.33333%;
    float: left;
    min-height: 399px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+3) .content-block__description {
    min-height: 220px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+4),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+5) {
    width: 50%;
    float: left;
    min-height: 311px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+4) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+5) .content-block__description {
    min-height: 132px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+4) {
    clear: left
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) {
    clear: none;
    width: 33.333%;
    min-height: 399px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .content-block__description {
    min-height: 220px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) {
    background: #fff;
    color: #3a3a3a;
    clear: left
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) {
    clear: none;
    width: 100%;
    min-height: 245px;
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .content-block__description {
    min-height: 66px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) {
    clear: none;
    width: 25%;
    min-height: 509px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .content-block__description {
    min-height: 330px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) {
    background: #fff;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(2) .btn:hover .icon {
    fill: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(3) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) {
    background: #fff;
    color: #3a3a3a;
    clear: left
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-last-of-type(4) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-last-of-type(4) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) {
    clear: none;
    width: 50%;
    min-height: 311px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .content-block__description {
    min-height: 132px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) {
    background: #fff;
    color: #3a3a3a;
    clear: left
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2):nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2):nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+2)~:nth-of-type(37n+1):nth-last-of-type(37n+2)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) {
    clear: none;
    width: 50%;
    min-height: 311px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .content-block__description {
    min-height: 132px
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:visited,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:link,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:visited .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:link .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:hover .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:focus .icon,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:hover,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:focus,
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2),
.content-section__five-group-touts .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) {
    clear: left
}

@media(max-width:960px) {
    .content-section__five-group-touts .content-block__services-tout {
        width: 100%!important;
        min-height: 0!important
    }
    .content-section__five-group-touts .content-block__services-tout .content-block__description {
        min-height: 0!important
    }
}

.content-section__five-group-touts--reverse-order {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px
}

.content-section__five-group-touts--reverse-order:after {
    content: " ";
    display: block;
    clear: both
}

.content-section__five-group-touts--reverse-order .content-block {
    padding: 40px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right
}

.content-section__five-group-touts--reverse-order .content-block__main-title {
    min-height: 55px;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500
}

.content-section__five-group-touts--reverse-order .content-block__description {
    margin-bottom: 20px;
    min-height: 45px;
    line-height: 1.42857
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) {
    background: #fff;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+4) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+5) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+6) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) {
    background: #fff;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+7) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+8) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+9) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(10n+10) .btn:hover .icon {
    fill: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+2) {
    width: 50%;
    float: left;
    min-height: 311px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+2) .content-block__description {
    min-height: 132px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+5) {
    width: 33.33333%;
    float: left;
    min-height: 399px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+3) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+4) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+5) .content-block__description {
    min-height: 220px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+3) {
    clear: left
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) {
    clear: none;
    width: 25%;
    min-height: 509px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .content-block__description {
    min-height: 330px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(3) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a;
    clear: left
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-last-of-type(4) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-last-of-type(4) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) {
    clear: none;
    width: 100%;
    min-height: 245px;
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .content-block__description {
    min-height: 66px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) {
    clear: none;
    width: 33.333%;
    min-height: 399px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .content-block__description {
    min-height: 220px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .btn:visited .icon {
    fill: #006a4d
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:focus .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:hover .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a;
    clear: left
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3):nth-last-of-type(3) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+3)~:nth-last-of-type(3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) {
    clear: none;
    width: 50%;
    min-height: 311px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .content-block__description,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .content-block__description {
    min-height: 132px
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(1) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) {
    background: #fff;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) {
    background: #fff;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:visited .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:link .icon,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:visited .icon {
    fill: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(3) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:visited,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:link,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4) .btn:hover,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:focus,
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4):nth-last-of-type(4),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(2),
.content-section__five-group-touts--reverse-order .content-block__services-tout:nth-of-type(5n+1):nth-last-of-type(5n+4)~:nth-last-of-type(4) {
    clear: left
}

@media(max-width:960px) {
    .content-section__five-group-touts--reverse-order .content-block__services-tout {
        width: 100%!important;
        min-height: 0!important
    }
    .content-section__five-group-touts--reverse-order .content-block__services-tout .content-block__description {
        min-height: 0!important
    }
}

.content-section__six-group-touts {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px;
    min-height: 245px
}

.content-section__six-group-touts:after {
    content: " ";
    display: block;
    clear: both
}

.content-section__six-group-touts .content-block {
    padding: 40px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right
}

.content-section__six-group-touts .content-block__main-title {
    min-height: 55px;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500
}

.content-section__six-group-touts .content-block__description {
    margin-bottom: 20px;
    line-height: 1.42857;
    min-height: 66px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) {
    background: #fff;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) .btn:visited .icon {
    fill: #006a4d
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) .btn:visited .icon {
    fill: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+4) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) .btn:visited .icon {
    fill: #006a4d
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) .btn:visited .icon {
    fill: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+5) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+6) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) {
    background: #fff;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+7) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+8) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) .btn:visited .icon {
    fill: #006a4d
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) .btn:hover .icon {
    fill: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+9) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+10) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) .btn:visited .icon {
    fill: #006a4d
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .btn:visited .icon {
    fill: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+11) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(12n+12) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+2) {
    width: 50%;
    float: left;
    min-height: 311px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+2) .content-block__description {
    min-height: 132px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+4),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+5),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+6) {
    width: 25%;
    float: left;
    min-height: 509px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+3) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+4) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+5) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+6) .content-block__description {
    min-height: 330px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+3) {
    clear: left
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) {
    clear: none;
    width: 50%;
    min-height: 311px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .content-block__description {
    min-height: 132px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(4),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(5),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(4),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(5) {
    clear: none;
    width: 33.333%;
    min-height: 399px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(3) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(4) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(5) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(3) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(4) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(5) .content-block__description {
    min-height: 220px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(1) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) {
    background: #fff;
    color: #3a3a3a;
    clear: left
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-last-of-type(2) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) {
    clear: none;
    width: 100%;
    min-height: 245px;
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .content-block__description {
    min-height: 66px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:visited .icon {
    fill: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1):nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1):nth-last-of-type(1) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+1)~:nth-of-type(37n+1):nth-last-of-type(37n+1)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) {
    clear: none;
    width: 33.333%;
    min-height: 399px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .content-block__description {
    min-height: 220px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) {
    background: #fff;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(1) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) {
    background: #ebebeb;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(2) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) {
    background: #fff;
    color: #3a3a3a;
    clear: left
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3):nth-last-of-type(3) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+3)~:nth-last-of-type(3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) {
    clear: none;
    width: 25%;
    min-height: 509px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .content-block__description {
    min-height: 330px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .btn:visited .icon {
    fill: #006a4d
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .btn:visited .icon {
    fill: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(1) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(1) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(2) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(2) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .btn:visited {
    color: #006a4d;
    background: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .btn:visited .icon {
    fill: #006a4d
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .btn:visited .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .btn:focus .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .btn:hover .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .btn:link .icon,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .btn:visited .icon {
    fill: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(3) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(3) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #3a3a3a;
    clear: left
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .btn:visited,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .btn:link,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .btn:visited {
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    display: inline-block;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4):nth-last-of-type(4) .btn:hover,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .btn:focus,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+4)~:nth-last-of-type(4) .btn:hover {
    background: #69be28;
    color: #fff
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5):nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5):nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5):nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5)~:nth-last-of-type(1),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5)~:nth-last-of-type(2),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5)~:nth-last-of-type(3) {
    clear: none;
    width: 33.333%;
    min-height: 399px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5):nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5):nth-last-of-type(2) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5):nth-last-of-type(3) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5)~:nth-last-of-type(1) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5)~:nth-last-of-type(2) .content-block__description,
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5)~:nth-last-of-type(3) .content-block__description {
    min-height: 220px
}

.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5):nth-last-of-type(3),
.content-section__six-group-touts .content-block__services-tout:nth-of-type(6n+1):nth-last-of-type(6n+5)~:nth-last-of-type(3) {
    clear: left
}

@media(max-width:960px) {
    .content-section__six-group-touts .content-block__services-tout {
        width: 100%!important;
        min-height: 0!important
    }
    .content-section__six-group-touts .content-block__services-tout .content-block__description {
        min-height: 0!important
    }
}

.video-content {
    padding: 0 10px 30px
}

.video-content p {
    margin-bottom: 30px;
    line-height: 1.42857
}

.video-content .content-block__image {
    position: relative
}

.video-content .content-block__image img {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: auto
}

.video-content .content-block__image--left {
    float: left;
    margin: 0 20px 20px 0
}

.video-content .content-block__image--right {
    float: right;
    margin: 0 0 20px 20px
}

@media(max-width:768px) {
    .video-content .content-block__image img {
        max-width: 100%;
        width: 100%;
        height: auto
    }
    .video-content .content-block__image--left,
    .video-content .content-block__image--right {
        float: none;
        text-align: center;
        margin: 0 0 10px;
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

.header {
    background: #fff;
    height: 100px;
    width: 100%
}

.header .nav__outer.stuck {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 100
}

.header .nav__outer.stuck .logo {
    padding-top: 15px
}

.header .expand {
    padding: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 12px;
    background: #fff;
    z-index: 11;
    position: relative;
    text-transform: uppercase
}

.header .expand.language__link {
    width: 115px
}

.header .expand.active {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.header .expand .icon-line-arrow-down {
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 10px;
    vertical-align: middle
}

.header .expand .icon-line-arrow-up {
    display: none;
    width: 7px;
    height: 11px;
    margin-left: 10px;
    vertical-align: middle
}

.header .expand.active,
.header .expand:focus,
.header .expand:hover {
    color: #69be28;
    cursor: pointer;
    transition: all .5s ease
}

.header .expand.active .icon,
.header .expand:focus .icon,
.header .expand:hover .icon {
    fill: #69be28;
    transition: all .5s ease
}

.header .expand.active .icon-line-arrow-down {
    display: none
}

.header .expand.active .icon-line-arrow-up {
    display: inline-block
}

.header .header__wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px
}

.header .header__wrapper:after {
    content: " ";
    display: block;
    clear: both
}

.header .header__utility {
    border-bottom: 1px solid #ccc;
    width: 74.46809%;
    float: right;
    margin-right: 0;
    padding: 10px 0 0;
    position: relative
}

.header .header__utility .country-selection {
    width: 61.29032%;
    float: left;
    margin-right: 3.22581%
}

.header .header__utility .country-selection .expand {
    display: inline-block
}

.header .header__utility .country-selection .expand:first-of-type {
    margin-left: 0
}

.header .header__utility--form {
    width: 35.48387%;
    float: right;
    margin-right: 0;
    padding-top: 4px
}

.header .header__utility--form .mini-search {
    float: left;
    width: 185px
}

.header .header__login {
    float: right;
    line-height: 1;
    padding-top: 6px
}

.header .header__nav {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding: 0 10px
}

.header .header__nav:after {
    content: " ";
    display: block;
    clear: both
}

.header .header__nav .logo {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    transition: all .5s ease-in-out
}

.header .header__nav .logo a {
    display: inline-block
}

.header .header__nav .logo .icon-logo {
    fill: #006a4d;
    width: 94px;
    height: 25px
}

.header .header__nav .main-nav {
    width: 74.46809%;
    float: right;
    margin-right: 0
}

@media(max-device-width:1024px) {
    .header {
        height: auto;
        padding: 0
    }
    .header .nav__outer.stuck {
        position: relative;
        top: inherit
    }
    .header .nav__outer.stuck .logo {
        padding-top: 0
    }
    .header .expand {
        transition: all .5s ease-in-out;
        padding: 0;
        border: 0
    }
    .header .expand.language__link {
        width: auto
    }
    .header .expand.active {
        border: 0
    }
    .header .header__wrapper {
        padding: 0
    }
    .header .header__utility {
        width: 100%;
        float: none;
        padding: 0
    }
    .header .header__utility .country-selection {
        width: 75%;
        margin: 0;
        padding: 10px 0 10px 10px
    }
    .header .header__utility--form {
        float: none;
        width: 100%;
        padding-top: 0
    }
    .header .header__utility--form::after {
        content: ' ';
        display: block;
        clear: both
    }
    .header .header__utility--form .login-link {
        padding: 18px 10px 0 0;
        float: right
    }
    .header .header__utility--form .mini-search {
        display: none;
        float: none
    }
    .header .header__login {
        float: none;
        padding-top: 0
    }
    .header .header__nav {
        padding: 0
    }
    .header .header__nav .logo {
        padding: 0;
        margin: 10px 20px;
        width: auto
    }
    .header .header__nav .logo .icon-logo {
        width: 130px;
        height: 30px
    }
    .header .header__nav .main-nav {
        float: none;
        width: 100%
    }
}

@media(max-width:960px) {
    .header {
        height: auto;
        padding: 0
    }
    .header .nav__outer.stuck {
        position: relative;
        top: inherit
    }
    .header .nav__outer.stuck .logo {
        padding-top: 0
    }
    .header .expand {
        transition: all .5s ease-in-out;
        padding: 0;
        border: 0
    }
    .header .expand.language__link {
        width: auto
    }
    .header .expand.active {
        border: 0
    }
    .header .header__wrapper {
        padding: 0
    }
    .header .header__utility {
        width: 100%;
        float: none;
        padding: 0
    }
    .header .header__utility .country-selection {
        width: 75%;
        margin: 0;
        padding: 10px 0 10px 10px
    }
    .header .header__utility--form {
        float: none;
        width: 100%;
        padding-top: 0
    }
    .header .header__utility--form::after {
        content: ' ';
        display: block;
        clear: both
    }
    .header .header__utility--form .login-link {
        padding: 18px 10px 0 0;
        float: right
    }
    .header .header__utility--form .mini-search {
        display: none;
        float: none
    }
    .header .header__login {
        float: none;
        padding-top: 0
    }
    .header .header__nav {
        padding: 0
    }
    .header .header__nav .logo {
        padding: 0;
        margin: 10px 20px;
        width: auto
    }
    .header .header__nav .logo .icon-logo {
        width: 130px;
        height: 30px
    }
    .header .header__nav .main-nav {
        float: none;
        width: 100%
    }
}

.content-section__features:after,
.content-section__tools:after,
.content_section__list-items:after,
.footer__wrapper:after {
    content: " ";
    clear: both
}

.content-section__features {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    overflow: hidden
}

.content-section__features:after {
    display: block
}

.content-section__features .content-block__feature {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%
}

.content-section__features .content-block__feature:nth-of-type(3n) {
    float: right;
    margin-right: 0
}

.content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n+1):last-of-type,
.content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n+1)~:last-of-type,
.content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n+2):last-of-type,
.content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n+2)~:last-of-type {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%
}

.content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n):last-of-type,
.content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n)~:last-of-type {
    width: 31.91489%;
    float: right;
    margin-right: 0
}

.content-section__features-2col {
    overflow: hidden;
    margin-bottom: 40px
}

.content-section__features-2col .content-block__feature {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%
}

.content-section__features-2col .content-block__feature:last-of-type {
    width: 48.93617%;
    float: right;
    margin-right: 0
}

.content-section__features-2col .content-block__feature .content-block__inner-2 {
    padding-bottom: 20px
}

.content-section__features.content-section__features-row-of-four .content-block__feature,
.content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n+1):last-of-type,
.content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n+1)~:last-of-type,
.content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n+2):last-of-type,
.content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n+2)~:last-of-type,
.content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n+3):last-of-type,
.content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n+3)~:last-of-type {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%
}

.content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n):last-of-type,
.content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n)~:last-of-type {
    width: 23.40426%;
    float: right;
    margin-right: 0
}

@media(max-width:768px) {
    .content-section__features {
        margin-bottom: 40px
    }
    .content-section__features--mobile .content-block__feature {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px
    }
    .content-section__features--mobile .content-block__image {
        display: none
    }
    .content-section__features .content-block__feature,
    .content-section__features.content-section__features-row-of-four .content-block__feature {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px
    }
    .content-section__features .content-block__feature:last-of-type,
    .content-section__features.content-section__features-row-of-four .content-block__feature:last-of-type {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }
    .content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n):last-of-type,
    .content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n)~:last-of-type,
    .content-section__features .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n):last-of-type,
    .content-section__features .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n)~:last-of-type,
    .content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n):last-of-type,
    .content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n)~:last-of-type,
    .content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n):last-of-type,
    .content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(4n+1):nth-last-of-type(4n)~:last-of-type {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n+2):last-of-type,
    .content-section__features .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n+2)~:last-of-type,
    .content-section__features-2col .content-block__feature,
    .content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n+2):last-of-type,
    .content-section__features.content-section__features-row-of-four .content-block__feature:nth-of-type(3n+1):nth-last-of-type(3n+2)~:last-of-type {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .content-section__features-2col {
        margin-bottom: 20px
    }
    .content-section__features-2col .content-block__feature:nth-last-child(-n+3) {
        margin-bottom: 40px
    }
    .content-section__features-2col .content-block__feature:last-of-type {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-bottom: 0
    }
}

.content-section__tools {
    margin-bottom: 40px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.content-section__tools:after {
    display: block
}

.content-section__tools .tools-block {
    background-repeat: none;
    height: 181px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    display: block;
    overflow: hidden;
    float: left
}

.content-section__tools .tools-block__data,
.content-section__tools .tools-block__globe,
.content-section__tools .tools-block__outlook,
.content-section__tools .tools-block__retail {
    width: 25%
}

.content-section__tools .tools-block:link,
.content-section__tools .tools-block:visited {
    color: #fff
}

.content-section__tools .tools-block:focus,
.content-section__tools .tools-block:hover {
    color: #69be28
}

.content-section__tools .tools-block:focus .icon,
.content-section__tools .tools-block:hover .icon {
    fill: #69be28
}

.content-section__tools .tools-block:focus .tools-block__image,
.content-section__tools .tools-block:hover .tools-block__image {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.content-section__tools .tools-block .icon {
    height: 40px;
    width: 40px;
    fill: #fff;
    margin: 0 auto 20px;
    transition: all .5s ease-out
}

.content-section__tools .tools-block__image {
    position: absolute;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0;
    left: 0;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 181px
}

.content-section__tools .tools-block__image img {
    width: 100%;
    max-width: 100%;
    height: 181px
}

.content-section__tools .tools-block__content-inner {
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 30px;
    line-height: 1.57143
}

.content-section__tools .tools-block__text {
    font-size: 18px;
    line-height: 1.22222
}

@media(max-width:768px) {
    .content-section__tools .tools-block {
        width: 100%;
        float: none;
        margin: 0 0 10px
    }
}

.footer {
    width: 100%;
    background: #006a4d;
    padding: 60px 0
}

.footer__wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px
}

.footer__wrapper:after {
    display: block
}

.footer__logo {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%
}

.footer__nav {
    width: 74.46809%;
    float: right;
    margin-right: 0
}

@media(max-width:960px) {
    .content-section__tools .tools-block__text {
        font-size: 16px
    }
    .footer__logo,
    .footer__nav {
        width: 100%;
        float: none
    }
    .footer__wrapper {
        padding: 0 20px
    }
    .footer__logo {
        margin-bottom: 50px;
        margin-right: 0
    }
}

.content_section__list-items {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.content_section__list-items:after {
    display: block
}

.content_section__list-item {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    list-style-position: outside;
    margin-left: 0;
    padding-left: 17px
}

.content_section__list-item:last-of-type {
    width: 31.91489%;
    float: right;
    margin-right: 0
}

.content_section__list-item li {
    list-style-type: square;
    margin-bottom: 10px;
    line-height: 1.42857
}

@media(max-width:768px) {
    .content_section__list-item,
    .content_section__list-item:last-of-type {
        width: 100%;
        float: none
    }
}

.mini-profile-info__office-name {
    font-weight: 500;
    margin-bottom: 10px
}

.mini-profile-info__group {
    margin-bottom: 20px;
    height: 110px
}

.mini-profile-info__address {
    margin-bottom: 20px;
    line-height: 1.28571
}

.mini-profile-info__address .office-name {
    margin-bottom: 10px
}

.mini-profile-info__person-name {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px
}

.mini-profile-info__job-title,
.mini-profile-info__region {
    font-style: italic;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.14286
}

.mini-profile-info__business-line,
.mini-profile-info__license-number {
    font-size: 12px;
    display: block;
    margin-bottom: 5px
}

.mini-profile-info__business-line {
    text-transform: uppercase
}

.mini-profile-info__number {
    margin-bottom: 5px
}

.mini-profile-info__number:last-of-type {
    margin-bottom: 0
}

.mini-profile-info .icon {
    height: 23px;
    width: 23px
}

.mini-profile-info__link {
    font-weight: 500;
    display: inline-block;
    margin-right: 20px
}

.mini-profile-info__link.active .icon {
    fill: #69be28
}

.mini-profile-info__link:last-of-type {
    padding-bottom: 0
}

.mini-profile-info__link .icon {
    fill: #006a4d;
    transition: all .5s ease-out
}

.mini-profile-info__link .icon:focus,
.mini-profile-info__link .icon:hover {
    fill: #69be28
}

.mini-profile-info__directions {
    padding-top: 20px
}

.mini-profile-info .social .mini-profile-info__link {
    margin-top: 20px
}

.mini-profile-info .social .icon {
    fill: #006a4d;
    transition: all .5s ease-out
}

.mini-profile-info .social .icon:focus,
.mini-profile-info .social .icon:hover {
    fill: #69be28
}

.mini-profile-info.basic-office-address {
    padding-top: 0
}

.mini-profile-info.basic-office-address .photo {
    margin-bottom: 10px
}

.mini-profile-info.basic-office-address a {
    color: #006a4d
}

.mini-profile-info.basic-office-address a:focus,
.mini-profile-info.basic-office-address a:hover {
    color: #69be28
}

.mini-profile-info.standalone-address .photo {
    margin-bottom: 20px
}

.mini-profile-info.standalone-address .mini-profile-info__address {
    margin: 0
}

.mini-profile-info.standalone-address a {
    color: #006a4d
}

.mini-profile-info.standalone-address a:focus,
.mini-profile-info.standalone-address a:hover {
    color: #69be28
}

.mini-profile-info.multiple-office-address {
    float: left;
    padding: 0;
    margin-right: 140px
}

@media(max-width:768px) {
    .mini-profile-info__link {
        margin-right: 15px
    }
    .mini-profile-info__group {
        height: auto
    }
    .mini-profile-info .icon {
        height: 40px;
        width: 40px
    }
    .mini-profile-info.multiple-office-address {
        float: none;
        padding: 0;
        margin: 0 0 40px
    }
}

.sidebar .mini-profile-info__group {
    height: auto
}

.careers-detail .content-block__full-width-image,
.careers-detail .content-section__popular-media,
.careers-detail .embed-video {
    margin-bottom: 40px
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(data:application/vnd.ms-fontobject;base64,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);
    src: url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:application/x-font-ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4NCjxkZWZzPg0KPGZvbnQgaWQ9InNsaWNrIiBob3Jpei1hZHYteD0iNTEyIj4NCjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPg0KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjUxMiIgLz4NCg0KPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4NCjxnbHlwaCB1bmljb2RlPSImIzg1OTI7IiBkPSJNMjk2IDExM2wyOSAzMGM0IDMgNiA3IDYgMTIgMCA1LTIgMTAtNiAxM2wtODcgODggODcgODhjNCAzIDYgOCA2IDEzIDAgNS0yIDktNiAxMmwtMjkgMzBjLTMgMy04IDUtMTMgNS01IDAtOS0yLTEyLTVsLTEzMC0xMzBjLTQtNC02LTgtNi0xMyAwLTUgMi05IDYtMTNsMTMwLTEzMGMzLTMgNy01IDEyLTUgNSAwIDEwIDIgMTMgNXogbTE3OSAxNDNjMC00MC05LTc3LTI5LTExMC0yMC0zNC00Ni02MC04MC04MC0zMy0yMC03MC0yOS0xMTAtMjktNDAgMC03NyA5LTExMCAyOS0zNCAyMC02MCA0Ni04MCA4MC0yMCAzMy0yOSA3MC0yOSAxMTAgMCA0MCA5IDc3IDI5IDExMCAyMCAzNCA0NiA2MCA4MCA4MCAzMyAyMCA3MCAyOSAxMTAgMjkgNDAgMCA3Ny05IDExMC0yOSAzNC0yMCA2MC00NiA4MC04MCAyMC0zMyAyOS03MCAyOS0xMTB6Ii8+DQo8Z2x5cGggdW5pY29kZT0iJiM4MjI2OyIgZD0iTTQ3NSAyNTZjMC00MC05LTc3LTI5LTExMC0yMC0zNC00Ni02MC04MC04MC0zMy0yMC03MC0yOS0xMTAtMjktNDAgMC03NyA5LTExMCAyOS0zNCAyMC02MCA0Ni04MCA4MC0yMCAzMy0yOSA3MC0yOSAxMTAgMCA0MCA5IDc3IDI5IDExMCAyMCAzNCA0NiA2MCA4MCA4MCAzMyAyMCA3MCAyOSAxMTAgMjkgNDAgMCA3Ny05IDExMC0yOSAzNC0yMCA2MC00NiA4MC04MCAyMC0zMyAyOS03MCAyOS0xMTB6Ii8+DQo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+DQo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg0K) format("svg")
}

.carousel .slick-next,
.carousel .slick-prev,
.content-section__marquees .slick-next,
.content-section__marquees .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 51px;
    padding: 3px 0 0;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 10
}

.carousel .slick-next:focus,
.carousel .slick-next:hover,
.carousel .slick-prev:focus,
.carousel .slick-prev:hover,
.content-section__marquees .slick-next:focus,
.content-section__marquees .slick-next:hover,
.content-section__marquees .slick-prev:focus,
.content-section__marquees .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.carousel .slick-next:focus:before,
.carousel .slick-next:hover:before,
.carousel .slick-prev:focus:before,
.carousel .slick-prev:hover:before,
.content-section__marquees .slick-next:focus:before,
.content-section__marquees .slick-next:hover:before,
.content-section__marquees .slick-prev:focus:before,
.content-section__marquees .slick-prev:hover:before {
    opacity: 1
}

.carousel .slick-next.slick-disabled:before,
.carousel .slick-prev.slick-disabled:before,
.content-section__marquees .slick-next.slick-disabled:before,
.content-section__marquees .slick-prev.slick-disabled:before {
    opacity: .25
}

.carousel .slick-next:before,
.carousel .slick-prev:before,
.content-section__marquees .slick-next:before,
.content-section__marquees .slick-prev:before {
    font-family: slick;
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media(max-width:960px) {
    .carousel .slick-next,
    .carousel .slick-prev,
    .content-section__marquees .slick-next,
    .content-section__marquees .slick-prev {
        height: 41px;
        width: 40px
    }
    .carousel .slick-next:before,
    .carousel .slick-prev:before,
    .content-section__marquees .slick-next:before,
    .content-section__marquees .slick-prev:before {
        font-size: 40px
    }
}

.carousel .slick-prev,
.content-section__marquees .slick-prev {
    left: 20px
}

.carousel [dir=rtl] .slick-prev,
.content-section__marquees [dir=rtl] .slick-prev {
    right: 20px;
    left: auto
}

.carousel .slick-prev:before,
.content-section__marquees .slick-prev:before {
    content: '←'
}

.carousel .slick-next:before,
.carousel [dir=rtl] .slick-prev:before,
.content-section__marquees .slick-next:before,
.content-section__marquees [dir=rtl] .slick-prev:before {
    content: '→'
}

.carousel .slick-next,
.content-section__marquees .slick-next {
    right: 20px
}

.carousel [dir=rtl] .slick-next,
.content-section__marquees [dir=rtl] .slick-next {
    right: auto;
    left: 20px
}

.carousel [dir=rtl] .slick-next:before,
.content-section__marquees [dir=rtl] .slick-next:before {
    content: '←'
}

.carousel .slick-slider,
.content-section__marquees .slick-slider {
    margin-bottom: 0
}

.carousel .slick-dots,
.content-section__marquees .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.carousel .slick-dots li,
.content-section__marquees .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.carousel .slick-dots li button,
.content-section__marquees .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.carousel .slick-dots li button:focus,
.carousel .slick-dots li button:hover,
.content-section__marquees .slick-dots li button:focus,
.content-section__marquees .slick-dots li button:hover {
    outline: 0
}

.carousel .slick-dots li button:focus:before,
.carousel .slick-dots li button:hover:before,
.content-section__marquees .slick-dots li button:focus:before,
.content-section__marquees .slick-dots li button:hover:before {
    opacity: 1
}

.carousel .slick-dots li button:before,
.content-section__marquees .slick-dots li button:before {
    font-family: slick;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

form.scfForm .form-select .expand,
form.scfForm textarea {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

.carousel .slick-dots li.slick-active button:before,
.content-section__marquees .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff
}

.carousel .slick-slide,
.content-section__marquees .slick-slide {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    position: relative;
    overflow: hidden
}

.carousel .content-block__wrapper,
.content-section__marquees .content-block__wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    margin: 0 auto
}

.carousel h3,
.content-section__marquees h3 {
    font-size: 32px;
    text-align: center;
    color: #fff
}

@media(max-width:960px) {
    .carousel .slick-slide,
    .content-section__marquees .slick-slide {
        height: 480px
    }
    .carousel h3,
    .content-section__marquees h3 {
        font-size: 32px;
        line-height: 24px;
        margin-bottom: 15px
    }
}

.carousel p,
.content-section__marquees p {
    color: #fff;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
    font-weight:700;
}

@media(max-width:960px) {
    .carousel p,
    .content-section__marquees p {
        font-size: 20px;
        line-height: 1.22727;
        font-weight: 700;
    }
}

.carousel .content-block__ctas,
.content-section__marquees .content-block__ctas {
    text-align: center;
    padding-top: 30px
}

.carousel .video-bg-wrapper,
.content-section__marquees .video-bg-wrapper {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1
}

.carousel .slider .carousel-card,
.content-section__marquees .slider .carousel-card {
    display: none
}

.carousel .slider .carousel-card:first-of-type,
.carousel .slider.slick-initialized .carousel-card,
.content-section__marquees .slider .carousel-card:first-of-type,
.content-section__marquees .slider.slick-initialized .carousel-card {
    display: block
}

@media only screen and (max-width:768px) {
    .carousel .video-bg-wrapper,
    .content-section__marquees .video-bg-wrapper {
        display: none
    }
}

.home .content-section__ctas:after,
.page-list .main-content:after,
.people-and-offices .content-section__ctas:after,
.research-landing .content-wrapper:after {
    content: " ";
    display: block;
    clear: both
}

.carousel .video-bg,
.content-section__marquees .video-bg {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.carousel .video,
.content-section__marquees .video {
    z-index: 2
}

.event-detail .content-block__full-width-image,
.event-detail .content-section__popular-media,
.event-detail .embed-video {
    margin-bottom: 40px
}

.event-detail .sidebar .heading {
    margin-bottom: 15px
}

.event-detail .sidebar .content-block__event {
    margin-bottom: 20px
}

.sidebar .content-section__event .heading {
    margin-bottom: 15px
}

.sidebar .content-section__event .content-block__event {
    margin-bottom: 20px
}

.home .outer-wrapper {
    background: url(/images/site/layouts/outer-wrapper/home.jpg) top center no-repeat #f7f7f7
}

.home .content-section__ctas {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px
}

.home .content-section__ctas .content-block__cta {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%
}

.home .content-section__ctas .content-block__cta:last-of-type {
    width: 48.93617%;
    float: right;
    margin-right: 0
}

@media(max-width:768px) {
    .home .content-section__ctas .content-block__cta {
        width: 100%;
        float: none;
        margin: 0 0 40px
    }
    .home .content-section__ctas .content-block__cta:last-of-type {
        width: 100%;
        float: none
    }
}

.industry-solutions-detail .content-section__marquees__secondary~.outer-wrapper {
    padding-top: 40px
}

.media-landing .content-wrapper {
    overflow: visible
}

.media-landing .filters-selection li,
.media-landing .year-selection li {
    background: #fff
}

.media-landing .filters-selection .submit,
.media-landing .year-selection .submit {
    line-height: 30px
}

.media-landing .filters-selection .form-items,
.media-landing .year-selection .form-items {
    margin-bottom: 0
}

@media(min-width:1024px) {
    .media-landing .main-content {
        padding: 20px 0 44px
    }
}

@media(max-width:768px) {
    .media-landing .content-wrapper {
        padding: 20px 0 36px
    }
    .media-landing .load-more-wrapper {
        margin-top: 28px
    }
    .media-landing .outer-wrapper--alt .content-wrapper {
        padding: 20px 0 0
    }
    .outer-wrapper--alt .content-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

.load-more-wrapper {
    margin-top: 38px;
    text-align: center
}

.load-more:link,
.load-more:visited {
    color: #006a4d;
    font-size: 18px;
    font-weight: 700
}

.load-more:focus,
.load-more:hover {
    color: #69be28
}

.page-list .main-content {
    padding: 20px;
    box-sizing: border-box;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.page-list .list-items {
    margin-left: 5px
}

.page-list .list-items li {
    font-weight: 500
}

.page-list .list-items li ul {
    padding-left: 20px;
    margin-bottom: 20px
}

.page-list .list-items li li {
    font-weight: 400;
    margin: 5px 0
}

.page-list .half-width {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    overflow: hidden
}

.page-list .half-width:last-child {
    width: 40.42553%;
    float: right;
    margin-right: 0
}

@media(max-width:768px) {
    .page-list .half-width {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .page-list .half-width:last-child {
        width: 100%;
        float: right;
        margin-right: 0
    }
}

.people-and-offices .content-section__ctas {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px
}

.people-and-offices .content-section__ctas--full-width {
    margin-bottom: 45px
}

.people-and-offices .content-section__ctas--full-width .predictive-search {
    width: 50%;
    margin: 0 auto
}

.people-and-offices .content-section__ctas .content-block__cta {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%
}

.people-and-offices .content-section__ctas .content-block__cta:last-of-type {
    width: 48.93617%;
    float: right;
    margin-right: 0
}

.people-and-offices .content-section__ctas .content-block__cta--full-width,
.people-and-offices .content-section__ctas .content-block__cta--full-width:last-of-type {
    width: 100%;
    float: none
}

@media(max-width:960px) {
    .people-and-offices .content-section__ctas--full-width .predictive-search {
        width: 100%
    }
}

@media(max-width:768px) {
    .people-and-offices .content-section__ctas .content-block__cta {
        width: 100%;
        float: none;
        margin: 0 0 40px
    }
    .people-and-offices .content-section__ctas .content-block__cta:last-of-type {
        width: 100%;
        float: none
    }
    .profile-detail .profile-block img {
        width: auto
    }
}

.property-landing .content-section__features,
.search-results .breadcrumb,
.search-results-location .breadcrumb {
    margin-bottom: 0
}

.profile-detail .profile-block__name {
    font-weight: 700
}

.research-landing .content-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

form.scfForm .active-text,
form.scfForm .field-required {
    display: none
}

@media(max-width:960px) {
    .profile-detail .profile-block img {
        width: auto
    }
    .search-results .breadcrumb-content-wrapper,
    .search-results .content__sidebar,
    .search-results-location .breadcrumb-content-wrapper,
    .search-results-location .content__sidebar {
        display: none
    }
    .search-results .outer-wrapper .content-wrapper,
    .search-results-location .outer-wrapper .content-wrapper {
        padding: 20px 0 36px
    }
    .search-results .outer-wrapper--alt .content-wrapper,
    .search-results-location .outer-wrapper--alt .content-wrapper {
        padding: 20px
    }
}

@media(max-width:768px) {
    .services-directory .content-wrapper {
        padding-left: 0;
        padding-right: 0;
        background: #fff
    }
}

.general-html .content-section__image-body {
    margin-bottom: 40px
}

.body-content {
    padding-bottom: 30px
}

form.scfForm {
    margin-bottom: 20px
}

form.scfForm .form-title {
    font-weight: 500;
    font-size: 26px
}

form.scfForm .form-introduction {
    margin: 15px 0
}

form.scfForm .field-border {
    border: none
}

form.scfForm .field-content {
    border: 1px solid #ccc;
    padding-right: 0
}

form.scfForm .display-section-fieldset {
    border: none;
    padding-left: 0;
    margin-left: 0
}

form.scfForm .display-section-fieldset .display-section-legend {
    margin-top: 22px;
    margin-left: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: 22px
}

form.scfForm .field-panel {
    width: 100%
}

form.scfForm .field-info {
    margin-top: 10px
}

form.scfForm .active-text.active {
    display: inline-block
}

form.scfForm .default-text.not-active {
    display: none
}

form.scfForm textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: 0;
    resize: vertical;
    vertical-align: bottom
}

form.scfForm .field-title,
form.scfForm .label-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    display: block
}

form.scfForm .form-checkbox,
form.scfForm .form-radio {
    display: none
}

form.scfForm .box,
form.scfForm .circle {
    margin-right: 10px;
    float: left
}

form.scfForm input[type=checkbox]+label .box {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc
}

form.scfForm input[type=checkbox]:checked+label .box {
    background: url(/content/css/images/images/icon/checkbox.png) 50% 50% no-repeat
}

form.scfForm .content {
    overflow: hidden;
    line-height: 1.22222;
    display: block
}

form.scfForm input[type=radio]+label .circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 20px
}

form.scfForm input[type=radio]:checked+label .circle {
    background: url(/content/css/images/images/icon/circle.png) 50% 50% no-repeat
}

form.scfForm .display-section-fieldset,
form.scfForm .form-items {
    margin-bottom: 20px;
    position: relative;
    width: 350px
}

form.scfForm .display-section-fieldset .field-border,
form.scfForm .display-section-fieldset .inner-wrapper,
form.scfForm .form-items .field-border,
form.scfForm .form-items .inner-wrapper {
    clear: both
}

form.scfForm .display-section-fieldset .field-border.other,
form.scfForm .display-section-fieldset .inner-wrapper.other,
form.scfForm .form-items .field-border.other,
form.scfForm .form-items .inner-wrapper.other {
    margin-left: 30px;
    margin-top: 10px
}

form.scfForm .display-section-fieldset.error .asterisk,
form.scfForm .display-section-fieldset.error .label-title,
form.scfForm .form-items.error .asterisk,
form.scfForm .form-items.error .label-title {
    color: red
}

form.scfForm .display-section-fieldset.error .expand,
form.scfForm .display-section-fieldset.error .inner-wrapper,
form.scfForm .display-section-fieldset.error textarea,
form.scfForm .form-items.error .expand,
form.scfForm .form-items.error .inner-wrapper,
form.scfForm .form-items.error textarea {
    border: 2px solid red
}

@media(max-width:768px) {
    form.scfForm .display-section-fieldset,
    form.scfForm .form-items {
        width: 100%
    }
}

form.scfForm .display-section-fieldset.calendar,
form.scfForm .form-items.calendar {
    width: 225px
}

form.scfForm .form-item {
    margin-bottom: 10px
}

form.scfForm .form-item label:hover {
    cursor: pointer
}

form.scfForm .form-select {
    margin: 0;
    width: 100%
}

form.scfForm .form-select .filter-select-inner {
    width: 100%
}

form.scfForm .form-select .form-items {
    margin-bottom: 0;
    padding: 10px;
    position: relative
}

form.scfForm .form-select .icon {
    vertical-align: middle;
    top: inherit;
    position: relative;
    float: right;
    right: inherit
}

form.scfForm .form-select a {
    display: block
}

form.scfForm .form-select .filter-group a.active {
    color: #69be28
}

form.scfForm .form-select .expand {
    width: 100%;
    font-style: normal;
    padding: 10px;
    height: auto;
    border: 1px solid #ccc
}

form.scfForm .file-upload .text-field {
    border: 0;
    padding: 0 105px 0 0;
    background: 0 0
}

form.scfForm .file-upload .inner-wrapper {
    padding: 10px;
    background: #fff;
    position: relative
}

form.scfForm .file-upload__btn {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 10px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
    background: #006a4d;
    letter-spacing: .06em;
    font-size: 14px;
    line-height: 1.78571;
    transition: all .5s ease-out
}

form.scfForm .file-upload__btn:focus,
form.scfForm .file-upload__btn:hover {
    background: #69be28;
    color: #fff
}

form.scfForm .file-upload__btn .upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

form.scfForm .text-box,
form.scfForm input[type=text] {
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
}

form.scfForm .calendar {
    position: relative
}

form.scfForm .calendar .inner-wrapper {
    background: #fff;
    position: relative
}

form.scfForm .calendar .text-field {
    background: 0 0;
    border: 0;
    padding-right: 40px
}

form.scfForm .calendar .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    fill: #ccc
}

form.scfForm .asterisk {
    position: absolute;
    top: 0;
    right: 0
}

form.scfForm .message {
    border-top: 1px solid #ccc;
    padding: 30px 0 0
}

form.scfForm .message .title {
    font-size: 24px;
    color: #006a4d;
    margin-bottom: 10px
}

form.scfForm .message .body {
    margin-bottom: 30px
}

form.scfForm .ui-datepicker {
    border: 1px solid #ccc;
    background: #fff;
    width: 225px;
    margin-top: -42px;
    margin-left: -1px;
    display: none
}

form.scfForm .ui-datepicker .ui-datepicker-calendar {
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
    width: 100%
}

form.scfForm .ui-datepicker td,
form.scfForm .ui-datepicker th {
    font-size: 12px;
    padding: 9px 0
}

form.scfForm .ui-datepicker th {
    background: #ccc;
    color: #fff;
    padding: 10px 0
}

form.scfForm .ui-datepicker span.ui-icon {
    display: none
}

form.scfForm .ui-datepicker .icon {
    cursor: pointer;
    width: 20px;
    height: 15px;
    fill: #006a4d;
    vertical-align: top;
    position: absolute;
    top: 12px
}

form.scfForm .ui-datepicker .ui-datepicker-prev .icon {
    left: 6px
}

form.scfForm .ui-datepicker .ui-datepicker-next .icon {
    right: 6px
}

form.scfForm .ui-datepicker .ui-datepicker-next:hover .icon,
form.scfForm .ui-datepicker .ui-datepicker-prev:hover .icon {
    fill: #69be28
}

form.scfForm .ui-datepicker .ui-datepicker-title {
    color: #006a4d;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center
}

form.scfForm .ui-datepicker .ui-datepicker-year {
    display: none
}

form.scfForm .ui-datepicker .ui-state-default {
    padding: 5px;
    display: inline-block
}

form.scfForm .ui-datepicker .ui-state-active,
form.scfForm .ui-datepicker .ui-state-hover {
    background: #69be28;
    color: #fff
}

.icon-external-link {
    width: 13px;
    height: 13px;
    display: inline-block;
    fill: #006a4d;
    transition: all .5s ease-out;
    vertical-align: middle;
    margin-left: 5px
}

.ui-menu {
    padding: 0
}

.ui-autocomplete {
    z-index: 10
}

.ui-autocomplete .search-submit,
.ui-autocomplete li {
    min-height: 46px
}

.ui-autocomplete div.search-image {
    margin-right: -45px
}

.ui-autocomplete div.search-term-image {
    background: #006a4d;
    margin-right: -45px;
    height: 37px;
    width: 45px;
    display: inline-block;
    vertical-align: bottom
}

.ui-autocomplete div.search-term-image .icon-search {
    display: block;
    width: 23px;
    margin: 7px auto;
    height: 23px;
    fill: #fff
}

.ui-autocomplete .search-term {
    font-weight: 700
}

.ui-autocomplete li span.search-label {
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    line-height: 23px;
    overflow: hidden;
    padding: 10px 0 10px 55px
}

.ui-autocomplete li span.search-label span {
    height: 21px;
    padding: 4px 0
}

.cbre-list-items {
    padding-left: 30px
}

.cbre-list-items li {
    padding-left: 18px
}

.cbre-list-items li ul {
    padding-left: 18px;
    margin: 5px 0
}

.cbre-list-items>li {
    padding-left: 0
}

select.filter-select-inner,
select.filter-select-inner option:first-of-type {
    height: 30px;
    padding: 6px 9px;
    border: 1px solid #ccc;
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-style: italic;
    width: 154px
}

select.filter-select-inner option {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-size: 16px;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    line-height: 16px;
    font-style: normal;
    height: 32px
}

.subhead-divider::after {
    content: " - "
}

.content-block__marquee .subhead-divider::after {
    content: " | "
}

.pattern {
    margin: 50px 0
}

.pattern .pattern-code,
.pattern .pattern-controls,
.pattern .pattern-usage {
    display: none
}

.pattern .pattern-example {
    margin: 10px 0
}

@media(max-width:768px){
	.grid_container .property_listing .property_listing_photo img { 
		width: 100%;
	}
}
@media(min-width:1024px) {
    .grid_container .property_listing .property_listing_photo img {
        width: 100%;
        height: 100%;
    }
}
.details{
    margin-top:10px
}

.property_listing_details h6{
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    font-size: 16px;
}

.col_left h1,h3{
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;
    padding-bottom:12px
}

   .col_left .carousel .inner {
        height: 370px;
    }

   .tile .fancy_link img{
       max-height:370px
   }
   .content-block__wrapper h3{
       padding-bottom:20px
   }

   .agent_details .bio_overview {
    width: 100%;
}

   .bio_overview h4,h6{
       padding: 5px;
   }

   h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:  futura-pt,kozuka-gothic-pro,Arial,sans-serif;

}